7117e5a192384a14eb1aa3881d6540aca8602341
[gnulib.git] / ChangeLog
1 2009-12-16  Eric Blake  <ebb9@byu.net>
2
3         fcntl: port portions of fcntl to mingw
4         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
5         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6         replacement for mingw.
7         * modules/fcntl (Description): Update.
8         (Depends-on): Add dup2.
9         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
10         * modules/fcntl-h (Makefile.am): Substitute it.
11         * lib/fcntl.in.h (fcntl): Update declaration.
12         (F_DUPFD, F_GETFD): New macros, when needed.
13         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
14         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
15         * tests/test-fcntl.c (check_flags, main): Enhance test for items
16         we now guarantee.
17
18         fcntl: work around cygwin bug in F_DUPFD
19         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
20         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
21         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
22         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
23         * doc/posix-functions/fcntl.texi (fcntl): Document it.
24
25         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
26         * modules/fcntl (Files): List new files.
27         (configure.ac): Run a test.
28         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
29         * lib/fcntl.c (rpl_fcntl): Likewise.
30         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
31         (gl_FCNTL_H): Always replace fcntl.h.
32         * modules/fcntl-h (Makefile.am): Substitute witnesses.
33         * lib/fcntl.in.h (fcntl): Declare replacement.
34         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
35         needed, plus a witness.
36         * doc/posix-functions/fcntl.texi (fcntl): Document this.
37         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
38         * tests/test-fcntl.c: New file.
39         * modules/fcntl-tests: Likewise.
40
41         binary-io: avoid potential compilation warning
42         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
43         directives.
44
45         fflush: avoid compilation error on NetBSD
46         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
47         between off_t and fpos_t, since the latter is sometimes a struct.
48         * lib/fseeko.c (rpl_fseeko): Likewise.
49         Reported by Alexander Nasonov <alnsn@yandex.ru>.
50
51 2009-12-15  Eric Blake  <ebb9@byu.net>
52
53         fcntl-h, stdio, sys_ioctl: fix declarations
54         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
55         function must not take arguments.
56         * lib/sys_ioctl.in.h (ioctl): Likewise.
57         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
58         (open): Add a link warning.
59
60 2009-12-15  Jim Meyering  <meyering@redhat.com>
61
62         areadlink, areadlink-with-size: relax license to LGPLv2+
63         * modules/areadlink (License): Relax to LGPLv2+.
64         * modules/areadlink-with-size (License): Likewise.
65
66 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
67             Bruno Haible  <bruno@clisp.org>
68
69         *printf: Fix memory leak.
70         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
71         * lib/vfprintf.c (vfprintf): Likewise.
72         * lib/dprintf.c (dprintf): Likewise.
73         * lib/vdprintf.c (vdprintf): Likewise.
74
75 2009-12-14  Eric Blake  <ebb9@byu.net>
76
77         accept4: adjust module dependencies
78         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
79
80         utimens: one more try at avoiding compiler warning
81         * lib/utimens.c (lutimens): Lower scope of result.
82
83 2009-12-13  Bruno Haible  <bruno@clisp.org>
84
85         Move the malloc checking from module 'list' to new module 'xlist'.
86         * modules/xlist: New file.
87         * lib/gl_xlist.h: New file.
88         * lib/gl_xlist.c: New file.
89         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
90         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
91         gl_list_add_last, gl_list_add_before, gl_list_add_after,
92         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
93         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
94         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
95         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
96         gl_sortedlist_nx_add): New declarations.
97         (struct gl_list_implementation): Rename and change methods accordingly.
98         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
99         (gl_list_nx_create): Renamed from gl_list_create.
100         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
101         (gl_list_nx_set_at): Renamed from gl_list_set_at.
102         (gl_list_nx_add_first): Renamed from gl_list_add_first.
103         (gl_list_nx_add_last): Renamed from gl_list_add_last.
104         (gl_list_nx_add_before): Renamed from gl_list_add_before.
105         (gl_list_nx_add_after): Renamed from gl_list_add_after.
106         (gl_list_nx_add_at): Renamed from gl_list_add_at.
107         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
108         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
109         gl_list_create_empty.
110         (gl_list_nx_create): Renamed from gl_list_create.
111         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
112         (gl_list_nx_set_at): Renamed from gl_list_set_at.
113         (gl_list_nx_add_first): Renamed from gl_list_add_first.
114         (gl_list_nx_add_last): Renamed from gl_list_add_last.
115         (gl_list_nx_add_before): Renamed from gl_list_add_before.
116         (gl_list_nx_add_after): Renamed from gl_list_add_after.
117         (gl_list_nx_add_at): Renamed from gl_list_add_at.
118         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
119         * lib/gl_array_list.c: Don't include xalloc.h.
120         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
121         NULL upon out-of-memory.
122         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
123         out-of-memory.
124         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
125         Change return type to 'int'.
126         (gl_array_nx_set_at): Renamed from gl_array_set_at.
127         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
128         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
129         upon out-of-memory.
130         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
131         upon out-of-memory.
132         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
133         upon out-of-memory.
134         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
135         upon out-of-memory.
136         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
137         out-of-memory.
138         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
139         Update.
140         (gl_array_list_implementation): Update.
141         * lib/gl_carray_list.c: Don't include xalloc.h.
142         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
143         Return NULL upon out-of-memory.
144         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
145         out-of-memory.
146         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
147         Change return type to 'int'.
148         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
149         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
150         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
151         upon out-of-memory.
152         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
153         upon out-of-memory.
154         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
155         out-of-memory.
156         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
157         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
158         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
159         Update.
160         (gl_carray_list_implementation): Update.
161         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
162         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
163         gl_linked_create_empty. Return NULL upon out-of-memory.
164         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
165         out-of-memory.
166         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
167         Change return type to 'int'. Return -1 upon out-of-memory.
168         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
169         out-of-memory.
170         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
171         upon out-of-memory.
172         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
173         upon out-of-memory.
174         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
175         NULL upon out-of-memory.
176         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
177         upon out-of-memory.
178         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
179         out-of-memory.
180         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
181         Update.
182         * lib/gl_linked_list.c: Don't include xalloc.h.
183         (gl_linked_list_implementation): Update.
184         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
185         (add_to_bucket): Change return type to 'int'.
186         (gl_linkedhash_list_implementation): Update.
187         * lib/gl_anytree_list1.h (free_subtree): New function.
188         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
189         gl_tree_create_empty. Return NULL upon out-of-memory.
190         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
191         Change return type to 'int'. Return -1 upon out-of-memory.
192         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
193         out-of-memory.
194         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
195         (gl_tree_remove_node): New function, moved here from
196         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
197         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
198         Update.
199         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
200         malloc, not xmalloc. Return NULL upon out-of-memory.
201         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
202         out-of-memory.
203         (gl_tree_remove_node_from_tree): New function, extracted from
204         gl_tree_remove_node.
205         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
206         upon out-of-memory.
207         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
208         out-of-memory.
209         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
210         upon out-of-memory.
211         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
212         upon out-of-memory.
213         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
214         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
215         not xmalloc. Return NULL upon out-of-memory.
216         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
217         out-of-memory.
218         (gl_tree_remove_node_from_tree): New function, extracted from
219         gl_tree_remove_node.
220         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
221         upon out-of-memory.
222         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
223         out-of-memory.
224         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
225         upon out-of-memory.
226         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
227         upon out-of-memory.
228         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
229         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
230         gl_anytree_list1.h before gl_anyavltree_list2.h.
231         (gl_avltree_list_implementation): Update.
232         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
233         gl_anytree_list1.h before gl_anyavltree_list2.h.
234         (gl_rbtree_list_implementation): Update.
235         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
236         Change return type to 'int'. Return -1 upon out-of-memory. Use
237         __builtin_expect.
238         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
239         (gl_avltreehash_list_implementation): Update.
240         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
241         (gl_rbtreehash_list_implementation): Update.
242         * modules/array-list (Depends-on): Remove xalloc.
243         * modules/carray-list (Depends-on): Likewise.
244         * modules/linked-list (Depends-on): Likewise.
245         * modules/linkedhash-list (Depends-on): Likewise.
246         * modules/avltree-list (Depends-on): Likewise.
247         * modules/rbtree-list (Depends-on): Likewise.
248         * modules/avltreehash-list (Depends-on): Likewise.
249         * modules/rbtreehash-list (Depends-on): Likewise.
250
251         * modules/xsublist: New file.
252         * lib/gl_xsublist.h: New file.
253         * lib/gl_xsublist.c: New file.
254         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
255         (gl_sublist_nx_create): New declaration.
256         * lib/gl_sublist.c: Don't include xalloc.h.
257         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
258         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
259         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
260         Change return type to 'int'. Return -1 upon out-of-memory.
261         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
262         upon out-of-memory.
263         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
264         NULL upon out-of-memory.
265         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
266         upon out-of-memory.
267         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
268         NULL upon out-of-memory.
269         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
270         NULL upon out-of-memory.
271         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
272         upon out-of-memory.
273         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
274         (gl_sublist_list_implementation): Update.
275         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
276         upon out-of-memory.
277         * modules/sublist (Depends-on): Remove xalloc.
278
279         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
280         * tests/test-carray_list.c: Likewise.
281         * tests/test-linked_list.c: Likewise.
282         * tests/test-linkedhash_list.c: Likewise.
283         * tests/test-avltree_list.c: Likewise.
284         * tests/test-rbtree_list.c: Likewise.
285         * tests/test-avltreehash_list.c: Likewise.
286         * tests/test-rbtreehash_list.c: Likewise.
287         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
288         * modules/carray-list-tests (Makefile.am): Likewise.
289         * modules/linked-list-tests (Makefile.am): Likewise.
290         * modules/linkedhash-list-tests (Makefile.am): Likewise.
291         * modules/avltree-list-tests (Makefile.am): Likewise.
292         * modules/rbtree-list-tests (Makefile.am): Likewise.
293         * modules/avltreehash-list-tests (Makefile.am): Likewise.
294         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
295
296         * NEWS: Mention the changes.
297
298         * lib/clean-temp.c: Include gl_xlist.h.
299         * modules/clean-temp (Depends-on): Add xlist.
300
301         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
302         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
303
304         * tests/test-array_oset.c: Include gl_xlist.h.
305         * modules/array-oset-tests (Depends-on): Add xlist.
306
307         Reported by José E. Marchesi <jemarch@gnu.org>.
308
309 2009-12-13  Bruno Haible  <bruno@clisp.org>
310
311         Move the malloc checking from module 'oset' to new module 'xoset'.
312         * modules/xoset: New file.
313         * lib/gl_xoset.h: New file.
314         * lib/gl_xoset.c: New file.
315         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
316         declarations.
317         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
318         (struct gl_oset_implementation): Rename and change methods accordingly.
319         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
320         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
321         'int'. Mark as __warn_unused_result__.
322         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
323         gl_oset_create_empty.
324         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
325         'int'.
326         * lib/gl_array_oset.c: Don't include xalloc.h.
327         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
328         malloc, not xmalloc.
329         (grow): Change return type to 'int'. Don't call xalloc_die.
330         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
331         to 'int'.
332         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
333         'int'.
334         (gl_array_oset_implementation): Update.
335         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
336         gl_tree_create_empty.
337         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
338         'int'.
339         * lib/gl_avltree_oset.c: Don't include xalloc.h.
340         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
341         xmalloc.
342         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
343         not xmalloc.
344         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
345         xmalloc.
346         (gl_avltree_oset_implementation): Update.
347         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
348         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
349         xmalloc.
350         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
351         not xmalloc.
352         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
353         xmalloc.
354         (gl_rbtree_oset_implementation): Update.
355         * modules/array-oset (Depends-on): Remove xalloc.
356         * modules/avltree-oset (Depends-on): Likewise.
357         * modules/rbtree-oset (Depends-on): Likewise.
358         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
359         * tests/test-avltree_oset.c: Likewise.
360         * tests/test-rbtree_oset.c: Likewise.
361         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
362         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
363         * modules/rbtree-oset-tests (Makefile.am): Likewise.
364         * NEWS: Mention the change.
365
366 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
367
368         maint.mk: allow a project to override release-prep commands
369         * top/maint.mk (alpha, beta, stable): Move release-preparatory
370         commands into a new rule.
371         (release-prep): New rule.
372         (release-prep-hook): New overridable variable.
373
374 2009-12-13  Bruno Haible  <bruno@clisp.org>
375
376         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
377
378 2009-12-13  Jim Meyering  <meyering@redhat.com>
379
380         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
381         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
382
383 2009-12-12  Bruno Haible  <bruno@clisp.org>
384
385         duplocale: Tweak.
386         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
387
388 2009-12-12  Karl Berry  <karl@gnu.org>
389
390         * config/srclist.txt (strtoll.c): tab changes, no more sync.
391
392 2009-12-12  Bruno Haible  <bruno@clisp.org>
393
394         * m4/po.m4: Undo incorrect untabification.
395
396 2009-12-12  Bruno Haible  <bruno@clisp.org>
397
398         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
399         * modules/c-strtod (Depends-on): Add locale.
400         * modules/c-strtold (Depends-on): Likewise.
401
402 2009-12-12  Bruno Haible  <bruno@clisp.org>
403
404         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
405
406 2009-12-11  Eric Blake  <ebb9@byu.net>
407
408         setenv: relax requirement in light of POSIX ruling
409         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
410         not NULL.
411         * tests/test-setenv.c (main): Relax test.
412         * tests/test-unsetenv.c (main): Likewise.
413         * doc/posix-functions/setenv.texi (setenv): Document this.
414         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
415
416 2009-12-11  Bruno Haible  <bruno@clisp.org>
417
418         New module 'fd-safer-flag'.
419         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
420         * lib/dup-safer.c (dup_safer_flag): Remove function.
421         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
422         * lib/fd-safer.c (fd_safer_flag): Remove function.
423         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
424         * modules/cloexec (configure.ac): Drop indicator macro.
425         * modules/fd-safer-flag: New file.
426         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
427         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
428         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
429
430 2009-12-11  Bruno Haible  <bruno@clisp.org>
431
432         Tests for module 'nl_langinfo'.
433         * modules/nl_langinfo-tests: New file.
434         * tests/test-nl_langinfo.sh: New file.
435         * tests/test-nl_langinfo.c: New file.
436
437         New module 'nl_langinfo'.
438         * lib/nl_langinfo.c: New file.
439         * m4/nl_langinfo.m4: New file.
440         * modules/nl_langinfo: New file.
441         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
442
443 2009-12-11  Bruno Haible  <bruno@clisp.org>
444
445         Tests for module 'langinfo'.
446         * modules/langinfo-tests: New file.
447         * tests/test-langinfo.c: New file.
448
449         New module 'langinfo'.
450         * lib/langinfo.in.h: New file.
451         * m4/langinfo_h.m4: New file.
452         * modules/langinfo: New file.
453         * doc/posix-headers/langinfo.texi: Mention the new module.
454
455 2009-12-11  Bruno Haible  <bruno@clisp.org>
456
457         * lib/config.charset: Untabify.
458
459 2009-12-11  Bruno Haible  <bruno@clisp.org>
460
461         * modules/unistd-safer (configure.ac): Drop indicator macro.
462
463 2009-12-11  Bruno Haible  <bruno@clisp.org>
464
465         Move pipe2-safer code to its own file.
466         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
467         * lib/pipe-safer.c (pipe2_safer): Remove function.
468         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
469         (Makefile.am): Add it to lib_SOURCES.
470
471 2009-12-10  Bruno Haible  <bruno@clisp.org>
472
473         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
474
475 2009-12-10  Bruno Haible  <bruno@clisp.org>
476
477         Declare which arguments expect non-NULL values, for GCC and clang.
478         * build-aux/arg-nonnull.h: New file.
479         * modules/arg-nonnull: New file.
480         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
481         (inet_ntop, inet_pton): Use it.
482         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
483         (closedir, dirfd, opendir, scandir, alphasort): Use it.
484         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
485         (open, openat): Use it.
486         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
487         (fnmatch): Use it.
488         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
489         (getopt, getopt_long, getopt_long_only): Use it.
490         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
491         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
492         Use it.
493         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
494         (iconv_open): Use it.
495         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
496         (strtoimax, strtoumax): Use it.
497         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
498         (duplocale): Use it.
499         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
500         (frexp, frexpl): Use it.
501         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
502         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
503         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
504         (tsearch, tfind, tdelete, twalk): Use it.
505         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
506         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
507         sigpending): Use it.
508         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
509         (posix_spawn, posix_spawnp, posix_spawnattr_init,
510         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
511         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
512         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
513         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
514         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
515         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
516         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
517         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
518         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
519         Use it.
520         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
521         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
522         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
523         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
524         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
525         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
526         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
527         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
528         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
529         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
530         strtoull, unsetenv): Use it.
531         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
532         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
533         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
534         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
535         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
536         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
537         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
538         (strcasecmp, strncasecmp): Use it.
539         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
540         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
541         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
542         rpl_setsockopt): Use it.
543         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
544         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
545         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
546         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
547         (gettimeofday): Use it.
548         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
549         (times): Use it.
550         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
551         (uname): Use it.
552         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
553         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
554         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
555         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
556         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
557         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
558         unlinkat, write): Use it.
559         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
560         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
561         * lib/argv-iter.h: Include arg-nonnull.h.
562         (_ATTRIBUTE_NONNULL_): Remove macro.
563         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
564         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
565         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
566         optimization.
567         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
568         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
569         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
570         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
571         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
572         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
573         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
574         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
575         * modules/arpa_inet (Depends-on): Add arg-nonnull.
576         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
577         * modules/dirent (Depends-on): Add arg-nonnull.
578         (Makefile.am): Insert arg-nonnull.h into dirent.h.
579         * modules/fcntl-h (Depends-on): Add arg-nonnull.
580         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
581         * modules/fnmatch (Depends-on): Add arg-nonnull.
582         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
583         * modules/getopt-posix (Depends-on): Add arg-nonnull.
584         (Makefile.am): Insert arg-nonnull.h into getopt.h.
585         * modules/glob (Depends-on): Add arg-nonnull.
586         (Makefile.am): Insert arg-nonnull.h into glob.h.
587         * modules/iconv_open (Depends-on): Add arg-nonnull.
588         (Makefile.am): Insert arg-nonnull.h into iconv.h.
589         * modules/inttypes (Depends-on): Add arg-nonnull.
590         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
591         * modules/locale (Depends-on): Add arg-nonnull.
592         (Makefile.am): Insert arg-nonnull.h into locale.h.
593         * modules/math (Depends-on): Add arg-nonnull.
594         (Makefile.am): Insert arg-nonnull.h into math.h.
595         * modules/netdb (Depends-on): Add arg-nonnull.
596         (Makefile.am): Insert arg-nonnull.h into netdb.h.
597         * modules/search (Depends-on): Add arg-nonnull.
598         (Makefile.am): Insert arg-nonnull.h into search.h.
599         * modules/signal (Depends-on): Add arg-nonnull.
600         (Makefile.am): Insert arg-nonnull.h into signal.h.
601         * modules/spawn (Depends-on): Add arg-nonnull.
602         (Makefile.am): Insert arg-nonnull.h into spawn.h.
603         * modules/stdio (Depends-on): Add arg-nonnull.
604         (Makefile.am): Insert arg-nonnull.h into stdio.h.
605         * modules/stdlib (Depends-on): Add arg-nonnull.
606         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
607         * modules/string (Depends-on): Add arg-nonnull.
608         (Makefile.am): Insert arg-nonnull.h into string.h.
609         * modules/strings (Depends-on): Add arg-nonnull.
610         (Makefile.am): Insert arg-nonnull.h into strings.h.
611         * modules/sys_socket (Depends-on): Add arg-nonnull.
612         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
613         * modules/sys_stat (Depends-on): Add arg-nonnull.
614         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
615         * modules/sys_time (Depends-on): Add arg-nonnull.
616         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
617         * modules/sys_times (Depends-on): Add arg-nonnull.
618         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
619         * modules/sys_utsname (Depends-on): Add arg-nonnull.
620         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
621         * modules/time (Depends-on): Add arg-nonnull.
622         (Makefile.am): Insert arg-nonnull.h into time.h.
623         * modules/unistd (Depends-on): Add arg-nonnull.
624         (Makefile.am): Insert arg-nonnull.h into unistd.h.
625         * modules/wchar (Depends-on): Add arg-nonnull.
626         (Makefile.am): Insert arg-nonnull.h into wchar.h.
627         * modules/argv-iter (Depends-on): Add arg-nonnull.
628         * tests/test-canonicalize.c (null_ptr): New function.
629         (main): Use it.
630         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
631         (main): Use it.
632         * tests/test-memmem.c (null_ptr): New function.
633         (main): Use it.
634         Reported by Jim Meyering.
635
636 2009-12-10  Bruno Haible  <bruno@clisp.org>
637
638         Use spaces for indentation, not tabs.
639         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
640         * m4/*.m4: Untabify.
641         * build-aux/*.h: Untabify.
642         * tests/**/*.[hc]: Untabify.
643         * README: New section "Indent with spaces, not TABs", based on
644         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
645         * NEWS: Mention the change.
646
647 2009-12-10  Bruno Haible  <bruno@clisp.org>
648
649         pty test: Fix link error.
650         * modules/pty-tests (Makefile.am): Add the default LDADD value to
651         test_pty_LDADD.
652
653 2009-12-07  Simon Josefsson  <simon@josefsson.org>
654
655         * modules/pty: New file.
656         * modules/pty-tests: New file.
657         * m4/pty.m4: New file.
658         * tests/test-pty.c: New file.
659         * doc/glibc-headers/pty.texi: Modified.
660         * doc/glibc-functions/forkpty.texi: Modified.
661         * doc/glibc-functions/openpty.texi: Modified.
662
663 2009-12-10  Bruno Haible  <bruno@clisp.org>
664
665         Avoid syntax error in C++ mode.
666         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
667
668 2009-12-10  Bruno Haible  <bruno@clisp.org>
669
670         Use sed with option -e.
671         * gnulib-tool (func_version, func_emit_copyright_notice,
672         func_emit_initmacro_end, func_import, func_create_testdir): Pass
673         option -e to sed.
674         * modules/link-warning (Makefile.am): Likewise.
675
676 2009-12-10  Jim Meyering  <meyering@redhat.com>
677
678         mgetgroups: do not write bytes beyond end of malloc'd buffer
679         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
680         username, we call getgroups with a one-element-shorter buffer,
681         but still told it the length was original, max_n_groups.
682
683 2009-12-09  Eric Blake  <ebb9@byu.net>
684
685         cloexec: relax license
686         * modules/cloexec (Maintainer): Add myself.
687         (License): Use LGPL, not GPL.
688
689         link-warning: optimize generation
690         * modules/link-warning (Makefile.am): Reduce process usage.
691
692 2009-12-09  Bruno Haible  <bruno@clisp.org>
693
694         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
695         workaround was added on 2009-11-17.
696
697 2009-12-09  Jim Meyering  <meyering@redhat.com>
698             Bruno Haible  <bruno@clisp.org>
699
700         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
701         * modules/link-warning (Makefile.am): Make the comment-removing sed
702         command more robust in the face of bootstrap-prepended comment lines.
703
704 2009-12-09  Bruno Haible  <bruno@clisp.org>
705
706         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
707         most one group.
708
709 2009-12-09  Simon Josefsson <simon@josefsson.org>
710             Bruno Haible  <bruno@clisp.org>
711
712         * build-aux/link-warning.h: Add copyright notice.
713         * modules/link-warning (Makefile.am): Generate link-warning.h from
714         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
715         * NEWS: Mention change in link-warning module.
716         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
717         * modules/dirent (Makefile.am): Add dependency to dirent.h.
718         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
719         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
720         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
721         * modules/math (Makefile.am): Add dependency to math.h.
722         * modules/search (Makefile.am): Add dependency to search.h.
723         * modules/signal (Makefile.am): Add dependency to signal.h.
724         * modules/spawn (Makefile.am): Add dependency to spawn.h.
725         * modules/stdio (Makefile.am): Add dependency to stdio.h.
726         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
727         * modules/string (Makefile.am): Add dependency to string.h.
728         * modules/strings (Makefile.am): Add dependency to strings.h.
729         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
730         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
731         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
732         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
733         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
734         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
735         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
736         * modules/unistd (Makefile.am): Add dependency to unistd.h.
737         * modules/wchar (Makefile.am): Add dependency to wchar.h.
738
739 2009-12-09  Bruno Haible  <bruno@clisp.org>
740
741         fchdir: Optimize away rpl_fstat when possible.
742         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
743         REPLACE_OPEN_DIRECTORY.
744         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
745
746 2009-12-09  Bruno Haible  <bruno@clisp.org>
747
748         * lib/fchdir.c: Update comment.
749
750 2009-12-09  Bruno Haible  <bruno@clisp.org>
751
752         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
753
754 2009-12-08  Eric Blake  <ebb9@byu.net>
755
756         fchdir: avoid memory leak on re-registration.
757         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
758
759 2009-12-08  Jim Meyering  <meyering@redhat.com>
760
761         init.sh: avoid Solaris 10 /bin/sh portability problem
762         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
763         sourced script:
764           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
765           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
766           bar
767         tests/init.sh relied on that, accepting a --set-path=DIR argument,
768         and two tests used that idiom.
769         * tests/init.sh: Update suggested usage comments.
770         (path_prepend_): New function, to be used in place
771         of the --src-path=DIR option.
772         (setup_): Move PATH-prepending code into path_prepend_.
773         * tests/test-pread.sh: Adapt to new usage.
774         * tests/test-xalloc-die.sh: Likewise.
775
776 2009-12-08  Simon Josefsson  <simon@josefsson.org>
777
778         * doc/gnulib.texi (Glibc pty.h): Add.
779         * doc/glibc-functions/forkpty.texi: Add.
780         * doc/glibc-functions/openpty.texi: Add.
781         Suggested by Bruno Haible.
782
783 2009-12-08  Eric Blake  <ebb9@byu.net>
784
785         fchdir: fix logic bugs
786         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
787         * tests/test-fchdir.c (main): Enhance test.
788         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
789         is in use.
790
791         dup2: fix logic bugs
792         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
793         REPLACE_DUP2 to decide when rpl_dup2 is needed.
794         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
795         exists.
796         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
797
798 2009-12-07  Eric Blake  <ebb9@byu.net>
799
800         unlink: fix m4 detection
801         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
802
803         unistd-safer: add unit test
804         * modules/unistd-safer-tests: New file.
805         * tests/test-dup-safer.c: Likewise.
806         * tests/test-cloexec.c (setmode): Avoid compiler warning.
807         * tests/test-dup2.c (setmode): Likewise.
808         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
809
810         cloexec: preserve text vs. binary across dup_cloexec
811         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
812         mode.
813         * modules/dup2-tests (Depends-on): Add binary-io.
814         * modules/cloexec-tests (Depends-on): Likewise.
815         * tests/test-dup2.c (setmode, is_mode): New helpers.
816         (main): Add tests that translation mode is preserved.
817         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
818         Reported by Bruno Haible.
819
820         mgetgroups: reduce duplicate listings
821         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
822         resulting array.
823         * tests/test-chown.h (test_chown): Simplify client.
824         * tests/test-lchown.h (test_lchown): Likewise.
825
826 2009-12-06  Bruno Haible  <bruno@clisp.org>
827
828         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
829         value.
830
831 2009-12-06  Bruno Haible  <bruno@clisp.org>
832
833         * lib/progname.c: Include stdio.h, stdlib.h.
834         (set_program_name): Reject a NULL argument.
835
836 2009-12-05  Eric Blake  <ebb9@byu.net>
837
838         pipe2-safer: new module
839         * modules/pipe2-safer: New file.
840         * lib/unistd-safer.h (pipe2_safer): New prototype.
841         * lib/unistd--.h (pipe2): New wrapper.
842         * lib/pipe-safer.c (pipe2_safer): New function.
843         * modules/pipe (Depends-on): Add pipe2-safer.
844         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
845
846         stdlib-safer: preserve cloexec flag for mkostemp[s]
847         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
848         fd_safer_flag.
849
850         unistd-safer: allow preservation of cloexec status via flag
851         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
852         prototypes.
853         * lib/dup-safer.c (dup_safer_flag): New function.
854         * lib/fd-safer.c (fd_safer_flag): Likewise.
855         * modules/cloexec (configure.ac): Set witness.
856
857         test-dup2: enhance test
858         * modules/dup2-tests (Depends-on): Add cloexec.
859         * tests/test-dup2.c (main): Enhance test.
860
861         cloexec: add dup_cloexec
862         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
863         header and comments.
864         * lib/cloexec.c (set_cloexec_flag): Add comments.
865         (dup_cloexec): New function, with mingw implementation borrowed
866         from...
867         * lib/w32spawn.h (dup_noinherit): ...here.
868         * modules/execute (Depends-on): Add cloexec.
869         * modules/pipe (Depends-on): Likewise.
870         * modules/cloexec (Depends-on): Add dup2.
871         * modules/cloexec-tests (Files): New file.
872         * tests/test-cloexec.c: Likewise.
873
874         test-xalloc-die: fix test for mingw
875         * modules/xalloc-die-tests (Files): Add tests/init.sh.
876         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
877         directory and .exe suffix off argv[0] output.
878
879         test-fseeko: fix test for mingw
880         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
881         than undefining fseek, so test will pass on mingw.
882
883 2009-12-05  Bruno Haible  <bruno@clisp.org>
884
885         * lib/progname.h (set_program_name): Clarify specification.
886         * lib/progname.c (set_program_name): Likewise.
887         Reported by Jim Meyering.
888
889 2009-12-05  Jim Meyering  <meyering@redhat.com>
890
891         maint.mk: backslash-escape parens in default regexp
892         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
893         backslash-escape the literal parentheses.
894
895         maint.mk: news-date-check: use grep -E
896         * top/maint.mk (today): Define a Make variable, not a...
897         (news-date-check): ...shell variable.
898         (news-date-regexp): Use the Make variable.
899         Use grep's -E option.  Change the failing diagnostic to mention
900         the variable, $(news-date-regexp).
901
902 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
903
904         maintainer-makefile: allow customization of NEWS entry format
905         * top/maint.mk (news-date-regexp): New overridable variable.
906         (news-date-check): Use it.
907
908 2009-12-04  Eric Blake  <ebb9@byu.net>
909
910         mgetgroups: add xgetgroups, and avoid ENOSYS failures
911         * lib/mgetgroups.h (xgetgroups): New prototype.
912         * lib/mgetgroups.c (xgetgroups): New wrapper.
913         (mgetgroups): Handle ENOSYS.
914         * modules/mgetgroups (Depends-on): Add realloc.
915         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
916
917         mgetgroups: avoid argument promotion issues with -1
918         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
919         for invalid gid_t.
920         * tests/test-chown.h (getegid, test_chown): Likewise.
921         * tests/test-lchown.h (getegid, test_lchown): Likewise.
922
923 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
924
925         exclude: Fix header file problems.
926         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
927
928 2009-12-01  Jim Meyering  <meyering@redhat.com>
929
930         fts: fts_open: do not let an empty string cause immediate failure
931         This is required in support of GNU rm, for which the command
932         "rm A '' B" must process and remove both A and B, in spite of
933         the empty string argument.
934         * lib/fts.c (fts_open): Do not let the presence of an empty string
935         cause fts_open to fail immediately.  Most fts-using tools must be
936         able to process all arguments, in order, and can be expected to
937         diagnose such arguments themselves.
938
939 2009-11-30  Eric Blake  <ebb9@byu.net>
940
941         utimens: fix compilation error
942         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
943         Declare variable at right scope.
944
945 2009-11-29  Jim Meyering  <meyering@redhat.com>
946
947         bootstrap: handle perl-5.11's changed --version output
948         * build-aux/bootstrap (get_version): Handle perl separately,
949         since perl-5.11's --version output is different.
950
951 2009-11-28  Jim Meyering  <meyering@redhat.com>
952
953         userspec: depend on the inttostr module, too
954         * modules/userspec (Depends-on): Add inttostr.
955
956         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
957         * lib/userspec.c (parse_with_separator): Do not accept a user ID
958         number of MAXUID when it evaluates to (uid_t) -1.
959         Likewise for group ID.  Reported by Matt McCutchen in
960         <http://savannah.gnu.org/bugs/?28113>
961
962         userspec: reformat to use spaces, not TABs
963         * lib/userspec.c: Expand TABs to spaces.
964         Add Emacs' "indent-tabs-mode: nil" hint.
965
966 2009-11-27  Eric Blake  <ebb9@byu.net>
967
968         getopt-gnu: flush out another BSD bug
969         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
970         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
971         flush out BSD bug.
972         * tests/test-getopt.h (test_getopt): End lists with NULL.
973         * tests/test-getopt_long.h (test_getopt_long): Likewise.
974         (test_getopt_long_posix): Enhance test.
975         * modules/getopt-posix-tests (Depends-on): Add stdbool.
976         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
977         getopt-gnu.
978         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
979         Likewise.
980
981 2009-11-27  Simon Josefsson  <simon@josefsson.org>
982
983         * modules/idpriv-droptemp-tests (Notice): Fix text.
984
985 2009-11-27  Jim Meyering  <meyering@redhat.com>
986
987         test-xalloc-die: avoid spurious failure due to libtool argv difference
988         In a libtool-enabled project, this test would fail due to a difference
989         in the emitted program name, e.g.,
990         -test-xalloc-die: memory exhausted
991         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
992         Use program to avoid that.
993         * modules/xalloc-die-tests (Depends-on): Add progname.
994         * tests/test-xalloc-die.c: Include progname.h".
995         (program_name): Remove decl.
996         (main): Call set_program_name.
997         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
998
999 2009-11-26  Richard Jones  <rjones@redhat.com>
1000
1001         w32sock: leave win32 error in place.
1002         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
1003
1004 2009-11-26  Eric Blake  <ebb9@byu.net>
1005
1006         init.sh: suggest to use skip_ and fail_ functions in comments
1007         * tests/init.sh: Add a sentence.
1008
1009 2009-11-25  Bruno Haible  <bruno@clisp.org>
1010
1011         init.sh: add documentation in comments
1012         * tests/init.sh: Add some developer and user documentation.
1013
1014 2009-11-26  Jim Meyering  <meyering@redhat.com>
1015
1016         init.sh: accommodate even those who specify bogus srcdir manually
1017         * tests/init.sh: Normally, srcdir is guaranteed by automake and
1018         configure-time tests to be sanitized, so that there is no need to
1019         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
1020         (with no double quotes) suffices.  However, since tests may be
1021         invoked manually, and since you may explicitly set srcdir to the
1022         name of a directory containing spaces, do quote its uses here.
1023         * tests/test-pread.sh: Likewise.
1024         Suggested by Bruno Haible.
1025
1026         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
1027         * tests/test-pread.sh: Write no data into the pipe, because
1028         test-pread actually reads none.  This avoids a diagnostic,
1029         "bash: echo: write error: Broken pipe", that arises in the unusual
1030         event something is ignoring SIGPIPE, and might be interpreted
1031         as some sort of failure.  Reported by Bruno Haible.
1032
1033 2009-11-25  Jim Meyering  <meyering@redhat.com>
1034
1035         test-pread: cover failure with ESPIPE and EINVAL
1036         * tests/test-pread.c (main): Test for failure, too.
1037         * tests/test-pread.sh: Invoke with stdin on a pipe.
1038         Suggested by Eric Blake.
1039
1040         pread: improvement and fix
1041         * modules/pread (Depends-on): Depend on lseek, for portability to
1042         e.g., mingw.  Suggested by Eric Blake.
1043         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
1044
1045         unistd.in.h: correct declaration of pread
1046         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
1047         Reported by Richard W.M. Jones.
1048
1049         test-pread.sh: distribute the test script
1050         * modules/pread-tests (Files): Include test-pread.sh.
1051
1052         test-pread.sh: clean up
1053         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
1054         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
1055         That is unnecessary, since it's always ".".
1056         Suggestion from Eric Blake.
1057
1058         test-pread.sh: make executable
1059         * tests/test-pread.sh: Set executable bit.
1060         Reported by Eric Blake.
1061
1062         correct typo in test-pread.sh
1063         * tests/test-pread.sh: Add #! line.
1064
1065         test pread
1066         * tests/test-pread.c: New file.
1067         * tests/test-pread.sh: Likewise.
1068         * modules/pread-tests: Likewise.
1069
1070         pread: new module
1071         * modules/pread: New file.
1072         * lib/unistd.in.h (pread): Define/declare.
1073         * lib/pread.c (pread): New file.
1074         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
1075         * modules/unistd (Makefile.am): Substitute witnesses.
1076         * doc/posix-functions/pread.texi (pread): Update.
1077         * MODULES.html.sh: Add pread.
1078
1079 2009-11-25  Jim Meyering  <meyering@redhat.com>
1080
1081         tests/init.sh: new file to be used via most *.sh tests
1082         * tests/init.sh: New file.
1083
1084 2009-11-25  Eric Blake  <ebb9@byu.net>
1085
1086         utimens: work around older Linux failure with symlinks
1087         * lib/utimens.c (lutimensat_works_really): New variable.
1088         (fdutimens, lutimens): Use it to manage kernels that support
1089         nanosecond times on files, but not on symlinks.
1090         Reported by OndÅ™ej Vašík.
1091
1092         utimes: fix configure grammar
1093         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
1094
1095 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
1096
1097         regex: Fix fastmap for multibyte character ranges.
1098         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
1099         characters when a multibyte character range is included.
1100
1101 2009-11-22  Andy Wingo  <wingo@pobox.com>
1102
1103         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
1104         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
1105
1106 2009-11-24  Bruno Haible  <bruno@clisp.org>
1107
1108         doc: Most *_l functions exist in MacOS X 10.5.
1109         * doc/posix-functions/duplocale.texi: Update platforms list.
1110         * doc/posix-functions/freelocale.texi: Likewise.
1111         * doc/posix-functions/newlocale.texi: Likewise.
1112         * doc/posix-functions/uselocale.texi: Likewise.
1113         * doc/posix-functions/isalnum_l.texi: Likewise.
1114         * doc/posix-functions/isalpha_l.texi: Likewise.
1115         * doc/posix-functions/isblank_l.texi: Likewise.
1116         * doc/posix-functions/iscntrl_l.texi: Likewise.
1117         * doc/posix-functions/isdigit_l.texi: Likewise.
1118         * doc/posix-functions/isgraph_l.texi: Likewise.
1119         * doc/posix-functions/islower_l.texi: Likewise.
1120         * doc/posix-functions/isprint_l.texi: Likewise.
1121         * doc/posix-functions/ispunct_l.texi: Likewise.
1122         * doc/posix-functions/isspace_l.texi: Likewise.
1123         * doc/posix-functions/isupper_l.texi: Likewise.
1124         * doc/posix-functions/iswalnum_l.texi: Likewise.
1125         * doc/posix-functions/iswalpha_l.texi: Likewise.
1126         * doc/posix-functions/iswblank_l.texi: Likewise.
1127         * doc/posix-functions/iswcntrl_l.texi: Likewise.
1128         * doc/posix-functions/iswctype_l.texi: Likewise.
1129         * doc/posix-functions/iswdigit_l.texi: Likewise.
1130         * doc/posix-functions/iswgraph_l.texi: Likewise.
1131         * doc/posix-functions/iswlower_l.texi: Likewise.
1132         * doc/posix-functions/iswprint_l.texi: Likewise.
1133         * doc/posix-functions/iswpunct_l.texi: Likewise.
1134         * doc/posix-functions/iswspace_l.texi: Likewise.
1135         * doc/posix-functions/iswupper_l.texi: Likewise.
1136         * doc/posix-functions/iswxdigit_l.texi: Likewise.
1137         * doc/posix-functions/isxdigit_l.texi: Likewise.
1138         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
1139         * doc/posix-functions/strcasecmp_l.texi: Likewise.
1140         * doc/posix-functions/strcoll_l.texi: Likewise.
1141         * doc/posix-functions/strfmon_l.texi: Likewise.
1142         * doc/posix-functions/strftime_l.texi: Likewise.
1143         * doc/posix-functions/strncasecmp_l.texi: Likewise.
1144         * doc/posix-functions/strxfrm_l.texi: Likewise.
1145         * doc/posix-functions/tolower_l.texi: Likewise.
1146         * doc/posix-functions/toupper_l.texi: Likewise.
1147         * doc/posix-functions/towctrans_l.texi: Likewise.
1148         * doc/posix-functions/towlower_l.texi: Likewise.
1149         * doc/posix-functions/towupper_l.texi: Likewise.
1150         * doc/posix-functions/wcscoll_l.texi: Likewise.
1151         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
1152         * doc/posix-functions/wctrans_l.texi: Likewise.
1153         * doc/posix-functions/wctype_l.texi: Likewise.
1154         * doc/glibc-functions/strptime_l.texi: Likewise.
1155         * doc/glibc-functions/strtod_l.texi: Likewise.
1156         * doc/glibc-functions/strtof_l.texi: Likewise.
1157         * doc/glibc-functions/strtol_l.texi: Likewise.
1158         * doc/glibc-functions/strtold_l.texi: Likewise.
1159         * doc/glibc-functions/strtoll_l.texi: Likewise.
1160         * doc/glibc-functions/strtoul_l.texi: Likewise.
1161         * doc/glibc-functions/strtoull_l.texi: Likewise.
1162         * doc/glibc-functions/wcsftime_l.texi: Likewise.
1163         * doc/glibc-functions/wcstod_l.texi: Likewise.
1164         * doc/glibc-functions/wcstof_l.texi: Likewise.
1165         * doc/glibc-functions/wcstol_l.texi: Likewise.
1166         * doc/glibc-functions/wcstold_l.texi: Likewise.
1167         * doc/glibc-functions/wcstoll_l.texi: Likewise.
1168         * doc/glibc-functions/wcstoul_l.texi: Likewise.
1169         * doc/glibc-functions/wcstoull_l.texi: Likewise.
1170
1171 2009-11-24  Bruno Haible  <bruno@clisp.org>
1172
1173         duplocale: Fix logic bug.
1174         * lib/duplocale.c: Don't include <langinfo.h>.
1175         (_NL_LOCALE_NAME): Remove macro.
1176         (rpl_duplocale): Use setlocale instead of nl_langinfo.
1177         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
1178
1179 2009-11-23  Jim Meyering  <meyering@redhat.com>
1180
1181         test-update-copyright: don't hard-code /usr/bin/perl
1182         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
1183         perl to print the current year.  Gilles Espinasse reported that
1184         the replaced use of perl was hard-coded as /usr/bin/perl.
1185
1186 2009-11-23  Bruno Haible  <bruno@clisp.org>
1187
1188         duplocale: Add support for glibc 2.3.x.
1189         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
1190
1191 2009-11-22  Bruno Haible  <bruno@clisp.org>
1192
1193         vasnprintf: Tiny optimization.
1194         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
1195         MacOS X.
1196
1197 2009-11-22  Bruno Haible  <bruno@clisp.org>
1198
1199         Tests for module 'duplocale'.
1200         * modules/duplocale-tests: New file.
1201         * tests/test-duplocale.c: New file.
1202
1203         New module 'duplocale'.
1204         * m4/duplocale.m4: New file.
1205         * lib/locale.in.h (duplocale): New declaration.
1206         * lib/duplocale.c: New file.
1207         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
1208         gl_LOCALE_H_DEFAULTS): New macros.
1209         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
1210         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
1211         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
1212         REPLACE_DUPLOCALE.
1213         * modules/duplocale: New file.
1214         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
1215
1216 2009-11-22  Bruno Haible  <bruno@clisp.org>
1217
1218         * modules/locale-tests (configure.ac): Test for newlocale function.
1219         * tests/test-locale.c: When the system has extended locale functions,
1220         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
1221
1222         locale: Make locale_t available when possible.
1223         * lib/locale.in.h: Include <xlocale.h> when it exists.
1224         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
1225         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
1226         * modules/locale (Depends-on): Add extensions.
1227         (Makefile.am): Also substitute HAVE_XLOCALE_H.
1228         * doc/posix-headers/locale.texi: Document the problem with locale_t.
1229
1230 2009-11-22  Bruno Haible  <bruno@clisp.org>
1231
1232         Add comments.
1233         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
1234         invocation.
1235         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1236         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
1237         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1238
1239 2009-11-22  Bruno Haible  <bruno@clisp.org>
1240
1241         error: account for the possibility of freopen (stdout).
1242         * lib/error.c: Include <unistd.h>.
1243         (flush_stdout): New function, extracted from error and error_at_line.
1244         Determine stdout's fd dynamically.
1245         (error, error_at_line): Invoke flush_stdout.
1246         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
1247         * modules/error (Depends-on): Add unistd.
1248
1249 2009-11-22  Bruno Haible  <bruno@clisp.org>
1250
1251         diffseq: Add comment.
1252         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
1253
1254 2009-11-22  Jim Meyering  <meyering@redhat.com>
1255
1256         c-stack: avoid defining an unused static function
1257         * lib/c-stack.c (find_stack_direction): Do not define this function
1258         when it will not be used.
1259
1260         diffseq: avoid spurious gcc warnings
1261         * lib/diffseq.h (IF_LINT2): Define.
1262         (compareseq): Use it to initialize two members of "part".
1263         This avoids two used-uninitialized warnings.
1264
1265 2009-11-21  Jim Meyering  <meyering@redhat.com>
1266
1267         c-stack: avoid "ignoring return value of `write'" warning
1268         * lib/c-stack.c: Include "ignore-value.h".
1269         (die): Explicitly ignore each write return value.
1270         * modules/c-stack (Depends-on): Add ignore-value.
1271
1272 2009-11-21  Bruno Haible  <bruno@clisp.org>
1273
1274         diffseq: reduce scope of variable 'best'.
1275         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
1276         variable, earlier used for two different purposes.
1277
1278 2009-11-21  Jim Meyering  <meyering@redhat.com>
1279
1280         diffseq: remove useless assignment to "best"
1281         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
1282         assignment.  At that point "best" is already guaranteed to be zero.
1283
1284 2009-11-20  Eric Blake  <ebb9@byu.net>
1285
1286         build: mention ftp redirector in release announcements
1287         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
1288         values that used to come from cfg.mk; mention FTP redirect URL.
1289         * build-aux/announce-gen: Mention the mirror list.
1290         Suggested by Karl Berry.
1291
1292         nanosleep: improve port to mingw
1293         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
1294         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
1295         LIB_NANOSLEEP, but only when needed.
1296         * modules/select (Link): Document LIBSOCKET.
1297         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
1298         enough.
1299
1300         nanosleep: work around cygwin bug
1301         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
1302         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
1303         bug.
1304         (getnow): Delete, not needed.
1305         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
1306         LIB_CLOCK_GETTIME.
1307         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
1308         clock-time, gettime.
1309         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
1310         bug.
1311         * modules/nanosleep-tests: New test.
1312         * tests/test-nanosleep.c: New file.
1313
1314         sleep: work around cygwin bug
1315         * lib/sleep.c (rpl_sleep): Work around the bug.
1316         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
1317         (gl_PREREQ_SLEEP): Delete unused macro.
1318         * modules/sleep (Depends-on): Add verify.
1319         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
1320         * modules/unistd (Makefile.am): Substitute witness.
1321         * lib/unistd.in.h (sleep): Update prototype.
1322         * doc/posix-functions/sleep.texi (sleep): Document the bug.
1323         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
1324         * modules/sleep-tests (Depends-on): Check for alarm.
1325
1326 2009-11-20  Jim Meyering  <meyering@redhat.com>
1327
1328         maint.mk: improve sc_prohibit_magic_number_exit
1329         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
1330         so it does not match uses like System.exit(1).
1331         Add comments showing how to correct all offenders.
1332
1333 2009-11-19  Eric Blake  <ebb9@byu.net>
1334
1335         xalloc-die-tests: add missing library
1336         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
1337
1338         test-xvasprintf: silence compiler warnings
1339         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
1340         empty string from gcc.
1341
1342 2009-11-19  Jim Meyering  <meyering@redhat.com>
1343
1344         xfreopen: new module, from coreutils
1345         * modules/xfreopen: New module.
1346         * lib/xfreopen.c: New file.
1347         * lib/xfreopen.h: New file.
1348         * MODULES.html.sh (File stream based Input/Output"): Add it.
1349
1350 2009-11-19  Eric Blake  <ebb9@byu.net>
1351
1352         manywarnings: depend on warnings
1353         * modules/manywarnings (Depends-on): Add warnings.
1354
1355         build: avoid compiler warnings
1356         * lib/select.c (rpl_select): Delete unused variable.
1357         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
1358
1359 2009-11-18  Eric Blake  <ebb9@byu.net>
1360
1361         tests: avoid false negative with --with-packager
1362         * tests/test-version-etc.sh: Discard packager information.
1363         * tests/test-argp-version-etc-1.sh: Likewise.
1364         Reported by Mike Frysinger.
1365
1366         utimens: fix regression on Solaris
1367         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
1368         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
1369         can only change fd timestamps via futimesat.  Instead, use an
1370         additional witness macro to avoid BSD bug.
1371         Reported by Jim Meyering.
1372
1373 2009-11-17  Eric Blake  <ebb9@byu.net>
1374
1375         usleep: use it to simplify tests
1376         * modules/stat-time-tests (Depends-on): Add usleep.
1377         (configure.ac): Drop usleep check.
1378         * modules/chown-tests (Depends-on, configure.ac): Likewise.
1379         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
1380         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
1381         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
1382         * modules/openat-tests (Depends-on, configure.ac): Likewise.
1383         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
1384         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
1385         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
1386         Likewise.
1387         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
1388         * tests/test-lchown.h (nap): Likewise.
1389         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
1390         * tests/test-stat-time.c (nap): Likewise.
1391         * tests/test-utimens-common.h (nap): Update comments.
1392
1393         usleep: new module
1394         * modules/usleep: New file.
1395         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
1396         * lib/usleep.c (usleep): Likewise.
1397         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
1398         * modules/unistd (Makefile.am): Substitute witnesses.
1399         * lib/unistd.in.h (usleep): Add declaration.
1400         * doc/pastposix-functions/usleep.texi (usleep): Document this.
1401         * MODULES.html.sh (Date and time): Likewise.
1402         * modules/usleep-tests (Depends-on): New test.
1403         * tests/test-usleep.c: New file.
1404
1405         chown: work around OpenBSD bug
1406         * lib/chown.c (rpl_chown): Work around the bug.
1407         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
1408         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
1409         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
1410         * modules/chown (Depends-on): Add stdbool.
1411         * modules/lchown (Depends-on): Likewise.
1412         * doc/posix-functions/chown.texi (chown): Document the bug.
1413         * doc/posix-functions/lchown.texi (lchown): Likewise.
1414         * tests/test-lchown.h (test_chown): Relax test.
1415
1416         mkstemp: avoid conflict with C++ keyword template
1417         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
1418         * lib/mkostemp.c (mkostemp): Likewise.
1419         * lib/mkostemps.c (mkostemps): Likewise.
1420         * lib/mkstemp.c (mkstemp): Likewise.
1421         * lib/mkstemps.c (mkstemps): Likewise.
1422
1423         xalloc-die-tests: optimize
1424         * tests/test-xalloc-die.sh: Reduce number of processes.
1425
1426 2009-11-17  Simon Josefsson  <simon@josefsson.org>
1427
1428         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
1429         patch from ludo@gnu.org (Ludovic Courtès).
1430
1431 2009-11-17  Jim Meyering  <meyering@redhat.com>
1432
1433         version-etc: use proper license string
1434         * modules/version-etc (License): Use LGPL, not LGPLv3+.
1435         * modules/version-etc-fsf: Likewise.
1436
1437 2009-11-17  Simon Josefsson  <simon@josefsson.org>
1438
1439         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
1440         printed to stdout.  Deal with EOL differences.
1441
1442 2009-11-17  Eric Blake  <ebb9@byu.net>
1443
1444         unsetenv: work around Solaris bug
1445         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
1446         * lib/unsetenv.c (rpl_unsetenv): Work around it.
1447         Reported by Jim Meyering.
1448
1449         vasnprintf: avoid compiler warnings
1450         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
1451         variables.
1452         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
1453
1454 2009-11-17  Simon Josefsson  <simon@josefsson.org>
1455
1456         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
1457         settings since xalloc-die is no longer the self test,
1458         xalloc-die.sh is.
1459
1460 2009-11-17  Jim Meyering  <meyering@redhat.com>
1461
1462         test-xalloc-die.sh: make the code agree with the commit log
1463         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
1464         at the end, just in case you happen to have a test-xalloc-die
1465         program in some other PATH directory.
1466
1467         test-xalloc-die.sh: fix a portability bug
1468         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
1469         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
1470         Otherwise, argv[0] (as often seen in diagnostics) would be too
1471         system-dependent, sometimes with, and sometimes without the leading "./".
1472
1473         version-etc-fsf: relax license to LGPLv3+
1474         * modules/version-etc-fsf (License): Relax license.
1475
1476 2009-11-16  Eric Blake  <ebb9@byu.net>
1477
1478         xalloc-die-tests: avoid printing null pointer
1479         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
1480         shell script.
1481         * tests/test-xalloc-die.c (program_name): Declare.
1482         * tests/test-xalloc-die.sh (tmpfiles): New file.
1483
1484         setenv, unsetenv: work around various bugs
1485         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
1486         (setenv) [HAVE_SETENV]: Work around bugs.
1487         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
1488         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
1489         for bugs.
1490         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
1491         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
1492         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
1493         * modules/stdlib (Makefile.am): Update substitutions.
1494         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
1495         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
1496         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
1497         * modules/setenv-tests: New test.
1498         * modules/unsetenv-tests: Likewise.
1499         * tests/test-setenv.c: New file.
1500         * tests/test-unsetenv.c: Likewise.
1501
1502 2009-11-16  Jim Meyering  <meyering@redhat.com>
1503
1504         version-etc: relax license to LGPLv3+
1505         * modules/version-etc (License): Relax license.
1506
1507         better AC_REQUIRE expanded-before-required-warning avoidance
1508         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
1509         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
1510         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
1511         which is no longer needed.
1512
1513 2009-11-16  Eric Blake  <ebb9@byu.net>
1514
1515         test-freading: clean up temporary file
1516         * tests/test-freading.c (main): Remove file on success, and use
1517         ASSERT more liberally.
1518         Reported by Jim Meyering.
1519
1520 2009-11-16  Jim Meyering  <meyering@redhat.com>
1521
1522         avoid new AC_REQUIRE expanded-before-required warnings
1523         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
1524         merely using it.
1525         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
1526         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
1527
1528 2009-11-15  Simon Josefsson  <simon@josefsson.org>
1529
1530         * tests/test-xalloc-die.c: New file.
1531         * modules/xalloc-die-tests: New file.
1532         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
1533         XFAIL_TESTS so it can be appended by modules.
1534
1535 2009-11-15  Simon Josefsson  <simon@josefsson.org>
1536
1537         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
1538         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
1539
1540 2009-11-14  Eric Blake  <ebb9@byu.net>
1541
1542         fnmatch: avoid compiler warning
1543         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
1544         to silence compiler warning about mismatch signedness in ?:.
1545         Reported by Robert Millan.
1546
1547         intprops: add double-inclusion guard
1548         * lib/intprops.h: Allow idempotent includes.
1549         Suggested by Bruce Korb.
1550
1551         openat: detect Solaris fchownat bug
1552         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
1553         penalizing glibc chownat when only lchownat is broken.
1554         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
1555         trailing slash bugs.
1556         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
1557         * modules/openat-tests (Files): Include more files.
1558         (Depends-on): Add mgetgroups, sleep, stat-time.
1559         (configure.ac): Add additional checks.
1560         (Makefile.am): Build new test.
1561         * tests/test-fchownat.c: New file.
1562
1563         lchown: detect Solaris and FreeBSD bug
1564         * lib/lchown.c (rpl_lchown): Work around bug.
1565         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
1566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1567         * modules/unistd (Makefile.am): Populate it.
1568         * lib/unistd.in.h (lchown): Update declaration.
1569         * doc/posix-functions/lchown.texi (lchown): Document the bug.
1570         * modules/lchown-tests: New file.
1571         * tests/test-lchown.h (test_lchown): Likewise.
1572         * tests/test-lchown.c (main): Likewise.
1573
1574         chown: detect Solaris and FreeBSD bug
1575         * lib/chown.c (rpl_chown): Work around bug.
1576         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
1577         (gl_PREREQ_CHOWN): Delete.
1578         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1579         * modules/unistd (Makefile.am): Populate it.
1580         * lib/unistd.in.h (chown): Update declaration.
1581         * lib/lchown.c (chown): Update client.
1582         * modules/lchown (Depends-on): Add lstat.
1583         * doc/posix-functions/chown.texi (chown): Document the bug.
1584         * doc/posix-functions/getgroups.texi (getgroups): Document
1585         getgroups pitfall.
1586         * modules/chown-tests: New file.
1587         * tests/test-chown.h (test_chown): Likewise.
1588         * tests/test-chown.c (main): Likewise.
1589
1590 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
1591
1592         gnulib-tool: correctly detect absence of m4 directories
1593         * gnulib-tool: Avoid extra newline on data passed to wc -l.
1594
1595 2009-11-14  Jim Meyering  <meyering@redhat.com>
1596
1597         maint.mk: Prohibit inclusion of "xalloc.h" without use.
1598         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
1599
1600 2009-11-14  John W. Eaton  <jwe@gnu.org>
1601
1602         strftime.h: wrap funtion declaration in extern "C" block
1603         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
1604
1605 2009-11-13  Eric Blake  <ebb9@byu.net>
1606
1607         getgroups: avoid compiler warning
1608         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
1609
1610         getgroups: work around FreeBSD bug
1611         * lib/getgroups.c (rpl_getgroups): Work around the bug.
1612         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
1613         * doc/posix-functions/getgroups.texi (getgroups): Document it.
1614         * tests/test-getgroups.c (main): Fix buffer overrun.
1615
1616         getgroups: avoid compilation failure
1617         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
1618         * modules/getgroups (Depends-on): Add stdint.
1619
1620 2009-11-13  Jim Meyering  <meyering@redhat.com>
1621
1622         test-getgroups: avoid compilation failure
1623         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
1624
1625 2009-11-13  Eric Blake  <ebb9@byu.net>
1626
1627         mgetgroups: new module, taken from coreutils
1628         * modules/mgetgroups: New file.
1629         * lib/mgetgroups.h: Likewise.
1630         * lib/mgetgroups.c (mgetgroups): Likewise.
1631         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
1632         * MODULES.html.sh (Users and groups): Mention it.
1633
1634         getgroups: don't expose GETGROUPS_T to user
1635         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
1636         an element at a time if GETGROUPS_T is wrong size.
1637         * lib/getugroups.h (getugroups): Change signature.
1638         * lib/unistd.in.h (getgroups): Likewise.
1639         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
1640         signature needs fixing.
1641         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
1642         AC_TYPE_GETGROUPS.
1643         * modules/group-member (Depends-on): Add getgroups.
1644         * lib/group-member.c (group_info, get_group_info): Use gid_t.
1645         (group_member): Rely on getgroups replacement.
1646         * lib/getugroups.c (getugroups): Use gid_t.
1647         * tests/test-getgroups.c (main): Likewise.
1648         * NEWS: Mention the signature change.
1649         * doc/posix-functions/getgroups.texi (getgroups): Mention the
1650         problem with signature.
1651         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
1652         GETGROUPS_T is still useful for setgroups.
1653
1654         getgroups, getugroups: provide stubs for mingw
1655         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
1656         * lib/getugroups.c (getugroups): Likewise.
1657         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
1658         function.  Modernize replacement scheme.
1659         (gl_PREREQ_GETGROUPS): Delete.
1660         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
1661         * modules/getgroups (configure.ac): Declare witness.
1662         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
1663         * modules/unistd (Depends-on): Substitute witness.
1664         * lib/unistd.in.h (getgroups): Declare replacement.
1665
1666         getgroups: avoid calling exit
1667         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
1668         drop xalloc.
1669         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
1670         dependencies.
1671         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
1672         exiting, in the rare case of malloc failure.
1673
1674         getgroups: fix logic error
1675         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
1676         has more than 20 groups.
1677         * modules/getgroups-tests: New test.
1678         * tests/test-getgroups.c: New file.
1679
1680 2009-11-13  Simon Josefsson  <simon@josefsson.org>
1681
1682         * tests/test-base64.c: Improve.
1683
1684 2009-11-13  Simon Josefsson  <simon@josefsson.org>
1685
1686         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
1687         Blake <ebb9@byu.net>.
1688
1689 2009-11-13  Simon Josefsson  <simon@josefsson.org>
1690
1691         * tests/test-xvasprintf.c: Add %s%s related checks.
1692
1693 2009-11-12  Eric Blake  <ebb9@byu.net>
1694
1695         version-etc: match standards.texi style
1696         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
1697         and use <> only for URLs.
1698
1699 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
1700
1701         fts: do not fail on a submount during traversal
1702         * lib/fts.c (fts_build): Read the stat info again after opening
1703         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
1704         Original report at http://bugzilla.redhat.com/501848.
1705
1706 2009-11-12  Jim Meyering  <meyering@redhat.com>
1707
1708         bootstrap: sync from coreutils
1709         * build-aux/bootstrap (bootstrap_epilogue): New function.
1710         Use git_modules_config in one more place.  This make bootstrap's
1711         --gnulib-srcdir option more useful for testing.
1712
1713         bootstrap: generalize autoheader check
1714         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
1715         AC_CONFIG_HEADERS.
1716
1717 2009-11-11  Eric Blake  <ebb9@byu.net>
1718
1719         mkfifoat: use new modules for Solaris and BSD bugs
1720         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
1721         * lib/mkfifoat.c (mknodat): Split...
1722         * lib/mknodat.c (mknodat): ...into new file.
1723         * modules/mkfifoat (Files): Ship new file.
1724         (Depends-on): Add mkfifo, mknod.
1725         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
1726         (Depends-on): Add symlink.
1727         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
1728         redundant with test_mkfifo.h.
1729         (do_mkfifoat, do_mknodat): New helpers.
1730
1731         mknod: new module
1732         * modules/mknod: New file.
1733         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
1734         * lib/mknod.c (mknod): Likewise.
1735         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
1736         defaults.
1737         * modules/sys_stat (Makefile.am): Substitute them.
1738         * lib/sys_stat.in.h (mknod): Declare replacement.
1739         * MODULES.html.sh (Support for systems lacking POSIX:2008):
1740         Document it.
1741         * doc/posix-functions/mknod.texi (mknod): Likewise.
1742         * modules/mknod-tests: New test.
1743         * tests/test-mknod.c: Likewise.
1744
1745         mkfifo: new module
1746         * modules/mkfifo: New file.
1747         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
1748         * lib/mkfifo.c (mkfifo): Likewise.
1749         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
1750         defaults.
1751         * modules/sys_stat (Makefile.am): Substitute them.
1752         * lib/sys_stat.in.h (mkfifo): Declare replacement.
1753         * MODULES.html.sh (Support for systems lacking POSIX:2008):
1754         Document it.
1755         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
1756         * modules/mkfifo-tests: New test.
1757         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
1758         from test-mkfifoat.c.
1759         * tests/test-mkfifo.c: New file.
1760
1761         readlink: detect FreeBSD bug
1762         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
1763         slash on symlink.
1764         * doc/posix-functions/readlink.texi (readlink): Document the bug.
1765         * tests/test-readlink.h (test_readlink): Enhance test.
1766
1767         symlink: detect FreeBSD bug
1768         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
1769         slash on symlink.
1770         * doc/posix-functions/symlink.texi (symlink): Document the bug.
1771         * tests/test-symlink.h (test_symlink): Enhance test.
1772
1773 2009-11-10  Eric Blake  <ebb9@byu.net>
1774
1775         link: detect FreeBSD bug
1776         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
1777         symlink.
1778         * doc/posix-functions/link.texi (link): Document the bug.
1779         * tests/test-link.h (test_link): Enhance test.
1780         * tests/test-linkat.c (main): Update caller.
1781
1782         unlink, remove: detect FreeBSD bug
1783         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
1784         slash on symlink.
1785         * doc/posix-functions/unlink.texi (unlink): Document the bug.
1786         * doc/posix-functions/remove.texi (remove): Likewise.
1787         * tests/test-unlink.h (test_unlink): Enhance test.
1788         * tests/test-remove.c (main): Likewise.
1789
1790 2009-11-09  Eric Blake  <ebb9@byu.net>
1791
1792         rename: detect FreeBSD bug
1793         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
1794         slash on symlink.
1795         * modules/renameat-tests (Depends-on): Add filenamecat.
1796         * tests/test-rename.h (test_rename): Allow one more errno.
1797         * tests/test-renameat.c (main): Likewise.
1798         * doc/posix-functions/rename.texi (rename): Document the bug.
1799
1800         open: detect FreeBSD bug
1801         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
1802         symlink.
1803         * doc/posix-functions/open.texi (open): Document the bug.
1804         * doc/posix-functions/utimes.texi (utimes): Likewise.
1805         * tests/test-open.h (test_open): Add parameters, and test symlink
1806         handling.
1807         * tests/test-open.c (main): Adjust caller.
1808         * tests/test-fcntl-safer.c (main): Likewise.
1809         * modules/open-tests (Depends-on): Add stdbool, symlink.
1810         * modules/fcntl-safer-tests (Depends-on): Likewise.
1811         * tests/test-openat.c (main): Add test-open tests.
1812
1813         stat: detect FreeBSD bug
1814         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
1815         symlink.
1816         * doc/posix-functions/stat.texi (stat): Document the bug.
1817         * tests/test-stat.h (test_stat_func): Add argument.
1818         * tests/test-stat.c (main): Adjust caller.
1819         * tests/test-fstatat.c (main): Likewise.
1820         * modules/stat-tests (Depends-on): Add stdbool, symlink.
1821         Reported by Jim Meyering.
1822
1823 2009-11-09  James Youngman  <jay@gnu.org>
1824
1825         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
1826         * lib/strftime.c: Correct placement of #include "ignore-value.h".
1827
1828 2009-11-08  Jim Meyering  <meyering@redhat.com>
1829
1830         utimens: remove invalid futimesat call
1831         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
1832         It used the file descriptor of the target file as the DIR_FD
1833         parameter and NULL as the file name.  That caused failure with
1834         errno == EFAULT on FreeBSD-8.0-rc2
1835
1836 2009-11-07  Eric Blake  <ebb9@byu.net>
1837
1838         fflush, freadseek: use fseeko, not fseek
1839         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
1840         (clear_ungetc_buffer): Avoid potential problems on large files.
1841         * lib/freadseek.c (freadseek): Likewise.
1842         * modules/freadseek (Depends-on): Add fseeko.
1843         * modules/fseek (configure.ac): Set a witness.
1844         * tests/test-fflush.c (main): Use fseeko.
1845         * tests/test-fpurge.c (fseek): Disable link warning.
1846         * tests/test-freadable.c (fseek): Likewise.
1847         * tests/test-freading.c (fseek): Likewise.
1848         * tests/test-fseeko.c (fseek): Likewise.
1849         * tests/test-ftell.c (fseek): Likewise.
1850         * tests/test-ftello.c (fseek): Likewise.
1851         * tests/test-fwritable.c (fseek): Likewise.
1852         * tests/test-fwriting.c (fseek): Likewise.
1853
1854 2009-11-06  Simon Josefsson  <simon@josefsson.org>
1855
1856         * modules/memchr (Depends-on): Drop getpagesize dependency.
1857
1858 2009-11-06  Simon Josefsson  <simon@josefsson.org>
1859
1860         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
1861         Reported by Ludovic Courtès.
1862         * build-aux/pmccabe2html: Improve example usage.
1863         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
1864
1865 2009-11-06  Jim Meyering  <meyering@redhat.com>
1866
1867         do-release-commit-and-tag: New module.
1868         Automate the release-commit and tag process.
1869         * build-aux/do-release-commit-and-tag: New script, from coreutils.
1870         * modules/do-release-commit-and-tag: New file.
1871         * MODULES.html.sh (Support for maintaining and releasing): Add it.
1872
1873 2009-11-06  Simon Josefsson  <simon@josefsson.org>
1874
1875         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
1876         because test-select.c uses inet_pton.
1877
1878 2009-11-06  Simon Josefsson  <simon@josefsson.org>
1879
1880         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
1881         GETADDRINFO_LIB.  Bump serial number.
1882         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
1883         Suggested by Eric Blake <ebb9@byu.net>.
1884
1885 2009-11-05  Eric Blake  <ebb9@byu.net>
1886
1887         strtod: detect darwin bug
1888         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
1889         Reported by Leo Davis.
1890
1891         freopen-safer: new module
1892         * modules/freopen-safer: New module.
1893         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
1894         * lib/freopen-safer.c (freopen_safer): New file.
1895         * lib/stdio-safer.h (freopen_safer): New declaration.
1896         * lib/stdio--.h (freopen): New override.
1897         * MODULES.html.sh (File stream based Input/Output): Mention it.
1898         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
1899         freopen-safer module.
1900         * doc/posix-functions/stderr.texi (stderr): Likewise.
1901         * doc/posix-functions/stdin.texi (stdin): Likewise.
1902         * doc/posix-functions/stdout.texi (stdout): Likewise.
1903         * modules/freopen-safer-tests: New test.
1904         * tests/test-reopen-safer.c: New file.
1905
1906 2009-11-05  Jim Meyering  <meyering@redhat.com>
1907
1908         maint.mk: Prohibit inclusion of "close-stream.h" without use.
1909         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
1910
1911 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1912
1913         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
1914
1915 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1916
1917         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
1918
1919 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1920
1921         Fix link error.
1922         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
1923         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1924
1925 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1926
1927         * tests/test-func.c: Also test value of __func__.
1928
1929 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1930
1931         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
1932         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
1933
1934 2009-11-05  Bruno Haible  <bruno@clisp.org>
1935
1936         Fix link error.
1937         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
1938         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1939         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
1940
1941 2009-11-05  Bruno Haible  <bruno@clisp.org>
1942
1943         Tests for module 'inet_pton'.
1944         * modules/inet_pton-tests: New file.
1945         * tests/test-inet_pton.c: New file.
1946
1947 2009-11-05  Bruno Haible  <bruno@clisp.org>
1948
1949         Tests for module 'inet_ntop'.
1950         * modules/inet_ntop-tests: New file.
1951         * tests/test-inet_ntop.c: New file.
1952
1953 2009-11-04  Eric Blake  <ebb9@byu.net>
1954
1955         stdlib-safer: wrap all mkstemp variants
1956         * modules/mkostemp (configure.ac): Set witness.
1957         * modules/mkostemps (configure.ac): Likewise.
1958         * modules/mkstemps (configure.ac): Likewise.
1959         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
1960         (mkstemps_safer): Wrap more functions.
1961         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
1962         wrapping.
1963         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
1964         (mkstemps_safer): Implement the wrappers.
1965
1966         mkstemps, mkostemps: new modules
1967         * modules/mkostemps: New module.
1968         * modules/mkstemps: Likewise.
1969         * lib/mkostemps.c (mkostemps): New file.
1970         * lib/mkstemps.c (mkstemps): Likewise.
1971         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
1972         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
1973         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
1974         * modules/stdlib (Makefile.am): Substitute them.
1975         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
1976         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
1977         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
1978         * doc/gnulib.texi (Glibc stdlib.h): Include them.
1979         * MODULES.html.sh (File system functions): Mention them.
1980
1981         tempname: resync from glibc
1982         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
1983         same values for __GT_FILE as glibc.  Abort even when assertions
1984         are disabled.
1985         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
1986         match its value otherwise.  Allow idempotent inclusion.
1987         * lib/mkdtemp.c (mkdtemp): Adjust caller.
1988         * lib/mkostemp.c (mkostemp): Likewise.
1989         * lib/mkstemp.c (mkstemp): Likewise.
1990         * lib/tmpfile.c (tmpfile): Likewise.
1991         * NEWS: Document this.
1992
1993         utimens: fix use of futimens on older Linux
1994         * lib/utimens.c (fdutimens): Use updated, rather than original,
1995         timespec to avoid bug in older Linux kernel.
1996         Reported by Simon Josefsson.
1997
1998 2009-11-04  Bruno Haible  <bruno@clisp.org>
1999
2000         Make num_processors more flexible and consistent.
2001         * lib/nproc.h (enum nproc_query): New type.
2002         (num_processors): Add a 'query' argument.
2003         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
2004         (num_processors): Add a 'query' argument. Test the value of the
2005         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
2006         mingw, count the number of CPUs available for the current process.
2007         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
2008         Check for sched_getaffinity and sched_getaffinity_np.
2009         * modules/nproc (Depends-on): Add c-ctype, extensions.
2010         * NEWS: Mention the change.
2011
2012 2009-11-03  Bruno Haible  <bruno@clisp.org>
2013
2014         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
2015
2016 2009-11-03  Jim Meyering  <meyering@redhat.com>
2017
2018         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
2019         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
2020         if it is defined.
2021
2022 2009-11-02  Eric Blake  <ebb9@byu.net>
2023
2024         mktime, timegm: share common declaration
2025         * lib/mktime-internal.h: New file.
2026         * lib/mktime.c: Use it rather than open-coding a declaration.
2027         * lib/timegm.c: Likewise.
2028         * modules/mktime (Files): Ship it.
2029         * modules/timegm (Files): Likewise.
2030         Suggested by Bruno Haible.
2031
2032         test-update-copyright: update test to match script changes
2033         * tests/test-update-copyright.sh: Avoid hard-coding perl
2034         location.  Don't update *.bak created by earlier runs.
2035
2036 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
2037             Simon Josefsson  <simon@josefsson.org>
2038             Bruno Haible  <bruno@clisp.org>
2039
2040         Fix link error on Solaris 8.
2041         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
2042         also in libnsl. Define also INET_PTON_LIB.
2043         * modules/inet_pton (Link): New section.
2044
2045 2009-11-02  Simon Josefsson  <simon@josefsson.org>
2046             Bruno Haible  <bruno@clisp.org>
2047
2048         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
2049         * modules/inet_ntop (Link): New section.
2050         Reported by Boyan Kasarov <bkasarov@gmail.com>.
2051
2052 2009-11-02  Eric Blake  <ebb9@byu.net>
2053
2054         maint: avoid compiler warnings in m4 macros
2055         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
2056         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
2057
2058 2009-11-02  Simon Josefsson  <simon@josefsson.org>
2059
2060         * m4/pmccabe2html.m4: Remove file.
2061         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
2062         function.  Change maintainer.
2063         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
2064         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
2065         Courtès).
2066
2067 2009-10-31  Eric Blake  <ebb9@byu.net>
2068
2069         fseeko: fix m4 regression
2070         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
2071         regression from 2009-10-27.
2072         Reported by Ralf Wildenhues.
2073
2074 2009-10-31  Jim Meyering  <meyering@redhat.com>
2075
2076         inttostr: aesthetics and improved (compile-time) safety
2077         Define inttype_is_signed rather than inttype_is_unsigned,
2078         since the sole use is via "#if inttype_is_signed".
2079         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
2080         inttype_is_unsigned.
2081         * lib/offtostr.c (inttype_is_signed): Likewise.
2082         * lib/uinttostr.c (inttype_is_signed): Likewise.
2083         * lib/umaxtostr.c (inttype_is_signed): Likewise.
2084         * lib/inttostr.c (inttostr): Use verify to cross-check the
2085         inttype_is_signed value and the signedness of the actual type.
2086         * modules/inttostr (Depends-on): Add verify.
2087
2088 2009-10-30  Eric Blake  <ebb9@byu.net>
2089
2090         build: avoid compiler warnings
2091         * lib/fchmodat.c (lchmod): Mark unused variables.
2092         * lib/getopt.c (_getopt_initialize): Likewise.
2093         * lib/mktime.c (__mktime_internal): Provide prototype.
2094         * lib/inttostr.c (inttostr): Avoid compiler warning even with
2095         older gcc that do not understand #pragma GCC diagnostic.
2096         * lib/uinttostr.c (inttype_is_unsigned): Define.
2097         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
2098
2099 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
2100
2101         stat: fix compilation on AIX
2102         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
2103         only see struct stat64.
2104
2105 2009-10-30  Eric Blake  <ebb9@byu.net>
2106
2107         exclude: make more robust
2108         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
2109         rather than masking a coding bug.
2110         Suggested by Bruno Haible.
2111
2112 2009-10-30  Jim Meyering  <meyering@redhat.com>
2113
2114         perl scripts: remove #!/usr/bin/perl in favor of more portable...
2115         Rather than putting #!/usr/bin/perl on the first line,
2116         start with a variant of what's recommended by "man perlrun" that
2117         invokes the first "perl" program from your shell's search path.
2118         * build-aux/gitlog-to-changelog: Replace #!... as above.
2119         Add a "Local Variables" perl mode setting.
2120         Prompted by a patch from Ludovic Courtès.
2121         Improved by Eric Blake.
2122         * build-aux/useless-if-before-free: Likewise.
2123         * build-aux/announce-gen: Likewise.
2124         * build-aux/update-copyright: Likewise.
2125
2126 2009-10-29  Eric Blake  <ebb9@byu.net>
2127
2128         filenamecat-lgpl: adjust clients
2129         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
2130         filenamecat.
2131         * modules/renameat (Depends-on): Likewise.
2132
2133         filenamecat: split into filenamecat-lgpl
2134         * modules/filenamecat-lgpl: New module.
2135         * modules/filenamecat (Files): Move library-safe files into
2136         filenamecat-lgpl.
2137         (Depends-on): Add filenamecat-lgpl.
2138         (configure.ac): Declare witness.
2139         * lib/filenamecat.h (file_name_concat): Only declare when using
2140         GPL module.
2141         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
2142         Move...
2143         * lib/filenamecat-lgpl.c: ...into new file.
2144         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
2145         (gl_FILE_NAME_CONCAT): Use it.
2146         * MODULES.html.sh (File system functions): Mention new module.
2147
2148         argp: avoid memory leak
2149         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
2150         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
2151         base_name, since the latter malloc()s and can call exit().
2152         Leak introduced 2006-07-03.
2153
2154         dirname-lgpl: adjust clients that don't need full dirname
2155         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
2156         * modules/filenamecat (Depends-on): Likewise.
2157         * modules/linkat (Depends-on): Likewise.
2158         * modules/mkancesdirs (Depends-on): Likewise.
2159         * modules/mkdir (Depends-on): Likewise.
2160         * modules/openat (Depends-on): Likewise.
2161         * modules/savewd (Depends-on): Likewise.
2162         * modules/rename (Depends-on): Likewise.
2163         (License): Relax license.
2164         * modules/mkdir-tests (Depends-on): Drop progname.
2165         (Makefile.am): Delete unneeded LDADD.
2166         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
2167
2168         dirname: split into dirname-lgpl
2169         * modules/dirname-lgpl: New module.
2170         * modules/dirname (Files): Move library-safe files into
2171         dirname-lgpl.
2172         (Depends-on): Add dirname-lgpl.
2173         (configure.ac): Declare witness.
2174         * modules/double-slash-root (License): Relax license.
2175         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
2176         module.
2177         * lib/dirname.c (dir_len, mdir_name): Move...
2178         * lib/dirname-lgpl.c: ...into new file.
2179         * lib/basename.c (last_component, base_len): Move...
2180         * lib/basename-lgpl.c: ...into new file.
2181         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
2182         (gl_DIRNAME): Use it.
2183         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
2184         Mention new module.
2185         * modules/dirname-tests (Depends-on): Add progname.
2186         * tests/test-dirname.c (program_name): Delete.
2187
2188         mkdir: make safe for libraries
2189         * modules/mkdir (Depends-on): Drop xalloc.
2190         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
2191         exit.
2192
2193         tests: avoid some compiler warnings
2194         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
2195         literals.
2196         * tests/test-memchr.c (main): Avoid type mismatch.
2197         * tests/test-arpa_inet.c (main): Avoid unused parameters.
2198         * tests/test-base64.c (main): Likewise.
2199         * tests/test-getdelim.c (main): Likewise.
2200         * tests/test-gethostname.c (main): Likewise.
2201         * tests/test-getline.c (main): Likewise.
2202         * tests/test-netinet_in.c (main): Likewise.
2203         * tests/test-select.c (open_server_socket, main): Likewise.
2204         * tests/test-select-stdin.c (main): Likewise.
2205         * tests/test-sockets.c (main): Likewise.
2206         * tests/test-strsignal.c (main): Likewise.
2207         * tests/test-sys_select.c (main): Likewise.
2208         * tests/test-sys_socket.c (main): Likewise.
2209         * tests/test-u64.c (main): Likewise.
2210         * tests/test-xfprintf-posix.c (main): Likewise.
2211         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
2212
2213         sockets: avoid compiler warning
2214         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
2215
2216         maint: detect usage(1) and other suspicious exits
2217         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
2218
2219 2009-10-29  Jim Meyering  <meyering@redhat.com>
2220
2221         timespec: long-to-int truncation could make timespec_cmp malfunction
2222         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
2223         a multiple of 2^32 nanoseconds as no difference.
2224
2225 2009-10-28  Jim Meyering  <meyering@redhat.com>
2226
2227         fprintftime: wrap macro code argument in "do {...} while(0)"
2228         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
2229         cpy macro must be a statement that can be followed by a semicolon.
2230         Now that the else clause contains a comment and is hence longer
2231         than one line, I require curly braces.  That in turn requires
2232         that we wrap this code block in the standard do...while(0).
2233
2234         fprintftime: remove stray semicolon from previous change
2235         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
2236
2237         fprintftime: avoid a warning about ignored fwrite return value
2238         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
2239         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
2240         that is unsafe.
2241         * modules/fprintftime (Depends-on): Add ignore-value.
2242
2243         exclude: avoid an unwarranted warning
2244         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
2245
2246 2009-10-27  Eric Blake  <ebb9@byu.net>
2247
2248         fseek: avoid compilation failure when fflush is replaced
2249         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
2250         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
2251         module is in use.
2252         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
2253         module is not in use; since REPLACE_FSEEK worked otherwise.
2254         (GNULIB_FTELLO): Likewise for ftell.
2255         Reported by Ian Beckwith and others.
2256
2257 2009-10-27  Bruno Haible  <bruno@clisp.org>
2258
2259         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
2260         Reported by Jim Meyering.
2261
2262 2009-10-27  Jim Meyering  <jim@meyering.net>
2263             Bruno Haible  <bruno@clisp.org>
2264
2265         Avoid warning despite dropping the return value of fwrite.
2266         * lib/unicodeio.c: Include ignore-value.h.
2267         (fwrite_success_callback): Explicitly ignore fwrite's return value.
2268         * modules/unicodeio (Depends-on): Add ignore-value.
2269
2270 2009-10-26  Eric Blake  <ebb9@byu.net>
2271
2272         areadlinkat: fix fallback path
2273         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
2274         pointer and zero.
2275
2276 2009-10-22  Pádraig Brady  <P@draigBrady.com>
2277
2278         Use a better IO block size for modern systems
2279         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
2280         * lib/md2.c: Likewise.
2281         * lib/md4.c: Likewise.
2282         * lib/md5.c: Likewise.
2283         * lib/sha1.c: Likewise.
2284         * lib/sha256.c: Likewise.
2285         * lib/sha512.c: Likewise.
2286
2287 2009-10-22  Eric Blake  <ebb9@byu.net>
2288
2289         tests: avoid several compiler warnings
2290         * tests/test-getcwd.c (main): Avoid buffer underflow.
2291         * tests/test-getdate.c (main): String literals are not safe with
2292         putenv, so use setenv.  Declare unused argument.
2293         * modules/getdate-tests (Depends-on): Add setenv.
2294         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
2295         problems with string literals in char *.
2296         * tests/test-hash.c (main): Avoid shadowing declaration.
2297         (insert_new): Treat string literals as char const *.
2298         * tests/test-getopt.h (test_getopt): Likewise.
2299         (getopt_loop): Alter types to minimize casting elsewhere.
2300         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
2301         (test_getopt_long_posix): Likewise.
2302         (do_getopt_long): Add wrapper to minimize casting.
2303         * tests/test-atexit.c (clear_temp_file): Use void.
2304         * tests/test-areadlink-with-size.c (main): Declare unused
2305         arguments.
2306         * tests/test-areadlink.c (main): Likewise.
2307         * tests/test-areadlinkat-with-size.c (main): Likewise.
2308         * tests/test-areadlinkat.c (main): Likewise.
2309         * tests/test-canonicalize-lgpl.c (main): Likewise.
2310         * tests/test-canonicalize.c (main): Likewise.
2311         * tests/test-dirent-safer.c (main): Likewise.
2312         * tests/test-dirname.c (main): Likewise.
2313         * tests/test-dup2.c (main): Likewise.
2314         * tests/test-fchdir.c (main): Likewise.
2315         * tests/test-fcntl-h.c (main): Likewise.
2316         * tests/test-fcntl-safer.c (main): Likewise.
2317         * tests/test-fdopendir.c (main): Likewise.
2318         * tests/test-fdutimensat.c (main): Likewise.
2319         * tests/test-fflush.c (main): Likewise.
2320         * tests/test-filenamecat.c (main): Likewise.
2321         * tests/test-filevercmp.c (main): Likewise.
2322         * tests/test-fopen-safer.c (main): Likewise.
2323         * tests/test-fopen.c (main): Likewise.
2324         * tests/test-fpending.c (main): Likewise.
2325         * tests/test-fpurge.c (main): Likewise.
2326         * tests/test-freading.c (main): Likewise.
2327         * tests/test-fstatat.c (main): Likewise.
2328         * tests/test-fsync.c (main): Likewise.
2329         * tests/test-futimens.c (main): Likewise.
2330         * tests/test-getndelim2.c (main): Likewise.
2331         * tests/test-gettimeofday.c (main): Likewise.
2332         * tests/test-getopt.c (main): Likewise.
2333         * tests/test-i-ring.c (main): Likewise.
2334         * tests/test-inttypes.c (main): Likewise.
2335         * tests/test-link.c (main): Likewise.
2336         * tests/test-lstat.c (main): Likewise.
2337         * tests/test-math.c (main): Likewise.
2338         * tests/test-md5.c (main): Likewise.
2339         * tests/test-memchr2.c (main): Likewise.
2340         * tests/test-memrchr.c (main): Likewise.
2341         * tests/test-mkdir.c (main): Likewise.
2342         * tests/test-mkdirat.c (main): Likewise.
2343         * tests/test-mkfifoat.c (main): Likewise.
2344         * tests/test-open.c (main): Likewise.
2345         * tests/test-openat-safer.c (main): Likewise.
2346         * tests/test-openat.c (main): Likewise.
2347         * tests/test-quotearg.c (main): Likewise.
2348         * tests/test-rawmemchr.c (main): Likewise.
2349         * tests/test-readlink.c (main): Likewise.
2350         * tests/test-remove.c (main): Likewise.
2351         * tests/test-rename.c (main): Likewise.
2352         * tests/test-renameat.c (main): Likewise.
2353         * tests/test-rmdir.c (main): Likewise.
2354         * tests/test-sha1.c (main): Likewise.
2355         * tests/test-signal.c (main): Likewise.
2356         * tests/test-sigaction.c (main): Likewise.
2357         * tests/test-stat.c (main): Likewise.
2358         * tests/test-stat-time.c (main): Likewise.
2359         * tests/test-stddef.c (main): Likewise.
2360         * tests/test-stdint.c (main): Likewise.
2361         * tests/test-stdio.c (main): Likewise.
2362         * tests/test-stdlib.c (main): Likewise.
2363         * tests/test-strchrnul.c (main): Likewise.
2364         * tests/test-strerror.c (main): Likewise.
2365         * tests/test-string.c (main): Likewise.
2366         * tests/test-strtod.c (main): Likewise.
2367         * tests/test-strverscmp.c (main): Likewise.
2368         * tests/test-symlink.c (main): Likewise.
2369         * tests/test-symlinkat.c (main): Likewise.
2370         * tests/test-sys_stat.c (main): Likewise.
2371         * tests/test-sys_time.c (main): Likewise.
2372         * tests/test-time.c (main): Likewise.
2373         * tests/test-unistd.c (main): Likewise.
2374         * tests/test-unlink.c (main): Likewise.
2375         * tests/test-unlinkat.c (main): Likewise.
2376         * tests/test-utimens.c (main): Likewise.
2377         * tests/test-utimensat.c (main): Likewise.
2378         * tests/test-version-etc.c (main): Likewise.
2379         * tests/test-wchar.c (main): Likewise.
2380         * tests/test-wctype.c (main): Likewise.
2381         * tests/test-xprintf-posix.c (main): Likewise.
2382         * tests/test-posixtm.c (main): Likewise.
2383         (STREQ): Delete unused macro.
2384         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
2385         shadowed variables.
2386         * tests/test-memchr.c (main): Likewise.
2387
2388 2009-10-21  Eric Blake  <ebb9@byu.net>
2389
2390         areadlinkat: avoid failure on older glibc
2391         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
2392         rather than mis-comparing 0 against FUNC_RESULT of char*.
2393
2394 2009-10-21  Bruno Haible  <bruno@clisp.org>
2395
2396         * modules/stpncpy (License): Relicense under LGPLv2+.
2397         Reported by David Lutterkort <lutter@redhat.com>.
2398
2399 2009-10-20  Eric Blake  <ebb9@byu.net>
2400
2401         utimensat: work around Solaris 9 bug
2402         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
2403         has trailing slash bugs.
2404         * tests/test-lutimens.h (test_lutimens): Enhance test.
2405         * tests/test-utimens.h (test_utimens): Likewise.
2406         * doc/posix-functions/utime.texi (utime): Enhance documentation.
2407         * doc/posix-functions/utimes.texi (utimes): Likewise.
2408         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2409         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
2410         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
2411         * doc/posix-functions/futimens.texi (futimens): Likewise.
2412
2413         fdutimensat: new module
2414         * modules/fdutimensat: New file.
2415         * lib/fdutimensat.c (fdutimensat): Likewise.
2416         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
2417         * MODULES.html.sh (File system functions): Mention module.
2418         * modules/fdutimensat-tests: New test.
2419         * tests/test-fdutimensat.c: Likewise.
2420
2421         doc: regenerate INSTALL
2422         * doc/INSTALL: Reflect recent autoconf update.
2423         * doc/INSTALL.ISO: Likewise.
2424         * doc/INSTALL.UTF-8: Likewise.
2425
2426 2009-10-20  Pádraig Brady  <P@draigBrady.com>
2427
2428         acl: warn if ACL support is not detected
2429         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
2430
2431 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
2432
2433         * lib/nproc.h: Add extern "C" block for C++.
2434
2435 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
2436             Bruno Haible  <bruno@clisp.org>
2437
2438         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
2439         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
2440         * doc/posix-functions/isalpha.texi: Likewise.
2441         * doc/posix-functions/isblank.texi: Likewise.
2442         * doc/posix-functions/iscntrl.texi: Likewise.
2443         * doc/posix-functions/isdigit.texi: Likewise.
2444         * doc/posix-functions/isgraph.texi: Likewise.
2445         * doc/posix-functions/islower.texi: Likewise.
2446         * doc/posix-functions/isprint.texi: Likewise.
2447         * doc/posix-functions/ispunct.texi: Likewise.
2448         * doc/posix-functions/isspace.texi: Likewise.
2449         * doc/posix-functions/isupper.texi: Likewise.
2450         * doc/posix-functions/isxdigit.texi: Likewise.
2451
2452 2009-10-18  Bruno Haible  <bruno@clisp.org>
2453
2454         Tests for module 'isblank'.
2455         * modules/isblank-tests: New file.
2456         * tests/test-isblank.c: New file.
2457
2458         New module 'isblank'.
2459         * lib/isblank.c: New file.
2460         * m4/isblank.m4: New file.
2461         * modules/isblank: New file.
2462         * doc/posix-functions/isblank.texi: Mention the new module.
2463
2464 2009-10-18  Bruno Haible  <bruno@clisp.org>
2465
2466         New module 'ctype'.
2467         * lib/ctype.in.h: New file.
2468         * m4/ctype.m4: New file.
2469         * modules/ctype: New file.
2470         * doc/posix-headers/ctype.texi: Mention the new module.
2471
2472 2009-10-18  Jim Meyering  <meyering@redhat.com>
2473
2474         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
2475         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
2476         right after its initialization, rather than farther down.
2477         Keeping these in close proximity makes it easier to ensure
2478         that each such variable is initialized.  E.g.,
2479
2480             LIB_CLOCK_GETTIME=
2481             AC_SUBST([LIB_CLOCK_GETTIME])
2482
2483         This change also increments these serial numbers.
2484         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
2485         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2486         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2487
2488 2009-10-18  Bruno Haible  <bruno@clisp.org>
2489
2490         Don't let environment variables perturb build.
2491         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
2492         (gl_PREREQ_GETHRXTIME): ... not here.
2493
2494 2009-10-18  Bruno Haible  <bruno@clisp.org>
2495
2496         Avoid symlink attack in localcharset module.
2497         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
2498         (O_NOFOLLOW): Define fallback.
2499         (get_charset_aliases): Don't open the file if it is a symbolic link.
2500         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
2501         gl_FCNTL_H.
2502         (gl_FCNTL_H): Require it.
2503         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
2504         * modules/localcharset (Files): Add m4/fcntl_h.m4.
2505         Reported by Fergal Glynn <fglynn@veracode.com>.
2506
2507 2009-10-18  Bruno Haible  <bruno@clisp.org>
2508
2509         Implement nproc for mingw.
2510         * lib/nproc.c: Include <windows.h>
2511         (num_processors): On native Windows platforms, try GetSystemInfo.
2512
2513 2009-10-18  Bruno Haible  <bruno@clisp.org>
2514
2515         Implement nproc for IRIX.
2516         * lib/nproc.c: Include <sys/sysmp.h>.
2517         (num_processors): On IRIX systems, try sysmp.
2518         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
2519
2520 2009-10-18  Bruno Haible  <bruno@clisp.org>
2521
2522         Implement nproc for HP-UX.
2523         * lib/nproc.c: Include <sys/pstat.h>
2524         (num_processors): On HP-UX systems, try pstat_getdynamic.
2525         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
2526         pstat_getdynamic.
2527
2528 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
2529             Bruno Haible  <bruno@clisp.org>
2530
2531         Implement nproc for NetBSD, OpenBSD.
2532         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
2533         (ARRAY_SIZE): New macro.
2534         (num_processors): On BSD systems, try sysctl of HW_NCPU.
2535         * m4/nproc.m4: New file.
2536         * modules/nproc (Files): Add m4/nproc.m4.
2537         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
2538         (Makefile.am): Instead, augment lib_SOURCES.
2539
2540 2009-10-18  Bruno Haible  <bruno@clisp.org>
2541
2542         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
2543         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
2544         sys/param.h.
2545
2546 2009-10-16  Eric Blake  <ebb9@byu.net>
2547
2548         utimensat: new module
2549         * modules/utimensat: New file.
2550         * lib/utimensat.c (utimensat): Likewise.
2551         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2552         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
2553         so we can work around Linux bugs.
2554         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
2555         * modules/sys_stat (Makefile.am): Substitute them.
2556         * lib/sys_stat.in.h (utimensat): Declare it.
2557         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
2558         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2559         * modules/utimensat-tests: New test.
2560         * tests/test-utimensat.c: Likewise.
2561
2562         utimens: let lutimens work on non-symlinks
2563         * lib/utimens.c (lutimens): Fall back to utimens rather than
2564         failing with ENOSYS, when file is not a symlink.
2565         (utimens): Reduce redirection.
2566         * tests/test-lutimens.h (test_lutimens): Update test to cover
2567         non-symlinks.
2568         * tests/test-utimens.h (test_utimens): Update test to cover
2569         symlinks.
2570         * tests/test-utimens.c (main): Update caller.
2571
2572         utimens: cache whether utimensat syscall works
2573         * lib/utimens.c (utimensat_works_really): New cache variable.
2574         (fdutimens, lutimens): Use it to avoid failing syscall.
2575
2576         test-stat-time, test-utimens: improve portability
2577         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
2578         ext4 on alpha, and for cygwin.
2579         * tests/test-utimens-common.h: New file.
2580         (nap): Factor delays into single function.
2581         * tests/test-lutimens.h (test_lutimens): Use new header.
2582         * tests/test-futimens.h (test_futimens): Likewise.
2583         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
2584         timestamps to occur from same machine, as was done previously for
2585         test_utimens.
2586         * modules/utimens-tests (Files): Ship new file.
2587         * modules/futimens-tests (Files): Likewise.
2588         Reported in part by Jim Meyering.
2589
2590         sys_stat: sort replacement declarations
2591         * lib/sys_stat.in.h: Sort declarations.
2592         * lib/futimens.c (futimens): Fix typo.
2593
2594 2009-10-15  Jim Meyering  <meyering@redhat.com>
2595
2596         don't let environment settings perturb build
2597         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
2598         could cause a configure-time and/or build-time malfunction.
2599         Typically, a configure-time function-in-library test is performed
2600         via code like this:
2601
2602           LIB_VAR=
2603           AC_SUBST([LIB_VAR])
2604           prefix_saved_LIBS=$LIBS
2605             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
2606                        [test "$ac_cv_search_FUNC" = "none required" ||
2607                         LIB_VAR=$ac_cv_search_FUNC])
2608           LIBS=$prefix_saved_LIBS
2609
2610         However, in each of the files affected by this change, the LIB_VAR=
2611         initialization was omitted.  Thus, when set in the environment, its
2612         value would propagate into generated Makefiles when FUNC is not found
2613         in LIB_NAME.
2614         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
2615         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2616         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2617
2618 2009-10-14  Eric Blake  <ebb9@byu.net>
2619
2620         fchdir: avoid infinite recursion in mingw
2621         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
2622         recursing.
2623
2624         test-stat-time: port to mingw
2625         * tests/test-stat-time.c (force_unlink): Return a value.
2626         (test_ctime) [W32]: Fix compilation error.
2627         (nap): Don't call usleep with too large an argument.  Use
2628         force_unlink.
2629         * doc/pastposix-functions/usleep.texi (usleep): Document the
2630         portability issue.
2631
2632 2009-10-13  Jim Meyering  <meyering@redhat.com>
2633
2634         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
2635         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
2636         * modules/pipe-filter-ii: Likewise.
2637         * modules/sys_socket-tests: Likewise.
2638         * modules/tsearch-tests: Likewise.
2639         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
2640         (check): Depend on it.
2641
2642 2009-10-12  Eric Blake  <ebb9@byu.net>
2643
2644         utimens-tests: port to NFS file systems
2645         * tests/test-utimens.h (test_utimens): Refactor utimecmp
2646         comparisons to avoid spurious failures from timestamp drift
2647         between NFS machines.
2648
2649 2009-10-12  Eric Blake  <ebb9@byu.net>
2650
2651         stat-time-tests: minor cleanups
2652         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
2653         * tests/test-stat-time.c (nap): Separate assignment from call.
2654         Suggested by Paolo Bonzini and Bruno Haible.
2655
2656         sys_stat: guarantee struct timespec
2657         * lib/sys_stat.in.h (includes): Always include <time.h>
2658         * modules/sys_stat (Depends-on): Add time.
2659         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
2660         mode_t permission values.
2661         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
2662         get at subsecond timestamps.
2663
2664 2009-10-10  Eric Blake  <ebb9@byu.net>
2665
2666         futimens: new module
2667         * modules/futimens: New file.
2668         * lib/futimens.c (futimens): Likewise.
2669         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
2670         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
2671         we can work around Linux bugs.
2672         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
2673         * modules/sys_stat (Makefile.am): Substitute them.
2674         * lib/sys_stat.in.h (futimens): Declare it.
2675         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
2676         * doc/posix-functions/futimens.texi (futimens): Likewise.
2677         * modules/futimens-tests: New test.
2678         * tests/test-futimens.c: Likewise.
2679
2680         utimens: introduce fdutimens
2681         * lib/utimens.h (fdutimens): New prototype.
2682         * lib/utimens.c (gl_futimens): Move guts...
2683         (fdutimens): ...to new interface.
2684         * tests/test-utimens.c (do_fdutimens): Use it.
2685
2686         utimens: add UTIME_NOW and UTIME_OMIT support
2687         * lib/utimens.c (validate_timespec, update_timespec): New helper
2688         functions.
2689         (gl_futimens, lutimens): Use them.
2690         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
2691         stdbool, sys_stat.
2692         (Link): Mention resulting library dependency.
2693         * modules/utimecmp (Link): Likewise.
2694         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
2695         (Makefile.am): Pick up library dependency.
2696         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
2697         definition.
2698         * tests/test-sys_stat.c: Test the definitions.
2699         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
2700         * NEWS: Document library dependency.
2701
2702         utimecmp: support symlink timestamps
2703         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
2704         hashing when possible.  Use pathconf when available.
2705         (SYSCALL_RESOLUTION): Recognize tighter resolution.
2706         * modules/utimecmp (Depends-on): Add lstat.
2707
2708         utimens: add lutimens interface
2709         * lib/utimens.c (lutimens): New function.
2710         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
2711         * lib/utimens.h (lutimens): Declare new interface.
2712         * tests/test-utimens.c (main): Enhance test.
2713         * tests/test-lutimens.h (test_lutimens): New file.
2714         * modules/utimens-tests (Files): Distribute it.
2715         (Depends-on): Add symlink.
2716         (configure.ac): Check for usleep.
2717
2718         utimens: validate futimens usage
2719         * lib/utimens.c (gl_futimens): Require valid fd up front, using
2720         fewer syscalls on failure later on.  Avoid compiler warning on
2721         mingw.
2722         * modules/utimens (Depends-on): Add dup2.
2723
2724         utimens: add test
2725         * modules/utimens-tests: New test.
2726         * tests/test-utimens.h: New file.
2727         * tests/test-futimens.h: Likewise.
2728         * tests/test-utimens.c: Likewise.
2729
2730         doc: mention timestamp portability issues
2731         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
2732         instead.
2733         * doc/posix-functions/utime.texi (utime): Likewise.
2734         * doc/posix-functions/utimes.texi (utimes): Likewise.
2735         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
2736         instead.
2737         * doc/posix-functions/futimens.texi (futimens): Mention utimens
2738         module.
2739         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2740         Mention weakness with symlink timestamps.
2741         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
2742         to utimensat/futimens instead.
2743         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
2744
2745         test-dup2: enhance test
2746         * tests/test-dup2.c (main): Also check AT_FDCWD.
2747
2748         test-stat-time: avoid more spurious failures
2749         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
2750         xfs; and avoid race if the two timestamps cross quantization edge.
2751
2752         relocatable: prefer 'file system' over 'filesystem'
2753         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
2754         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
2755         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
2756         * doc/relocatable.texi (Enabling Relocatability): Likewise.
2757         * lib/relocatable.c (compute_curr_prefix): Likewise.
2758
2759 2009-10-10  Jim Meyering  <meyering@redhat.com>
2760
2761         stat-time-tests: check for the usleep function
2762         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
2763
2764 2009-10-10  Bruno Haible  <bruno@clisp.org>
2765
2766         * modules/xnanosleep: Put the Link section after the Include section.
2767
2768 2009-10-09  Eric Blake  <ebb9@byu.net>
2769
2770         dup2: work around FreeBSD 6.1 bug
2771         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
2772         * doc/posix-functions/dup2.texi (dup2): Document it.
2773         Reported by Nelson H. F. Beebe and Jim Meyering.
2774
2775         test-stat-time: port to buggy NFS clients
2776         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
2777         (test_ctime): Also skip test if mtime and ctime are skewed.
2778
2779         maint: prefer 'file system' over 'filesystem'
2780         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
2781         * doc/posix-functions/lstat.texi (lstat): Likewise.
2782         * lib/file-has-acl.c (file_has_acl): Likewise.
2783         * lib/fwriteerror.c [TEST]: Likewise.
2784         * tests/test-areadlink.h (test_areadlink): Likewise.
2785         * tests/test-areadlinkat-with-size.c (main): Likewise.
2786         * tests/test-areadlinkat.c (main): Likewise.
2787         * tests/test-canonicalize-lgpl.c (main): Likewise.
2788         * tests/test-canonicalize.c (main): Likewise.
2789         * tests/test-fstatat.c (main): Likewise.
2790         * tests/test-linkat.c (main): Likewise.
2791         * tests/test-lstat.h (test_lstat_func): Likewise.
2792         * tests/test-mkdir.h (test_mkdir): Likewise.
2793         * tests/test-readlink.h (test_readlink): Likewise.
2794         * tests/test-remove.c (main): Likewise.
2795         * tests/test-rename.h (test_rename): Likewise.
2796         * tests/test-renameat.c (main): Likewise.
2797         * tests/test-rmdir.h (test_rmdir_func): Likewise.
2798         * tests/test-symlink.h (test_symlink): Likewise.
2799         * tests/test-symlinkat.c (main): Likewise.
2800         * tests/test-unlink.h (test_unlink_func): Likewise.
2801         * tests/test-unlinkat.c (main): Likewise.
2802
2803         maint: make realtime library usage explicit
2804         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
2805         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
2806         * modules/settime (Link): Likewise.
2807         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
2808
2809         test-stat-time: speed up execution
2810         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
2811         warning on mingw.
2812         (nap): New helper function.
2813         (prepare_test): Use it to reduce sleep time.
2814         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
2815         execution.
2816         * modules/stat-time-tests (configure.ac): Check for usleep.
2817
2818 2009-10-09  Jim Meyering  <meyering@redhat.com>
2819
2820         selinux-h: always use getfilecon wrappers
2821         * lib/getfilecon.c: New file.
2822         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
2823         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
2824         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
2825         (fgetfilecon): Provide a stub.
2826         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
2827         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
2828         file unconditionally.
2829         When <selinux/selinux.h> is found, arrange to use wrappers.
2830         * modules/selinux-h (Files): Add getfilecon.c.
2831         (Makefile.am): Substitute include-next-related bits
2832         into the now-always-generated selinux/selinux.h file.
2833         * doc/glibc-functions/lgetfilecon.texi: New file.
2834         * doc/glibc-functions/fgetfilecon.texi: New file.
2835         * doc/glibc-functions/getfilecon.texi: New file.
2836         * doc/glibc-functions/getfilecon-desc.texi: New file.
2837         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
2838         which to pull in the new files.
2839         * MODULES.html.sh (Misc): Add selinux-h.
2840
2841 2009-10-08  Jim Meyering  <meyering@redhat.com>
2842
2843         unistd: fix comment typo
2844         * lib/unistd.in.h (euidaccess): Fix a comment typo.
2845
2846 2009-10-08  Eric Blake  <ebb9@byu.net>
2847
2848         areadlink: use SIZE_MAX consistently
2849         * modules/areadlink (Depends-on): Add stdint.
2850         * modules/areadlink-with-size (Depends-on): Likewise.
2851         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
2852         gives NULL; drop sys/types, since unistd gives size_t; and add
2853         stdint for SIZE_MAX.
2854         (SIZE_MAX): Rely on headers.
2855         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
2856         and add stdint.
2857         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
2858         (SIZE_MAX): Likewise.
2859         (INITIAL_BUF_SIZE): Turn into enum.
2860         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
2861
2862 2009-10-08  Jim Meyering  <meyering@redhat.com>
2863
2864         areadlinkat: avoid compilation failure
2865         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
2866         Fix typo in comment.
2867
2868 2009-10-07  Eric Blake  <ebb9@byu.net>
2869
2870         areadlinkat-with-size: new module
2871         * modules/areadlinkat-with-size: New module.
2872         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
2873         * lib/areadlink.h (areadlinkat): Declare it.
2874         * MODULES.html.sh (File system functions): Mention it.
2875         * modules/areadlinkat-with-size-tests: New test.
2876         * tests/test-areadlinkat-with-size.c: New file.
2877
2878         xreadlinkat: new module
2879         * modules/xreadlinkat: New module.
2880         * lib/xreadlinkat.c (xreadlinkat): New file.
2881         * lib/xreadlink.h (xreadlinkat): Declare it.
2882         * MODULES.html.sh (File system functions): Mention it.
2883
2884         areadlinkat: new module
2885         * lib/at-func.c (FUNC_FAIL): New define.
2886         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
2887         * modules/areadlinkat: New module.
2888         * lib/linkat.c (areadlinkat): Move...
2889         * lib/areadlinkat.c (areadlinkat): ...to new file.
2890         * lib/areadlink.h (areadlinkat): Declare it.
2891         * modules/linkat (Depends-on): Add areadlinkat.
2892         * MODULES.html.sh (File system functions): Mention it.
2893         * modules/areadlinkat-tests: New test.
2894         * tests/test-areadlinkat.c: New file.
2895
2896         areadlink, areadlink-with-size: add tests
2897         * modules/areadlink-tests: New test.
2898         * modules/areadlink-with-size-tests: Likewise.
2899         * tests/test-areadlink.h: New file.
2900         * tests/test-areadlink.c: Likewise.
2901         * tests/test-areadlink-with-size.c: Likewise.
2902
2903         maint: minor cleanups
2904         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
2905         _UNUSED_PARAMETER_ instead.
2906         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
2907         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
2908         * modules/linkat-tests (Files): Distribute test-link.h.
2909
2910         openat, utimens: whitespace cleanup
2911         * lib/openat.c: Prefer space throughout, rather than mix of 8
2912         spaces vs. tabs.
2913         * lib/at-func.c: Likewise.
2914         * lib/utimens.c: Likewise.
2915
2916         openat: avoid using wrong fd
2917         * lib/openat.c (openat_permissive): Reject user's fd if saving the
2918         working directory chooses same fd.
2919         * lib/at-func.c (AT_FUNC_NAME): Likewise.
2920
2921         mkdir, mkdirat: fix cygwin 1.5.x bug
2922         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
2923         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
2924         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
2925         bug.
2926         (gl_PREREQ_MKDIR): Delete unused macro.
2927         * modules/mkdir (Files): Track file rename.
2928         (configure.ac): Update macro name.
2929         * modules/openat (Depends-on): Add mkdir.
2930         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
2931
2932         mkdir, mkdirat: add tests
2933         * modules/mkdir-tests: New test.
2934         * tests/test-mkdir.h: New file.
2935         * tests/test-mkdir.c: Likewise.
2936         * tests/test-mkdirat.c: Likewise.
2937         * modules/openat-tests (Files): Add new files.
2938         (Makefile.am): Run new test.
2939
2940 2009-10-06  Eric Blake  <ebb9@byu.net>
2941
2942         doc: tweak *at function documentation
2943         * doc/posix-functions/faccessat.texi (faccessat): Mention
2944         known issue with replacement.
2945         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
2946         * doc/posix-functions/linkat.texi (linkat): Likewise.
2947         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
2948         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
2949         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
2950         * doc/posix-functions/renameat.texi (renameat): Likewise.
2951         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
2952
2953         openat: fix GNU/Hurd bug in unlinkat
2954         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
2955         broken.
2956         * doc/posix-functions/unlink.texi (unlink): Document this.
2957         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
2958
2959         fdopendir: fix GNU/Hurd bug
2960         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
2961         allowing non-directory fds.
2962         * lib/fdopendir.c (rpl_fdopendir): Work around it.
2963         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
2964         * modules/dirent (Makefile.am): Substitute it.
2965         * lib/dirent.in.h (fdopendir): Declare replacement.
2966         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
2967         * tests/test-fdopendir.c (main): Test something other than
2968         /dev/null, since on Hurd that behaves like a directory.
2969
2970         test-symlink: port to GNU/Hurd
2971         * tests/test-symlink.h (test_symlink): Relax expected errno.
2972
2973         doc: tweak more cygwin information
2974         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
2975         now compatible with glibc.
2976         * doc/posix-functions/getopt.texi (getopt): Likewise.
2977
2978         getopt-gnu: add another test
2979         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
2980         guarantee behavior relied on by m4.
2981         * tests/test-getopt.c (main): Use it.
2982         * modules/getopt-posix-tests (Depends-on): Add setenv.
2983         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
2984
2985         getopt: fix compilation on darwin
2986         * lib/getopt.in.h (includes): Leave breadcrumbs during system
2987         include.
2988         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
2989         Reported by Ludovic Courtès.
2990
2991 2009-10-06  Bruno Haible  <bruno@clisp.org>
2992
2993         * modules/size_max (Description): Discourage its use.
2994         Reported by Simon Josefsson.
2995
2996 2009-10-06  Jim Meyering  <meyering@redhat.com>
2997
2998         linkat: avoid compilation failure
2999         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
3000
3001 2009-10-05  Eric Blake  <ebb9@byu.net>
3002
3003         linkat: support Linux 2.6.17
3004         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
3005         linkat on Linux, but allow cache variable override.
3006         * lib/linkat.c (rpl_linkat): Define override.
3007         * modules/linkat (Depends-on): Add symlinkat.
3008         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
3009         * modules/unistd (Makefile.am): Substitute it.
3010         * lib/unistd.in.h (linkat): Declare replacement.
3011         Reported by Pádraig Brady.
3012
3013         quotearg: port test to systems with C.UTF-8 locale
3014         * tests/test-quotearg.c (struct result_strings): Add another
3015         member, differentiating between C.ASCII and C.UTF-8 handling.
3016         (compare_strings): Add parameter.
3017         (main): Adjust all callers.
3018
3019         getopt: avoid clash with FreeBSD _getopt_internal
3020         * lib/getopt.in.h (_getopt_internal): Override the name.
3021         * lib/getopt_int.h (includes): Pick up any overrides.
3022         Reported by Reuben Thomas.
3023
3024         hash: allow C89 compilation
3025         * lib/hash.c (check_tuning): Move declaration before statement.
3026         Reported by Reuben Thomas.
3027
3028 2009-10-05  Karl Berry  <karl@gnu.org>
3029
3030         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
3031
3032 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
3033             Bruno Haible  <bruno@clisp.org>
3034
3035         * lib/uname.c (uname): Use a table-driven algorithm to compute
3036         Windows NT versions.
3037
3038 2009-10-04  Bruno Haible  <bruno@clisp.org>
3039
3040         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
3041         program_invocation_short_name.
3042         * modules/progname (configure.ac): Test for presence of
3043         program_invocation_short_name.
3044         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
3045
3046 2009-10-04  Bruno Haible  <bruno@clisp.org>
3047
3048         * lib/progname.c (set_program_name): Fix comment.
3049         Reported by Jim Meyering.
3050
3051 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
3052             Bruno Haible  <bruno@clisp.org>
3053
3054         * lib/uname.c: Include <string.h>.
3055         (uname): Do only one call to GetVersionEx in the common case.
3056
3057 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
3058             Bruno Haible  <bruno@clisp.org>
3059
3060         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
3061         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
3062         (uname): Add support for Windows CE and various non-x86 CPU types.
3063
3064 2009-10-03  Bruno Haible  <bruno@clisp.org>
3065
3066         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
3067         invocation to tests/configure.ac.
3068         Reported by Ian Beckwith <ianb@erislabs.net>.
3069
3070 2009-10-02  Eric Blake  <ebb9@byu.net>
3071
3072         fchdir: avoid compiler warning
3073         * lib/fchdir.c (canonicalize_file_name)
3074         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
3075
3076         test-open: support mingw errno values
3077         * tests/test-open.h (test_open): Relax test.
3078         * tests/test-fopen.h (test_fopen): Likewise.
3079         * tests/test-openat-safer.c (main): Likewise.
3080
3081         open: fix opening directory on mingw
3082         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
3083
3084         test-open: on GNU/Hurd, /dev/null is a directory
3085         * tests/test-fopen.h (main): Rename...
3086         (test_fopen): ...to this.  Use a guaranteed non-directory when
3087         confirming open behavior on trailing slash.
3088         * tests/test-openat-safer.c (main): Likewise.
3089         * tests/test-open.h (main): Likewise....
3090         (test_open): ...to this.
3091         * tests/test-fopen.c (main): Adjust caller.
3092         * tests/test-fopen-safer.c (main): Likewise.
3093         * tests/test-open.c (main): Likewise.
3094         * tests/test-fcntl-safer.c (main): Likewise.
3095         Reported by Samuel Thibault.
3096
3097         rename, fchdir: don't ignore chdir failure
3098         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
3099         * lib/rename.c (rpl_rename) [W32]: Likewise.
3100         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
3101         an empty destination directory if source cannot be renamed,
3102         although there is still possibility for failure.
3103         * doc/posix-functions/rename.texi (rename): Document the race.
3104         Reported by Jim Meyering.
3105
3106         maint: cleanup whitespace in recent commits
3107         * lib/rename.c (rpl_rename): Remove tabs.
3108         * tests/test-link.h (test_link): Likewise.
3109         * lib/fchdir.c (get_name): Likewise.
3110         Reported by Jim Meyering.
3111
3112 2009-10-02  Ben Pfaff  <blp@gnu.org>
3113
3114         relocatable-prog-wrapper: Add missing dependency on
3115         double-slash-root.
3116         * modules/relocatable-prog-wrapper: Add dependency.
3117         Reported by Ian Beckwith <ianb@erislabs.net>.
3118
3119 2009-10-02  Eric Blake  <ebb9@byu.net>
3120
3121         renameat: fix Solaris bugs
3122         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
3123         needed fixing.
3124         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
3125         * modules/stdio (Makefile.am): Substitute it.
3126         * lib/stdio.in.h (renameat): Declare replacement.
3127         * lib/renameat.c (rpl_renameat): Implement fix.
3128
3129         renameat: new module
3130         * modules/renameat: New file.
3131         * lib/renameat.c (renameat): Likewise.
3132         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
3133         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
3134         * modules/stdio (Makefile.am): Substitute them.
3135         * lib/stdio.in.h (renameat): Declare it.
3136         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3137         * doc/posix-functions/renameat.texi (renameat): Likewise.
3138         * modules/renameat-tests: New test.
3139         * tests/test-renameat.c: Likewise.
3140
3141         rename: fix mingw bugs
3142         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
3143         directory overwrite bugs.
3144
3145         rename: fix another cygwin 1.5 bug
3146         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
3147         checks.
3148         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
3149         unnecessary cygwin workarounds.  Also work around bug with moving
3150         full directory onto an empty one.
3151         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
3152
3153         rename-dest-slash: merge into rename module
3154         * modules/rename-dest-slash (Status): Mark obsolete.
3155         (Depends-on): Add rename.
3156         (Files): Let rename do it all.
3157         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
3158         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
3159         * m4/rename-dest-slash.m4: ...so this file can be deleted.
3160         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
3161         * lib/rename.c (rpl_rename): Update comments.
3162
3163         rename: fix cygwin 1.5.x bugs
3164         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
3165         * lib/rename.c (rpl_rename): Work around them.
3166         * modules/rename (Depends-on): Add same-inode.
3167
3168         rename: fix Solaris 10 bug
3169         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
3170         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
3171         was the only bug.
3172
3173         rename: fix Solaris 9 bug
3174         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
3175         on non-directory.  Avoid calling exit.
3176         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
3177         strdup.
3178         * modules/rename-tests (Depends-on): Drop lstat.
3179         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
3180         (gl_PREREQ_RENAME): Delete unused macro.
3181
3182         rename-dest-slash: fix NetBSD bug
3183         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
3184         links.
3185         * modules/rename-dest-slash (Depends-on): Add same-inode.
3186
3187         rename-tests: new test, exposes several platform bugs
3188         * modules/rename-tests: New file.
3189         * tests/test-rename.h: Likewise.
3190         * tests/test-rename.c: Likewise.
3191         * doc/posix-functions/rename.texi (rename): Improve documentation,
3192         including bugs that will eventually be fixed in gnulib.
3193
3194 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
3195
3196         * lib/uname.c: Include <stdlib.h>
3197         (uname): Assume version info is available.
3198
3199 2009-10-02  Jim Meyering  <meyering@redhat.com>
3200
3201         gnu-web-doc-update: correct --help output
3202         * build-aux/gnu-web-doc-update: Make --help output relevant.
3203
3204         gnu-web-doc-update: add standard options
3205         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
3206
3207         gnu-web-doc-update: New module.
3208         Use this script to automatically update the on-line web documentation
3209         for your GNU project at http://www.gnu.org/software/$pkg/manual/
3210         * modules/gnu-web-doc-update: New file, from coreutils.
3211         * build-aux/gnu-web-doc-update: New script.
3212
3213 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
3214
3215         link: LoadLibrary is not needed.
3216         * lib/link.c: Use GetModuleHandle.
3217
3218 2009-10-01  Eric Blake  <ebb9@byu.net>
3219
3220         getopt: bump serial number
3221         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
3222         change.
3223
3224         tests: tighten link, rmdir, and remove tests
3225         * tests/test-link.h (includes): No need to use <config.h> here.
3226         Clean up if directory hard link was created, otherwise test for
3227         trailing '.'.
3228         * tests/test-linkat.c (main): Simplify.
3229         * tests/test-remove.c (main): Enhance test for trailing '.'.
3230         * tests/test-rmdir.h (test_rmdir_func): Likewise.
3231
3232 2009-10-01  Jim Meyering  <meyering@redhat.com>
3233
3234         maint.mk: requiring "make major" was annoying, for a "minor" release.
3235         What is intended is "stable", to contrast with alpha and beta,
3236         so require "make stable", not "make major".
3237         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
3238         (get_tool_versions): Likewise.
3239         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
3240
3241 2009-09-30  Ben Pfaff  <blp@gnu.org>
3242
3243         Fix broken build of replacement for Windows tmpfile().
3244         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
3245         flags argument added along with the 'mkostemp' module.
3246
3247 2009-09-28  Bruno Haible  <bruno@clisp.org>
3248
3249         Avoid identifier clash with POSIX function 'remove' defined as a macro.
3250         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
3251         to 'remove_elt'.
3252         (gl_list_remove): Update.
3253         * lib/gl_list.c (gl_list_remove): Update.
3254         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
3255         to 'remove_elt'.
3256         (gl_oset_remove): Update.
3257         * lib/gl_list.c (gl_oset_remove): Update.
3258         Reported by Eric Blake.
3259
3260 2009-09-28  Eric Blake  <ebb9@byu.net>
3261
3262         doc: mention yet more cygwin 1.7 status
3263         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
3264         cygwin.
3265         * doc/glibc-functions/execvpe.texi (execvpe): New file.
3266         * doc/gnulib.texi (Glibc unistd.h): Mention it.
3267
3268         argp: fix test failure
3269         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
3270         that are not upper-case.  Pass correct range to tolower.
3271
3272 2009-09-27  Jim Meyering  <meyering@redhat.com>
3273
3274         test-yesno: work around sparc-dash here-document infelicity
3275         Without this change, the literal \177 byte in a here document
3276         would make dash 0.5.5.1-3 access uninitialized memory.
3277         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
3278         Instead, use a marker, "@", and filter through tr to create the desired
3279         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
3280
3281 2009-09-27  Bruno Haible  <bruno@clisp.org>
3282
3283         Disable untested support for new flavours of ACLs on AIX.
3284         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
3285         progress.
3286         * lib/set-mode-acl.c (qset_acl): Likewise.
3287
3288 2008-12-07  Bruno Haible  <bruno@clisp.org>
3289
3290         Add support for new flavours of ACLs on AIX. (Untested.)
3291         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
3292         (file_has_acl): Add support for newer AIX.
3293         * lib/set-mode-acl.c (qset_acl): Likewise.
3294         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
3295         Rainer Tammer <tammer@tammer.net>.
3296
3297 2009-09-26  Eric Blake  <ebb9@byu.net>
3298
3299         argp: fix compilation of getopt
3300         * lib/getopt.in.h (includes): Use different guard than glibc.
3301         Reported by Sergey Poznyakoff.
3302
3303         doc: mention more cygwin 1.7 status
3304         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
3305         bug.
3306         * doc/posix-functions/execl.texi (execl): Likewise.
3307         * doc/posix-functions/execle.texi (execle): Likewise.
3308         * doc/posix-functions/execlp.texi (execlp): Likewise.
3309         * doc/posix-functions/execv.texi (execv): Likewise.
3310         * doc/posix-functions/execve.texi (execve): Likewise.
3311         * doc/posix-functions/execvp.texi (execvp): Likewise.
3312         * doc/glibc-functions/canonicalize_file_name.texi
3313         (canonicalize_file_name): Cygwin 1.7 now provides this.
3314         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
3315         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
3316         on AT_SYMLINK_NOFOLLOW.
3317
3318 2009-09-24  Eric Blake  <ebb9@byu.net>
3319
3320         test-linkat: make test more robust
3321         * tests/test-linkat.c (main): Avoid collision with EEXIST.
3322
3323         getopt: fix inclusion guards for cygwin
3324         * modules/getopt-posix (Depends-on): Add include-next.
3325         (Makefile.am): Substitute more items in replacement header.
3326         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
3327         <getopt.h>.
3328         * lib/getopt.in.h (includes): Use split inclusion guard, and
3329         prefer <getopt.h> over include <unistd.h> when one is present.
3330         (option): Also override name of 'struct option'.
3331
3332         same-inode: revert prior change; it is not yet ready
3333         * NEWS: Undo mention of this change.
3334         * lib/same-inode.h (same-inode.h): Undo tri-state change.
3335         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
3336         * lib/cycle-check.c (cycle_check): Likewise.
3337         * lib/same.c (same_name): Likewise.
3338         * lib/at-func2.c (at_func2): Likewise.
3339
3340 2009-09-23  Eric Blake  <ebb9@byu.net>
3341
3342         linkat: new module
3343         * modules/linkat: New file.
3344         * lib/at-func2.c (at_func2): Likewise.
3345         * lib/linkat.c (linkat): Likewise.
3346         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
3347         * lib/openat-priv.h (at_func2): Add declaration.
3348         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
3349         * modules/unistd (Makefile.am): Substitute them.
3350         * lib/unistd.in.h (linkat): Declare it.
3351         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3352         * doc/posix-functions/linkat.texi (linkat): Likewise.
3353         * doc/posix-functions/link.texi (link): Tweak wording.
3354         * tests/test-link.c (main): Move guts...
3355         * tests/test-link.h (test_link): ...into new file.
3356         * modules/linkat-tests: New test.
3357         * tests/test-linkat.c: Likewise.
3358         * modules/link-tests (Files): Ship new file.
3359         (Depends-on): Add stdbool.
3360
3361         dirname: add library-safe mdir_name
3362         * lib/dirname.h (mdir_name): New prototype.
3363         * lib/dirname.c (dir_name): Move guts...
3364         (mdir_name): ...to new function that avoids xalloc_die.
3365
3366         fchdir: another mingw fix
3367         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
3368         * lib/fchdir.c (get_name): New helper method; skips canonicalize
3369         on mingw (where it has not yet been ported), and make it optional
3370         elsewhere.
3371         (_gl_register_fd): Use it.
3372
3373         same-inode: make SAME_INODE tri-state, to port to mingw
3374         * NEWS: Mention this change.
3375         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
3376         st_ino always being 0.
3377         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
3378         * lib/cycle-check.c (cycle_check): Likewise.
3379         * lib/same.c (same_name): Likewise.
3380
3381         lstat: avoid mingw compilation error
3382         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
3383         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
3384         lstat ourselves.
3385         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
3386         was adequate.
3387         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
3388         the checks for lstat.
3389         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
3390
3391         link: fix test failure on Solaris 9
3392         * lib/link.c (rpl_link): Don't assume link will catch bogus
3393         trailing slash on source.
3394
3395         test-symlinkat: enhance test
3396         * tests/test-readlink.c (main): Move guts...
3397         * tests/test-readlink.h (test_readlink): ...into new file.
3398         * tests/test-symlink.c (main): Move guts...
3399         * tests/test-symlink.h (test_symlink): ...into new file.
3400         * tests/test-symlinkat.c (main): Use new files for further
3401         coverage.
3402         (do_symlink, do_readlink): New helper functions.
3403         * modules/symlink-tests (Files): Ship new file.
3404         (Depends-on): Add stdbool.
3405         * modules/readlink-tests (Files): Ship new file.
3406         (Depends-on): Add stdbool.
3407         * modules/symlinkat-tests (Files): Use new files.
3408
3409 2009-09-23  Eric Blake  <ebb9@byu.net>
3410
3411         readlink: document portability issue with symlink length
3412         * doc/posix-functions/lstat.texi (lstat): Mention that some file
3413         systems have bogus st_size on symlinks, and mention the
3414         areadlink-with-size module.
3415         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
3416         * doc/posix-functions/readlink.texi (readlink): Mention the
3417         areadlink module, and ERANGE failure.
3418         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
3419         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
3420
3421         readlink: fix Solaris 9 bug with trailing slash
3422         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
3423         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
3424         * doc/posix-functions/readlink.texi (readlink): Document this.
3425         * modules/readlink-tests: New test.
3426         * tests/test-readlink.c: Likewise.
3427
3428         readlink: fix cygwin 1.5.x bug with return type
3429         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
3430         * lib/unistd.in.h (readlink): Use ssize_t.
3431         * lib/readlink.c (readlink): Likewise.
3432         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3433         * modules/unistd (Makefile.am): Substitute it.
3434         * lib/unistd.in.h (readlink): Declare replacement.
3435         * doc/posix-functions/readlink.texi (readlink): Document this.
3436
3437         symlink: use throughout gnulib
3438         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
3439         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
3440         symlink is not used.
3441         * modules/symlinkat (Depends-on): Add symlink.
3442         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3443         * modules/canonicalize-tests (Depends-on): Likewise.
3444         * modules/lstat-tests (Depends-on): Likewise.
3445         * modules/openat-tests (Depends-on): Likewise.
3446         * modules/remove-tests (Depends-on): Likewise.
3447         * modules/rmdir-tests (Depends-on): Likewise.
3448         * modules/unlink-tests (Depends-on): Likewise.
3449         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
3450         * tests/test-canonicalize.c (symlink): Likewise.
3451         * tests/test-fstatat.c (symlink): Likewise.
3452         * tests/test-lstat.c (symlink): Likewise.
3453         * tests/test-remove.c (symlink): Likewise.
3454         * tests/test-rmdir.c (symlink): Likewise.
3455         * tests/test-unlink.c (symlink): Likewise.
3456         * tests/test-unlinkat.c (symlink): Likewise.
3457
3458         symlink: new module, for Solaris 9 bug
3459         * modules/symlink: New file.
3460         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
3461         * lib/symlink.c: Likewise.
3462         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
3463         * modules/unistd (Makefile.am): Substitute them.
3464         * lib/unistd.in.h (symlink): Declare replacement.
3465         * MODULES.html.sh (File system functions): Mention it.
3466         * doc/posix-functions/symlink.texi (symlink): Likewise.
3467         * modules/symlink-tests: New test.
3468         * tests/test-symlink.c: Likewise.
3469
3470 2009-09-23  Bruno Haible  <bruno@clisp.org>
3471
3472         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
3473         when needed.
3474         Test case: gnulib-tool --import --with-tests atexit inttypes.
3475         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
3476
3477 2009-09-23  Bruno Haible  <bruno@clisp.org>
3478
3479         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
3480         subcommand, not in a subshell.
3481
3482 2009-09-22  Eric Blake  <ebb9@byu.net>
3483
3484         unistd: sort replacement declarations
3485         * lib/unistd.in.h: Sort declarations.
3486
3487         open, openat: minor optimization
3488         * lib/open.c (open): If open succeeded, len is non-zero.
3489         * lib/openat.c (rpl_openat): Likewise.
3490
3491         link-follow: ensure correct result
3492         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
3493         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
3494         distinguish between possible failures.
3495
3496 2009-09-21  Eric Blake  <ebb9@byu.net>
3497
3498         fts: avoid compiler warning
3499         * lib/fts.c (dirent_inode_sort_may_be_useful)
3500         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
3501
3502 2009-09-19  Bruno Haible  <bruno@clisp.org>
3503
3504         * lib/progreloc.c (canonicalize_file_name): New declaration.
3505
3506 2009-09-19  Eric Blake  <ebb9@byu.net>
3507
3508         link: fix quoting
3509         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
3510
3511         openat: fix openat bugs on Solaris 9
3512         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
3513         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
3514         * modules/openat (Depends-on): Add open.
3515         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
3516         * modules/fcntl-h (Makefile.am): Substitute it.
3517         * lib/fcntl.in.h (openat): Declare replacement.
3518         * doc/posix-functions/openat.texi (openat): Document this.
3519
3520         openat: move fstatat and unlinkat into correct files
3521         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
3522         compiled.
3523         * lib/openat.c (fstatat, unlinkat): Move...
3524         * lib/fstatat.c (fstatat): ...into correct files.
3525         * lib/unlinkat.c (unlinkat): Likewise.
3526
3527         openat: fix unlinkat bugs on Solaris 9
3528         * lib/unlinkat.c (unlinkat): New file.
3529         * modules/openat (Depends-on): Add unlink.
3530         (Files): Distribute it.
3531         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
3532         trailing slash behavior is broken.
3533         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3534         * modules/unistd (Makefile.am): Substitute it.
3535         * lib/unistd.in.h (unlinkat): Declare replacement.
3536         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
3537
3538         openat: fix fstatat bugs on Solaris 9
3539         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
3540         stat.
3541         * doc/posix-functions/fstatat.texi (fstatat): Document this.
3542
3543         test-unlinkat: enhance test, to expose Solaris 9 bug
3544         * tests/test-unlink.c (main): Factor guts...
3545         * tests/test-unlink.h (test_rmdir_func): ...into new file.
3546         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
3547         * tests/test-rmdir.c (main): Adjust caller.
3548         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
3549         (unlinker): New helper function.
3550         (rmdirat): Enhance check.
3551         * modules/rmdir-tests (Depends-on): Add stdbool.
3552         * modules/unlink-tests (Depends-on): Likewise.
3553         (Files): Add test-unlink.h.
3554         * modules/openat-tests (Files): Likewise.
3555         (Depends-on): Add unlinkdir.
3556
3557         test-fstatat: new test, to expose Solaris 9 bugs
3558         * tests/test-stat.c (main): Factor guts...
3559         * tests/test-stat.h (test_stat_func): ...into new file.
3560         * tests/test-lstat.c (main): Factor guts...
3561         * tests/test-lstat.h (test_lstat_func): ...into new file.
3562         * tests/test-fstatat.c: New file.
3563         * modules/stat-tests (Files): Add test-stat.h.
3564         * modules/lstat-tests (Files): Add test-lstat.h.
3565         (Depends-on): Add stdbool.
3566         * modules/openat-tests (Depends-on): Add pathmax.
3567         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
3568         (Makefile.am): Run new test.
3569
3570         remove: new module, for mingw and Solaris 9 bugs
3571         * modules/remove: New file.
3572         * lib/remove.c: Likewise.
3573         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
3574         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
3575         * modules/stdio (Makefile.am): Use them.
3576         * lib/stdio.in.h (remove): Declare replacement.
3577         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3578         * doc/posix-functions/remove.texi (remove): Likewise.
3579         * modules/remove-tests: New test.
3580         * tests/test-remove.c: Likewise.
3581
3582         unlink: new module, for Solaris 9 bug
3583         * modules/unlink: New file.
3584         * lib/unlink.c: Likewise.
3585         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
3586         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
3587         * modules/unistd (Makefile.am): Use them.
3588         * lib/unistd.in.h (stat): Declare replacement.
3589         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3590         * doc/posix-functions/unlink.texi (unlink): Likewise.
3591         * modules/unlink-tests: New test.
3592         * tests/test-unlink.c: Likewise.
3593
3594         lstat: fix Solaris 9 bug
3595         * lib/lstat.c (lstat): Also check for trailing slash on
3596         non-symlink, non-directories.  Use stat module to simplify logic.
3597         * doc/posix-functions/lstat.texi (lstat): Document it.
3598         * modules/lstat-tests (Depends-on): Add errno, same-inode.
3599         (configure.ac): Check for symlink.
3600         * tests/test-lstat.c (main): Add more tests.
3601
3602         stat: add as dependency to other modules
3603         * modules/chown (Depends-on): Add stat.
3604         * modules/euidaccess (Depends-on): Likewise.
3605         * modules/fchdir (Depends-on): Likewise.
3606         * modules/isdir (Depends-on): Likewise.
3607         * modules/link (Depends-on): Likewise.
3608         * modules/lstat (Depends-on): Likewise.
3609         * modules/mkdir-p (Depends-on): Likewise.
3610         * modules/modechange (Depends-on): Likewise.
3611         * modules/open (Depends-on): Likewise.
3612         * modules/readlink (Depends-on): Likewise.
3613         * modules/same (Depends-on): Likewise.
3614
3615         stat: fix Solaris 9 bug
3616         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
3617         slash.
3618         * lib/stat.c (rpl_stat): Work around it.
3619         * doc/posix-functions/stat.texi (stat): Update documentation.
3620
3621         stat: new module, for mingw bug
3622         * modules/stat: New file.
3623         * lib/stat.c: Likewise.
3624         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
3625         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
3626         * modules/sys_stat (Makefile.am): Use them.
3627         * lib/sys_stat.in.h (stat): Declare replacement.
3628         * lib/openat.c (fstatat): Deal with lstat and stat being function
3629         macros.
3630         * modules/openat (Depends-on): Add inline.
3631         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3632         * doc/posix-functions/stat.texi (stat): Likewise.
3633         * modules/stat-tests: New test.
3634         * tests/test-stat.c: Likewise.
3635
3636 2009-09-19  Jim Meyering  <meyering@redhat.com>
3637
3638         syntax-check: detect unnecessary inclusion of canonicalize.h
3639         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
3640
3641 2009-09-19  Eric Blake  <ebb9@byu.net>
3642
3643         canonicalize-lgpl: adjust clients to use correct header
3644         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
3645         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
3646         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
3647         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
3648         * lib/progreloc.c (includes): Likewise.
3649
3650 2009-09-19  Jim Meyering  <meyering@redhat.com>
3651
3652         test-posixtm.c: correct a comment
3653         * tests/test-posixtm.c: Correct first-line comment.
3654         Spotted by Eric Blake.
3655
3656 2009-09-16  Jim Meyering  <meyering@redhat.com>
3657
3658         posixtm-tests: make T const-correct; add a test case
3659         * tests/test-posixtm.c (T): Declare const.
3660         Add a test for -(2^31+1).
3661         Remove useless can-succeed-only-in-2002 test.
3662
3663         posixtm-tests: adjust the sole failing test
3664         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
3665         expected output matches what mktime now produces.  Cross-checked via
3666         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
3667
3668         posixtm: move #ifdef'd tests into a new module
3669         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
3670         * tests/test-posixtm.c: ... this new file.
3671         * modules/posixtm-tests: New module.
3672
3673 2009-09-19  Eric Blake  <ebb9@byu.net>
3674
3675         openat: simplify use of at-func.c
3676         * lib/at-func.c (includes): Include prerequisites here, to
3677         simplify requirements on client files.
3678         * lib/openat-priv.h: Add double-inclusion guard.
3679         * lib/faccessat.c (includes): Simplify.
3680         * lib/fchmodat.c (includes): Likewise.
3681         * lib/fchownat.c (includes): Likewise.
3682         * lib/mkdirat.c (includes): Likewise.
3683         * lib/mkfifoat.c (includes): Likewise.
3684         * lib/symlinkat.c (includes): Likewise.
3685
3686         openat: allow return of fd 0
3687         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
3688         * modules/save-cwd (Depends-on): Replace fcntl-safer with
3689         unistd-safer.
3690         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
3691         <fcntl.h>; this module does not leak fds.
3692         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
3693         must be allowed to return 0, leaving openat_safer to add the
3694         safety.
3695         (openat_permissive): Avoid writing to just-opened fd 2 if
3696         restoring the current directory fails.
3697         * lib/openat-die.c (openat_restore_fail): Add comment.
3698         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
3699         (save_cwd): Guarantee safe fd, but without use of open_safer.
3700         * tests/test-openat.c: New test.
3701         * modules/openat-tests (Files, Makefile.am): Distribute and build
3702         new file.
3703
3704         relocatable-prog-wrapper: fix build
3705         * modules/relocatable-prog-wrapper (Files): Update name of
3706         canonicalize m4 file, broken on 2009-09-17.
3707         Reported by emad hajjar <aleppos@hotmail.com>.
3708
3709 2009-09-19  Bruno Haible  <bruno@clisp.org>
3710
3711         * lib/safe-alloc.h: Use the standard header with GPL copyright.
3712         * lib/safe-alloc.c: Likewise.
3713         Reported by Ian Beckwith <ianb@erislabs.net>.
3714
3715 2009-09-18  Bruno Haible  <bruno@clisp.org>
3716
3717         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
3718         Reported by <erobles@sensacd.com.mx>.
3719
3720 2009-09-17  Eric Blake  <ebb9@byu.net>
3721
3722         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
3723         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
3724         slashes when checking if last component is missing.
3725         * tests/test-canonicalize.c (main): Test this.
3726
3727         canonicalize, canonicalize-lgpl: honor // if distinct from /
3728         * modules/canonicalize (Files): Add double-slash-root.m4.
3729         * modules/canonicalize-lgpl (Files): Likewise.
3730         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
3731         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
3732         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
3733         fallback definition.
3734         (canonicalize_filename_mode): Use it to protect //.
3735         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
3736         (__realpath): Likewise.
3737         * tests/test-canonicalize.c (main): Test this.
3738         * tests/test-canonicalize-lgpl.c (main): Likewise.
3739         * modules/canonicalize-tests (Depends-on): Add same-inode.
3740         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3741
3742         canonicalize-lgpl: fix glibc bug with trailing slash
3743         * m4/canonicalize-lgpl.m4: Move contents...
3744         * m4/canonicalize.m4: ...here.
3745         (gl_CANONICALIZE_LGPL): Factor realpath check...
3746         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
3747         glibc 2.3.5 bug, fixed 2005-04-27.
3748         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
3749         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
3750         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
3751         * modules/canonicalize-lgpl (Files): Manage file rename.
3752         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
3753         * modules/stdlib (Makefile.am): Substitute witness.
3754         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
3755         is needed.
3756         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
3757         replacement is required.
3758         * lib/canonicalize.c (canonicalize_file_name): Likewise.
3759         * doc/glibc-functions/canonicalize_file_name.texi
3760         (canonicalize_file_name): Document this.
3761         * doc/posix-functions/realpath.texi (realpath): Likewise.
3762
3763         canonicalize-lgpl: reject non-directory with trailing slash
3764         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
3765         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
3766         catches failures in glibc 2.3.5.
3767         * tests/test-canonicalize.c (main): Likewise.
3768
3769         canonicalize-lgpl: use native realpath if it works
3770         * lib/canonicalize-lgpl.c (realpath): Guard with
3771         FUNC_REALPATH_WORKS.
3772         * lib/stdlib.in.h (realpath): Make declaration optional based on
3773         HAVE_REALPATH.
3774         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
3775         native realpath works.
3776         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
3777         * modules/stdlib (Makefile.am): Substitute witness.
3778
3779         canonicalize, canonicalize-lgpl: use <stdlib.h>
3780         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
3781         (Include): Mention <stdlib.h>.
3782         (configure.ac): Mention functions we provide.
3783         * modules/canonicalize (configure.ac): Likewise.
3784         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
3785         realpath if canonicalize_file_name is missing.
3786         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
3787         * modules/stdlib (Makefile.am): Substitute witnesses.
3788         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
3789         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
3790         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
3791         * NEWS: Document this.
3792         * doc/glibc-functions/canonicalize_file_name.texi
3793         (canonicalize_file_name): Likewise.
3794         * doc/posix-functions/realpath.texi (realpath): Likewise.
3795         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
3796
3797         test-canonicalize: consolidate into single C program
3798         * tests/test-canonicalize.sh: Delete; move setup into...
3799         * tests/test-canonicalize.c (main): ...the program, making it
3800         easier to run in debugger.  Add some tests.
3801         * modules/canonicalize-tests (Files): Remove unused file.
3802         (Depends-on): Add progname.
3803         (configure.ac, Makefile.am): Simplify.
3804
3805         test-canonicalize-lgpl: consolidate into single C program
3806         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
3807         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
3808         easier to run in debugger.  Add some tests.
3809         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
3810         (configure.ac, Makefile.am): Simplify.
3811
3812         canonicalize: avoid resolvepath
3813         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
3814         unnecessary checks.
3815         * lib/canonicalize.c (includes): Simplify.
3816         (canonicalize_file_name): Drop resolvepath implementation.
3817         * modules/canonicalize (Depends-on): Drop filenamecat.
3818
3819         canonicalize: don't lose errno
3820         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
3821         over calls to free.
3822
3823         canonicalize: simplify errno handling
3824         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
3825         assignment.
3826
3827         canonicalize, canonicalize-lgpl: update module dependencies
3828         * modules/canonicalize (Depends-on): Add extensions, lstat,
3829         pathmax, stdlib.
3830         (Files): Drop pathmax.h.
3831         (configure.ac): Adjust macro name.
3832         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
3833         lstat, stdlib, sys_stat.
3834         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
3835         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
3836         extensions.
3837         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
3838         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
3839         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
3840         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
3841         declaration, if available.
3842         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
3843         we can rely on the readlink module.
3844         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
3845         (includes): Use <unistd.h> unconditionally.
3846
3847 2009-09-17  Eric Blake  <ebb9@byu.net>
3848
3849         maint: make Include sections of modules consistent
3850         * modules/alloca: Use only header name; no need to list #include.
3851         * modules/alloca-opt: Likewise.
3852         * modules/arpa_inet: Likewise.
3853         * modules/canon-host: Likewise.
3854         * modules/configmake: Likewise.
3855         * modules/dirent: Likewise.
3856         * modules/eealloc: Likewise.
3857         * modules/environ: Likewise.
3858         * modules/fchdir: Likewise.
3859         * modules/fcntl: Likewise.
3860         * modules/fcntl-h: Likewise.
3861         * modules/gethrxtime: Likewise.
3862         * modules/gettime: Likewise.
3863         * modules/ignore-value: Likewise.
3864         * modules/inet_ntop: Likewise.
3865         * modules/inet_pton: Likewise.
3866         * modules/inttypes: Likewise.
3867         * modules/isnand-nolibm: Likewise.
3868         * modules/isnanf-nolibm: Likewise.
3869         * modules/mbchar: Likewise.
3870         * modules/mbfile: Likewise.
3871         * modules/mbiter: Likewise.
3872         * modules/mbuiter: Likewise.
3873         * modules/netdb: Likewise.
3874         * modules/netinet_in: Likewise.
3875         * modules/nproc: Likewise.
3876         * modules/pagealign_alloc: Likewise.
3877         * modules/poll: Likewise.
3878         * modules/printf-frexp: Likewise.
3879         * modules/pthread: Likewise.
3880         * modules/putenv: Likewise.
3881         * modules/random_r: Likewise.
3882         * modules/relocatable-prog: Likewise.
3883         * modules/search: Likewise.
3884         * modules/select: Likewise.
3885         * modules/selinux-h: Likewise.
3886         * modules/settime: Likewise.
3887         * modules/signal: Likewise.
3888         * modules/size_max: Likewise.
3889         * modules/socklen: Likewise.
3890         * modules/ssize_t: Likewise.
3891         * modules/stdarg: Likewise.
3892         * modules/stdbool: Likewise.
3893         * modules/stddef: Likewise.
3894         * modules/stdint: Likewise.
3895         * modules/stdio: Likewise.
3896         * modules/stdlib: Likewise.
3897         * modules/string: Likewise.
3898         * modules/strings: Likewise.
3899         * modules/sys_file: Likewise.
3900         * modules/sys_ioctl: Likewise.
3901         * modules/sys_select: Likewise.
3902         * modules/sys_socket: Likewise.
3903         * modules/sys_stat: Likewise.
3904         * modules/sys_time: Likewise.
3905         * modules/sys_times: Likewise.
3906         * modules/sys_utsname: Likewise.
3907         * modules/sys_wait: Likewise.
3908         * modules/sysexits: Likewise.
3909         * modules/time: Likewise.
3910         * modules/times: Likewise.
3911         * modules/tmpfile: Likewise.
3912         * modules/trim: Likewise.
3913         * modules/unistd: Likewise.
3914         * modules/wchar: Likewise.
3915         * modules/wctype: Likewise.
3916
3917 2009-09-17  Bruno Haible  <bruno@clisp.org>
3918
3919         Make getdate.y compile on QNX and NetBSD 5 / i386.
3920         * m4/getdate.m4 (gl_GETDATE): Conditionally define
3921         TIME_T_FITS_IN_LONG_INT.
3922         * lib/getdate.y (long_time_t): New type.
3923         (relative_time): Change type of 'seconds' field to long_time_t.
3924         (get_date): Update types of local variables. Check against overflow
3925         during conversion from long_time_t to time_t.
3926         Reported by Matt Kraai <kraai@ftbfs.org>
3927         and Hasso Tepper <hasso@netbsd.org>.
3928
3929 2009-09-17  Bruno Haible  <bruno@clisp.org>
3930
3931         * modules/COPYING: Update copyright years.
3932         * modules/README: Likeiwse.
3933         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
3934         Reported by Ian Beckwith <ianb@erislabs.net>.
3935
3936 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
3937
3938         * users.txt: Update references for gnuit package.
3939
3940 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
3941
3942         * m4/getdelim.m4: Fix typo in copyright line.
3943
3944 2009-09-17  Bruno Haible  <bruno@clisp.org>
3945
3946         * lib/atoll.c: Use the standard header with GPL copyright.
3947         * lib/argz.in.h: Likewise.
3948         * lib/glob.c: Likewise.
3949         * lib/glob-libc.h: Likewise.
3950         * lib/random_r.c: Likewise.
3951         * lib/siglist.h: Likewise.
3952         * lib/strsignal.c: Likewise.
3953         Reported by Ian Beckwith <ianb@erislabs.net>.
3954
3955 2009-09-17  Eric Blake  <ebb9@byu.net>
3956
3957         rmdir: ensure correct dependency order
3958         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
3959
3960 2009-09-17  Bruno Haible  <bruno@clisp.org>
3961
3962         Disable assertion that fails on NetBSD 5 / i386.
3963         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
3964         Reported by Sam Steingold <sds@gnu.org>
3965         and Hasso Tepper <hasso@netbsd.org>.
3966
3967 2009-09-16  Eric Blake  <ebb9@byu.net>
3968
3969         unlinkdir: port to mingw
3970         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
3971         on which no one can unlink a directory.
3972
3973         stdlib: sort witness names
3974         * modules/stdlib (Makefile.am): Sort replacements.
3975         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
3976         * lib/stdlib.in.h: Likewise.
3977
3978         parse-duration-tests: avoid link failure
3979         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
3980         LIBINTL.
3981         Reported by Tom G. Christensen.
3982
3983         openat-tests: ensure unlinkat behaves like rmdir
3984         * tests/test-rmdir.c (main): Factor guts...
3985         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
3986         * modules/rmdir-tests (Files): Ship new file.
3987         * modules/openat-tests: New test.
3988         * tests/test-unlinkat.c: Likewise.
3989
3990         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
3991         * modules/rmdir-errno (Status, Notice): Now obsolete.
3992
3993         rmdir: work around cygwin 1.5.x and mingw bugs
3994         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
3995         * lib/rmdir.c (rmdir): Work around it.
3996         * modules/rmdir (Status, Notice): No longer obsolete.
3997         (Files): Add dos.m4.
3998         (Depends-on): Add unistd.
3999         (configure.ac): Set witnesses.
4000         (License): Relax to LGPLv2+.
4001         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
4002         * modules/unistd (Makefile.am): Substitute witnesses.
4003         * lib/unistd.in.h (rmdir): Declare replacement.
4004         * doc/posix-functions/rmdir.texi (rmdir): Document this.
4005         * modules/rmdir-tests: New tests.
4006         * tests/test-rmdir.c: Likewise.
4007
4008 2009-09-15  Eric Blake  <ebb9@byu.net>
4009
4010         fchdir: improve use of replacement functions
4011         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
4012         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
4013         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
4014         REPLACE_CLOSEDIR.
4015         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
4016         * modules/sys_stat (Makefile.am): Substitute correct witness.
4017         * modules/dirent (Makefile.am): Likewise.
4018         * modules/unistd (Makefile.am): Likewise.
4019         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
4020         * lib/unistd.in.h (dup): Likewise.
4021         * lib/sys_stat.in.h (fstat): Likewise.
4022
4023         maint: ignore gnulib-tool temp files
4024         * .gitignore: Ignore files created during gnulib-tool --test.
4025
4026 2009-09-13  Jim Meyering  <meyering@redhat.com>
4027
4028         posixtm: don't reject a time that specify "60" as the number of seconds
4029         * lib/posixtm.c (posixtime): The code to reject invalid dates
4030         would also reject a time specified with the .60 suffix.
4031         But POSIX allows that, in order to accommodate leap seconds.
4032         So don't reject it.
4033         (main): Adjust tests accordingly.
4034         * modules/posixtm (Depends-on): Add stpcpy.
4035
4036 2009-09-11  Jim Meyering  <meyering@redhat.com>
4037
4038         announce-gen: include [$release_type] in emitted Subject:
4039         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
4040         e.g., [stable] in the emitted Subject: line.
4041
4042 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4043
4044         Remove obsolete macros from several modules.
4045         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
4046         obsolete Autoconf macros with their modern counterparts.
4047         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
4048         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
4049         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
4050         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4051         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
4052         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
4053         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
4054         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
4055         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
4056         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
4057         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
4058         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
4059         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
4060         * m4/sockets.m4 (gl_SOCKETS): Likewise.
4061         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
4062         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
4063         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
4064         * m4/time_r.m4 (gl_TIME_R): Likewise.
4065         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
4066         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
4067         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4068
4069         Fix copyright header in build-aux scripts.
4070         * build-aux/git-version-gen: Fix copyright header to match GPLv3
4071         recommendation.
4072         * build-aux/ncftpput-ftp: Likewise.
4073         * build-aux/update-copyright: Likewise.
4074
4075 2009-09-09  Eric Blake  <ebb9@byu.net>
4076
4077         test-link: allow Linux choice of errno
4078         * tests/test-link.c (main): Relax test for alternate error.
4079
4080         strndup: fix improper m4 caching
4081         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
4082         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
4083         (gl_PREREQ_STRNDUP): Delete.
4084         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
4085         * modules/string (Makefile.am): Substitute it.
4086         * lib/string.in.h (strndup): Modernize prototype.
4087
4088         getcwd: port to mingw
4089         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
4090         different from the POSIX assumptions made throughout the getcwd
4091         module; fortunately, the mingw getcwd does not need replacement.
4092         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
4093         * modules/getcwd-tests: New test.
4094         * tests/test-getcwd.c: Likewise.
4095
4096         link: fix platform bugs
4097         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
4098         * lib/link.c (link): Work around them.  Fix related mingw bug.
4099         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
4100         * modules/unistd (Makefile.am): Substitute it.
4101         * lib/unistd.in.h (link): Declare replacement.
4102         * doc/posix-functions/link.texi (link): Document this.
4103         * modules/link (Depends-on): Add strdup-posix, sys_stat.
4104
4105         test-link: consolidate into single C program, test more cases
4106         * tests/test-link.sh: Delete.
4107         * tests/test-link.c: Test more error conditions.  Exposes bugs on
4108         at least Cygwin and Solaris.
4109         * modules/link-tests (Files): Remove unused file.
4110         (Depends-on): Add errno, sys_stat.
4111         (Makefile.am): Simplify.
4112
4113 2009-09-08  Bruno Haible  <bruno@clisp.org>
4114
4115         Work around towlower, towupper bug on mingw.
4116         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
4117         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
4118         * doc/posix-functions/towlower.texi: Mention the mingw bug.
4119         * doc/posix-functions/towupper.texi: Likewise.
4120         Reported by Eric Blake.
4121
4122 2009-09-08  Jim Meyering  <meyering@redhat.com>
4123
4124         build: don't try to run autoheader if we don't use it
4125         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
4126         is not used in configure.ac.
4127
4128 2009-09-08  Eric Blake  <ebb9@byu.net>
4129
4130         euidaccess: fix compilation error
4131         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
4132
4133         rawmemchr: relax license
4134         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
4135         okay.
4136         Reported by Jim Meyering.
4137
4138         mkfifoat: new module
4139         * modules/mkfifoat: New file.
4140         * lib/mkfifoat.c: Likewise.
4141         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
4142         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4143         * modules/sys_stat (Makefile.am): Use them.
4144         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
4145         * MODULES.html.sh (File system functions): Mention module.
4146         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
4147         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
4148         * modules/mkfifoat-tests: New test.
4149         * tests/test-mkfifoat.c: Likewise.
4150
4151         strchrnul: relax license
4152         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
4153         okay.
4154         Reported by Jim Meyering.
4155
4156 2009-09-08  Eric Blake  <ebb9@byu.net>
4157
4158         fstatat: fix compilation on Solaris
4159         * lib/fstatat.c (includes): Add fcntl.h.
4160         Reported by Pádraig Brady.
4161
4162 2009-09-07  Eric Blake  <ebb9@byu.net>
4163
4164         rename: modernize replacement
4165         * modules/rename (Depends-on): Add stdio.
4166         (configure.ac): Declare witness.
4167         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
4168         stdio take care of replacement.
4169         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
4170         * modules/stdio (Makefile.am): Substitute them.
4171         * lib/stdio.in.h (rename): Declare replacement.
4172         * lib/rename.c (includes): Allow cross-compilation to non-windows
4173         machines.
4174         * doc/posix-functions/rename.texi (rename): Improve
4175         documentation.
4176
4177         stdio: sort witness names
4178         * modules/stdio (Makefile.am): Sort replacements.
4179         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4180         * lib/stdio.in.h: Likewise.
4181
4182         getcwd: minor cleanups
4183         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
4184         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
4185
4186         openat: provide more convenience names
4187         * modules/faccessat (configure.ac): Add C witness.
4188         * lib/unistd.in.h (readlinkat): Fix typo.
4189         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
4190         convenience wrappers.
4191         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
4192         wrappers in syntax checks.
4193
4194 2009-09-06  Eric Blake  <ebb9@byu.net>
4195
4196         doc: fix comments in recent patches
4197         * lib/faccessat.c: Mention correct function.
4198         * lib/fchmodat.c: Likewise.
4199         * lib/fchownat.c: Likewise.
4200         * lib/symlinkat.c: Likewise.
4201         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
4202         constants.
4203
4204         faccessat, symlinkat: continue cleanup of previous patch
4205         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
4206         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
4207         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
4208         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
4209         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
4210         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
4211         set.
4212
4213 2009-09-06  Bruno Haible  <bruno@clisp.org>
4214
4215         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
4216         (fstatat): Declare if GNULIB_FSTATAT is set.
4217         (mkdirat): Declare if GNULIB_MKDIRAT is set.
4218         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
4219         (unlinkat): Declare if GNULIB_UNLINKAT is set.
4220         * modules/fcntl-h (Files): Remove m4/openat.m4.
4221         * modules/sys_stat (Files): Remove m4/openat.m4.
4222         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
4223         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
4224         * modules/unistd (Files): Remove m4/openat.m4.
4225         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
4226         GNULIB_OPENAT.
4227         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
4228         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
4229         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
4230         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
4231         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
4232         gl_OPENAT_DEFAULTS.
4233         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
4234         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
4235         Don't require gl_OPENAT_DEFAULTS.
4236         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
4237         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
4238         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
4239         (gl_OPENAT_DEFAULTS): Remove macro.
4240
4241 2009-09-06  Bruno Haible  <bruno@clisp.org>
4242
4243         * modules/openat (configure.ac): Remove unneeded witness.
4244
4245 2009-09-06  Bruno Haible  <bruno@clisp.org>
4246
4247         Set errno to ENOSYS when a function is entirely unsupported.
4248         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
4249         EOPNOTSUPP.
4250         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
4251         * modules/chown (Depends-on): Remove errno.
4252
4253 2009-09-06  Bruno Haible  <bruno@clisp.org>
4254
4255         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
4256
4257 2009-09-06  Bruno Haible  <bruno@clisp.org>
4258
4259         * lib/sys_stat.in.h: Fix preprocessor command indentation.
4260
4261 2009-09-06  Ben Pfaff  <blp@gnu.org>
4262             Bruno Haible  <bruno@clisp.org>
4263
4264         Work around a glibc bug in strtok_r.
4265         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
4266         Undefine if UNDEFINE_STRTOK_R is set.
4267         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
4268         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4269         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
4270         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
4271         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
4272         UNDEFINE_STRTOK_R.
4273         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
4274
4275 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
4276
4277         exclude: minor fix
4278         * lib/exclude.c: Include wctype.h
4279
4280 2009-09-06  Akim Demaille  <demaille@gostai.com>
4281
4282         bootstrap: improve error message
4283         * build-aux/bootstrap (find_tool): Upon failure, report the list
4284         of candidates.
4285         Honor the initial value of the envvar.
4286
4287 2009-09-05  Eric Blake  <ebb9@byu.net>
4288
4289         symlinkat: new module
4290         * modules/symlinkat: New file.
4291         * lib/symlinkat.c: Likewise.
4292         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
4293         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
4294         * modules/unistd (Makefile.am): Use them.
4295         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
4296         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
4297         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
4298         * MODULES.html.sh (File system functions): Mention module.
4299         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4300         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
4301         * modules/symlinkat-tests: New test.
4302         * tests/test-symlinkat.c: Likewise.
4303
4304         test-openat-safer: add more checks
4305         * tests/test-openat-safer.c (main): Check more code paths.
4306
4307 2009-09-05  Jim Meyering  <meyering@redhat.com>
4308
4309         syntax-check: detect unnecessary inclusion of openat.h
4310         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
4311
4312 2009-09-05  Bruno Haible  <bruno@clisp.org>
4313
4314         Support towlower, towupper.
4315         * doc/posix-functions/towlower.texi: Mention module wctype.
4316         * doc/posix-functions/towupper.texi: Likewise.
4317         * lib/wctype.in.h (towlower, towupper): New functions.
4318         * tests/test-wctype.c: Include stdio.h, stdlib.h.
4319         (ASSERT): New macro.
4320         (e): New variable.
4321         (main): Test also towlower, towupper. Test WEOF argument.
4322         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4323
4324 2009-09-05  Bruno Haible  <bruno@clisp.org>
4325
4326         Fix conversion behaviour when the input is invalid.
4327         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
4328         mark occurring in first pass of indirect conversion.
4329         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
4330         input.
4331         Found by clang's static analyzer.
4332
4333 2009-09-05  Bruno Haible  <bruno@clisp.org>
4334
4335         * tests/test-striconveh.c (main): Test indirect conversion on platforms
4336         where direct conversion is possible.
4337
4338 2009-09-04  Eric Blake  <ebb9@byu.net>
4339
4340         openat: fail with ENOENT on empty name
4341         * lib/openat-proc.c (openat_proc_name): Special-case the empty
4342         buffer.
4343
4344         link-follow: fix logic bug in prior patch
4345         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
4346         reversed sense of yes and no in prior patch.  Avoid confusing
4347         compilation failure with desired semantics.
4348
4349         link-follow: accomodate mingw and cross-compilation
4350         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
4351         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
4352         cross-compilation results to -1, to make linkat easier to
4353         implement when cross-compiling.  Trivially support mingw.
4354         * modules/link-follow (configure.ac): Call new name.
4355         * NEWS: Mention this.
4356
4357 2009-09-03  Eric Blake  <ebb9@byu.net>
4358
4359         faccessat: compile replacement
4360         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
4361         needed.
4362
4363         fts: fix compilation error
4364         * lib/fts.c (includes): Re-add "openat.h", for
4365         openat_needs_fchdir.
4366
4367         faccessat: new module
4368         * modules/faccessat: New file.
4369         * lib/faccessat.c: Likewise.
4370         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
4371         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4372         * modules/unistd (Makefile.am): Use it.
4373         * lib/unistd.in.h (faccessat): Declare it.
4374         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
4375         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
4376         * MODULES.html.sh (File system functions): Mention it.
4377         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
4378         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
4379
4380         euidaccess: prefer POSIX over non-standard implementation
4381         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
4382         * lib/euidaccess.c (euidaccess): Use it if available.
4383
4384         openat: make template easier to use
4385         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
4386         AT_FUNC_F2 to be undefined.
4387         (VALIDATE_FLAG): New macro; use it to reject bad flags.
4388         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
4389         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
4390         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
4391         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
4392         Likewise.
4393         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
4394         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
4395         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
4396         Likewise.
4397
4398         openat: declare in POSIX headers
4399         * NEWS: Mention this.
4400         * modules/openat (configure.ac): Declare witnesses.
4401         (Depends-on): Add fcntl-h, sys_stat, unistd.
4402         (Include): Mention correct headers.
4403         * modules/fcntl-h (Depends-on): Add link-warning.
4404         (Files): Add openat.m4.
4405         (Makefile.am): Substitute witnesses.
4406         * modules/sys_stat (Files, Makefile.am): Likewise.
4407         * modules/unistd (Files, Makefile.am): Likewise.
4408         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
4409         (gl_OPENAT_DEFAULTS): New macro.
4410         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
4411         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
4412         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
4413         (SYS_STAT_H): Remove unused variable.
4414         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
4415         * lib/fcntl--.h (includes): Remove unneeded header.
4416         * lib/openat-safer.c (includes): Likewise.
4417         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
4418         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
4419         appropriate headers.
4420         (__OPENAT_PREFIX): Delete.
4421         * lib/fcntl.in.h (openat): Provide declaration.
4422         (AT_FDCWD): Fix Solaris bug.
4423         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
4424         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
4425         * lib/fchmodat.c (includes):  Adjust to find declaration.
4426         * lib/fchownat.c (includes): Likewise.
4427         * lib/mkdirat.c (includes): Likewise.
4428         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
4429         still visible.
4430
4431 2009-09-02  Eric Blake  <ebb9@byu.net>
4432
4433         errno: use consistently
4434         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
4435         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
4436         * lib/canonicalize.c (ELOOP): Likewise.
4437         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
4438         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
4439         * lib/lchown.c (EOPNOTSUPP): Likewise.
4440         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
4441         * lib/savewd.c (ESTALE): Likewise.
4442         * lib/settime.c (ENOSYS): Likewise.
4443         * lib/utimens.c (ENOSYS): Likewise.
4444         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
4445         * lib/chdir-safer.c (ELOOP): Likewise.
4446         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
4447         * modules/c-stack (Depends-on): Add errno.
4448         * modules/canonicalize (Depends-on): Likewise.
4449         * modules/chdir-safer (Depends-on): Likewise.
4450         * modules/fdopendir (Depends-on): Likewise.
4451         * modules/inet_ntop (Depends-on): Likewise.
4452         * modules/inet_pton (Depends-on): Likewise.
4453         * modules/lchown (Depends-on): Likewise.
4454         * modules/openat (Depends-on): Likewise.
4455         * modules/savewd (Depends-on): Likewise.
4456         * modules/settime (Depends-on): Likewise.
4457         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
4458
4459         fts: avoid leaking fds
4460         * modules/fts (Depends-on): Add cloexec.
4461         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
4462         flag.
4463
4464         fts: make directory fds more robust
4465         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
4466         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
4467
4468         backupfile, chdir-long, fts, savedir: make safer
4469         * lib/backupfile.c (includes): Use "dirent--.h", since
4470         numbered_backup can write to stderr during readdir.
4471         * lib/savedir.c (includes): Likewise.
4472         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
4473         emulation can write to stderr on failure.
4474         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
4475         * lib/getcwd.c: Document why opendir_safer is unused.
4476         * lib/glob.c: Likewise.
4477         * lib/scandir.c: Likewise.
4478         * lib/openat-proc.c: Likewise, for open_safer.
4479         * modules/backupfile (Depends-on): Add dirent-safer.
4480         * modules/savedir (Depends-on): Likewise.
4481         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
4482         * modules/chdir-long (Depends-on): Add openat-safer.
4483
4484         openat-safer: new module
4485         * modules/openat-safer: New file.
4486         * lib/openat-safer.c: Likewise.
4487         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
4488         * lib/fcntl-safer.h (openat_safer): Declare.
4489         * lib/fcntl--.h (openat): Override.
4490         * MODULES.html.sh (File descriptor based I/O): Mention it.
4491         * lib/openat.h: Add double-inclusion guards.
4492         * lib/openat.c (includes): Only include "fcntl-safer.h", not
4493         "fcntl--.h", so we can implement openat.
4494         * modules/openat-safer-tests: New test.
4495         * tests/test-openat-safer.c: New file.
4496
4497         dirent-safer: new module
4498         * modules/dirent-safer: New file.
4499         * lib/dirent--.h: Likewise.
4500         * lib/dirent-safer.h: Likewise.
4501         * lib/opendir-safer.c: Likewise.
4502         * m4/dirent-safer.m4: Likewise.
4503         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
4504         * modules/dirent-safer-tests: New test.
4505         * tests/test-dirent-safer.c: New file.
4506         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
4507
4508         fdopendir: optimize on mingw
4509         * lib/unistd.in.h (_gl_directory_name): New prototype.
4510         * lib/fchdir.c (_gl_directory_name): Implement it.
4511         (fchdir): Use it to simplify implementation.
4512         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
4513         fchdir, when available, to avoid calling [f]chdir().
4514
4515         fdopendir: split into its own module
4516         * lib/openat.c (fdopendir): Move...
4517         * lib/fdopendir.c: ...into new file.
4518         * modules/fdopendir: New module.
4519         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
4520         * modules/openat (Depends-on): Add fdopendir.
4521         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
4522         fdopendir here.
4523         * modules/savedir (Depends-on): Only need fdopendir, not full
4524         openat.
4525         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
4526         * lib/openat.h (fdopendir): Drop prototype.
4527         * lib/dirent.in.h (fdopendir): Provide prototype.
4528         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
4529         * modules/dirent (Makefile.am): Substitute them.
4530         * MODULES.html.sh (File system functions): Mention it.
4531         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
4532         * modules/fdopendir-tests: New file.
4533         * tests/test-fdopendir.c: Likewise.
4534
4535         fchdir: use more consistent macro convention
4536         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
4537         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
4538         REPLACE_FCHDIR, rather than relying on config.h macros.
4539         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
4540         inside a single make-time REPLACE_FCHDIR block, rather than using
4541         the config.h FCHDIR_REPLACEMENT.
4542         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
4543         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
4544         Manage fstat replacement.
4545         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
4546         REPLACE_FCHDIR.
4547         * modules/sys_stat (Files): Add m4/unistd_h.m4.
4548         (Makefile.am): Substitute REPLACE_FCHDIR.
4549         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
4550         FCHDIR_REPLACEMENT.
4551         * lib/dup-safer.c (dup_safer): Likewise.
4552         * lib/dup2.c (rpl_dup2): Likewise.
4553         * lib/dup3.c (rpl_dup3): Likewise.
4554         * lib/open.c (rpl_open): Likewise.
4555
4556         fchdir: simplify error handling, and support dup3
4557         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
4558         stdbool, malloc-posix, realloc-posix.
4559         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
4560         (ensure_dirs_slot): Return false on allocation failure.
4561         (rpl_dup2): Delete.
4562         (_gl_register_dup): New function.
4563         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
4564         (_gl_register_fd): Close fd on allocation failure.
4565         * lib/fcntl.in.h (_gl_register_fd): Update signature.
4566         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
4567         prototype.
4568         (rpl_dup2_fchdir): Delete prototype.
4569         * lib/open.c (open): Update caller.
4570         * lib/dup2.c (dup2): Track fchdir metadata.
4571         * lib/dup3.c (dup3): Likewise.
4572         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
4573         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
4574
4575 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4576
4577         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
4578         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
4579         don't pass arguments to AC_OUTPUT.
4580
4581 2009-09-02  Bruno Haible  <bruno@clisp.org>
4582
4583         * modules/mkdtemp (License): Relicense under LGPLv2+.
4584         Reported by Paolo Bonzini.
4585
4586 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4587
4588         Replace uses of obsolete autoconf macros in Jim's modules.
4589         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
4590         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
4591         can evoke a warning from autoconf when run with -Wobsolete
4592         enabled.  They were declared obsolete for good reasons (see
4593         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
4594         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
4595         should not continue using the deprecated macros.
4596         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
4597         obsolete Autoconf macros with modern counterparts.
4598         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
4599         * m4/dos.m4 (gl_AC_DOS): Likewise.
4600         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
4601         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
4602         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
4603         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
4604         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
4605         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
4606         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
4607         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
4608         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4609         Likewise.
4610         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
4611         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
4612         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
4613         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
4614         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4615         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
4616
4617 2009-09-01  Eric Blake  <ebb9@byu.net>
4618
4619         fchdir: fix off-by-one bug in previous patch
4620         * lib/fchdir.c (rpl_fstat): Use correct bounds.
4621         (_gl_unregister_fd): Delete useless if.
4622
4623 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
4624
4625         maint.mk: sort the list of syntax-check rules
4626         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
4627         easier to get a sense of progress when the rules are run sequentially
4628         and take a long time.
4629
4630 2009-09-01  Simon Josefsson  <simon@josefsson.org>
4631
4632         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
4633         * modules/netinet_in: Likewise.
4634         * modules/sys_file: Likewise.
4635         * modules/sys_ioctl: Likewise.
4636         * modules/sys_select: Likewise.
4637         * modules/sys_socket: Likewise.
4638         * modules/sys_stat: Likewise.
4639         * modules/sys_time: Likewise.
4640         * modules/sys_times: Likewise.
4641         * modules/sys_utsname: Likewise.
4642         * modules/sys_wait: Likewise.
4643
4644 2009-09-01  Jim Meyering  <meyering@redhat.com>
4645
4646         fts: help ensure that return values are not ignored
4647         * lib/fts_.h (__GNUC_PREREQ): Define.
4648         (__attribute_warn_unused_result__): Define.
4649         (fts_children, fts_close, fts_open, fts_read): Declare with
4650         __attribute_warn_unused_result__.
4651
4652         fts: fts_close now fails also when closing a dir file descriptor fails
4653         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
4654         and propagate to caller, along with errno.
4655
4656         announce-gen: correct formatting in --help output
4657         * build-aux/announce-gen (usage): Move the one-line description in
4658         --help output "up", to where it belongs, just after Usage:.
4659
4660 2009-08-31  Eric Blake  <ebb9@byu.net>
4661
4662         fchdir: port to mingw
4663         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
4664         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
4665         opened, then use a substitute.
4666         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
4667         replacement.
4668         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
4669         (_gl_register_fd): No need to check stat if open already filters
4670         all directories.
4671         (fchdir): Fix error condition to match POSIX.
4672         * modules/fchdir (Depends-on): Add sys_stat.
4673         * doc/posix-functions/open.texi (open): Document the limitation.
4674         * modules/fchdir-tests: New file.
4675         * tests/test-fchdir.c: Likewise.
4676
4677         canonicalize: allow cross-testing from cygwin to mingw
4678         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
4679         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
4680         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
4681         Likewise.
4682         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
4683         target does not support symlinks.
4684         * tests/test-canonicalize-lgpl.sh: Likewise.
4685
4686         chown: avoid compilation warning on mingw
4687         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
4688         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
4689         mingw.
4690         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
4691         * modules/chown (Depends-on): Add errno.
4692
4693 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
4694
4695         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
4696         command.
4697
4698 2009-08-31  Jim Meyering  <meyering@redhat.com>
4699
4700         canonicalize: remove useless initialization
4701         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
4702         initialization of local, "end".
4703
4704 2009-08-30  Bruno Haible  <bruno@clisp.org>
4705
4706         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
4707         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
4708         ENOSYS.
4709
4710 2009-08-30  Bruno Haible  <bruno@clisp.org>
4711
4712         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
4713         /usr/xpg4/bin/tr when it exists.
4714         * tests/test-pipe-filter-gi1.sh: Likewise.
4715
4716 2009-08-30  Bruno Haible  <bruno@clisp.org>
4717
4718         Work around deficient /usr/bin/id program on Solaris.
4719         * tests/test-file-has-acl.sh (ID): New variable.
4720         * tests/test-set-mode-acl.sh (ID): Likewise.
4721         * tests/test-copy-acl.sh (ID): Likewise.
4722         * tests/test-copy-file.sh (ID): Likewise.
4723
4724 2009-08-30  Bruno Haible  <bruno@clisp.org>
4725
4726         New module 'xstriconveh'.
4727         * lib/xstriconveh.h: New file.
4728         * lib/xstriconveh.c: New file.
4729         * modules/xstriconveh: New file.
4730
4731 2009-08-30  Bruno Haible  <bruno@clisp.org>
4732
4733         Make it easier to use mem_cd_iconveh.
4734         * lib/striconveh.h (iconveh_t): New type.
4735         (iconveh_open, iconveh_close): New declarations.
4736         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
4737         with a single 'const iconveh_t *' argument.
4738         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
4739         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
4740         with a single 'const iconveh_t *' argument.
4741         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
4742         * tests/test-striconveh.c (main): Update.
4743         * NEWS: Mention the change.
4744
4745 2009-08-30  Bruno Haible  <bruno@clisp.org>
4746
4747         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
4748         problem.
4749
4750 2009-08-30  Bruno Haible  <bruno@clisp.org>
4751
4752         Work around iconv_open problem on Solaris.
4753         * lib/iconv_open-solaris.gperf: New file.
4754         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
4755         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
4756         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
4757         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
4758         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
4759         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
4760
4761 2009-08-29  Jim Meyering  <meyering@redhat.com>
4762
4763         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
4764         * top/maint.mk (cvs-check): Remove target; it was just an alias
4765         to the better-named vc-diff-check.
4766         (maintainer-distcheck): Remove rule.  It was used only from
4767         the (alpha/beta/major) target, and all of its commands but one
4768         were coreutils-specific.
4769         (vc-dist): Remove rule.
4770         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
4771         Run vc-diff-check, not vc-dist.
4772         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
4773
4774 2009-08-27  Bruno Haible  <bruno@clisp.org>
4775
4776         * tests/test-bitrotate.c (main): Remove test that uses a shift count
4777         of 0.
4778
4779 2009-08-27  Bruno Haible  <bruno@clisp.org>
4780
4781         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
4782         compilers.
4783         * doc/func.texi: Document the SunPRO C bug.
4784
4785 2009-08-27  Bruno Haible  <bruno@clisp.org>
4786
4787         Fix link error on Solaris.
4788         * tests/test-parse-duration.c (xstrdup): Remove function.
4789
4790 2009-08-26  Pádraig Brady  <P@draigbrady.com>
4791
4792         ignore-value: handle pointer types, too
4793         * lib/ignore-value.h (__attribute__): Remove definition.
4794         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
4795         of a more concise and more-often effective "(void) i" statement.
4796         (ignore_ptr): New function to suppress warnings from functions that
4797         return pointers, and to make it explicit that one function doesn't
4798         handle all cases.
4799
4800 2009-08-25  Bruno Haible  <bruno@clisp.org>
4801
4802         dup2: work around a Linux bug.
4803         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
4804         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
4805         * doc/posix-functions/dup2.texi: Mention the Linux bug.
4806         Reported by Simon Josefsson.
4807
4808 2009-08-25  Jim Meyering  <meyering@redhat.com>
4809
4810         libguestfs uses gnulib
4811         * users.txt: Add libguestfs.
4812
4813 2009-08-24  Eric Blake  <ebb9@byu.net>
4814
4815         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
4816         * lib/pipe2.c (includes): Add binary-io.h.
4817         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
4818
4819 2009-08-24  Bruno Haible  <bruno@clisp.org>
4820
4821         Tolerate declared but missing accept4 syscall.
4822         * lib/accept4.c (accept4): Invoke original accept4 function first, if
4823         available.
4824         * lib/sys_socket.in.h (accept4): If the function is already present,
4825         override it.
4826         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
4827         * modules/accept4 (Makefile.am): Compile accept4.c always.
4828         Reported by Paolo Bonzini and Eric Blake.
4829
4830 2009-08-23  Bruno Haible  <bruno@clisp.org>
4831
4832         New module 'accept4'.
4833         * lib/sys_socket.in.h (accept4): New declaration.
4834         * lib/accept4.c: New file.
4835         * m4/accept4.m4: New file.
4836         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
4837         GNULIB_ACCEPT4, HAVE_ACCEPT4.
4838         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
4839         HAVE_ACCEPT4.
4840         * modules/accept4: New file.
4841         * doc/glibc-functions/accept4.texi: Mention the new module.
4842
4843 2009-08-24  Jim Meyering  <meyering@redhat.com>
4844
4845         progname: also set global program_invocation_name, when possible
4846         Before this change, a libtool-enabled program that calls glibc's
4847         error function would report the program name as
4848         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
4849         * modules/progname (configure.ac): Check for a declaration of
4850         program_invocation_name.
4851         * lib/progname.c:  Include <errno.h>.
4852         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
4853         Set program_invocation_name.
4854
4855 2009-08-23  Bruno Haible  <bruno@clisp.org>
4856
4857         * lib/dup3.c: Include <string.h>.
4858
4859 2009-08-23  Bruno Haible  <bruno@clisp.org>
4860
4861         * lib/dup3.c (dup3): Test only once whether the system actually exists.
4862         * lib/pipe2.c (pipe2): Likewise.
4863         Suggested by Eric Blake.
4864
4865 2009-08-23  Bruno Haible  <bruno@clisp.org>
4866
4867         Tolerate declared but missing dup3 syscall.
4868         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
4869         * lib/unistd.in.h (dup3): If the function is already present,
4870         override it.
4871         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
4872         * modules/dup3 (Makefile.am): Compile dup3.c always.
4873         Reported by Paolo Bonzini.
4874
4875 2009-08-23  Bruno Haible  <bruno@clisp.org>
4876
4877         Tolerate declared but missing pipe2 syscall.
4878         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
4879         available.
4880         * lib/unistd.in.h (pipe2): If the function is already present,
4881         override it.
4882         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
4883         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
4884         Reported by Paolo Bonzini.
4885
4886 2009-08-23  Bruno Haible  <bruno@clisp.org>
4887
4888         * lib/pipe2.c (pipe2): Move #ifs inside function.
4889
4890 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
4891
4892         quotearg: document limitations of quote_these_too
4893         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
4894         those limitations are created.
4895         * lib/quotearg.h (set_char_quoting): Document that digits and
4896         letters that are special after backslash are not permitted.
4897         (quotearg_char): Cross-reference set_char_quoting documentation.
4898
4899 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
4900
4901         quotearg: implement custom_quoting_style
4902         * lib/quotearg.c: (struct quoting_options): Add left_quote and
4903         right_quote fields.
4904         (set_custom_quoting): New public function.
4905         (quotearg_buffer_restyled): Add left_quote and right_quote
4906         arguments, handle them very much like locale quoting, and update
4907         all uses.
4908         (quotearg_n_custom): New public function.
4909         (quotearg_n_custom_mem): New public function.
4910         (quotearg_custom): New public function.
4911         (quotearg_custom_mem): New public function.
4912         * lib/quotearg.h: Prototype and document new public functions.
4913         (enum quoting_style): For escape_quoting_style and
4914         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
4915         ignored even though they're otherwise like c_quoting_style.
4916         Add custom_quoting_style member and document with comparison to
4917         clocale_quoting_style.
4918         * tests/test-quotearg.c (custom_quotes): New array.
4919         (custom_results): New array.
4920         (main): Extend to test custom quoting.
4921
4922 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
4923
4924         quotearg: fix right quote escaping when it's in quote_these_too
4925         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
4926         quote, be sure to prepend only one backslash.
4927         * tests/test-quotearg.c (use_quote_double_quotes): New function.
4928         (main): Test it.
4929
4930 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
4931
4932         quotearg-tests: test escaping of embedded locale quotes
4933         * tests/test-quotearg.c (struct result_strings): Add member for
4934         new input.
4935         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
4936         (inputs): Add new input.
4937         (results_g): Add expected results.
4938         (flag_results): Likewise.
4939         (locale_results): Likewise.
4940         (compare_strings): Check those.
4941
4942 2009-08-23  Bruno Haible  <bruno@clisp.org>
4943
4944         Tests for module 'dup3'.
4945         * modules/dup3-tests: New file.
4946         * tests/test-dup3.c: New file.
4947
4948         New module 'dup3'.
4949         * lib/unistd.in.h (dup3): New declaration.
4950         * lib/dup3.c: New file.
4951         * m4/dup3.m4: New file.
4952         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
4953         HAVE_DUP3.
4954         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
4955         * modules/dup3: New file.
4956         * doc/glibc-functions/dup3.texi: Mention the new module.
4957
4958 2009-08-23  Bruno Haible  <bruno@clisp.org>
4959
4960         Tweak the dup2 test.
4961         * tests/test-dup2.c (main): Create the test file empty. Verify that an
4962         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
4963         the test file is still empty. Fix argument order of lseek.
4964
4965 2009-08-23  Bruno Haible  <bruno@clisp.org>
4966
4967         Avoid test link errors when the modules getopt-gnu, gettext are used.
4968         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
4969         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4970
4971 2009-08-23  Bruno Haible  <bruno@clisp.org>
4972
4973         Fix getdtablesize() on mingw.
4974         * lib/getdtablesize.c (getdtablesize): Implement differently.
4975         * lib/unistd.in.h (getdtablesize): Improve comment.
4976
4977 2009-08-23  Bruno Haible  <bruno@clisp.org>
4978
4979         New module 'mkostemp'.
4980         Based on Ulrich Drepper's 2007-08-10 change in glibc.
4981         * lib/stdlib.in.h (mksotemp): New declaration.
4982         * lib/mkostemp.c: New file, from glibc with modifications.
4983         * lib/tempname.h (GT_FILE): Remove outdated comment.
4984         (gen_tempname): Add flags argument.
4985         * lib/tempname.c (__GT_BIGFILE): Remove macro.
4986         (__GT_FILE): Map to 1.
4987         (small_open, large_open): Remove macros.
4988         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
4989         * lib/mkstemp.c (mkstemp): Update.
4990         * lib/mkdtemp.c (mkdtemp): Likewise.
4991         * m4/mkostemp.m4: New file.
4992         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
4993         HAVE_MKOSTEMP.
4994         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
4995         HAVE_MKOSTEMP.
4996         * modules/mkostemp: New file, based on modules/mkstemp.
4997         * doc/glibc-functions/mkostemp.texi: Mention the new module.
4998         * NEWS: Mention the change.
4999
5000 2009-08-23  Bruno Haible  <bruno@clisp.org>
5001
5002         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
5003         Reported by Eric Blake.
5004
5005 2009-08-23  Bruno Haible  <bruno@clisp.org>
5006
5007         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
5008         Reported by Eric Blake.
5009
5010 2009-08-23  Bruno Haible  <bruno@clisp.org>
5011
5012         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
5013         * modules/pipe2 (Depends-on): Likewise.
5014
5015 2009-08-23  Eric Blake  <ebb9@byu.net>
5016
5017         fcntl-h: add O_TTY_INIT support
5018         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
5019         * tests/test-fcntl-h.c (o): Test it.
5020         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
5021
5022         fcntl-h: rename from fcntl, in preparation for fcntl(2)
5023         * modules/fcntl: Move <fcntl.h> header replacement...
5024         * modules/fcntl-h: ...to new name, so as not to collide with
5025         like-named function.
5026         * tests/test-fcntl.c: Rename...
5027         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
5028         * modules/fcntl-tests: Rename...
5029         * modules/fcntl-h-tests: ...to this.  Update test file name.
5030         * modules/chdir-long (Depends-on): Update clients.
5031         * modules/chdir-safer (Depends-on): Likewise.
5032         * modules/fcntl-safer (Depends-on): Likewise.
5033         * modules/fts (Depends-on): Likewise.
5034         * modules/mkancesdirs (Depends-on): Likewise.
5035         * modules/mkdir-p (Depends-on): Likewise.
5036         * modules/open (Depends-on): Likewise.
5037         * modules/savewd (Depends-on): Likewise.
5038         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
5039         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
5040
5041 2009-08-22  Bruno Haible  <bruno@clisp.org>
5042
5043         * modules/binary-io (License): Relicense under LGPL.
5044         * modules/pipe2 (License): Likewise.
5045
5046 2009-08-22  Bruno Haible  <bruno@clisp.org>
5047
5048         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
5049         return value.
5050         * lib/pipe-filter-gi.c (filter_init): Likewise.
5051         Reported by Eric Blake.
5052
5053 2009-08-22  Bruno Haible  <bruno@clisp.org>
5054
5055         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
5056         * modules/pipe (Depends-on): Add pipe2.
5057
5058 2009-08-22  Bruno Haible  <bruno@clisp.org>
5059
5060         Tests for module 'pipe2'.
5061         * modules/pipe2-tests: New file.
5062         * tests/test-pipe2.c: New file.
5063
5064         New module 'pipe2'.
5065         * lib/unistd.in.h (pipe2): New declaration.
5066         * lib/pipe2.c: New file.
5067         * m4/pipe2.m4: New file.
5068         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
5069         HAVE_PIPE2.
5070         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
5071         * modules/pipe2: New file.
5072         * doc/glibc-functions/pipe2.texi: Mention the new module.
5073
5074 2009-08-22  Bruno Haible  <bruno@clisp.org>
5075
5076         Reference some new glibc functions.
5077         * doc/glibc-functions/accept4.texi: New file.
5078         * doc/glibc-functions/dup3.texi: New file.
5079         * doc/glibc-functions/mkostemp.texi: New file.
5080         * doc/glibc-functions/pipe2.texi: New file.
5081         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
5082         (Glibc sys/socket.h): Refer to accept4.
5083         (Glibc unistd.h): Refer to dup3, pipe2.
5084         Reported by Eric Blake.
5085
5086 2009-08-22  Jim Meyering  <meyering@redhat.com>
5087             Bruno Haible  <bruno@clisp.org>
5088
5089         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
5090         This makes it so packages using automake-1.11's silent-rules option
5091         can print e.g., a single "GEN    configmake.h" line, rather than
5092         the 30+ statements that perform the job.  If you want to see the
5093         actual commands, you can still run "make V=1".
5094         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
5095         so that make output is abbreviated when those variables are defined
5096         appropriately.
5097         * modules/argz: Likewise.
5098         * modules/arpa_inet: Likewise.
5099         * modules/byteswap: Likewise.
5100         * modules/configmake: Likewise.
5101         * modules/dirent: Likewise.
5102         * modules/errno: Likewise.
5103         * modules/fcntl: Likewise.
5104         * modules/float: Likewise.
5105         * modules/fnmatch: Likewise.
5106         * modules/getopt-posix: Likewise.
5107         * modules/glob: Likewise.
5108         * modules/iconv_open: Likewise.
5109         * modules/inttypes: Likewise.
5110         * modules/localcharset: Likewise.
5111         * modules/locale: Likewise.
5112         * modules/math: Likewise.
5113         * modules/netdb: Likewise.
5114         * modules/netinet_in: Likewise.
5115         * modules/poll: Likewise.
5116         * modules/posix_spawnp-tests: Likewise.
5117         * modules/sched: Likewise.
5118         * modules/search: Likewise.
5119         * modules/selinux-h: Likewise.
5120         * modules/signal: Likewise.
5121         * modules/spawn: Likewise.
5122         * modules/stdarg: Likewise.
5123         * modules/stdbool: Likewise.
5124         * modules/stddef: Likewise.
5125         * modules/stdint: Likewise.
5126         * modules/stdio: Likewise.
5127         * modules/stdlib: Likewise.
5128         * modules/string: Likewise.
5129         * modules/strings: Likewise.
5130         * modules/sys_file: Likewise.
5131         * modules/sys_ioctl: Likewise.
5132         * modules/sys_select: Likewise.
5133         * modules/sys_socket: Likewise.
5134         * modules/sys_stat: Likewise.
5135         * modules/sys_time: Likewise.
5136         * modules/sys_times: Likewise.
5137         * modules/sys_utsname: Likewise.
5138         * modules/sys_wait: Likewise.
5139         * modules/sysexits: Likewise.
5140         * modules/time: Likewise.
5141         * modules/unistd: Likewise.
5142         * modules/wchar: Likewise.
5143         * modules/wctype: Likewise.
5144
5145 2009-08-22  Jim Meyering  <meyering@redhat.com>
5146
5147         announce-gen: detect write failure
5148         * build-aux/announce-gen: Add Coda at end.
5149         Remove equivalent-but-more-verbose block at top.
5150
5151 2009-08-19  Akim Demaille  <demaille@gostai.com>
5152
5153         bootstrap: --help to stdout.
5154         * bootstrap (usage): Don't send --help to stderr.
5155         Use a here doc instead of a long string.
5156
5157 2009-08-21  Eric Blake  <ebb9@byu.net>
5158
5159         test-popen-safer: split from test-popen
5160         * tests/test-popen.c (main): Move...
5161         * tests/test-popen.h: ...into new file.
5162         * tests/test-popen-safer2.c: New file.
5163         * modules/popen-tests (Files): Add test-popen.h.
5164         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
5165         Suggested by Bruno Haible.
5166
5167         test-fcntl-safer: split from test-open
5168         * tests/test-open.c (main): Move...
5169         * tests/test-open.h: ...into new file.
5170         * tests/test-fcntl-safer.c: New file.
5171         * modules/open-tests (Files): Add test-open.h.
5172         * modules/fcntl-safer-tests: New file.
5173         Suggested by Bruno Haible.
5174
5175         test-fopen-safer: split from test-fopen
5176         * tests/test-fopen.c (main): Move...
5177         * tests/test-fopen.h: ...into new file.
5178         * tests/test-fopen-safer.c: New file.
5179         * modules/fopen-tests (Files): Add test-fopen.h.
5180         * modules/fopen-safer-tests: New file.
5181         Suggested by Bruno Haible.
5182
5183 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
5184
5185         popen-safer: test O_CLOEXEC at run-time.
5186         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
5187
5188 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
5189
5190         fcntl: move more flags to the header
5191         * lib/cloexec.c: Do not define FD_CLOEXEC here.
5192         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
5193         * lib/fcntl.in.h: Do both things here.
5194
5195 2009-08-21  Jim Meyering  <meyering@redhat.com>
5196
5197         consistently remove $@-t before redirecting to it
5198         * modules/argz: Remove $@-t and $@ before redirecting to the former.
5199         * modules/alloca-opt: Likewise.
5200         * modules/byteswap: Likewise.
5201         * modules/fnmatch: Likewise.
5202         * modules/getopt-posix: Likewise.
5203         * modules/glob: Likewise.
5204         * modules/poll: Likewise.
5205         * modules/posix_spawnp-tests: Likewise.
5206         * modules/sys_socket: Likewise.
5207         * modules/sysexits: Likewise.
5208
5209 2009-08-21  Eric Blake  <ebb9@byu.net>
5210
5211         popen: simplify access to original popen
5212         * lib/popen.c (rpl_popen): No need to worry about popen being a
5213         macro.
5214         Reported by Bruno Haible.
5215
5216 2009-08-20  Eric Blake  <ebb9@byu.net>
5217
5218         build: avoid some compiler warnings
5219         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
5220         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
5221         type.
5222         (new_exclude_segment, excluded_file_pattern_p)
5223         (excluded_file_name_p): Reduce scope.
5224         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
5225         old-style declaration.
5226
5227 2009-08-20  Simon Josefsson  <simon@josefsson.org>
5228
5229         * tests/test-exclude1.sh: Handle Windows EOL.
5230         * tests/test-exclude2.sh: Likewise.
5231         * tests/test-exclude3.sh: Likewise.
5232         * tests/test-exclude4.sh: Likewise.
5233         * tests/test-exclude5.sh: Likewise.
5234         * tests/test-exclude6.sh: Likewise.
5235         * tests/test-exclude7.sh: Likewise.
5236
5237 2009-08-19  Akim Demaille  <demaille@gostai.com>
5238
5239         bootstrap: find sha1sum when named gsha1sum.
5240         * bootstrap (find_tool): New.
5241         ($SHA1SUM): New.
5242         Use it.
5243
5244 2009-08-20  Jim Meyering  <meyering@redhat.com>
5245
5246         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
5247         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
5248         expression that converts "." in a file name to "\." in the resulting
5249         regexp.  Start with a dummy statement, so that prior shell variable
5250         definitions are expanded portably.  Reported by Simon Josefsson.
5251
5252 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
5253
5254         Fix polling for writeability of a screen buffer.
5255         * lib/poll.c: Distinguish input and screen buffers for the
5256         Win32 implementation.
5257         * lib/select.c: Likewise.
5258
5259 2009-08-19  Eric Blake  <ebb9@byu.net>
5260
5261         popen-safer: prevent popen from clobbering std descriptors
5262         * modules/popen-safer: New file.
5263         * lib/popen-safer.c: Likewise.
5264         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
5265         * lib/stdio--.h (popen): Provide override.
5266         * lib/stdio-safer.h (popen_safer): Provide declaration.
5267         * tests/test-popen.c (includes): Partially test this.
5268         * modules/popen-safer-tests: New file, for more tests.
5269         * tests/test-popen-safer.c: Likewise.
5270         * MODULES.html.sh (file stream based Input/Output): Mention it.
5271
5272         tests: test some of the *-safer modules
5273         * modules/fopen-safer (Depends-on): Add fopen.
5274         * modules/fcntl-safer (Depends-on): Add fcntl.
5275         * modules/stdlib-safer (Depends-on): Add stdlib.
5276         (configure.ac): Set indicator.
5277         * modules/unistd-safer (configure.ac): Likewise.
5278         * modules/tmpfile-safer (configure.ac): Likewise.
5279         (Depends-on): Add tmpfile.
5280         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
5281         active.
5282         * tests/test-fopen.c (includes): Test safer versions when they are
5283         in use.
5284         * tests/test-open.c (includes): Likewise.
5285
5286         popen: fix cygwin 1.5 bug when stdin closed
5287         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
5288         * modules/popen: New file.
5289         * modules/popen-tests: Likewise.
5290         * tests/test-popen.c: Likewise.
5291         * m4/popen.m4: Likewise.
5292         * lib/popen.c: Likewise.
5293         * lib/stdio.in.h (popen): New declaration.
5294         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
5295         * modules/stdio (Makefile.am): Likewise.
5296         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
5297
5298 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
5299
5300         maint.mk: give full control over update-copyright exclusions
5301         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
5302         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
5303         (update-copyright): Don't force inclusion of top-level
5304         ChangeLog.  Don't force exclusion of all COPYING files, but make
5305         them the default exclusion instead.
5306
5307 2009-08-16  Bruno Haible  <bruno@clisp.org>
5308
5309         Fix test failures on Solaris 10.
5310         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
5311         tests when Solaris iconv() is used.
5312         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5313         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5314         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5315         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5316         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5317
5318 2009-08-16  Bruno Haible  <bruno@clisp.org>
5319
5320         Fix test failures on Solaris 10.
5321         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
5322         'tr' program and pass it as first argument.
5323         * tests/test-pipe-filter-gi1.sh: Likewise.
5324         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
5325         program as first argument.
5326         * tests/test-pipe-filter-gi1.c (main): Likewise.
5327
5328 2009-08-16  Eric Blake  <ebb9@byu.net>
5329
5330         fpurge: fix previous commits
5331         * modules/fpurge (Makefile.am): Make replacement conditional,
5332         partially reverting 2007-04-29 change; missed in previous
5333         attempt.
5334         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
5335         is missing.
5336
5337 2009-08-16  Bruno Haible  <bruno@clisp.org>
5338
5339         Clarify fpurge's effect on the file position.
5340         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
5341         * tests/test-fpurge.c (main): Make a second pass for checking the file
5342         position.
5343
5344 2009-08-16  Bruno Haible  <bruno@clisp.org>
5345
5346         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
5347         declaration of fpurge is missing.
5348         * tests/test-fpurge.c (main): Check that the file has not more contents
5349         than expected. Close the file before removing it.
5350
5351 2009-08-15  Eric Blake  <ebb9@byu.net>
5352
5353         fpurge: don't wrap working cygwin implementation
5354         * lib/fpurge.c (fpurge): Fix comment typo.
5355         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
5356         1.7 to avoid replacement.
5357         * tests/test-fpurge.c (main): Enhance test.
5358
5359 2009-08-15  Eric Blake  <ebb9@byu.net>
5360         and Jim Meyering  <meyering@redhat.com>
5361
5362         test-update-copyright: skip if perl is insufficient
5363         * tests/test-update-copyright.sh: Failure to run maintainer tool
5364         should not cause testsuite failure on cygwin 1.5.
5365
5366 2009-08-14  Eric Blake  <ebb9@byu.net>
5367
5368         doc: mention more functions added in cygwin 1.7.0
5369         * doc/posix-headers/limits.texi (limits.h): Update for recent
5370         cygwin additions.
5371         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
5372         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
5373         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
5374         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
5375         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
5376
5377 2009-08-14  Eric Blake  <ebb9@byu.net>
5378
5379         maint.mk: simplify update-copyright rule
5380         * top/maint.mk (update-copyright-local): Delete, and document how
5381         to do it in cfg.mk instead.
5382         (update-copyright-exclude-regexp): Delete, and document how to do
5383         it in .x-update-copyright instead.
5384         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
5385         exclude ChangeLog.
5386
5387 2009-08-14  Bruno Haible  <bruno@clisp.org>
5388
5389         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
5390
5391 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
5392
5393         maint.mk: support update-copyright-env
5394         * top/maint.mk (update-copyright-env): Define place-holder.
5395         (update-copyright): Expand $(update-copyright-env) before
5396         invoking update-copyright.
5397
5398 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
5399
5400         update-copyright: implement forced reformatting
5401         * build-aux/update-copyright: Implement and document
5402         UPDATE_COPYRIGHT_FORCE.
5403         * tests/test-update-copyright.sh: Test it.
5404
5405 2009-08-14  Eric Blake  <ebb9@byu.net>
5406         and Bruno Haible  <bruno@clisp.org>
5407
5408         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
5409         * tests/test-locale.c: Revert previous patch related to NULL.
5410         * tests/test-stdio.c: Likewise.
5411         * tests/test-stdlib.c: Likewise.
5412         * tests/test-string.c: Likewise.
5413         * tests/test-unistd.c: Likewise.
5414         * modules/time-tests (Depends-on): Add verify.
5415         * modules/wchar-tests (Depends-on): Likewise.
5416         * tests/test-time.c: Test for NULL compliance.
5417         * tests/test-wchar.c: Likewise.
5418         * modules/locale (Depends-on): Add stddef.
5419         * modules/stdio (Depends-on): Likewise.
5420         * modules/stdlib (Depends-on): Likewise.
5421         * modules/string (Depends-on): Likewise.
5422         * modules/time (Depends-on): Likewise.
5423         * modules/unistd (Depends-on): Likewise.
5424         * modules/wchar (Depends-on): Likewise.
5425         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
5426         * lib/stdlib.in.h (includes): Likewise.
5427         * lib/string.in.h (includes): Likewise.
5428         * lib/time.in.h (includes): Likewise.
5429         * lib/unistd.in.h (includes): Likewise.
5430         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
5431         replaced.
5432         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
5433         * m4/stddef_h.m4: New file.
5434         * modules/stddef: Likewise.
5435         * lib/stddef.in.h: Likewise.
5436         * modules/stddef-tests: Likewise.
5437         * tests/test-stddef.c: Likewise.
5438         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
5439         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
5440         * doc/posix-headers/locale.texi (locale.h): Likewise.
5441         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
5442         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
5443         * doc/posix-headers/string.texi (string.h): Likewise.
5444         * doc/posix-headers/time.texi (time.h): Likewise.
5445         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
5446         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
5447
5448 2009-08-14  Eric Blake  <ebb9@byu.net>
5449
5450         doc: improve git diff of texinfo files
5451         * .gitattributes: Add rule for *.texi files, with hint on how to
5452         use it.
5453         Copied from m4, and based on a report by Bruno Haible.
5454
5455 2009-08-14  Bruno Haible  <bruno@clisp.org>
5456
5457         Disable multithread support by default on Cygwin 1.5.x for real.
5458         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
5459
5460 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
5461
5462         update-copyright: much ado about intervals
5463         * build-aux/update-copyright: Implement and document
5464         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
5465         of copyright year intervals.
5466         Also, document UPDATE_COPYRIGHT_YEAR.
5467         * tests/test-update-copyright.sh: Test it.
5468
5469         update-copyright: convert 2-digit to 4-digit years
5470         * build-aux/update-copyright: Implement and document.
5471         * tests/test-update-copyright.sh: Update.
5472
5473 2009-08-14  Jim Meyering  <meyering@redhat.com>
5474
5475         test-exclude: avoid coreutils "make check" failure
5476         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
5477         just as in test-argmatch.c.
5478
5479 2009-08-13  Eric Blake  <ebb9@byu.net>
5480
5481         test-dup2: fix bad assumption
5482         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
5483         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
5484
5485         test-version-etc: fix CRLF portability issue
5486         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
5487         recognize \r.
5488         * tests/test-argp-version-etc-1.sh: Likewise.
5489
5490         getopt: update client modules
5491         * modules/argp (Depends-on): Use getopt-gnu.
5492         * modules/git-merge-changelog (Depends-on): Likewise.
5493         * modules/long-options (Depends-on): Likewise.
5494         * modules/xstrtol (Depends-on): Likewise.
5495
5496 2009-08-13  Simon Josefsson  <simon@josefsson.org>
5497
5498         * tests/test-version-etc.sh: Don't fail on different
5499         project/version.  Don't fail on CRLF differences.  Rewrite to use
5500         multiple -e instead of multiple sed forks, suggested by Eric Blake
5501         <ebb9@byu.net>.
5502         * tests/test-argp-version-etc-1.sh: Likewise.
5503
5504 2009-08-13  Simon Josefsson  <simon@josefsson.org>
5505
5506         * tests/test-version-etc.sh: Don't fail on different
5507         project/version.
5508
5509 2009-08-12  Bruno Haible  <bruno@clisp.org>
5510
5511         Tests for modules 'getopt-posix', 'getopt-gnu'.
5512         * modules/getopt-posix-tests: New file.
5513         * tests/test-getopt.c: New file.
5514         * tests/test-getopt.h: New file.
5515         * tests/test-getopt_long.h: New file.
5516
5517         New modules 'getopt-posix', 'getopt-gnu'.
5518         * modules/getopt-gnu: New file, renamed from modules/getopt.
5519         * modules/getopt-posix: New file.
5520         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
5521         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
5522         (gl_GETOPT): Remove macro.
5523         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
5524         Disable the test against BSD systems that declare optreset. Test
5525         against mingw bug. Test against lack of support of optional arguments
5526         on many platforms.
5527         * doc/glibc-headers/getopt.texi: Update module name and list of
5528         relevant platforms.
5529         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
5530         'getopt-gnu' and more portability problems.
5531         * NEWS: Mention the changes.
5532
5533 2009-08-12  Bruno Haible  <bruno@clisp.org>
5534
5535         Ensure that optarg etc. get declared by <unistd.h>.
5536         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
5537         AC_USE_SYSTEM_EXTENSIONS.
5538         * modules/getopt (Depends-on): Add 'extensions'.
5539
5540 2009-08-12  Bruno Haible  <bruno@clisp.org>
5541
5542         Avoid test link errors.
5543         * modules/pipe-filter-ii-tests (Makefile.am): Define
5544         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
5545         * modules/pipe-filter-gi-tests (Makefile.am): Define
5546         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
5547         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5548
5549 2009-08-12  Bruno Haible  <bruno@clisp.org>
5550
5551         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
5552         gl_GETOPT_SUBSTITUTE before.
5553         (gl_GETOPT): Use it.
5554         * m4/argp.m4 (gl_ARGP): Update.
5555         Reported by Sergey Poznyakoff.
5556
5557         * m4/getopt.m4: Reorder macros.
5558         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
5559         (gl_GETOPT_SUBSTITUTE): Remove macro.
5560
5561 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5562
5563         Minor improvement in gitlog-to-changelog
5564
5565         * build-aux/gitlog-to-changelog: New option `--format' makes
5566         output format string configurable.
5567
5568 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5569
5570         Optimize exclude: use hash tables for non-wildcard patterns.
5571
5572         * lib/exclude.c: Include hash.h and mbuiter.h
5573         (struct exclude_pattern, exclude_segment): New data types.
5574         (struct exclude): Rewrite.
5575         (fnmatch_pattern_has_wildcards): New function.
5576         (new_exclude_segment, free_exclude_segment): New functions.
5577         (excluded_file_pattern_p, excluded_file_name_p): New functions.
5578         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
5579         * lib/exclude.h (is_fnmatch_pattern): New prototype.
5580         * modules/exclude: Depend on hash and mbuiter.
5581
5582         * modules/exclude-tests: New file.
5583         * tests/test-exclude.c: New file.
5584         * tests/test-exclude1.sh: New file.
5585         * tests/test-exclude2.sh: New file.
5586         * tests/test-exclude3.sh: New file.
5587         * tests/test-exclude4.sh: New file.
5588         * tests/test-exclude5.sh: New file.
5589         * tests/test-exclude6.sh: New file.
5590         * tests/test-exclude7.sh: New file.
5591
5592 2009-08-12  Bruno Haible  <bruno@clisp.org>
5593
5594         Ensure that getopt() gets declared by <unistd.h>.
5595         * lib/unistd.in.h: Conditionally include getopt.h.
5596         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
5597         Set GNULIB_UNISTD_H_GETOPT.
5598         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5599         GNULIB_UNISTD_H_GETOPT.
5600         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
5601
5602 2009-08-12  Bruno Haible  <bruno@clisp.org>
5603
5604         Clarify logic.
5605         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
5606         gl_replace_getopt instead of GETOPT_H.
5607
5608 2009-08-12  Bruno Haible  <bruno@clisp.org>
5609
5610         * m4/getopt.m4: Add comments.
5611
5612 2009-08-12  Bruno Haible  <bruno@clisp.org>
5613
5614         Disable multithread support by default on Cygwin 1.5.x.
5615         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
5616         set gl_use_threads=no if not specified otherwise.
5617
5618 2009-08-11  Bruno Haible  <bruno@clisp.org>
5619
5620         Avoid compilation error on NetBSD 5.0.
5621         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
5622         * tests/test-stdio.c: Likewise.
5623         * tests/test-stdlib.c: Likewise.
5624         * tests/test-string.c: Likewise.
5625         * tests/test-unistd.c: Likewise.
5626         Reported by Greg Troxel <gdt@ir.bbn.com>
5627         at <https://savannah.gnu.org/support/?106973>.
5628
5629 2009-08-11  Bruno Haible  <bruno@clisp.org>
5630
5631         * modules/dup2-tests (Depends-on): Remove close.
5632
5633         Undo 2009-07-19 commit.
5634         * modules/acl-tests (Depends-on): Remove close.
5635         * modules/binary-io-tests (Depends-on): Likewise.
5636         * modules/closein-tests (Depends-on): Likewise.
5637         * modules/flock-tests (Depends-on): Likewise.
5638         * modules/fsync-tests (Depends-on): Likewise.
5639         * modules/lseek-tests (Depends-on): Likewise.
5640         * modules/pipe-tests (Depends-on): Likewise.
5641         * modules/posix_spawn-tests (Depends-on): Likewise.
5642         * modules/posix_spawnp-tests (Depends-on): Likewise.
5643         * modules/stat-time-tests (Depends-on): Likewise.
5644         * modules/yesno-tests (Depends-on): Likewise.
5645
5646 2009-08-10  Bruno Haible  <bruno@clisp.org>
5647
5648         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
5649
5650 2009-08-10  Bruno Haible  <bruno@clisp.org>
5651
5652         Fix a gcc warning.
5653         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
5654
5655 2009-08-10  Bruno Haible  <bruno@clisp.org>
5656
5657         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
5658         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
5659         not only the first time.
5660         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
5661         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
5662         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
5663         is 1, not only the the first time.
5664
5665 2009-08-10  Bruno Haible  <bruno@clisp.org>
5666
5667         Make it possible to use module 'gethostname' without module 'close'.
5668         * lib/unistd.in.h (close): Evoke a link error only if
5669         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
5670         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5671         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5672         * modules/unistd (Makefile.am): Substitute
5673         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5674         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
5675         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
5676         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
5677         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5678         * modules/sys_ioctl (Makefile.am): Substitute
5679         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5680         * modules/socket (configure.ac): On native Windows, set
5681         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
5682         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5683         Reported by Sam Steingold <sds@gnu.org>.
5684
5685 2009-08-10  Bruno Haible  <bruno@clisp.org>
5686
5687         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
5688         * modules/ioctl (configure.ac): Likewise.
5689
5690 2009-08-10  Bruno Haible  <bruno@clisp.org>
5691
5692         Avoid collision between gnulib wrapper and libintl wrapper.
5693         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
5694         already defined in intl/printf.c.
5695         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
5696         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
5697
5698 2009-08-09  Bruno Haible  <bruno@clisp.org>
5699
5700         Make <sys/select.h> really self-contained, also on Solaris 10.
5701         * lib/sys_select.in.h: Include <string.h>.
5702         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
5703         Solaris 10 problem.
5704         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
5705         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
5706         Reported by Jim Meyering.
5707
5708 2009-08-09  Bruno Haible  <bruno@clisp.org>
5709
5710         Avoid warnings from 'aclocal' that are due to a use of macro name
5711         AM_XGETTEXT_OPTION that is not defined in automake.
5712         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
5713         automake.
5714         * modules/error (configure.ac): Likewise.
5715         * modules/propername (configure.ac): Likewise.
5716         * modules/vasprintf (configure.ac): Likewise.
5717         * modules/verror (configure.ac): Likewise.
5718         * modules/xprintf (configure.ac): Likewise.
5719         * modules/xvasprintf (configure.ac): Likewise.
5720
5721 2009-08-08  Bruno Haible  <bruno@clisp.org>
5722
5723         Avoid compilation error in C++ mode.
5724         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
5725         Reported by Sam Steingold <sds@gnu.org>.
5726
5727 2009-08-08  Bruno Haible  <bruno@clisp.org>
5728
5729         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
5730         for the various Unix platforms.
5731         * doc/posix-headers/limits.texi: Update platforms list regarding
5732         HOST_NAME_MAX.
5733         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5734
5735 2009-08-07  Jim Meyering  <meyering@redhat.com>
5736
5737         selinux-at: fix typo in a comment
5738         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
5739         Spotted by Paolo Bonzini.
5740
5741         selinux-at: remove redundant m4 code, add documentation
5742         * modules/selinux-at (configure.ac): Remove redundant code.
5743         LIB_SELINUX is already set via the dependent module, selinux-h.
5744         (Include): Add quotes around selinux-at.h.
5745         * lib/selinux-at.h: Add documentation.
5746         Reported by Bruno Haible in
5747         http://marc.info/?l=gnulib-bug&m=124958988300749
5748
5749 2009-08-07  Bruno Haible  <bruno@clisp.org>
5750
5751         Avoid link error on MacOS X 10.3 and 10.4.
5752         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
5753         on non-ELF systems.
5754         * lib/argp-pv.c (argp_program_version): Likewise.
5755         Reported by Simon Josefsson.
5756
5757 2009-08-07  Simon Josefsson  <simon@josefsson.org>
5758
5759         * tests/test-version-etc.sh: Use $EXEEXT.
5760
5761 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
5762
5763         update-copyright: update documentation to point to maint.mk
5764         * build-aux/update-copyright: Here.
5765
5766 2009-08-06  Jim Meyering  <meyering@redhat.com>
5767
5768         maint.mk: support update-copyright-local
5769         * top/maint.mk (update-copyright-local): Define place-holder.
5770         (update-copyright): Depend on $(update-copyright-local).
5771
5772 2009-08-06  Jim Meyering  <meyering@redhat.com>
5773
5774         selinux-at: new module
5775         Initially written for coreutils, this module will soon be
5776         used by findutils, too.
5777         * MODULES.html.sh [Misc]: Add selinux-at.
5778         * lib/selinux-at.h: New file, from coreutils.
5779         * lib/selinux-at.c: Likewise.
5780         * modules/selinux-at: Likewise.
5781         (License): Change from LGPL to GPL, since it depends
5782         on the GPL'd openat module.
5783
5784         doc: update README
5785         * README: Remove references to cogito.
5786         Remove cvs-repo-updating instructions from 2007.
5787         Don't imply that CVS is better if you have limited disk space.
5788
5789 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5790
5791         update-copyright: support C-style comments
5792         * build-aux/update-copyright: Implement and document.
5793         * tests/test-update-copyright.sh: Test.
5794
5795 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5796
5797         update-copyright: support omitted "(C)"
5798         * build-aux/update-copyright: Implement and document.  Also,
5799         allow variable whitespace before "(C)".
5800         * tests/test-update-copyright.sh: Test.
5801
5802 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5803
5804         update-copyright: don't trip on non-FSF copyright statements
5805         * build-aux/update-copyright: Fix so that the first correctly
5806         formatted FSF copyright statement is recognized no matter what
5807         appears before it.  Update documentation.
5808         * tests/test-update-copyright.sh: Test that.
5809
5810 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5811
5812         update-copyright: clean up code a little
5813         * build-aux/update-copyright: Append "_re" to the name of any
5814         variable holding a regular expression.
5815         Replace "old" and "new" with "stmt" in variable names.
5816         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
5817         handled correctly.
5818         Format code more consistently.
5819
5820 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5821
5822         update-copyright-tests: improve portability
5823         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
5824         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
5825
5826 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
5827
5828         update-copyright: support @copyright{} and &copy;
5829         * build-aux/update-copyright: Implement and document.
5830         * tests/test-update-copyright.sh: Test.
5831
5832 2009-08-04  Jim Meyering  <meyering@redhat.com>
5833
5834         update-copyright-tests: correctly test EOL=\r\n handling
5835         * tests/test-update-copyright.sh: Put \r at the end of some lines
5836         for the dos-eol tests.  Based on a patch by Joel E. Denny.
5837
5838         maint.mk: make update-copyright exclusion list more configurable
5839         * top/maint.mk (update-copyright): Default to excluding COPYING,
5840         but allow an override, in case someone does want to update that file.
5841
5842         maint.mk: don't update copyright date in COPYING
5843         * top/maint.mk (update-copyright): Exclude COPYING.
5844
5845         maint.mk: add a copyright-updating rule
5846         * top/maint.mk (update-copyright): New rule.
5847         Derived from coreutils/Makefile.am.
5848
5849         update-copyright: rename some variables
5850         * build-aux/update-copyright: Rename a few variables for clarity.
5851         Tweak syntax.  List Joel E. Denny as coauthor.
5852
5853 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
5854
5855         update-copyright: fix bug for 2-digit last year and add tests
5856         * build-aux/update-copyright: Fix bug.
5857         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
5858         specified.
5859         * modules/update-copyright-tests: New
5860         * tests/test-update-copyright.sh: New.
5861
5862 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
5863
5864         update-copyright: handle leading tabs in line prefix
5865         * build-aux/update-copyright: Count leading tabs as 8 spaces
5866         when computing margin.  This helps with the formatting of
5867         ChangeLogs, for example.
5868         Fix documentation a little.
5869
5870 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
5871
5872         update-copyright: support EOL=\r\n
5873         * build-aux/update-copyright: Implement that.
5874
5875 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
5876
5877         update-copyright: automatically format copyright statements
5878         * build-aux/update-copyright: Implement that.
5879         Also, be a little more predictable and safer by always failing
5880         when the full copyright format is not perfectly recognized as an
5881         unbroken whole.  Discussed at
5882         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
5883         Rewrite documentation.
5884
5885 2009-08-03  Bruno Haible  <bruno@clisp.org>
5886
5887         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
5888
5889 2009-08-02  Bruno Haible  <bruno@clisp.org>
5890
5891         Tests for module 'uname'.
5892         * modules/uname-tests: New file.
5893         * tests/test-uname.c: New file.
5894
5895         New module 'uname'.
5896         * lib/uname.c: New file.
5897         * m4/uname.m4: New file.
5898         * modules/uname: New file.
5899         * doc/posix-functions/uname.texi: Mention the new module.
5900
5901 2009-08-02  Bruno Haible  <bruno@clisp.org>
5902
5903         Tests for module 'sys_utsname'.
5904         * modules/sys_utsname-tests: New file.
5905         * tests/test-sys_utsname.c: New file.
5906
5907         New module 'sys_utsname'.
5908         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
5909         * m4/sys_utsname_h.m4: New file.
5910         * modules/sys_utsname: New file.
5911         * doc/posix-headers/sys_utsname.texi: Mention the new module.
5912
5913 2009-08-02  Bruno Haible  <bruno@clisp.org>
5914
5915         Implicitly initialize the sockets library.
5916         * lib/gethostname.c: Include sockets.h.
5917         (rpl_gethostname): Invoke gl_sockets_startup.
5918         * lib/socket.c: Include sockets.h.
5919         (rpl_socket): Invoke gl_sockets_startup.
5920         * modules/gethostname (Depends-on): Add sockets.
5921         * modules/socket (Depends-on): Likewise.
5922         * tests/test-poll.c: Don't include sockets.h.
5923         (main): Don't invoke gl_sockets_startup.
5924         * tests/test-select.c: Don't include sockets.h.
5925         (main): Don't invoke gl_sockets_startup.
5926
5927 2009-08-02  Bruno Haible  <bruno@clisp.org>
5928
5929         Allow multiple calls to gl_sockets_startup.
5930         * lib/sockets.c (initialized_sockets_version): New variable.
5931         (gl_sockets_startup): Do nothing if already called for this or a higher
5932         version.
5933         (gl_sockets_cleanup): Reset initialized_sockets_version.
5934
5935 2009-08-03  Simon Josefsson  <simon@josefsson.org>
5936
5937         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
5938         different project/version.
5939
5940 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
5941             Bruno Haible  <bruno@clisp.org>
5942
5943         Tests for module 'pipe-filter-gi'.
5944         * modules/pipe-filter-gi-tests: New file.
5945         * tests/test-pipe-filter-gi1.sh: New file.
5946         * tests/test-pipe-filter-gi1.c: New file.
5947         * tests/test-pipe-filter-gi2.sh: New file.
5948         * tests/test-pipe-filter-gi2-main.c: New file.
5949         * tests/test-pipe-filter-gi2-child.c: New file.
5950
5951         New module 'pipe-filter-gi'.
5952         * lib/pipe-filter-gi.c: New file.
5953         * modules/pipe-filter-gi: New file.
5954
5955 2009-08-02  Bruno Haible  <bruno@clisp.org>
5956             Paolo Bonzini  <bonzini@gnu.org>
5957
5958         Tests for module 'pipe-filter-ii'.
5959         * modules/pipe-filter-ii-tests: New file.
5960         * tests/test-pipe-filter-ii1.sh: New file.
5961         * tests/test-pipe-filter-ii1.c: New file.
5962         * tests/test-pipe-filter-ii2.sh: New file.
5963         * tests/test-pipe-filter-ii2-main.c: New file.
5964         * tests/test-pipe-filter-ii2-child.c: New file.
5965
5966         New module 'pipe-filter-ii'.
5967         * lib/pipe-filter.h: New file.
5968         * lib/pipe-filter-ii.c: New file.
5969         * lib/pipe-filter-aux.h: New file.
5970         * modules/pipe-filter-ii: New file.
5971
5972 2009-08-02  Simon Josefsson  <simon@josefsson.org>
5973
5974         * lib/gc-libgcrypt.c: Change copyright to FSF.
5975         * lib/gc-gnulib.c: Likewise.
5976
5977 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
5978
5979         * lib/gethostname.c: Include limits.h.
5980
5981 2009-08-02  Simon Josefsson  <simon@josefsson.org>
5982             Bruno Haible  <bruno@clisp.org>
5983
5984         Ensure HOST_NAME_MAX as part of the gethostname module.
5985         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
5986         define also HOST_NAME_MAX.
5987         * tests/test-gethostname.c: Include <limits.h>.
5988         (main): Check also HOST_NAME_MAX.
5989         * doc/posix-headers/limits.texi: Document the mingw problem.
5990
5991 2009-08-02  Bruno Haible  <bruno@clisp.org>
5992
5993         * lib/gethostname.c (gethostname): Fix handling of large len argument.
5994         Add comments.
5995
5996 2009-03-31  Simon Josefsson  <simon@josefsson.org>
5997
5998         * lib/gethostname.c: Add Windows wrapper.
5999         * m4/gethostname.m4: Look for gethostname in -lws2_32.
6000         * modules/gethostname: Depend on sys_socket & errno, for also
6001         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
6002         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
6003
6004 2009-07-31  Jim Meyering  <meyering@redhat.com>
6005
6006         getloadavg: fix symbol name in comment
6007         * lib/getloadavg.c: Correct a typo I introduced when adding
6008         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
6009         Matt Kraai spotted the problem.
6010
6011 2009-07-29  Matt Kraai  <mkraai@beckman.com>
6012
6013         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
6014         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
6015         code also if ! defined N_NAME_POINTER.
6016         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
6017         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
6018         but the n_name member is a 12-byte array.
6019
6020 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
6021
6022         update-copyright: generalize comment handling
6023         * build-aux/update-copyright: Handle copyright statements
6024         within more comment styles.
6025         Document usage.
6026         Report any file with an external copyright holder or parse failure.
6027
6028 2009-07-29  Jim Meyering  <meyering@redhat.com>
6029
6030         mktime: correct setting of REPLACE_MKTIME
6031         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
6032
6033         update-copyright: new module
6034         * modules/update-copyright: New file.
6035         * build-aux/update-copyright: New file.
6036         * MODULES.html.sh (maint+release support): Add update-copyright.
6037
6038 2009-07-27  Bruno Haible  <bruno@clisp.org>
6039
6040         Fix compilation error when <ctime> is used and mktime is replaced.
6041         * lib/time.in.h (mktime): New declaration.
6042         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
6043         REPLACE_MKTIME instead of defining mktime in config.h.
6044         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
6045         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
6046         Reported by Ross McFarland <rwmcfa1@neces.com>.
6047
6048 2009-07-27  Bruno Haible  <bruno@clisp.org>
6049
6050         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
6051         Reported by Matt Kraai <mkraai@beckman.com>.
6052
6053 2009-07-25  Jim Meyering  <meyering@redhat.com>
6054
6055         maint.mk: avoid warnings about missing files
6056         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
6057         diagnostic when .prev-version does not exist.
6058         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
6059         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
6060         nonexistent cfg.mk.
6061         Suggestions from Simon Josefsson.
6062
6063 2009-07-25  Bruno Haible  <bruno@clisp.org>
6064
6065         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
6066         defined as macros. Needed on QNX 6.4.1.
6067         Reported by Matt Kraai <mkraai@beckman.com>.
6068
6069 2009-07-23  Jim Meyering  <meyering@redhat.com>
6070
6071         maint.mk: invoke "make dist" with a working value of XZ_OPT
6072         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
6073
6074 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
6075
6076         Make fseeko.c compile on QNX.
6077         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
6078
6079 2009-07-22  Peter Simons  <simons@cryp.to>
6080
6081         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
6082         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
6083         * lib/md4.h: Likewise.
6084         * lib/md5.h: Likewise.
6085         * lib/sha1.h: Likewise.
6086         * lib/sha256.h: Likewise.
6087         * lib/sha512.h: Likewise.
6088
6089         tests-sha1: don't assign literal string to 'char *' variable
6090         * tests/test-sha1.c (main): Declare locals with "const" to match
6091         attributes of the right hand side.
6092
6093 2009-07-21  Eric Blake  <ebb9@byu.net>
6094
6095         dup2: fix more mingw problems
6096         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
6097         fd to itself.
6098         * doc/posix-functions/dup2.texi (dup2): Document the bug.
6099         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
6100         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
6101         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
6102         care of mingw bugs.
6103
6104 2009-07-21  Jim Meyering  <meyering@redhat.com>
6105
6106         vc-list-files: avoid failure when /bin/sh is dash
6107         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
6108         On some Debian based systems, /bin/sh is a symlink to dash, and running
6109         this command would omit the "/" following each 'tests' prefix:
6110           dash -x build-aux/vc-list-files -C . tests
6111         That is because bash and dash work differently:
6112           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
6113           bash ok
6114           dash odd
6115
6116 2009-07-21  Eric Blake  <ebb9@byu.net>
6117
6118         dup2-tests: test previous patch
6119         * modules/dup2-tests: New file.
6120         * tests/test-dup2.c: Likewise.
6121         * tests/test-open.c (main): Avoid unspecified behavior.
6122         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
6123         test.
6124
6125         dup2: work around mingw and cygwin 1.5 bug
6126         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
6127         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6128         * modules/unistd (Makefile.am): Substitute it.
6129         * lib/unistd.in.h (dup2): Declare the replacement.
6130         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
6131         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
6132         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
6133         * modules/execute (Depends-on): Add dup2.
6134         * modules/fseterr (Depends-on): Likewise.
6135         * modules/pipe (Depends-on): Likewise.
6136         * modules/posix_spawn-internal (Depends-on): Likewise.
6137
6138 2009-07-21  Bruno Haible  <bruno@clisp.org>
6139
6140         * modules/.gitattributes: New file.
6141
6142 2009-07-20  Bruno Haible  <bruno@clisp.org>
6143
6144         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
6145         (main): Use it.
6146
6147 2009-07-20  Eric Blake  <ebb9@byu.net>
6148
6149         test-pipe: make a bit more robust.
6150         * tests/test-pipe.c (myerr): Allow error messages regardless of
6151         what we do to stderr.
6152         (test_pipe): Rearrange to avoid deadlock.
6153         (child_main): Try a larger read, to ensure we avoided deadlock.
6154         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
6155         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
6156         if misused.
6157
6158 2009-07-19  Jim Meyering  <meyering@redhat.com>
6159
6160         fts: avoid false-positive cycle-detection
6161         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
6162         for each new command line argument.
6163
6164 2009-07-19  Bruno Haible  <bruno@clisp.org>
6165
6166         Fix build error on mingw with the modules sys_select and unistd.
6167         * modules/acl-tests (Depends-on): Add close.
6168         * modules/binary-io-tests (Depends-on): Likewise.
6169         * modules/closein-tests (Depends-on): Likewise.
6170         * modules/flock-tests (Depends-on): Likewise.
6171         * modules/fsync-tests (Depends-on): Likewise.
6172         * modules/lseek-tests (Depends-on): Likewise.
6173         * modules/pipe-tests (Depends-on): Likewise.
6174         * modules/posix_spawn-tests (Depends-on): Likewise.
6175         * modules/posix_spawnp-tests (Depends-on): Likewise.
6176         * modules/stat-time-tests (Depends-on): Likewise.
6177         * modules/yesno-tests (Depends-on): Likewise.
6178
6179 2009-07-19  Bruno Haible  <bruno@clisp.org>
6180
6181         Unify conditionals.
6182         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
6183         macros, not at the compiler macros.
6184         * lib/pipe.c: Likewise.
6185         * lib/execute.c: Likewise.
6186         * lib/spawni.c: Likewise.
6187
6188 2009-07-19  Bruno Haible  <bruno@clisp.org>
6189
6190         Fix handling of closed stdin/stdout/stderr on mingw.
6191         * lib/w32spawn.h: Include unistd.h.
6192         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
6193         file descriptor with O_NOINHERIT flag.
6194         (fd_safer_noinherit): New function, based on fd-safer.c.
6195         (dup_safer_noinherit): New function, based on dup-safer.c.
6196         (undup_safer_noinherit): New function.
6197         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
6198         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
6199         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
6200         instead of fd_safer.
6201         * tests/test-pipe.c: Include <windows.h>.
6202         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
6203
6204         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
6205         from main.
6206         (test_pipe): Pass an extra argument for disambiguation.
6207         (main): Invoke parent_main or child_main.
6208
6209         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
6210         consistently.
6211
6212 2009-07-18  Eric Blake  <ebb9@byu.net>
6213
6214         test-pipe: fix mingw build
6215         * tests/test-pipe.c (main): Avoid fcntl on mingw.
6216
6217 2009-07-18  Bruno Haible  <bruno@clisp.org>
6218
6219         * modules/pipe-tests (Makefile.am): Fix typo.
6220
6221 2009-07-18  Eric Blake  <ebb9@byu.net>
6222
6223         error: fix mingw build
6224         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
6225         Reported by Bruno Haible.
6226
6227         error: avoid undefined use of stdout
6228         * lib/error.c (error, error_at_line): Check that fd 1 is open
6229         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
6230         is handling faults and the close_stdout module wants to report the
6231         detection of closed stdout as an error.
6232
6233 2009-07-17  Eric Blake  <ebb9@byu.net>
6234
6235         pipe: be robust in face of closed fds
6236         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
6237         should cause child to misbehave.
6238         * modules/pipe-tests: New module.
6239         * tests/test-pipe.c: New file.
6240         * tests/test-pipe.sh: New file.
6241         Reported by Akim Demaille.
6242
6243 2009-07-14  Bruno Haible  <bruno@clisp.org>
6244
6245         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
6246         Reported by anonymous kc.
6247
6248 2009-07-07  Jim Meyering  <meyering@redhat.com>
6249
6250         maint.mk: don't look for translatable strings in *.m4 or *.mk
6251         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
6252         when searching for translatable strings.
6253
6254 2009-07-05  Jim Meyering  <meyering@redhat.com>
6255
6256         remove superfluous parentheses in STREQ definition
6257         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
6258         * lib/getugroups.c (STREQ): Likewise.
6259         * lib/fnmatch.c (STREQ): Likewise.
6260         Spotted by Bruno Haible.
6261
6262 2009-07-04  Jim Meyering  <meyering@redhat.com>
6263
6264         argv-iter: new module
6265         * MODULES.html.sh: Add argv-iter.
6266         * lib/argv-iter.c, lib/argv-iter.h: New files.
6267         * modules/argv-iter: New file.
6268         * modules/argv-iter-tests: New file.
6269         * tests/test-argv-iter.c: Test it.
6270
6271 2009-07-04  Bruno Haible  <bruno@clisp.org>
6272
6273         Fix assertion.
6274         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
6275         contains more exact copies of a given entry than file2, leave the extra
6276         copies unpaired rather than aborting.
6277         Reported by Eric Blake.
6278
6279 2009-07-02  Bruno Haible  <bruno@clisp.org>
6280
6281         Speedup git-merge-changelog for git cherry-pick.
6282         * lib/git-merge-changelog.c (struct entries_mapping): New type.
6283         (entries_mapping_get): New function, extracted from compute_mapping.
6284         (entries_mapping_reverse_get): New function.
6285         (compute_mapping): Add a 'full' argument. Return the result in a
6286         'struct entries_mapping'.
6287         (main): Update. Access the mappings through entries_mapping_get.
6288         Reported by Eric Blake.
6289
6290 2009-07-02  Bruno Haible  <bruno@clisp.org>
6291
6292         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
6293         best_i.
6294
6295 2009-07-02  Bruno Haible  <bruno@clisp.org>
6296
6297         Speed up approximate search for matching ChangeLog entries.
6298         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
6299         argument. Call fstrcmp_bounded instead of fstrcmp.
6300         (compute_mapping, try_split_merged_entry, main): Update callers.
6301
6302 2009-07-02  Bruno Haible  <bruno@clisp.org>
6303
6304         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
6305
6306 2009-06-30  Bruno Haible  <bruno@clisp.org>
6307
6308         Reduce the number of uc_is_cased calls.
6309         * lib/unicase.h (casing_suffix_context_t): Add
6310         'first_char_except_ignorable' field.
6311         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
6312         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
6313         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
6314         Update initializer.
6315         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
6316         case-ignorable characters.
6317         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
6318         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
6319         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
6320         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
6321         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
6322
6323 2009-06-30  Bruno Haible  <bruno@clisp.org>
6324
6325         Tests for module 'unicase/ignorable'.
6326         * modules/unicase/ignorable-tests: New file.
6327         * tests/unicase/test-ignorable.c: New file, generated by
6328         gen-uni-tables.
6329
6330         Tests for module 'unicase/cased'.
6331         * modules/unicase/cased-tests: New file.
6332         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
6333         * tests/unicase/test-predicate-part1.h: New file, derived from
6334         tests/unictype/test-predicate-part1.h.
6335         * tests/unicase/test-predicate-part2.h: New file, same as
6336         tests/unictype/test-predicate-part2.h.
6337
6338         Fix evaluation of "Before C" condition of FINAL_SIGMA.
6339         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
6340         (output_casing_properties): New function.
6341         (main): Call it.
6342         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
6343         * lib/unicase/cased.c: Include unictype/bitmap.h.
6344         (uc_is_cased): Define through a bitmap lookup.
6345         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
6346         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
6347         (uc_is_case_ignorable): Define through a bitmap lookup.
6348         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
6349         lib/unictype/bitmap.h.
6350         (Depends-on): Add inline. Clean up.
6351         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
6352         lib/unictype/bitmap.h.
6353         (Depends-on): Add inline. Clean up.
6354         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
6355         recognition.
6356         * tests/unicase/test-u16-tolower.c (main): Likewise.
6357         * tests/unicase/test-u32-tolower.c (main): Likewise.
6358
6359 2009-06-30  Bruno Haible  <bruno@clisp.org>
6360
6361         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
6362         * lib/unicase/u16-casemap.c: Likewise.
6363         * lib/unicase/u32-casemap.c: Likewise.
6364
6365 2009-06-29  Bruno Haible  <bruno@clisp.org>
6366
6367         Define u32_casefold as a wrapper around u32_ct_casefold.
6368         * lib/unicase/u32-casefold.c: Update.
6369         * modules/unicase/u32-casefold (Depends-on): Add
6370         unicase/u32-ct-casefold, unicase/empty-prefix-context,
6371         unicase/empty-suffix-context. Clean up.
6372
6373         Define u16_casefold as a wrapper around u16_ct_casefold.
6374         * lib/unicase/u16-casefold.c: Update.
6375         * modules/unicase/u16-casefold (Depends-on): Add
6376         unicase/u16-ct-casefold, unicase/empty-prefix-context,
6377         unicase/empty-suffix-context. Clean up.
6378
6379         Define u8_casefold as a wrapper around u8_ct_casefold.
6380         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
6381         * lib/unicase/u8-casefold.c: Update.
6382         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
6383         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
6384
6385         Define u32_totitle as a wrapper around u32_ct_totitle.
6386         * lib/unicase/u32-totitle.c: Update.
6387         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
6388         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
6389
6390         Define u16_totitle as a wrapper around u16_ct_totitle.
6391         * lib/unicase/u16-totitle.c: Update.
6392         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
6393         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
6394
6395         Define u8_totitle as a wrapper around u8_ct_totitle.
6396         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
6397         functions.
6398         (FUNC): Delegate to U_CT_TOTITLE.
6399         * lib/unicase/u8-totitle.c: Update.
6400         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
6401         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
6402
6403         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
6404         invocation.
6405         * modules/unicase/u32-tolower (Depends-on): Add
6406         unicase/empty-prefix-context, unicase/empty-suffix-context.
6407
6408         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
6409         invocation.
6410         * modules/unicase/u16-tolower (Depends-on): Add
6411         unicase/empty-prefix-context, unicase/empty-suffix-context.
6412
6413         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
6414         * modules/unicase/u8-tolower (Depends-on): Add
6415         unicase/empty-prefix-context, unicase/empty-suffix-context.
6416
6417         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
6418         invocation.
6419         * modules/unicase/u32-toupper (Depends-on): Add
6420         unicase/empty-prefix-context, unicase/empty-suffix-context.
6421
6422         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
6423         invocation.
6424         * modules/unicase/u16-toupper (Depends-on): Add
6425         unicase/empty-prefix-context, unicase/empty-suffix-context.
6426
6427         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
6428         * modules/unicase/u8-toupper (Depends-on): Add
6429         unicase/empty-prefix-context, unicase/empty-suffix-context.
6430
6431         New module 'unicase/u32-ct-casefold'.
6432         * lib/unicase/u32-ct-casefold.c: New file.
6433         * modules/unicase/u32-ct-casefold: New file.
6434
6435         New module 'unicase/u16-ct-casefold'.
6436         * lib/unicase/u16-ct-casefold.c: New file.
6437         * modules/unicase/u16-ct-casefold: New file.
6438
6439         New module 'unicase/u8-ct-casefold'.
6440         * lib/unicase/u8-ct-casefold.c: New file.
6441         * lib/unicase/u-ct-casefold.h: New file, derived from
6442         lib/unicase/u-casefold.h.
6443         * modules/unicase/u8-ct-casefold: New file.
6444
6445         New module 'unicase/u32-ct-totitle'.
6446         * lib/unicase/u32-ct-totitle.c: New file.
6447         * modules/unicase/u32-ct-totitle: New file.
6448
6449         New module 'unicase/u16-ct-totitle'.
6450         * lib/unicase/u16-ct-totitle.c: New file.
6451         * modules/unicase/u16-ct-totitle: New file.
6452
6453         New module 'unicase/u8-ct-totitle'.
6454         * lib/unicase/u8-ct-totitle.c: New file.
6455         * lib/unicase/u-ct-totitle.h: New file, derived from
6456         lib/unicase/u-totitle.h.
6457         * modules/unicase/u8-ct-totitle: New file.
6458
6459         New module 'unicase/u32-ct-tolower'.
6460         * lib/unicase/u32-ct-tolower.c: New file.
6461         * modules/unicase/u32-ct-tolower: New file.
6462
6463         New module 'unicase/u16-ct-tolower'.
6464         * lib/unicase/u16-ct-tolower.c: New file.
6465         * modules/unicase/u16-ct-tolower: New file.
6466
6467         New module 'unicase/u8-ct-tolower'.
6468         * lib/unicase/u8-ct-tolower.c: New file.
6469         * modules/unicase/u8-ct-tolower: New file.
6470
6471         New module 'unicase/u32-ct-toupper'.
6472         * lib/unicase/u32-ct-toupper.c: New file.
6473         * modules/unicase/u32-ct-toupper: New file.
6474
6475         New module 'unicase/u16-ct-toupper'.
6476         * lib/unicase/u16-ct-toupper.c: New file.
6477         * modules/unicase/u16-ct-toupper: New file.
6478
6479         New module 'unicase/u8-ct-toupper'.
6480         * lib/unicase/u8-ct-toupper.c: New file.
6481         * modules/unicase/u8-ct-toupper: New file.
6482
6483         Add context arguments to u*_casemap functions.
6484         * lib/unicase/unicasemap.h: Include unicase.h.
6485         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
6486         suffix_context arguments.
6487         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
6488         functions.
6489         (FUNC): Add prefix_context and suffix_context arguments. Use
6490         uc_is_cased and uc_is_case_ignorable.
6491         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
6492         * lib/unicase/u16-casemap.c: Likewise.
6493         * lib/unicase/u32-casemap.c: Likewise.
6494         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
6495         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
6496         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
6497         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
6498         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
6499         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
6500
6501         New module 'unicase/u32-suffix-context'.
6502         * lib/unicase/u32-suffix-context.c: New file.
6503         * modules/unicase/u32-suffix-context: New file.
6504
6505         New module 'unicase/u16-suffix-context'.
6506         * lib/unicase/u16-suffix-context.c: New file.
6507         * modules/unicase/u16-suffix-context: New file.
6508
6509         New module 'unicase/u8-suffix-context'.
6510         * lib/unicase/u8-suffix-context.c: New file.
6511         * lib/unicase/u-suffix-context.h: New file.
6512         * modules/unicase/u8-suffix-context: New file.
6513
6514         New module 'unicase/empty-suffix-context'.
6515         * lib/unicase/empty-suffix-context.c: New file.
6516         * modules/unicase/empty-suffix-context: New file.
6517
6518         New module 'unicase/u32-prefix-context'.
6519         * lib/unicase/u32-prefix-context.c: New file.
6520         * modules/unicase/u32-prefix-context: New file.
6521
6522         New module 'unicase/u16-prefix-context'.
6523         * lib/unicase/u16-prefix-context.c: New file.
6524         * modules/unicase/u16-prefix-context: New file.
6525
6526         New module 'unicase/u8-prefix-context'.
6527         * lib/unicase/u8-prefix-context.c: New file.
6528         * lib/unicase/u-prefix-context.h: New file.
6529         * lib/unicase/context.h: New file.
6530         * modules/unicase/u8-prefix-context: New file.
6531
6532         New module 'unicase/empty-prefix-context'.
6533         * lib/unicase/empty-prefix-context.c: New file.
6534         * modules/unicase/empty-prefix-context: New file.
6535
6536         New module 'unicase/ignorable'.
6537         * lib/unicase/ignorable.c: New file.
6538         * modules/unicase/ignorable: New file.
6539
6540         New module 'unicase/cased'.
6541         * lib/unicase/caseprop.h: New file.
6542         * lib/unicase/cased.c: New file.
6543         * modules/unicase/cased: New file.
6544
6545         New functions for case mapping of substrings.
6546         * lib/unicase.h (casing_prefix_context_t): New type.
6547         (unicase_empty_prefix_context): New variable.
6548         (u8_casing_prefix_context, u16_casing_prefix_context,
6549         u32_casing_prefix_context, u8_casing_prefixes_context,
6550         u16_casing_prefixes_context, u32_casing_prefixes_context): New
6551         declarations.
6552         (casing_suffix_context_t): New type.
6553         (unicase_empty_suffix_context): New variable.
6554         (u8_casing_suffix_context, u16_casing_suffix_context,
6555         u32_casing_suffix_context, u8_casing_suffixes_context,
6556         u16_casing_suffixes_context, u32_casing_suffixes_context,
6557         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
6558         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
6559         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
6560         declarations.
6561
6562 2009-06-28  Jim Meyering  <meyering@redhat.com>
6563
6564         boostrap: indent only with spaces
6565         * build-aux/bootstrap: Indent only with spaces, never TABs.
6566
6567         bootstrap: split long lines
6568         * build-aux/bootstrap: Keep line length < 80.
6569
6570         bootstrap: sync from coreutils
6571         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
6572         just as autoreconf does.  Verify a list of prerequisite
6573         package-name,version-number pairs if defined in bootstrap.conf.
6574         Refer to README-prereq, if prerequisites are not satisfied.
6575
6576 2009-06-27  Eric Blake  <ebb9@byu.net>
6577
6578         tests: add test for bogus NULL definition
6579         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
6580         * tests/test-stdlib.c: Likewise.
6581         * tests/test-string.c: Likewise.
6582         * tests/test-locale.c: Likewise.
6583         * tests/test-unistd.c: Likewise.
6584         * modules/stdio-tests (Depends-on): Add verify.
6585         * modules/stdlib-tests (Depends-on): Likewise.
6586         * modules/string-tests (Depends-on): Likewise.
6587         * modules/locale-tests (Depends-on): Likewise.
6588         * modules/unistd-tests (Depends-on): Likewise.
6589
6590 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
6591
6592         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
6593         self-explaining comment.
6594         * m4/selinux-selinux-h: Update serial.
6595         (gl_LIBSELINUX): New macro, adding a warning for missing development
6596         packages to code extracted from...
6597         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
6598         Add warning for missing development packages here, too.
6599
6600 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
6601
6602         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
6603
6604 2009-06-25  Eric Blake  <ebb9@byu.net>
6605
6606         version-etc: fix regression
6607         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
6608         gcc.
6609         (version_etc): Use it, to catch bugs with trailing NULL.
6610         * lib/version-etc.c (version_etc_arn): Delete unused argument.
6611         (version_etc_va): Fix logic bug.
6612         * modules/version-etc-tests: Add test.
6613         * tests/test-version-etc.c: New file.
6614         * tests/test-version-etc.sh: Likewise.
6615
6616 2009-06-25  Sam Steingold  <sds@gnu.org>
6617
6618         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
6619         mbtowc declaration.
6620
6621 2009-06-25  Eric Blake  <ebb9@byu.net>
6622
6623         fpurge: migrate into <stdio.h>
6624         * lib/fpurge.h: Delete...
6625         * lib/stdio.in.h (fpurge): ...and declare here, instead.
6626         * lib/fpurge.c (fpurge): Change declaring header.
6627         * modules/fpurge (Files): Drop deleted file.
6628         (Depends-on): Add stdio.
6629         (configure.ac): Set witness.
6630         * modules/stdio (Makefile.am): Support fpurge macros.
6631         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6632         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
6633         * lib/fflush.c: Update client.
6634         * tests/test-fpurge.c: Likewise.
6635         * NEWS: Mention the change.
6636
6637 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6638
6639         * lib/argp-version-etc.c (program_authors): Add const
6640         qualifier.
6641         * lib/version-etc.c: Fix typos in the comments.
6642         * modules/argp-version-etc: Depends on version-etc.
6643
6644 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6645
6646         argp-version-etc: new module.
6647
6648         * lib/argp-version-etc.c: New file.
6649         * lib/argp-version-etc.h: New file.
6650         * modules/argp-version-etc: New file.
6651         * modules/argp-version-etc-tests: New file.
6652         * tests/test-argp-version-etc.c: New test.
6653         * tests/test-argp-version-etc-1.sh: New test.
6654
6655 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6656
6657         Provide additional interfaces and documentation for version-etc
6658         module.
6659
6660         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
6661         interfaces.
6662         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
6663         prototypes.
6664
6665 2009-06-24  Bruno Haible  <bruno@clisp.org>
6666
6667         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
6668         HAVE_LIB${NAME} macro.
6669         Reported by Sam Steingold <sds@gnu.org>.
6670
6671 2009-06-23  Simon Josefsson  <simon@josefsson.org>
6672
6673         * modules/hash-tests (test_hash_LDADD): Link to libintl when
6674         needed.
6675
6676 2009-06-21  Bruno Haible  <bruno@clisp.org>
6677
6678         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
6679         work.
6680         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
6681         together with LIB${NAME}, LTLIB${NAME}.
6682         Reported by Sam Steingold <sds@gnu.org>.
6683
6684 2009-06-20  Jim Meyering  <meyering@redhat.com>
6685
6686         tests: make sc_require_test_exit_idiom more generic
6687         * top/maint.mk (Exit_witness_file): New overridable variable.
6688         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
6689         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
6690
6691 2009-06-19  Jim Meyering  <meyering@redhat.com>
6692
6693         hash: reverse order of src/dst parameters in an internal interface
6694         * lib/hash.c (transfer_entries): Reverse order of parameters to
6695         put DST before SRC.  Adjust callers.
6696
6697         tests: test-hash: avoid wholesale duplication
6698         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
6699         Instead, use a loop and add a single conditional.
6700
6701         tests: test-hash: allow seed selection via a command line argument
6702         * tests/test-hash.c (get_seed): New function.
6703         (main): Use it.
6704
6705 2009-06-19  Eric Blake  <ebb9@byu.net>
6706
6707         hash: avoid memory leak on allocation failure
6708         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
6709         failure.  Factor repeated algorithm...
6710         (transfer_entries): ...into new helper routine.
6711         (hash_delete): React to hash_rehash return value.
6712
6713         hash: reduce memory pressure in hash_rehash no-op case
6714         * lib/hash.c (next_prime): Avoid overflow.
6715         (hash_initialize): Factor bucket size computation...
6716         (compute_bucket_size): ...into new helper function.
6717         (hash_rehash): Use new function and open coding to reduce memory
6718         pressure, and avoid a memory leak in USE_OBSTACK code.
6719         Reported by Jim Meyering.
6720
6721 2009-06-18  Eric Blake  <ebb9@byu.net>
6722
6723         hash: make rotation more obvious
6724         * modules/hash (Depends-on): Add bitrotate and stdint.
6725         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
6726         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
6727         (SIZE_MAX): Rely on headers for definition.
6728         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
6729         (raw_hasher): Use rotr_sz.
6730         Suggested by Jim Meyering.
6731
6732         hash: fix memory leak in last patch
6733         * lib/hash.c (hash_rehash): Avoid memory leak.
6734
6735         hash: avoid no-op rehashing
6736         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
6737
6738         hash: provide default callback functions
6739         * lib/hash.c (raw_hasher, raw_comparator): New functions.
6740         (hash_initialize): Use them as defaults.
6741         * tests/test-hash.c (main): Test this.
6742
6743         hash: minor optimization
6744         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
6745         when possible.
6746         (hash_initialize): Document this promise.
6747         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
6748         * tests/test-hash.c (hash_compare_strings): Test this.
6749
6750 2009-06-18  Bruno Haible  <bruno@clisp.org>
6751
6752         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
6753         going to be replaced anyway.
6754
6755 2009-06-18  Bruno Haible  <bruno@clisp.org>
6756
6757         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
6758         in one place.
6759         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
6760         be replaced anyway.
6761
6762 2009-06-18  Eric Blake  <ebb9@byu.net>
6763
6764         hash: check for resize before insertion
6765         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
6766         threshold before insertion, so that a pathological hash_rehash
6767         that fills every bucket can still trigger another rehash.
6768
6769 2009-06-18  Jim Meyering  <meyering@redhat.com>
6770
6771         hash-tests: add a loop around the small tests
6772         * tests/test-hash.c (main): Repeat small tests with selected
6773         small initial table sizes.
6774
6775 2009-06-17  Eric Blake  <ebb9@byu.net>
6776
6777         hash: minor cleanups
6778         * lib/hash.h (hash_entry): Make opaque, by moving...
6779         * lib/hash.c (hash_entry): ...here.
6780         (hash_insert): Clarify restrictions on what can be inserted.
6781         (hash_get_next): Clarify when it is safe to remove an element
6782         during traversal.
6783         (check_tuning): Skip verification when tuning is known safe.
6784         (hash_initialize): Clarify restrictions on tuning.
6785
6786 2009-06-17  Jim Meyering  <jim@meyering.net>
6787         and Eric Blake  <ebb9@byu.net>
6788
6789         hash-tests: new module
6790         * modules/hash-tests: New file.
6791         * tests/test-hash.c: New file.
6792
6793 2009-06-17  Eric Blake  <ebb9@byu.net>
6794
6795         strstr-simple: document new module
6796         * MODULES.html.sh: Document new module.
6797
6798         strstr, strcasestr: replace on platforms with broken memchr
6799         * modules/strstr: Split into...
6800         * modules/strstr-simple: ...new module that does not care about
6801         performance, but does care about glibc bug.
6802         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
6803         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
6804         if platform memchr is broken, per Debian bug 521737.
6805         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
6806         memchr.
6807         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
6808         * doc/posix-functions/strstr.texi (strstr): Document the fix.
6809         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
6810         * modules/mountlist (Depends-on): Add strstr-simple.
6811         * modules/gen-uni-tables (Depends-on): Likewise.
6812         * modules/argz (Depends-on): Add strstr.
6813
6814 2009-06-17  Bruno Haible  <bruno@clisp.org>
6815
6816         * modules/posix_spawn-internal (Depends-on): Add errno.
6817
6818 2009-06-17  Bruno Haible  <bruno@clisp.org>
6819
6820         Define missing ESTALE on Interix 3.5.
6821         * lib/errno.in.h (ESTALE): Assign a value if missing.
6822         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
6823         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
6824         missing.
6825         * doc/posix-headers/errno.texi: Mention the Interix bug.
6826         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
6827
6828 2009-06-15  Eric Blake  <ebb9@byu.net>
6829
6830         memchr, memchr2: add valgrind exception
6831         * lib/memchr.valgrind: New file.
6832         * lib/memchr2.valgrind: New file.
6833         * modules/memchr (Files): Distribute valgrind file.
6834         * modules/memchr2 (Files): Likewise.
6835
6836         docs: memchr is no longer obsolete
6837         * MODULES.html.sh: Move memchr from obsolete to string.h section.
6838         * lib/string.in.h (memchr): Simplify logic.
6839
6840 2009-06-14  Jim Meyering  <meyering@redhat.com>
6841
6842         link-follow: fix the "checking..." message to not mention trailing slash
6843         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
6844         never considered trailing slashes.
6845
6846 2009-06-14  Bruno Haible  <bruno@clisp.org>
6847
6848         * m4/memchr.m4: Mention also the bug on IA-64.
6849         * doc/posix-functions/memchr.texi: Likewise.
6850
6851 2009-06-12  Eric Blake  <ebb9@byu.net>
6852
6853         memchr: detect broken x86_64 and alpha implementations
6854         * modules/memchr-tests (Depends-on): Move mmap detection...
6855         * modules/memchr (Depends-on): ...here.
6856         (configure.ac): Set indicator.
6857         * lib/string.in.h (memchr): Declare replacement.
6858         * modules/string (Makefile.am): Trigger replacement.
6859         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
6860         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
6861         bugs.
6862         * doc/posix-functions/memchr.texi (memchr): Document the bug.
6863         * modules/getpagesize (License): Relax license.
6864
6865 2009-06-11  Bruno Haible  <bruno@clisp.org>
6866
6867         * lib/idpriv.h: Add more references.
6868
6869 2009-06-08  Bruno Haible  <bruno@clisp.org>
6870
6871         Tests for module 'idpriv-droptemp'.
6872         * modules/idpriv-droptemp-tests: New file.
6873         * tests/test-idpriv-droptemp.sh: New file.
6874         * tests/test-idpriv-droptemp.su.sh: New file.
6875         * tests/test-idpriv-droptemp.c: New file.
6876
6877         New module 'idpriv-droptemp'.
6878         * lib/idpriv-droptemp.c: New file.
6879         * modules/idpriv-droptemp: New file.
6880
6881 2009-06-08  Bruno Haible  <bruno@clisp.org>
6882
6883         Tests for module 'idpriv-drop'.
6884         * modules/idpriv-drop-tests: New file.
6885         * tests/test-idpriv-drop.sh: New file.
6886         * tests/test-idpriv-drop.su.sh: New file.
6887         * tests/test-idpriv-drop.c: New file.
6888
6889         New module 'idpriv-drop'.
6890         * lib/idpriv.h: New file.
6891         * lib-idpriv-drop.c: New file.
6892         * m4/idpriv.m4: New file.
6893         * modules/idpriv-drop: New file.
6894
6895 2009-06-08  Bruno Haible  <bruno@clisp.org>
6896
6897         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
6898         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6899         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6900         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6901         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6902         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6903         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6904
6905 2009-06-08  Eric Blake  <ebb9@byu.net>
6906
6907         test-strstr: use memory fence, when possible
6908         * tests/test-strstr.c (main): Use memory fence, in order to be
6909         more likely to trigger Debian bug 521737.
6910         * modules/strstr-tests (Files): Pull in additional files.
6911
6912         memchr: no longer obsolete, for wider field testing
6913         * modules/memchr (Status, Notice): Delete, this module is no
6914         longer obsolete.
6915         * modules/vasnprintf (Depends-on): Add memchr.
6916
6917 2009-06-07  Jim Meyering  <meyering@redhat.com>
6918
6919         hash: declare some functions with the warn_unused_result attribute
6920         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
6921
6922 2009-06-07  Bruno Haible  <bruno@clisp.org>
6923
6924         * tests/test-alignof.c: Don't test int64_t if it does not exist.
6925         Reported by Eric Blake.
6926
6927 2009-06-06  Eric Blake  <ebb9@byu.net>
6928
6929         test-alignof: fix typo with long double
6930         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
6931         compiler error.
6932
6933 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
6934
6935         Escape non-texinfo { and }s.
6936         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
6937         markup error.
6938
6939 2009-06-04  Jim Meyering  <meyering@redhat.com>
6940
6941         gitlog-to-changelog: don't infloop on an empty commit log
6942         * build-aux/gitlog-to-changelog: Warn about an empty log message.
6943         Reported by Boris Petersen <transacid@centerim.org>.
6944
6945 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
6946
6947         version-etc: extend for packagers
6948         Add three new configure options, intended for packagers:
6949           --with-packager="packager name"
6950           --with-packager-version="packager-specific version"
6951           --with-packager-bug-reports="packager bug reporting"
6952         An example with coreutils:
6953           $ ./configure \
6954             --with-packager=Gentoo \
6955             --with-packager-bug-report=http://bugs.gentoo.org/ \
6956             --with-packager-version="patchset 1.6"
6957           $ ./src/ls --version | head -n3
6958           ls (GNU coreutils) 7.1-dirty
6959           Packaged by Gentoo (patchset 1.6)
6960           Copyright (C) 2009 Free Software Foundation, Inc.
6961         Note that the bug reporting info via --help doesn't show up because
6962         coreutils uses its own custom emit_bug_reporting_address() implementation
6963         in src/system.h.  If it didn't, it'd look like:
6964           $ ./src/ls --help | tail -n4
6965           Report bugs to <bug-coreutils@gnu.org>.
6966           Report Gentoo bugs to <http://bugs.gentoo.org/>.
6967           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
6968           General help using GNU software: <http://www.gnu.org/gethelp/>.
6969         * lib/version-etc.c: Print new information, if provided.
6970         * m4/version-etc.m4: New file.
6971         * modules/version-etc (Files): Add m4/version-etc.m4.
6972         (configure.ac): Add gl_VERSION_ETC.
6973
6974 2009-05-31  Bruno Haible  <bruno@clisp.org>
6975
6976         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
6977         and 'int64_t'.
6978         * modules/alignof-tests (Dependencies): Add stdint.
6979         Reported by Eric Blake.
6980
6981 2009-05-31  Bruno Haible  <bruno@clisp.org>
6982
6983         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
6984         restriction due to compiler bugs.
6985         Reported by Eric Blake.
6986
6987 2009-05-31  Simon Josefsson  <simon@josefsson.org>
6988             Bruno Haible  <bruno@clisp.org>
6989
6990         Fix test-alignof failure.
6991         * lib/alignof.h (alignof_slot): New macro.
6992         (alignof_type): New macro, with the same semantics as the previous
6993         'alignof'.
6994         (alignof): Alias to alignof_slot.
6995         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
6996         check that the results are usable as constant expressions.
6997
6998 2009-05-31  Bruno Haible  <bruno@clisp.org>
6999
7000         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
7001         * tests/test-memchr.c (main): Check that memchr does not read past the
7002         first occurrence of the byte.
7003         * tests/test-strstr.c (main): Update comment.
7004         Suggested by Eric Blake.
7005
7006 2009-05-30  Bruno Haible  <bruno@clisp.org>
7007
7008         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
7009         detail how to use dumpbin.
7010         Reported by David Byron <dbyron@dbyron.com>.
7011
7012 2009-06-02  Simon Josefsson  <simon@josefsson.org>
7013
7014         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
7015
7016 2009-06-02  Simon Josefsson  <simon@josefsson.org>
7017
7018         * m4/manywarnings.m4: Add GCC 4.4 warnings.
7019
7020 2009-05-28  Bruno Haible  <bruno@clisp.org>
7021
7022         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
7023         build-aux/ files.
7024
7025 2009-05-28  Simon Josefsson  <simon@josefsson.org>
7026
7027         * gnulib-tool (func_import): Transform license on build-aux/ files too.
7028
7029 2009-05-27  Simon Josefsson  <simon@josefsson.org>
7030
7031         * gnulib-tool (sed_transform_main_lib_file)
7032         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
7033         regexps.
7034
7035 2009-05-26  Simon Josefsson  <simon@josefsson.org>
7036
7037         * tests/test-strstr.c: Add another self-test.
7038         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
7039         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
7040
7041 2009-05-23  Bruno Haible  <bruno@clisp.org>
7042
7043         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
7044         change.
7045
7046 2009-05-21  Bruno Haible  <bruno@clisp.org>
7047
7048         Simplify use of mode_t varargs.
7049         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
7050         uses 'mode_t' or 'int'.
7051         * lib/openat.c (openat): Likewise.
7052         * lib/open-safer.c (open_safer): Likewise.
7053         * m4/mode_t.m4: New file.
7054         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
7055         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
7056         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
7057         * modules/open (Files): Add m4/mode_t.m4.
7058         * modules/openat (Files): Likewise.
7059         * modules/fcntl-safer (Files): Likewise.
7060         Suggested by Eric Blake.
7061
7062 2009-05-21  Pádraig Brady  <P@draigbrady.com>
7063
7064         * doc/glibc-functions/fallocate.texi: New file.
7065         * doc/gnulib.texi: Include it.
7066
7067 2009-05-21  Eric Blake  <ebb9@byu.net>
7068             Bruno Haible  <bruno@clisp.org>
7069
7070         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
7071         invocations.
7072         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7073
7074 2009-05-21  Eric Blake  <ebb9@byu.net>
7075             Bruno Haible  <bruno@clisp.org>
7076
7077         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
7078         include_next. Fix of 2008-11-20 commit.
7079         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
7080         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
7081         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
7082         NEXT_MATH_H.
7083         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
7084         instead of NEXT_MATH_H.
7085
7086 2009-05-21  Bruno Haible  <bruno@clisp.org>
7087
7088         Avoid redefinition warnings for SIZE_MAX.
7089         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
7090         Reported by Simon Josefsson.
7091
7092 2009-05-21  Bruno Haible  <bruno@clisp.org>
7093
7094         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
7095         AC_CACHE_VAL.
7096
7097 2009-05-20  Bruno Haible  <bruno@clisp.org>
7098
7099         Make zeroptr.h work on mingw.
7100         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
7101         mprotect.
7102         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
7103         * modules/memchr2-tests (configure.ac): Likewise.
7104         * modules/memcmp-tests (configure.ac): Likewise.
7105         * modules/memmem-tests (configure.ac): Likewise.
7106         * modules/memrchr-tests (configure.ac): Likewise.
7107         Reported by Simon Josefsson.
7108
7109 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7110
7111         * tests/test-glob.c: Include string.h for strcmp prototype.
7112
7113 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7114
7115         * modules/getdelim (Depends-on): Add explicit stdint, although it
7116         was implicitly already pulled in via realloc-posix.
7117         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
7118
7119 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7120
7121         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
7122         G. Christensen" <tgc@jupiterrise.com>.
7123         * m4/sys_socket_h.m4: Check for sa_family_t.
7124         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
7125         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
7126         * tests/test-sys_socket.c: Check that sa_family_t works.
7127
7128 2009-05-18  Eric Blake  <ebb9@byu.net>
7129
7130         maint.mk: allow gnulib_dir in VPATH build
7131         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
7132
7133 2009-05-15  Jim Meyering  <meyering@redhat.com>
7134
7135         maint.mk: Give gnulib_dir a default definition.
7136         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
7137         Thus, most packages no longer need to specify this variable in cfg.mk
7138
7139 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
7140
7141         rename.m4: fix typos that would make non-mingw cross-configure fail
7142         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
7143
7144 2009-05-13  Eric Blake  <ebb9@byu.net>
7145
7146         mmap-anon: avoid out-of-order autoconf expansion
7147         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
7148         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
7149         * modules/memchr-tests (Depends-on): Add extensions.
7150         * modules/memchr2-tests (Depends-on): Add extensions.
7151         * modules/memcmp-tests (Depends-on): Add extensions.
7152         * modules/memmem-tests (Depends-on): Add extensions.
7153         * modules/memrchr-tests (Depends-on): Add extensions.
7154
7155 2009-05-13  Bruno Haible  <bruno@clisp.org>
7156
7157         Make some tests ISO C 99 compliant.
7158         * tests/zerosize-ptr.h: New file.
7159         * tests/test-memchr.c: Include zerosize-ptr.h.
7160         (main): Use a zero-size object pointer instead of NULL.
7161         * tests/test-memchr2.c: Include zerosize-ptr.h.
7162         (main): Use a zero-size object pointer instead of NULL.
7163         * tests/test-memcmp.c: Include zerosize-ptr.h.
7164         (main): Use a zero-size object pointer instead of NULL.
7165         * tests/test-memmem.c: Include zerosize-ptr.h.
7166         (main): Use a zero-size object pointer instead of NULL.
7167         * tests/test-memrchr.c: Include zerosize-ptr.h.
7168         (main): Use a zero-size object pointer instead of NULL.
7169         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
7170         m4/mmap-anon.m4.
7171         (Depends-on): Add getpagesize.
7172         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7173         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
7174         m4/mmap-anon.m4.
7175         (Depends-on): Add getpagesize.
7176         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7177         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
7178         m4/mmap-anon.m4.
7179         (Depends-on): Add getpagesize.
7180         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7181         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
7182         m4/mmap-anon.m4.
7183         (Depends-on): Add getpagesize.
7184         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7185         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
7186         m4/mmap-anon.m4.
7187         (Depends-on): Add getpagesize.
7188         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7189
7190 2009-05-12  Bruno Haible  <bruno@clisp.org>
7191
7192         Tests for module 'alignof'.
7193         * modules/alignof-tests: New file.
7194         * tests/test-alignof.c: New file.
7195
7196 2009-05-12  Bruno Haible  <bruno@clisp.org>
7197
7198         Fix alignof macro.
7199         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
7200         vendor compilers that are always correct.
7201
7202 2009-05-12  Bruno Haible  <bruno@clisp.org>
7203
7204         Make the MAP_ANONYMOUS detection work on HP-UX 11.
7205         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
7206         not whether its fully works.
7207
7208 2009-05-12  Bruno Haible  <bruno@clisp.org>
7209
7210         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
7211
7212 2009-05-12  Jim Meyering  <meyering@redhat.com>
7213
7214         * top/maint.mk: Adjust backslash alignment.
7215
7216 2009-05-11  Simon Josefsson  <simon@josefsson.org>
7217
7218         * top/maint.mk: Make $(srcdir)/build-aux configurable.
7219
7220 2009-05-11  Eric Blake  <ebb9@byu.net>
7221
7222         argp: avoid undefined behavior
7223         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
7224         macros.
7225
7226 2009-05-08  Simon Josefsson  <simon@josefsson.org>
7227
7228         * tests/test-vc-list-files-git.sh: Do git config of user.email and
7229         user.name to prevent git commit from complaining.
7230
7231 2009-05-10  Bruno Haible  <bruno@clisp.org>
7232
7233         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
7234         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
7235         it rewrites every file name only once.
7236         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
7237
7238 2009-05-08  Bruno Haible  <bruno@clisp.org>
7239
7240         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
7241         instead of 'max'.
7242
7243 2009-05-08  Simon Josefsson  <simon@josefsson.org>
7244
7245         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
7246         sockaddr_storage test.
7247
7248 2009-05-07  Simon Josefsson  <simon@josefsson.org>
7249
7250         * modules/sys_socket (Makefile.am): Substitute
7251         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
7252         * m4/sys_socket_h.m4: Check for sockaddr_storage.
7253         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
7254         * tests/test-sys_socket.c: Check sockaddr_storage.
7255
7256 2009-05-08  Bruno Haible  <bruno@clisp.org>
7257
7258         New module 'alignof'.
7259         * lib/alignof.h: New file.
7260         * modules/alignof: New file.
7261
7262 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7263             Bruno Haible  <bruno@clisp.org>
7264
7265         Fix test-file-has-acl on FreeBSD.
7266         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
7267         mask is implicitly added.
7268         * tests/test-file-has-acl.c: Include <signal.h>.
7269         (main): Terminate the test after 5 seconds.
7270         * modules/acl-tests (configure.ac): Check for alarm function.
7271
7272 2009-05-04  Bruno Haible  <bruno@clisp.org>
7273
7274         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
7275         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
7276         * modules/errno (configure.ac): Drop AC_REQUIRE.
7277         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
7278         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
7279
7280 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7281
7282         * modules/glob-tests: New module.
7283         * tests/test-glob.c: Add.
7284
7285 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7286
7287         * modules/fnmatch-tests: New module.
7288         * tests/test-fnmatch.c: Add.
7289
7290 2009-05-04  Eric Blake  <ebb9@byu.net>
7291
7292         maint: make the new no-submodule-changes rule VPATH-safe
7293         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
7294
7295 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7296             Bruno Haible  <bruno@clisp.org>
7297
7298         acl: Fix infinite loop on FreeBSD.
7299         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
7300         of return value from acl_get_entry.
7301         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
7302         Likewise.
7303
7304 2009-05-03  Bruno Haible  <bruno@clisp.org>
7305
7306         * lib/acl-internal.h (acl_entries): Clarify return value.
7307         * lib/acl_entries.c (acl_entries): Likewise.
7308
7309 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7310
7311         Bug fix in acl module.
7312         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
7313
7314 2009-05-03  Bruno Haible  <bruno@clisp.org>
7315
7316         Create gperf-generated file in the source dir, not in the build dir.
7317         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
7318         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
7319         * modules/unicase/locale-language (unicase/locale-languages.h):
7320         Likewise.
7321         * modules/unicase/special-casing (unicase/special-casing-table.h):
7322         Likewise.
7323         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
7324         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
7325         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
7326         Reported by Ralf Wildenhues.
7327
7328 2009-05-03  Bruno Haible  <bruno@clisp.org>
7329
7330         * modules/fnmatch (Description, configure.ac): Taken from
7331         fnmatch-posix.
7332         * modules/fnmatch-posix: Turn into a symbolic reference to the
7333         'fnmatch' module, and deprecate.
7334         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
7335
7336 2009-05-03  Bruno Haible  <bruno@clisp.org>
7337
7338         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
7339         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
7340         Reported by Ralf Wildenhues.
7341
7342 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7343
7344         * m4/fnmatch.m4: Fix fnmatch re-define.
7345
7346 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7347
7348         priv-set: new module and tests; adapt write-any-file
7349         * lib/priv-set.c: New file.
7350         * lib/priv-set.h: New file.
7351         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
7352         * lib/write-any-file.c: Simplify by using priv-set module.
7353         * m4/priv-set.m4: New file.
7354         * modules/priv-set: New file.
7355         * modules/unlinkdir: Add dependency on priv-set module.
7356         * modules/write-any-file: Likewise.
7357
7358         Tests for module 'priv-set'.
7359         * modules/priv-set-tests: New file.
7360         * tests/test-priv-set.c: New file.
7361
7362 2009-05-03  Jim Meyering  <meyering@redhat.com>
7363             Bruno Haible  <bruno@clisp.org>
7364
7365         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
7366         use the converted UTF-8 variant of the name instead.
7367
7368 2009-05-03  Jim Meyering  <meyering@redhat.com>
7369
7370         tests: tighten some getdate tests
7371         * tests/test-getdate.c (main): Tighten tests: require equality,
7372         not just greater than.  Set TZ envvar to UTC0.
7373
7374 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
7375
7376         getdate: correctly interpret "next monday" when run on a Monday
7377         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
7378         that e.g., "next tues" (when run on a tuesday) results in a date
7379         that is one week in the future, and not today's date.
7380         I.e., add a week when the wday is the same as the current one.
7381         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
7382         and earlier by Martin Bernreuther and Jan Minář.
7383         * tests/test-getdate.c (main): Check that "next DAY" is always in
7384         the future and that "last DAY" is always in the past.
7385
7386 2009-05-02  Jim Meyering  <meyering@redhat.com>
7387
7388         build: ensure that a release build fails when a submodule is unclean
7389         * top/maint.mk (no-submodule-changes): New rule.
7390         (alpha beta major): Depend on it.
7391
7392 2009-05-02  Bruno Haible  <bruno@clisp.org>
7393
7394         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
7395         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
7396         shell variable gl_fnmatch_required to detect which variant is
7397         requested.
7398         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
7399         gl_FUNC_FNMATCH_POSIX.
7400         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
7401         exclude fnmatch-posix.
7402
7403 2009-05-02  Bruno Haible  <bruno@clisp.org>
7404
7405         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
7406         * modules/mbsrtowcs (License): Change to LGPLv2+.
7407         * modules/strnlen1 (License): Likewise.
7408         Reported by Simon Josefsson.
7409
7410 2009-05-02  Bruno Haible  <bruno@clisp.org>
7411
7412         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
7413         "cross".
7414         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
7415         gnulib-tool was called with option --source-base=lib.
7416
7417 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7418
7419         Use automake *-local hooks without commands, for extensibility.
7420         * modules/localcharset (Makefile.am): Rename install-exec-local
7421         rule to install-exec-localcharset, and make it a prerequisite of
7422         install-exec-local.  Likewise, rename the uninstall-local rule to
7423         uninstall-localcharset, and make it a prerequisite of the former.
7424
7425 2009-05-01  Bruno Haible  <bruno@clisp.org>
7426
7427         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
7428         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
7429         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
7430         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
7431         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
7432         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
7433         m4/locale-zh.m4, m4/codeset.m4.
7434
7435         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
7436         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
7437         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
7438         m4/locale-zh.m4.
7439
7440         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
7441         REPLACE_WCRTOMB if mbstate_t must be replaced.
7442         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
7443         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
7444
7445 2009-05-01  Bruno Haible  <bruno@clisp.org>
7446
7447         Avoid compiler warnings when redefining macros defined by <libintl.h>.
7448         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
7449         dngettext, dcngettext, textdomain, bindtextdomain,
7450         bind_textdomain_codeset): Undefine before redefining.
7451
7452 2009-04-30  Bruno Haible  <bruno@clisp.org>
7453
7454         Fix bug introduced on 2009-04-25.
7455         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
7456         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
7457         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
7458         is defined.
7459         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
7460         is defined.
7461         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
7462         is defined.
7463         Reported by Elbert_Pol <elbert.pol@gmail.com>.
7464
7465 2009-04-28  Bruno Haible  <bruno@clisp.org>
7466
7467         Comment tweaks.
7468         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
7469         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
7470         * lib/unicase.h (u*_casexfrm): Likewise.
7471         Reported by Paolo Bonzini.
7472
7473 2009-04-28  Bruno Haible  <bruno@clisp.org>
7474
7475         Fix a compilation error.
7476         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
7477         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
7478         Reported by Jim Meyering.
7479
7480 2009-04-27  Bruno Haible  <bruno@clisp.org>
7481
7482         New module 'libunistring'.
7483         * modules/libunistring: New file.
7484         * m4/libunistring.m4: New file.
7485         * MODULES.html.sh (Unicode string functions): Add it.
7486
7487 2009-04-27  Eric Blake  <ebb9@byu.net>
7488
7489         maint.mk: allow package-specific header to provide <config.h>
7490         * top/maint.mk (sc_require_config_h): New variable.
7491         (sc_require_config_h, sc_require_config_h_first): Use it.
7492
7493 2009-04-27  Simon Josefsson  <simon@josefsson.org>
7494
7495         * top/maint.mk (sc_avoid_if_before_free): Except
7496         useless-if-before-free script.
7497
7498 2009-04-27  Eric Blake  <ebb9@byu.net>
7499
7500         maintainer-makefile: depend on all required helper scripts
7501         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
7502         useless-if-before-free.
7503         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
7504         version, rather than assuming gnulib checkout is available.
7505         Reported by Simen Josefsson.
7506
7507 2009-04-26  Bruno Haible  <bruno@clisp.org>
7508
7509         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
7510         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
7511         "../" or "..".
7512
7513 2009-04-26  Bruno Haible  <bruno@clisp.org>
7514
7515         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
7516         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
7517         AC_LIB_HAVE_LINKFLAGS.
7518
7519 2009-04-26  Bruno Haible  <bruno@clisp.org>
7520
7521         Simplify calling convention of u*_conv_from_encoding.
7522         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
7523         u32_conv_from_encoding): Expect a resultbuf argument and return the
7524         result directly as a pointer.
7525         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
7526         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
7527         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
7528         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
7529         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
7530         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
7531         Update.
7532         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
7533         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
7534         * lib/vasnprintf.c (VASNPRINTF): Update.
7535         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
7536         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
7537         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
7538         * NEWS: Mention the change.
7539
7540 2009-04-26  Bruno Haible  <bruno@clisp.org>
7541
7542         Simplify calling convention of u*_conv_to_encoding.
7543         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
7544         u32_conv_to_encoding): Expect a resultbuf argument and return the
7545         result directly as a pointer.
7546         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
7547         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
7548         freeing scaled_offsets if mem_iconveha failed.
7549         * lib/unicase/u-casexfrm.h (FUNC): Update.
7550         * lib/uninorm/u-normxfrm.h (FUNC): Update.
7551         * lib/vasnprintf.c (VASNPRINTF): Update.
7552         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
7553         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
7554         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
7555         * NEWS: Mention the change.
7556
7557 2009-04-26  Bruno Haible  <bruno@clisp.org>
7558
7559         Avoid test failures on AIX and OSF/1.
7560         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
7561         malloc(0).
7562         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
7563         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
7564         Likewise.
7565         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
7566         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
7567         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
7568         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
7569         * doc/posix-functions/malloc.texi: Document the portability problem
7570         related to malloc(0).
7571
7572 2009-04-26  Bruno Haible  <bruno@clisp.org>
7573
7574         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
7575         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
7576         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
7577
7578 2009-04-25  Bruno Haible  <bruno@clisp.org>
7579
7580         Avoid link error when creating a namespace clean library.
7581         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
7582         as macro with arguments if already defined as an alias.
7583         * lib/signbitf.c (gl_signbitf): Don't undefine.
7584         * lib/signbitd.c (gl_signbitd): Don't undefine.
7585         * lib/signbitl.c (gl_signbitl): Don't undefine.
7586
7587 2009-04-25  Jim Meyering  <meyering@redhat.com>
7588
7589         vc-list-files: fix another quoting bug
7590         * build-aux/vc-list-files: Avoid sed backslash expansion
7591         of pathological directory names.
7592
7593 2009-04-25  Eric Blake  <ebb9@byu.net>
7594
7595         vc-list-files: fix shell quoting error
7596         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
7597         timestamp.
7598
7599 2009-04-25  Jim Meyering  <meyering@redhat.com>
7600
7601         vc-list-files: restore lost functionality with subdir argument
7602         * build-aux/vc-list-files: When given a non-"." sub-directory
7603         argument, substitute the $dir/ prefix back onto each resulting name.
7604         Otherwise, coreutils' root_tests check would fail.
7605
7606 2009-04-24  Eric Blake  <ebb9@byu.net>
7607
7608         vc-list-files: ignore git symlinks
7609         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
7610         than ls-files, to ignore git symlinks.
7611
7612         maint.mk: import improvements from m4
7613         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
7614         (move_if_change): Delete unused macro.
7615         (news-date-check, vc-diff-check): Support VPATH builds.
7616         (announcement): Likewise.  Split --bootstrap-tools list...
7617         (boostrap-tools): ...into separate list, which can be overridden
7618         in cfg.mk.
7619         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
7620         requiring dependency on useless-if-before-free module.
7621         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
7622         Support VPATH builds.
7623
7624 2009-04-24  Jim Meyering  <meyering@redhat.com>
7625
7626         maint.mk: remove coreutils-specific rules and variables
7627         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
7628         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
7629         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
7630
7631         maint.mk: remove obsolete rule
7632         * top/maint.mk (rel-check): Remove rule.
7633         (WGET, WGETFLAGS): Remove now-unused variables.
7634
7635 2009-04-24  Simon Josefsson  <simon@josefsson.org>
7636
7637         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
7638         consistency.
7639
7640         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
7641         '$(PATH_SEPARATOR)' instead of ':'.
7642
7643 2009-04-24  Simon Josefsson  <simon@josefsson.org>
7644
7645         * lib/getopt1.c (main): Use 'const' for static array.
7646
7647 2009-04-24  Simon Josefsson  <simon@josefsson.org>
7648
7649         * top/maint.mk: Sync with coreutils.
7650         * NEWS: Explain incompatibilities.
7651
7652 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7653             Bruno Haible  <bruno@clisp.org>
7654
7655         Fix cross-compilation results.
7656         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
7657         statement, as third argument of AC_TRY_RUN.
7658         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
7659         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
7660         Likewise.
7661         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
7662         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
7663         Likewise.
7664         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
7665         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
7666         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
7667
7668 2009-04-20  Bruno Haible  <bruno@clisp.org>
7669
7670         Avoid test failure on mingw.
7671         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
7672
7673 2009-04-20  Bruno Haible  <bruno@clisp.org>
7674
7675         Avoid compilation error on mingw.
7676         * modules/localename-tests (Depends-on): Add locale.
7677
7678 2009-04-19  Bruno Haible  <bruno@clisp.org>
7679
7680         Support for building a shared library on Windows platforms.
7681         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
7682         (main): Test the presence of UNINORM_NFC here.
7683         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
7684         (main): Test the presence of UNINORM_NFD here.
7685         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
7686         (main): Test the presence of UNINORM_NFKC here.
7687         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
7688         (main): Test the presence of UNINORM_NFKD here.
7689
7690 2009-04-19  Bruno Haible  <bruno@clisp.org>
7691
7692         Avoid a compiler warning.
7693         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
7694         Change type of variable 'sequence'.
7695
7696 2009-04-19  Bruno Haible  <bruno@clisp.org>
7697
7698         * modules/configmake (Makefile.am): When the contents of configmake.h
7699         does not change, arrange to preserve its modification time.
7700
7701 2009-04-17  Simon Josefsson  <simon@josefsson.org>
7702
7703         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
7704         gettext domain.
7705
7706 2009-04-16  Jim Meyering  <meyering@redhat.com>
7707
7708         useless-if-before-free: improve conversion code
7709         * build-aux/useless-if-before-free: Adjust code-in-comment to match
7710         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
7711
7712 2009-04-14  Bruno Haible  <bruno@clisp.org>
7713
7714         * modules/fcntl (Depends-on): Add extensions.
7715         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
7716
7717 2009-04-12  Ben Pfaff  <blp@gnu.org>
7718
7719         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
7720         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
7721
7722 2009-03-20  Ben Pfaff  <blp@gnu.org>
7723
7724         Make rename replace existing destinations on Windows.
7725         * m4/rename.m4: Add test for Mingw.
7726         * lib/rename.c: Add rename replacement that uses MoveFileEx with
7727         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
7728         * doc/posix-functions/rename.texi: Document.
7729
7730 2009-04-10  Bruno Haible  <bruno@clisp.org>
7731
7732         New include file "iconveh.h".
7733         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
7734         * lib/striconveh.h: Include it.
7735         (enum iconv_ilseq_handler): Remove definition.
7736         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
7737         striconveh.h.
7738         * lib/striconveha.c: Include striconveh.h.
7739         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
7740         * modules/striconveh (Files): Add lib/iconveh.h.
7741         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
7742         lib/striconveh.h.
7743
7744 2009-04-10  Bruno Haible  <bruno@clisp.org>
7745
7746         * lib/uniconv.h: Update comment.
7747
7748 2009-04-10  Bruno Haible  <bruno@clisp.org>
7749
7750         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
7751         always.
7752         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
7753         * lib/unistr/u16-mbtouc-aux.c: Likewise.
7754         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
7755         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
7756         "unistring-notinline.h", so that the function gets defined always.
7757         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
7758         * lib/unistr/u8-uctomb.c: Likewise.
7759         * lib/unistr/u16-mbtouc.c: Likewise.
7760         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
7761         * lib/unistr/u16-uctomb.c: Likewise.
7762         * lib/unistr/u32-mbtouc.c: Likewise.
7763         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
7764         * lib/unistr/u32-uctomb.c: Likewise.
7765
7766 2009-04-10  Bruno Haible  <bruno@clisp.org>
7767
7768         Mark 'utime' obsolete.
7769         * modules/utime (Status, Notice): New sections.
7770         Suggested by Jim Meyering.
7771
7772         Fix cross-compile guess for utime test.
7773         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
7774         autoconf.
7775         * doc/posix-functions/utime.texi: Give more precisions.
7776         Reported by Jan <ipif@ymail.com>.
7777
7778 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
7779
7780         filevercmp: correct today's change
7781         * lib/filevercmp.c: Also handle coreutils' test inputs.
7782         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
7783
7784         Fix regression in 'filevercmp' module. Thanks Sven Joachim
7785         for reporting it.
7786         * lib/filevercmp.c: Special handle for "", "." and "..".
7787         * tests/test-filevercmp.c: Enlarge the set suite.
7788
7789 2009-04-07  Jim Meyering  <meyering@redhat.com>
7790
7791         useless-if-before-free: show how to remove braced useless free, too
7792         * build-aux/useless-if-before-free: still only in a comment, though.
7793
7794 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
7795
7796         maint.mk: import changes to syntax-check macros from coreutils
7797         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
7798         Use them in the relevant macros.
7799
7800 2009-04-06  Bruno Haible  <bruno@clisp.org>
7801
7802         Fix unportable use of bit-fields.
7803         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
7804         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
7805         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
7806
7807 2009-04-06  Bruno Haible  <bruno@clisp.org>
7808
7809         Avoid test failures on AIX and OSF/1.
7810         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
7811         that malloc(0) = NULL.
7812         * tests/unicase/test-u8-tolower.c (check): Likewise.
7813         * tests/unicase/test-u8-totitle.c (check): Likewise.
7814         * tests/unicase/test-u8-toupper.c (check): Likewise.
7815         * tests/unicase/test-u16-casefold.c (check): Likewise.
7816         * tests/unicase/test-u16-tolower.c (check): Likewise.
7817         * tests/unicase/test-u16-totitle.c (check): Likewise.
7818         * tests/unicase/test-u16-toupper.c (check): Likewise.
7819         * tests/unicase/test-u32-casefold.c (check): Likewise.
7820         * tests/unicase/test-u32-tolower.c (check): Likewise.
7821         * tests/unicase/test-u32-totitle.c (check): Likewise.
7822         * tests/unicase/test-u32-toupper.c (check): Likewise.
7823         * tests/uninorm/test-u8-nfc.c (check): Likewise.
7824         * tests/uninorm/test-u8-nfd.c (check): Likewise.
7825         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
7826         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
7827         * tests/uninorm/test-u16-nfc.c (check): Likewise.
7828         * tests/uninorm/test-u16-nfd.c (check): Likewise.
7829         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
7830         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
7831         * tests/uninorm/test-u32-nfc.c (check): Likewise.
7832         * tests/uninorm/test-u32-nfd.c (check): Likewise.
7833         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
7834         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
7835
7836 2009-04-05  Bruno Haible  <bruno@clisp.org>
7837
7838         Work around an autoconf limitation.
7839         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
7840         comment line if it would be longer than 3 KB.
7841
7842 2009-04-05  Bruno Haible  <bruno@clisp.org>
7843
7844         Avoid test failure with libiconv-1.13.
7845         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
7846         of the expected test results.
7847
7848 2009-04-05  Bruno Haible  <bruno@clisp.org>
7849
7850         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
7851         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
7852         that it should be installed.
7853
7854 2009-04-05  Bruno Haible  <bruno@clisp.org>
7855
7856         * gnulib-tool: New option --copy-file.
7857         (func_usage): Document it.
7858         (func_dest_tmpfilename): Moved out of func_import.
7859         (func_add_file, func_update_file): New functions, extracted from
7860         func_import.
7861         (func_import): Update.
7862
7863 2009-04-05  Karl Berry  <karl@gnu.org>
7864
7865         * README: prominently mention gnulib-tool.
7866         Rearrange sections so getting the code is near the top.
7867
7868 2009-04-05  Bruno Haible  <bruno@clisp.org>
7869
7870         * lib/unicase.h: Mention u*_cmp2.
7871         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
7872         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
7873         * lib/unicase/ulc-casecmp.c: Likewise.
7874         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
7875         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
7876         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
7877         unistr/u8-cmp.
7878         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
7879         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
7880         unistr/u16-cmp.
7881         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
7882         unistr/u32-cmp.
7883
7884         * lib/uninorm.h: Mention u*_cmp2.
7885         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
7886         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
7887         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
7888         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
7889         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
7890         unistr/u8-cmp.
7891         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
7892         unistr/u16-cmp.
7893         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
7894         unistr/u32-cmp.
7895
7896         New module 'unistr/u32-cmp2'.
7897         * lib/unistr/u32-cmp2.c: New file.
7898         * modules/unistr/u32-cmp2: New file.
7899
7900         New module 'unistr/u16-cmp2'.
7901         * lib/unistr/u16-cmp2.c: New file.
7902         * modules/unistr/u16-cmp2: New file.
7903
7904         New module 'unistr/u8-cmp2'.
7905         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
7906         * lib/unistr/u8-cmp2.c: New file.
7907         * lib/unistr/u-cmp2.h: New file.
7908         * modules/unistr/u8-cmp2: New file.
7909
7910 2009-04-05  Bruno Haible  <bruno@clisp.org>
7911
7912         * lib/unictype.h (uc_property_is_valid): New macro.
7913         * tests/unictype/test-pr_byname.c (main): Use it.
7914
7915         * lib/unistr.h: Doc fixes.
7916         * lib/uniconv.h: Doc fixes.
7917         * lib/unictype.h: Doc fixes.
7918
7919 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
7920
7921         Port coreutils 7.2 to Solaris 8.
7922
7923         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
7924         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
7925         for Solaris 8.  This is a bit of a hack, as it means it's the
7926         caller's responsibility to add -lnsl if needed, but most likely it
7927         won't be needed since only getaddrinfo uses this and getaddrinfo
7928         isn't needed on Solaris 8.
7929
7930         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
7931         problem to Solaris 8 encountered with coreutils 7.2, which
7932         resulted in a message "fnmatch.c:292: warning: passing argument 4
7933         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
7934         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
7935
7936 2009-04-03  Simon Josefsson  <simon@josefsson.org>
7937
7938         * m4/ld-version-script.m4: Add FIXME comment.
7939
7940 2009-04-02  Simon Josefsson  <simon@josefsson.org>
7941
7942         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
7943         SOVERSION variable.
7944
7945 2009-04-02  Bruno Haible  <bruno@clisp.org>
7946
7947         * Makefile (info, html, dvi, pdf): Combine the rules.
7948         Suggested by Jim Meyering.
7949
7950 2009-04-01  Bruno Haible  <bruno@clisp.org>
7951
7952         * Makefile (info, html, dvi, pdf): New targets.
7953         Reported by Reuben Thomas <rrt@sc3d.org>.
7954
7955 2009-04-01  Bruno Haible  <bruno@clisp.org>
7956
7957         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
7958         can be put into PATH.
7959         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
7960
7961 2009-04-01  Bruno Haible  <bruno@clisp.org>
7962
7963         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
7964
7965 2009-04-01  Bruno Haible  <bruno@clisp.org>
7966
7967         Rename module 'visibility'.
7968         * modules/lib-symbol-visibility: Renamed from modules/visibility.
7969         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
7970         * doc/gnulib.texi: Update.
7971         * MODULES.html.sh (Misc): Update.
7972         * NEWS: Mention the change.
7973
7974 2009-04-01  Simon Josefsson  <simon@josefsson.org>
7975
7976         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
7977         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
7978         Eric Blake <ebb9@byu.net> for review.
7979         * MODULES.html.sh: Add lib-msvc-compat.
7980         * doc/gnulib.texi: Link to new section.
7981         * m4/ld-output-def.m4: New file.
7982         * doc/ld-output-def.texi: New file.
7983
7984 2009-04-01  Simon Josefsson  <simon@josefsson.org>
7985
7986         Rename ld-version-script to lib-symbol-versions.  Suggested by
7987         Bruno Haible <bruno@clisp.org>.
7988         * modules/ld-version-script: Renamed to lib-symbol-versions.
7989         * doc/ld-version-script.texi: Fix module name.
7990         * MODULES.html.sh: Add lib-symbol-versions.
7991
7992 2009-03-31  Simon Josefsson  <simon@josefsson.org>
7993
7994         * modules/u64-tests: New file.
7995         * tests/test-u64.c: New file.
7996
7997 2009-03-04  Simon Josefsson  <simon@josefsson.org>
7998
7999         * MODULES.html.sh: Mention u64.
8000         * modules/u64: New module.
8001         * modules/crypto/sha512: Depend on u64 module instead of providing
8002         u64.h.
8003
8004 2009-03-27  Eric Blake  <ebb9@byu.net>
8005
8006         test-strerror: make debugging EAI_SYSTEM easier
8007         * modules/getaddrinfo-tests (Depends-on): Add strerror.
8008         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
8009         failure was EAI_SYSTEM.
8010
8011 2009-03-25  Bruno Haible  <bruno@clisp.org>
8012
8013         Fix a problem with --enable-relocatable on Solaris 7.
8014         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
8015         since 2008-02-24.
8016
8017 2009-03-25  Eric Blake  <ebb9@byu.net>
8018
8019         test-sockets: avoid gcc warning
8020         * tests/test-sockets.c (main): Silence compiler warning.
8021
8022 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8023
8024         New modules nproc, pthread, contributed by Glen Lenker.
8025
8026         * MODULES.html.sh: Add pthread, nproc.
8027         * lib/nproc.c: New file.
8028         * lib/nproc.h: New file.
8029         * lib/pthread.in.h: New file.
8030         * m4/pthread.m4: New file.
8031         * modules/nproc: New file.
8032         * modules/pthread: New file.
8033
8034 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8035
8036         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
8037         New variable.
8038
8039 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
8040
8041         filevercmp: handle simple~ and numbered.~3~ backup suffixes
8042         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
8043         * tests/test-filevercmp.c: Add tests for backup suffixes.
8044
8045 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8046
8047         * modules/stdlib (Depends-on): Add stdint, needed when defining
8048         struct random_data on, for example, HP-UX 10.20.  Reported by
8049         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8050
8051 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8052
8053         * lib/readline.c (readline): Call fflush on stdout after printing
8054         prompt.
8055
8056 2009-03-20  Bruno Haible  <bruno@clisp.org>
8057
8058         Remove dependency from 'close' module to -lws2_32 on native Windows.
8059         * lib/close-hook.h: New file.
8060         * lib/close-hook.c: New file.
8061         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
8062         w32sock.h.
8063         (_gl_close_fd_maybe_socket): Remove function.
8064         (rpl_close): Invoke execute_all_close_hooks instead of
8065         _gl_close_fd_maybe_socket.
8066         * lib/sockets.c: Include close-hook.h, w32sock.h.
8067         (close_fd_maybe_socket): New function, essentially from lib/close.c.
8068         (close_sockets_hook): New variable.
8069         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
8070         (gl_sockets_cleanup): Unregister it.
8071         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
8072         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
8073         * modules/close-hook: New file.
8074         * modules/close (Files): Remove lib/w32sock.h.
8075         (Depends-on): Add close-hook.
8076         (Link): Remove section.
8077         * modules/sockets (Files): Add lib/w32sock.h.
8078         (Depends-on): Add close-hook.
8079         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
8080         invocation.
8081         * NEWS: Mention that LIB_CLOSE is gone.
8082
8083 2009-03-23  Eric Blake  <ebb9@byu.net>
8084
8085         signal-tests: test previous patch
8086         * tests/test-signal.c: New file.
8087         * modules/signal-tests: Likewise.
8088
8089         signal.h: always support 'volatile sig_atomic_t'
8090         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
8091         (gl_SIGNAL_H_DEFAULTS): Add a default.
8092         * modules/signal (Makefile.am): Substitute if needed.
8093         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
8094         users can blindly add volatile.
8095         * doc/posix-headers/signal.texi (signal.h): Document it.
8096         Reported by Matthew Woehlke.
8097
8098 2009-03-23  Jim Meyering  <meyering@redhat.com>
8099
8100         pathmax: PATH_MAX: use pathconf only when available
8101         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
8102         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
8103         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
8104         This avoids a link failure in a PSP cross-compilation environment
8105         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
8106
8107         * lib/vasnprintf.c (divide): Fix typo in comment.
8108
8109 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8110
8111         * gnulib-tool (func_filter_filelist): Fix comment.
8112
8113 2009-03-20  Bruno Haible  <bruno@clisp.org>
8114
8115         Make sockets.h self-contained.
8116         * lib/sockets.c: Include sockets.h first.
8117         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
8118
8119 2009-03-19  Eric Blake  <ebb9@byu.net>
8120
8121         doc: mention more functions added in cygwin 1.7.0
8122         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
8123         addition.
8124         * doc/posix-functions/log2f.texi: Likewise.
8125
8126 2009-03-19  Jim Meyering  <meyering@redhat.com>
8127
8128         fsusage: avoid syntax error due to statement-before-declaration
8129         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
8130         after all declarations.  Reported by Matthew Woehlke in
8131         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
8132
8133 2009-03-18  Eric Blake  <ebb9@byu.net>
8134
8135         build-aux/compile: sync from automake
8136         * build-aux/compile: New file, from automake.
8137         * config/srclist.txt: Mention build-aux/compile.
8138
8139 2009-03-17  Bruno Haible  <bruno@clisp.org>
8140
8141         * lib/git-merge-changelog.c: Fix typo in comment.
8142         Reported by Reuben Thomas <rrt@sc3d.org>.
8143
8144 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
8145
8146         * m4/regex.m4: update and improve help for
8147         --without-included-regex.
8148
8149 2009-03-17  Simon Josefsson  <simon@josefsson.org>
8150
8151         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
8152         failure on missing include files.
8153
8154 2009-03-17  Eric Blake  <ebb9@byu.net>
8155
8156         doc: mention more functions added in cygwin 1.7.0
8157         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
8158         addition.
8159         * doc/posix-functions/fwscanf.texi: Likewise.
8160         * doc/posix-functions/swprintf.texi: Likewise.
8161         * doc/posix-functions/swscanf.texi: Likewise.
8162         * doc/posix-functions/vfwprintf.texi: Likewise.
8163         * doc/posix-functions/vfwscanf.texi: Likewise.
8164         * doc/posix-functions/vswprintf.texi: Likewise.
8165         * doc/posix-functions/vswscanf.texi: Likewise.
8166         * doc/posix-functions/vwprintf.texi: Likewise.
8167         * doc/posix-functions/vwscanf.texi: Likewise.
8168         * doc/posix-functions/wcscasecmp.texi: Likewise.
8169         * doc/posix-functions/wcsdup.texi: Likewise.
8170         * doc/posix-functions/wcsftime.texi: Likewise.
8171         * doc/posix-functions/wcsncasecmp.texi: Likewise.
8172         * doc/posix-functions/wprintf.texi: Likewise.
8173         * doc/posix-functions/wscanf.texi: Likewise.
8174         * doc/glibc-functions/gethostbyname2.texi: Likewise.
8175
8176 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8177
8178         maint.mk: really add $(AM_MAKEFLAGS)
8179         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
8180         was inadvertently omitted in the last commit.
8181         Spotted by Bruno Haible.
8182
8183         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
8184         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
8185         $(AM_MAKEFLAGS)' rather than plain `make'.
8186
8187         gnulib-tool: execute $MAKE not make
8188         * gnulib-tool: Default $MAKE to 'make'.
8189         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
8190         than make.  Initialize $MAKE in the do-autobuild script.
8191
8192         gnulib-tool: use $MAKE not make in generated files
8193         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
8194         make, in generated files.  Initialize $MAKE in the do-autobuild
8195         script.
8196
8197         * top/GNUmakefile (_have-git-version-gen): Fix typo.
8198
8199         GNUmakefile: disable parallelism only for multiple, recursive targets
8200         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
8201         additions in the Makefile.
8202         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
8203         by Automake.
8204         (.NOTPARALLEL): Only disable parallel builds if multiple targets
8205         are listed on the command line and at least one of them is
8206         listed in $(ALL_RECURSIVE_TARGETS).
8207
8208 2009-03-14  Bruno Haible  <bruno@clisp.org>
8209
8210         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
8211         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
8212         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
8213         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
8214         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
8215         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
8216         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
8217         unistr/u8-uctomb.
8218         * modules/unistr/u8-strchr (Depends-on): Likewise.
8219         * modules/unistr/u8-strrchr (Depends-on): Likewise.
8220         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
8221         unistr/u16-uctomb.
8222         * modules/unistr/u16-strchr (Depends-on): Likewise.
8223         * modules/unistr/u16-strrchr (Depends-on): Likewise.
8224
8225 2009-03-12  Bruno Haible  <bruno@clisp.org>
8226
8227         Work around select() bug on Interix 3.5.
8228         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
8229         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
8230         * m4/select.m4: New file.
8231         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
8232         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
8233         * modules/select (Files): Add m4/select.m4.
8234         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
8235         * modules/nanosleep (Depends-on): Add select.
8236         * modules/poll (Depends-on): Likewise.
8237         * doc/posix-functions/select.texi: Mention the Interix bug.
8238         Reported by Markus Duft <mduft@gentoo.org>.
8239
8240         * lib/select.c: Renamed from lib/winsock-select.c.
8241         * modules/select (Files): Add lib/select.c, remove
8242         lib/winsock-select.c.
8243         (configure.ac): Update.
8244
8245 2009-03-12  Jim Meyering  <meyering@redhat.com>
8246
8247         avoid gcc warnings about unused macro definitions
8248         * lib/readtokens.c (STREQ): Remove unused definition.
8249         * lib/xmalloc.c (SIZE_MAX): Likewise.
8250         * lib/openat-die.c (N_): Likewise.
8251         * lib/mountlist.c (SIZE_MAX): Remove definition.
8252         Instead, include <stdint.h>.
8253         * lib/readutmp.c: Likewise.
8254         * modules/readutmp (Depends-on): Add stdint.
8255         * modules/mountlist (Depends-on): Add stdint.
8256         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
8257
8258 2009-03-10  Bruno Haible  <bruno@clisp.org>
8259
8260         Tests for module 'mbmemcasecoll'.
8261         * modules/mbmemcasecoll-tests: New file.
8262         * tests/test-mbmemcasecoll1.sh: New file.
8263         * tests/test-mbmemcasecoll2.sh: New file.
8264         * tests/test-mbmemcasecoll3.sh: New file.
8265         * tests/test-mbmemcasecoll.c: New file.
8266
8267         New module 'mbmemcasecoll'.
8268         * lib/mbmemcasecoll.h: New file.
8269         * lib/mbmemcasecoll.c: New file.
8270         * modules/mbmemcasecoll: New file.
8271
8272         * tests/test-mbmemcasecmp.h: New file, extracted from
8273         tests/test-mbmemcasecmp.c.
8274         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
8275         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
8276         (main): Update.
8277         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
8278
8279 2009-03-09  Bruno Haible  <bruno@clisp.org>
8280
8281         Tests for module 'mbmemcasecmp'.
8282         * modules/mbmemcasecmp-tests: New file.
8283         * tests/test-mbmemcasecmp1.sh: New file.
8284         * tests/test-mbmemcasecmp2.sh: New file.
8285         * tests/test-mbmemcasecmp3.sh: New file.
8286         * tests/test-mbmemcasecmp.c: New file.
8287
8288         New module 'mbmemcasecmp'.
8289         * lib/mbmemcasecmp.h: New file.
8290         * lib/mbmemcasecmp.c: New file.
8291         * modules/mbmemcasecmp: New file.
8292
8293 2009-03-09  Bruno Haible  <bruno@clisp.org>
8294
8295         Tests for module 'unicase/ulc-casecoll'.
8296         * modules/unicase/ulc-casecoll-tests: New file.
8297         * tests/unicase/test-ulc-casecoll1.sh: New file.
8298         * tests/unicase/test-ulc-casecoll2.sh: New file.
8299         * tests/unicase/test-ulc-casecoll.c: New file.
8300
8301         New module 'unicase/ulc-casecoll'.
8302         * lib/unicase.h (ulc_casecoll): New declaration.
8303         * lib/unicase/ulc-casecoll.c: New file.
8304         * modules/unicase/ulc-casecoll: New file.
8305
8306         New module 'unicase/ulc-casexfrm'.
8307         * lib/unicase.h (ulc_casexfrm): New declaration.
8308         * lib/unicase/ulc-casexfrm.c: New file.
8309         * modules/unicase/ulc-casexfrm: New file.
8310
8311 2009-03-09  Bruno Haible  <bruno@clisp.org>
8312
8313         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
8314         invocations.
8315
8316         * m4/mbscasecmp.m4: Remove file.
8317         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
8318         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
8319
8320         * m4/mbscasestr.m4: Remove file.
8321         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
8322         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
8323
8324         * m4/mbschr.m4: Remove file.
8325         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
8326         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
8327
8328         * m4/mbscspn.m4: Remove file.
8329         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
8330         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
8331
8332         * m4/mbslen.m4: Remove file.
8333         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
8334         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
8335
8336         * m4/mbsncasecmp.m4: Remove file.
8337         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
8338         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
8339
8340         * m4/mbsnlen.m4: Remove file.
8341         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
8342         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
8343
8344         * m4/mbspbrk.m4: Remove file.
8345         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
8346         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
8347
8348         * m4/mbspcasecmp.m4: Remove file.
8349         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
8350         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
8351
8352         * m4/mbsrchr.m4: Remove file.
8353         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
8354         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
8355
8356         * m4/mbssep.m4: Remove file.
8357         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
8358         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
8359
8360         * m4/mbsspn.m4: Remove file.
8361         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
8362         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
8363
8364         * m4/mbsstr.m4: Remove file.
8365         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
8366         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
8367
8368         * m4/mbstok_r.m4: Remove file.
8369         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
8370         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
8371
8372         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
8373
8374         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
8375         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
8376
8377         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
8378
8379 2009-03-08  Bruno Haible  <bruno@clisp.org>
8380
8381         Tests for module 'unicase/ulc-casecmp'.
8382         * modules/unicase/ulc-casecmp-tests: New file.
8383         * tests/unicase/test-ulc-casecmp1.sh: New file.
8384         * tests/unicase/test-ulc-casecmp2.sh: New file.
8385         * tests/unicase/test-ulc-casecmp.c: New file.
8386
8387         New module 'unicase/ulc-casecmp'.
8388         * lib/unicase.h (ulc_casecmp): New declaration.
8389         * lib/unicase/ulc-casecmp.c: New file.
8390         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
8391         'const SRC_UNIT *'.
8392         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
8393         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
8394         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
8395         * modules/unicase/ulc-casecmp: New file.
8396
8397         Tests for module 'unicase/u32-is-cased'.
8398         * modules/unicase/u32-is-cased-tests: New file.
8399         * tests/unicase/test-u32-is-cased.c: New file.
8400
8401         Tests for module 'unicase/u16-is-cased'.
8402         * modules/unicase/u16-is-cased-tests: New file.
8403         * tests/unicase/test-u16-is-cased.c: New file.
8404
8405         Tests for module 'unicase/u8-is-cased'.
8406         * modules/unicase/u8-is-cased-tests: New file.
8407         * tests/unicase/test-u8-is-cased.c: New file.
8408         * tests/unicase/test-is-cased.h: New file.
8409
8410         New module 'unicase/u32-is-cased'.
8411         * lib/unicase/u32-is-cased.c: New file.
8412         * modules/unicase/u32-is-cased: New file.
8413
8414         New module 'unicase/u16-is-cased'.
8415         * lib/unicase/u16-is-cased.c: New file.
8416         * modules/unicase/u16-is-cased: New file.
8417
8418         New module 'unicase/u8-is-cased'.
8419         * lib/unicase/u8-is-cased.c: New file.
8420         * lib/unicase/u-is-cased.h: New file.
8421         * modules/unicase/u8-is-cased: New file.
8422
8423         Tests for module 'unicase/u32-is-casefolded'.
8424         * modules/unicase/u32-is-casefolded-tests: New file.
8425         * tests/unicase/test-u32-is-casefolded.c: New file.
8426
8427         Tests for module 'unicase/u16-is-casefolded'.
8428         * modules/unicase/u16-is-casefolded-tests: New file.
8429         * tests/unicase/test-u16-is-casefolded.c: New file.
8430
8431         Tests for module 'unicase/u8-is-casefolded'.
8432         * modules/unicase/u8-is-casefolded-tests: New file.
8433         * tests/unicase/test-u8-is-casefolded.c: New file.
8434         * tests/unicase/test-is-casefolded.h: New file.
8435
8436         New module 'unicase/u32-is-casefolded'.
8437         * lib/unicase/u32-is-casefolded.c: New file.
8438         * modules/unicase/u32-is-casefolded: New file.
8439
8440         New module 'unicase/u16-is-casefolded'.
8441         * lib/unicase/u16-is-casefolded.c: New file.
8442         * modules/unicase/u16-is-casefolded: New file.
8443
8444         New module 'unicase/u8-is-casefolded'.
8445         * lib/unicase/u8-is-casefolded.c: New file.
8446         * modules/unicase/u8-is-casefolded: New file.
8447
8448         Tests for module 'unicase/u32-is-titlecase'.
8449         * modules/unicase/u32-is-titlecase-tests: New file.
8450         * tests/unicase/test-u32-is-titlecase.c: New file.
8451
8452         Tests for module 'unicase/u16-is-titlecase'.
8453         * modules/unicase/u16-is-titlecase-tests: New file.
8454         * tests/unicase/test-u16-is-titlecase.c: New file.
8455
8456         Tests for module 'unicase/u8-is-titlecase'.
8457         * modules/unicase/u8-is-titlecase-tests: New file.
8458         * tests/unicase/test-u8-is-titlecase.c: New file.
8459         * tests/unicase/test-is-titlecase.h: New file.
8460
8461         New module 'unicase/u32-is-titlecase'.
8462         * lib/unicase/u32-is-titlecase.c: New file.
8463         * modules/unicase/u32-is-titlecase: New file.
8464
8465         New module 'unicase/u16-is-titlecase'.
8466         * lib/unicase/u16-is-titlecase.c: New file.
8467         * modules/unicase/u16-is-titlecase: New file.
8468
8469         New module 'unicase/u8-is-titlecase'.
8470         * lib/unicase/u8-is-titlecase.c: New file.
8471         * modules/unicase/u8-is-titlecase: New file.
8472
8473         Tests for module 'unicase/u32-is-lowercase'.
8474         * modules/unicase/u32-is-lowercase-tests: New file.
8475         * tests/unicase/test-u32-is-lowercase.c: New file.
8476
8477         Tests for module 'unicase/u16-is-lowercase'.
8478         * modules/unicase/u16-is-lowercase-tests: New file.
8479         * tests/unicase/test-u16-is-lowercase.c: New file.
8480
8481         Tests for module 'unicase/u8-is-lowercase'.
8482         * modules/unicase/u8-is-lowercase-tests: New file.
8483         * tests/unicase/test-u8-is-lowercase.c: New file.
8484         * tests/unicase/test-is-lowercase.h: New file.
8485
8486         New module 'unicase/u32-is-lowercase'.
8487         * lib/unicase/u32-is-lowercase.c: New file.
8488         * modules/unicase/u32-is-lowercase: New file.
8489
8490         New module 'unicase/u16-is-lowercase'.
8491         * lib/unicase/u16-is-lowercase.c: New file.
8492         * modules/unicase/u16-is-lowercase: New file.
8493
8494         New module 'unicase/u8-is-lowercase'.
8495         * lib/unicase/u8-is-lowercase.c: New file.
8496         * modules/unicase/u8-is-lowercase: New file.
8497
8498         Tests for module 'unicase/u32-is-uppercase'.
8499         * modules/unicase/u32-is-uppercase-tests: New file.
8500         * tests/unicase/test-u32-is-uppercase.c: New file.
8501
8502         Tests for module 'unicase/u16-is-uppercase'.
8503         * modules/unicase/u16-is-uppercase-tests: New file.
8504         * tests/unicase/test-u16-is-uppercase.c: New file.
8505
8506         Tests for module 'unicase/u8-is-uppercase'.
8507         * modules/unicase/u8-is-uppercase-tests: New file.
8508         * tests/unicase/test-u8-is-uppercase.c: New file.
8509         * tests/unicase/test-is-uppercase.h: New file.
8510
8511         New module 'unicase/u32-is-uppercase'.
8512         * lib/unicase/u32-is-uppercase.c: New file.
8513         * modules/unicase/u32-is-uppercase: New file.
8514
8515         New module 'unicase/u16-is-uppercase'.
8516         * lib/unicase/u16-is-uppercase.c: New file.
8517         * modules/unicase/u16-is-uppercase: New file.
8518
8519         New module 'unicase/u8-is-uppercase'.
8520         * lib/unicase/u8-is-uppercase.c: New file.
8521         * modules/unicase/u8-is-uppercase: New file.
8522
8523         New module 'unicase/u32-is-invariant'.
8524         * lib/unicase/u32-is-invariant.c: New file.
8525         * modules/unicase/u32-is-invariant: New file.
8526
8527         New module 'unicase/u16-is-invariant'.
8528         * lib/unicase/u16-is-invariant.c: New file.
8529         * modules/unicase/u16-is-invariant: New file.
8530
8531         New module 'unicase/u8-is-invariant'.
8532         * lib/unicase/u8-is-invariant.c: New file.
8533         * lib/unicase/invariant.h: New file.
8534         * lib/unicase/u-is-invariant.h: New file.
8535         * modules/unicase/u8-is-invariant: New file.
8536
8537         Tests for module 'unicase/u32-casecoll'.
8538         * modules/unicase/u32-casecoll-tests: New file.
8539         * tests/unicase/test-u32-casecoll.c: New file.
8540
8541         Tests for module 'unicase/u16-casecoll'.
8542         * modules/unicase/u16-casecoll-tests: New file.
8543         * tests/unicase/test-u16-casecoll.c: New file.
8544
8545         Tests for module 'unicase/u8-casecoll'.
8546         * modules/unicase/u8-casecoll-tests: New file.
8547         * tests/unicase/test-u8-casecoll.c: New file.
8548
8549         New module 'unicase/u32-casecoll'.
8550         * lib/unicase/u32-casecoll.c: New file.
8551         * modules/unicase/u32-casecoll: New file.
8552
8553         New module 'unicase/u16-casecoll'.
8554         * lib/unicase/u16-casecoll.c: New file.
8555         * modules/unicase/u16-casecoll: New file.
8556
8557         New module 'unicase/u8-casecoll'.
8558         * lib/unicase/u8-casecoll.c: New file.
8559         * lib/unicase/u-casecoll.h: New file.
8560         * modules/unicase/u8-casecoll: New file.
8561
8562         New module 'unicase/u32-casexfrm'.
8563         * lib/unicase/u32-casexfrm.c: New file.
8564         * modules/unicase/u32-casexfrm: New file.
8565
8566         New module 'unicase/u16-casexfrm'.
8567         * lib/unicase/u16-casexfrm.c: New file.
8568         * modules/unicase/u16-casexfrm: New file.
8569
8570         New module 'unicase/u8-casexfrm'.
8571         * lib/unicase/u8-casexfrm.c: New file.
8572         * lib/unicase/u-casexfrm.h: New file.
8573         * modules/unicase/u8-casexfrm: New file.
8574
8575         Tests for module 'unicase/u32-casecmp'.
8576         * modules/unicase/u32-casecmp-tests: New file.
8577         * tests/unicase/test-u32-casecmp.c: New file.
8578
8579         Tests for module 'unicase/u16-casecmp'.
8580         * modules/unicase/u16-casecmp-tests: New file.
8581         * tests/unicase/test-u16-casecmp.c: New file.
8582
8583         Tests for module 'unicase/u8-casecmp'.
8584         * modules/unicase/u8-casecmp-tests: New file.
8585         * tests/unicase/test-u8-casecmp.c: New file.
8586         * tests/unicase/test-casecmp.h: New file.
8587
8588         New module 'unicase/u32-casecmp'.
8589         * lib/unicase/u32-casecmp.c: New file.
8590         * modules/unicase/u32-casecmp: New file.
8591
8592         New module 'unicase/u16-casecmp'.
8593         * lib/unicase/u16-casecmp.c: New file.
8594         * modules/unicase/u16-casecmp: New file.
8595
8596         New module 'unicase/u8-casecmp'.
8597         * lib/unicase/u8-casecmp.c: New file.
8598         * lib/unicase/u-casecmp.h: New file.
8599         * modules/unicase/u8-casecmp: New file.
8600
8601         Tests for module 'unicase/u32-casefold'.
8602         * modules/unicase/u32-casefold-tests: New file.
8603         * tests/unicase/test-u32-casefold.c: New file.
8604
8605         Tests for module 'unicase/u16-casefold'.
8606         * modules/unicase/u16-casefold-tests: New file.
8607         * tests/unicase/test-u16-casefold.c: New file.
8608
8609         Tests for module 'unicase/u8-casefold'.
8610         * modules/unicase/u8-casefold-tests: New file.
8611         * tests/unicase/test-u8-casefold.c: New file.
8612
8613         New module 'unicase/u32-casefold'.
8614         * lib/unicase/u32-casefold.c: New file.
8615         * modules/unicase/u32-casefold: New file.
8616
8617         New module 'unicase/u16-casefold'.
8618         * lib/unicase/u16-casefold.c: New file.
8619         * modules/unicase/u16-casefold: New file.
8620
8621         New module 'unicase/u8-casefold'.
8622         * lib/unicase/u8-casefold.c: New file.
8623         * lib/unicase/u-casefold.h: New file.
8624         * modules/unicase/u8-casefold: New file.
8625
8626         New module 'unicase/tocasefold'.
8627         * lib/unicase/casefold.h: New file.
8628         * lib/unicase/tocasefold.c: New file.
8629         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
8630         * modules/unicase/tocasefold: New file.
8631
8632         Tests for module 'unicase/u32-totitle'.
8633         * modules/unicase/u32-totitle-tests: New file.
8634         * tests/unicase/test-u32-totitle.c: New file.
8635
8636         Tests for module 'unicase/u16-totitle'.
8637         * modules/unicase/u16-totitle-tests: New file.
8638         * tests/unicase/test-u16-totitle.c: New file.
8639
8640         Tests for module 'unicase/u8-totitle'.
8641         * modules/unicase/u8-totitle-tests: New file.
8642         * tests/unicase/test-u8-totitle.c: New file.
8643
8644         New module 'unicase/u32-totitle'.
8645         * lib/unicase/u32-totitle.c: New file.
8646         * modules/unicase/u32-totitle: New file.
8647
8648         New module 'unicase/u16-totitle'.
8649         * lib/unicase/u16-totitle.c: New file.
8650         * modules/unicase/u16-totitle: New file.
8651
8652         New module 'unicase/u8-totitle'.
8653         * lib/unicase/u8-totitle.c: New file.
8654         * lib/unicase/u-totitle.h: New file.
8655         * modules/unicase/u8-totitle: New file.
8656
8657         Tests for module 'unicase/u32-tolower'.
8658         * modules/unicase/u32-tolower-tests: New file.
8659         * tests/unicase/test-u32-tolower.c: New file.
8660
8661         Tests for module 'unicase/u16-tolower'.
8662         * modules/unicase/u16-tolower-tests: New file.
8663         * tests/unicase/test-u16-tolower.c: New file.
8664
8665         Tests for module 'unicase/u8-tolower'.
8666         * modules/unicase/u8-tolower-tests: New file.
8667         * tests/unicase/test-u8-tolower.c: New file.
8668
8669         New module 'unicase/u32-tolower'.
8670         * lib/unicase/u32-tolower.c: New file.
8671         * modules/unicase/u32-tolower: New file.
8672
8673         New module 'unicase/u16-tolower'.
8674         * lib/unicase/u16-tolower.c: New file.
8675         * modules/unicase/u16-tolower: New file.
8676
8677         New module 'unicase/u8-tolower'.
8678         * lib/unicase/u8-tolower.c: New file.
8679         * modules/unicase/u8-tolower: New file.
8680
8681         Tests for module 'unicase/u32-toupper'.
8682         * modules/unicase/u32-toupper-tests: New file.
8683         * tests/unicase/test-u32-toupper.c: New file.
8684
8685         Tests for module 'unicase/u16-toupper'.
8686         * modules/unicase/u16-toupper-tests: New file.
8687         * tests/unicase/test-u16-toupper.c: New file.
8688
8689         Tests for module 'unicase/u8-toupper'.
8690         * modules/unicase/u8-toupper-tests: New file.
8691         * tests/unicase/test-u8-toupper.c: New file.
8692
8693         New module 'unicase/u32-toupper'.
8694         * lib/unicase/u32-toupper.c: New file.
8695         * modules/unicase/u32-toupper: New file.
8696
8697         New module 'unicase/u16-toupper'.
8698         * lib/unicase/u16-toupper.c: New file.
8699         * modules/unicase/u16-toupper: New file.
8700
8701         New module 'unicase/u8-toupper'.
8702         * lib/unicase/u8-toupper.c: New file.
8703         * modules/unicase/u8-toupper: New file.
8704
8705         New module 'unicase/u32-casemap'.
8706         * lib/unicase/u32-casemap.c: New file.
8707         * modules/unicase/u32-casemap: New file.
8708
8709         New module 'unicase/u16-casemap'.
8710         * lib/unicase/u16-casemap.c: New file.
8711         * modules/unicase/u16-casemap: New file.
8712
8713         New module 'unicase/u8-casemap'.
8714         * lib/unicase/unicasemap.h: New file.
8715         * lib/unicase/u8-casemap.c: New file.
8716         * lib/unicase/u-casemap.h: New file.
8717         * modules/unicase/u8-casemap: New file.
8718
8719         New module 'unicase/special-casing'.
8720         * lib/unicase/special-casing.h: New file.
8721         * lib/unicase/special-casing.c: New file.
8722         * lib/unicase/special-casing-table.gperf: New file, generated by
8723         gen-uni-tables.c.
8724         * modules/unicase/special-casing: New file.
8725
8726         Tests for module 'unicase/locale-language'.
8727         * modules/unicase/locale-language-tests: New file.
8728         * tests/unicase/test-locale-language.sh: New file.
8729         * tests/unicase/test-locale-language.c: New file.
8730
8731         New module 'unicase/locale-language'.
8732         * lib/unicase/locale-language.c: New file.
8733         * lib/unicase/locale-languages.gperf: New file.
8734         * modules/unicase/locale-language: New file.
8735
8736         Generate more tables for case conversion and case folding.
8737         * lib/gen-uni-tables.c (SCC_*): New enum items.
8738         (struct special_casing_rule): New type.
8739         (casing_rules, num_casing_rules, allocated_casing_rules): New
8740         variables.
8741         (add_casing_rule, fill_casing_rules): New functions.
8742         (struct casefold_rule): New type.
8743         (casefolding_rules, num_casefolding_rules,
8744         allocated_casefolding_rules): New variables.
8745         (fill_casefolding_rules): New function.
8746         (unicode_casefold): New variable.
8747         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
8748         sort_casing_rules, output_casing_rules): New functions.
8749         (main): Accept to more arguments: SpecialCasing.txt and
8750         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
8751         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
8752         Output mapping for casefolding.
8753
8754         * lib/unicase.h: Include stdbool.h, uninorm.h.
8755         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
8756         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
8757         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
8758         arguments.
8759         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
8760         resultp arguments.
8761         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
8762         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
8763         resultp arguments.
8764         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
8765         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
8766         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
8767         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
8768         declarations.
8769         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
8770
8771 2009-03-08  Bruno Haible  <bruno@clisp.org>
8772
8773         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
8774         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
8775         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
8776         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
8777
8778 2009-03-07  Bruno Haible  <bruno@clisp.org>
8779
8780         Adjust u*_normcmp, u*_normcoll API.
8781         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
8782         u16_normcoll, u32_normcoll): Change failure conventions.
8783         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
8784         errno and return -1.
8785         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
8786
8787 2009-03-07  Bruno Haible  <bruno@clisp.org>
8788
8789         Tests for module 'uninorm/u32-normcoll'.
8790         * modules/uninorm/u32-normcoll-tests: New file.
8791         * tests/uninorm/test-u32-normcoll.c: New file.
8792
8793         Tests for module 'uninorm/u16-normcoll'.
8794         * modules/uninorm/u16-normcoll-tests: New file.
8795         * tests/uninorm/test-u16-normcoll.c: New file.
8796
8797         Tests for module 'uninorm/u8-normcoll'.
8798         * modules/uninorm/u8-normcoll-tests: New file.
8799         * tests/uninorm/test-u8-normcoll.c: New file.
8800
8801 2009-03-07  Bruno Haible  <bruno@clisp.org>
8802
8803         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
8804         tests/uninorm/test-u32-normcmp.c.
8805         * tests/uninorm/test-u32-normcmp.c: Include it.
8806         (test_nonascii): New function, extracted from main. Add some more
8807         tests.
8808         (main): Invoke test_ascii and test_nonascii.
8809         * modules/uninorm/u32-normcmp-tests (Files): Add
8810         tests/uninorm/test-u32-normcmp.h.
8811         (Depends-on): Remove uninorm/u32-normcmp.
8812
8813         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
8814         tests/uninorm/test-u16-normcmp.c.
8815         * tests/uninorm/test-u16-normcmp.c: Include it.
8816         (test_nonascii): New function, extracted from main. Add some more
8817         tests.
8818         (main): Invoke test_ascii and test_nonascii.
8819         * modules/uninorm/u16-normcmp-tests (Files): Add
8820         tests/uninorm/test-u16-normcmp.h.
8821         (Depends-on): Remove uninorm/u16-normcmp.
8822
8823         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
8824         tests/uninorm/test-u8-normcmp.c.
8825         * tests/uninorm/test-u8-normcmp.c: Include it.
8826         (test_nonascii): New function, extracted from main. Add some more
8827         tests.
8828         (main): Invoke test_ascii and test_nonascii.
8829         * modules/uninorm/u8-normcmp-tests (Files): Add
8830         tests/uninorm/test-u8-normcmp.h.
8831         (Depends-on): Remove uninorm/u8-normcmp.
8832
8833 2009-03-07  Bruno Haible  <bruno@clisp.org>
8834
8835         New module 'uninorm/u32-normcoll'.
8836         * lib/uninorm/u32-normcoll.c: New file.
8837         * modules/uninorm/u32-normcoll: New file.
8838
8839         New module 'uninorm/u16-normcoll'.
8840         * lib/uninorm/u16-normcoll.c: New file.
8841         * modules/uninorm/u16-normcoll: New file.
8842
8843         New module 'uninorm/u8-normcoll'.
8844         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
8845         declarations.
8846         * lib/uninorm/u8-normcoll.c: New file.
8847         * lib/uninorm/u-normcoll.h: New file.
8848         * modules/uninorm/u8-normcoll: New file.
8849
8850         New module 'uninorm/u32-normxfrm'.
8851         * lib/uninorm/u32-normxfrm.c: New file.
8852         * modules/uninorm/u32-normxfrm: New file.
8853
8854         New module 'uninorm/u16-normxfrm'.
8855         * lib/uninorm/u16-normxfrm.c: New file.
8856         * modules/uninorm/u16-normxfrm: New file.
8857
8858         New module 'uninorm/u8-normxfrm'.
8859         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
8860         declarations.
8861         * lib/uninorm/u8-normxfrm.c: New file.
8862         * lib/uninorm/u-normxfrm.h: New file.
8863         * modules/uninorm/u8-normxfrm: New file.
8864
8865 2009-03-07  Bruno Haible  <bruno@clisp.org>
8866
8867         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
8868         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
8869         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
8870
8871 2009-03-07  Bruno Haible  <bruno@clisp.org>
8872
8873         New module 'memxfrm'.
8874         * lib/memxfrm.h: New file.
8875         * lib/memxfrm.c: New file.
8876         * modules/memxfrm: New file.
8877
8878 2009-03-07  Bruno Haible  <bruno@clisp.org>
8879
8880         New module 'memcmp2'.
8881         * lib/memcmp2.h: New file.
8882         * lib/memcmp2.c: New file.
8883         * modules/memcmp2: New file.
8884
8885 2009-03-07  Bruno Haible  <bruno@clisp.org>
8886
8887         Tests for module 'uninorm/decomposing-form'.
8888         * modules/uninorm/decomposing-form-tests: New file.
8889         * tests/uninorm/test-decomposing-form.c: New file.
8890
8891         New module 'uninorm/decomposing-form'.
8892         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
8893         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
8894         Add 'decomposing_variant' field.
8895         * lib/uninorm/decomposing-form.c: New file.
8896         * lib/uninorm/nfc.c (uninorm_nfc): Update.
8897         * lib/uninorm/nfd.c (uninorm_nfd): Update.
8898         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
8899         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
8900         * modules/uninorm/decomposing-form: New file.
8901         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
8902         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
8903
8904 2009-03-07  Bruno Haible  <bruno@clisp.org>
8905
8906         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
8907         strings.
8908
8909 2009-03-06  Bruno Haible  <bruno@clisp.org>
8910
8911         Tests for module 'uninorm/u32-normcmp'.
8912         * tests/uninorm/test-u32-normcmp.c: New file.
8913         * modules/uninorm/u32-normcmp-tests: New file.
8914
8915         Tests for module 'uninorm/u16-normcmp'.
8916         * tests/uninorm/test-u16-normcmp.c: New file.
8917         * modules/uninorm/u16-normcmp-tests: New file.
8918
8919         Tests for module 'uninorm/u8-normcmp'.
8920         * tests/uninorm/test-u8-normcmp.c: New file.
8921         * modules/uninorm/u8-normcmp-tests: New file.
8922
8923         New module 'uninorm/u32-normcmp'.
8924         * lib/uninorm/u32-normcmp.c: New file.
8925         * modules/uninorm/u32-normcmp: New file.
8926
8927         New module 'uninorm/u16-normcmp'.
8928         * lib/uninorm/u16-normcmp.c: New file.
8929         * modules/uninorm/u16-normcmp: New file.
8930
8931         New module 'uninorm/u8-normcmp'.
8932         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
8933         declarations.
8934         * lib/uninorm/u8-normcmp.c: New file.
8935         * lib/uninorm/u-normcmp.h: New file.
8936         * modules/uninorm/u8-normcmp: New file.
8937
8938 2009-03-06  Bruno Haible  <bruno@clisp.org>
8939
8940         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
8941         Reported by Eric Blake.
8942
8943 2009-03-06  Eric Blake  <ebb9@byu.net>
8944             Bruno Haible  <bruno@clisp.org>
8945
8946         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
8947         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
8948         condition.
8949         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
8950         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
8951         condition.
8952         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
8953
8954 2009-03-06  Eric Blake  <ebb9@byu.net>
8955
8956         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
8957         to avoid compiler warnings.
8958         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
8959
8960 2009-03-05  Bruno Haible  <bruno@clisp.org>
8961
8962         * tests/test-ftell.c (main): Disable test beyond end of file on
8963         FreeMiNT.
8964         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
8965
8966 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
8967
8968         * lib/filevercmp.c: Move hidden files up in ordering.
8969         * tests/test-filevercmp.c: Add tests for hidden files.
8970
8971 2009-03-04  Bruno Haible  <bruno@clisp.org>
8972
8973         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
8974         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
8975         AM_CFLAGS.
8976         Reported by Simon Josefsson.
8977
8978 2009-03-03  Bruno Haible  <bruno@clisp.org>
8979
8980         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
8981         Reported by Simon Josefsson.
8982
8983         * doc/ld-version-script.texi: Update node reference.
8984
8985 2009-03-03  Bruno Haible  <bruno@clisp.org>
8986
8987         * modules/visibility (License): Change to 'unlimited'.
8988         Suggested by Simon Josefsson.
8989
8990 2009-03-03  Jim Meyering  <meyering@redhat.com>
8991
8992         unlinkdir: cannot_unlink_dir may modify process state
8993         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
8994         it's neither thread-safe nor appropriate for use in a library.
8995
8996 2009-03-03  Eric Blake  <ebb9@byu.net>
8997
8998         test-closein: silence test under Darwin
8999         * tests/test-closein.sh: Ignore stderr from cat, since we don't
9000         care if it dies from EPIPE or EBADF.
9001
9002 2009-03-03  Bruno Haible  <bruno@clisp.org>
9003
9004         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
9005         earlier.
9006         * doc/visibility.texi: Fix @node and @section.
9007
9008 2009-03-03  Simon Josefsson  <simon@josefsson.org>
9009
9010         * doc/gnulib.texi: Link to sections for ld version script and
9011         visibility.
9012         * doc/visibility.texi: Add @node and @section.
9013         * modules/ld-version-script: New module.
9014         * m4/ld-version-script.m4: New file.
9015         * doc/ld-version-script.texi: New file.
9016
9017 2009-03-02  David Lutterkort  <lutter@redhat.com>
9018
9019         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
9020         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9021
9022 2009-03-02  Bruno Haible  <bruno@clisp.org>
9023
9024         * doc/visibility.texi: Mention libtool's -export-symbols option.
9025
9026 2009-03-02  Jim Meyering  <meyering@redhat.com>
9027
9028         announce-gen: new option: --no-print-checksums
9029         * build-aux/announce-gen (usage): Describe it.
9030         (print_checksums): Print a newline here, not in the [*] footnote.
9031         (main): Honor it.
9032
9033 2009-03-01  Bruno Haible  <bruno@clisp.org>
9034
9035         Use socklen_t in the native Windows replacements prototypes.
9036         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
9037         instead of 'int'.
9038         * lib/getsockopt.c (rpl_getsockopt): Likewise.
9039         * lib/setsockopt.c (rpl_setsockopt): Likewise.
9040         * modules/getsockopt (Depends-on): Add socklen.
9041         * modules/setsockopt (Depends-on): Add socklen.
9042
9043 2009-03-01  Bruno Haible  <bruno@clisp.org>
9044
9045         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
9046         least 4.2.
9047
9048 2009-03-01  Eric Blake  <ebb9@byu.net>
9049             Bruno Haible  <bruno@clisp.org>
9050
9051         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
9052         error messages.
9053         * lib/wait-process.c (wait_subprocess): Omit error message about
9054         deadly signal sent to the child of termsigp != NULL.
9055
9056 2009-03-01  Eric Blake  <ebb9@byu.net>
9057
9058         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
9059
9060 2009-03-01  Bruno Haible  <bruno@clisp.org>
9061
9062         Avoid a gcc warning.
9063         * tests/test-sched.c (b): Make global.
9064         Reported by Eric Blake.
9065
9066 2009-01-19  Martin Lambers  <marlam@marlam.de>
9067
9068         Provide POSIX semantics for socket timeout options on W32.
9069         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
9070         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
9071         * modules/setsockopt: Depend on sys_time module for struct timeval.
9072         * modules/getsockopt: Depend on sys_time module for struct timeval.
9073
9074 2009-03-01  Simon Josefsson  <simon@josefsson.org>
9075
9076         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
9077         __USE_GNU, for consistency with netdb.in.h.
9078         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9079
9080 2009-03-01  Bruno Haible  <bruno@clisp.org>
9081
9082         More support for FreeMiNT.
9083         * lib/fseeko.c (rpl_fseeko): Complete last commit.
9084         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9085
9086 2009-03-01  Bruno Haible  <bruno@clisp.org>
9087
9088         More support for FreeMiNT.
9089         * lib/fpurge.c (fpurge): Correct last commit.
9090         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9091
9092 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9093
9094         Fix unportable awk script in vc-list-files.
9095         * build-aux/vc-list-files: In the replacement awk script, use
9096         substr with a second argument of 1, not zero.
9097         Report by Simon Josefsson.
9098
9099 2009-02-28  Bruno Haible  <bruno@clisp.org>
9100
9101         More support for FreeMiNT.
9102         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
9103         to FreeMiNT today.
9104         * lib/fwriting.c (fwriting): Likewise.
9105         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
9106
9107 2009-02-28  Bruno Haible  <bruno@clisp.org>
9108
9109         * tests/test-freadseek.c (main): Disable test beyond end of file on
9110         FreeMiNT.
9111         * tests/test-ftello.c (main): Likewise.
9112         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
9113
9114 2009-02-28  Bruno Haible  <bruno@clisp.org>
9115
9116         Add tentative support for FreeMiNT.
9117         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
9118         * lib/fpurge.c (fpurge): Likewise.
9119         * lib/freadable.c (freadable): Likewise.
9120         * lib/freading.c (freading): Likewise.
9121         * lib/freadptr.c (freadptr): Likewise.
9122         * lib/freadseek.c (freadptrinc): Likewise.
9123         * lib/fseeko.c (rpl_fseeko): Likewise.
9124         * lib/fseterr.c (fseterr): Likewise.
9125         * lib/fwritable.c (fwritable): Likewise.
9126         * lib/fwriting.c (fwriting): Likewise.
9127         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
9128         Hourihane.
9129         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9130
9131 2009-02-28  Bruno Haible  <bruno@clisp.org>
9132
9133         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
9134         SIGCHLD.
9135         Reported by Jim Meyering.
9136
9137 2009-02-28  Bruno Haible  <bruno@clisp.org>
9138
9139         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
9140         Mention the results of these tests on various platforms.
9141         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
9142         order.
9143         * doc/posix-functions/printf.texi: Likewise.
9144         * doc/posix-functions/snprintf.texi: Likewise.
9145         * doc/posix-functions/sprintf.texi: Likewise.
9146         * doc/posix-functions/vfprintf.texi: Likewise.
9147         * doc/posix-functions/vprintf.texi: Likewise.
9148         * doc/posix-functions/vsnprintf.texi: Likewise.
9149         * doc/posix-functions/vsprintf.texi: Likewise.
9150         * doc/glibc-functions/obstack_printf.texi: Likewise.
9151         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
9152
9153 2009-02-28  Bruno Haible  <bruno@clisp.org>
9154
9155         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
9156         Reported by Loïc Minier <lool@dooz.org>.
9157
9158 2009-02-27  Bruno Haible  <bruno@clisp.org>
9159
9160         * gnulib-tool (func_import): Make the sed expression used to create the
9161         sed script for updating the .gitignore file POSIX compliant.
9162         Reported by Eric Blake.
9163
9164 2009-02-27  Bruno Haible  <bruno@clisp.org>
9165
9166         * gnulib-tool (sed): Don't alias as "sed --posix".
9167         Reported by Eric Blake.
9168
9169 2009-02-27  Bruno Haible  <bruno@clisp.org>
9170
9171         Avoid test link errors.
9172         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
9173         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
9174         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
9175         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
9176         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9177
9178 2009-02-27  Bruno Haible  <bruno@clisp.org>
9179
9180         Avoid spurious "(cached)" in configure output.
9181         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
9182         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
9183         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
9184         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
9185         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
9186         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
9187         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
9188         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
9189         Reported by Eric Blake.
9190
9191 2009-02-27  Eric Blake  <ebb9@byu.net>
9192
9193         printf: fix regression in previous patch
9194         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
9195
9196 2009-02-27  Bruno Haible  <bruno@clisp.org>
9197
9198         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
9199         value.
9200         * lib/stdint.in.h: Likewise.
9201         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
9202
9203 2009-02-27  Eric Blake  <ebb9@byu.net>
9204
9205         doc: mention more functions added in cygwin 1.7.0
9206         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
9207         addition.
9208         * doc/posix-functions/open_wmemstream.texi: Likewise.
9209         * doc/posix-functions/wcsnlen.texi: Likewise.
9210         * doc/posix-functions/wcsnrtombs.texi: Likewise.
9211         * doc/posix-functions/wcstod.texi: Likewise.
9212         * doc/posix-functions/wcstof.texi: Likewise.
9213         * doc/posix-functions/wcstoimax.texi: Likewise.
9214         * doc/posix-functions/wcstok.texi: Likewise.
9215         * doc/posix-functions/wcstoumax.texi: Likewise.
9216
9217         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
9218         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
9219         * doc/posix-functions/fprintf.texi: Update.
9220         * doc/posix-functions/printf.texi: Update.
9221         * doc/posix-functions/snprintf.texi: Update.
9222         * doc/posix-functions/sprintf.texi: Update.
9223         * doc/posix-functions/vfprintf.texi: Update.
9224         * doc/posix-functions/vprintf.texi: Update.
9225         * doc/posix-functions/vsnprintf.texi: Update.
9226         * doc/posix-functions/vsprintf.texi: Update.
9227         * doc/glibc-functions/obstack_printf.texi: Update.
9228         * doc/glibc-functions/obstack_vprintf.texi: Update.
9229
9230 2009-02-26  Eric Blake  <ebb9@byu.net>
9231
9232         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
9233         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
9234         compilation bug by using runtime conversion.
9235         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
9236         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
9237         * modules/ceill-tests (Files): Use nan.h.
9238         * modules/floorl-tests (Files): Likewise.
9239         * modules/frexpl-tests (Files): Likewise.
9240         * modules/isnanl-tests (Files): Likewise.
9241         * modules/ldexpl-tests (Files): Likewise.
9242         * modules/roundl-tests (Files): Likewise.
9243         * modules/truncl-tests (Files): Likewise.
9244         * tests/test-ceill.c (main): Use a working NaN.
9245         * tests/test-floorl.c (main): Likewise.
9246         * tests/test-frexpl.c (main): Likewise.
9247         * tests/test-isnan.c (test_long_double): Likewise.
9248         * tests/test-isnanl.h (main): Likewise.
9249         * tests/test-ldexpl.h (main): Likewise.
9250         * tests/test-roundl.h (main): Likewise.
9251         * tests/test-truncl.h (main): Likewise.
9252         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
9253
9254 2009-02-26  Eric Blake  <ebb9@byu.net>
9255             Bruno Haible  <bruno@clisp.org>
9256
9257         Work around a *printf bug with %ls on Solaris.
9258         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
9259         precision is specified, sprintf stops converting the wide string
9260         argument when the number of bytes that have been produced by this
9261         conversion equals or exceeds the precision.
9262         * doc/posix-functions/fprintf.texi: Update.
9263         * doc/posix-functions/printf.texi: Update.
9264         * doc/posix-functions/snprintf.texi: Update.
9265         * doc/posix-functions/sprintf.texi: Update.
9266         * doc/posix-functions/vfprintf.texi: Update.
9267         * doc/posix-functions/vprintf.texi: Update.
9268         * doc/posix-functions/vsnprintf.texi: Update.
9269         * doc/posix-functions/vsprintf.texi: Update.
9270         * doc/glibc-functions/obstack_printf.texi: Update.
9271         * doc/glibc-functions/obstack_vprintf.texi: Update.
9272
9273 2009-02-26  Eric Blake  <ebb9@byu.net>
9274
9275         stdlib: favor compiler check of random.h
9276         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
9277         to avoid an ObjC random.h installed by Swarm.
9278
9279 2009-02-26  Bruno Haible  <bruno@clisp.org>
9280
9281         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
9282         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
9283         Reported by Gary V. Vaughan <gary@gnu.org>.
9284
9285 2009-02-26  Bruno Haible  <bruno@clisp.org>
9286
9287         Fix *printf behaviour regarding the %ls directive.
9288         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
9289         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
9290         NEED_PRINTF_DIRECTIVE_LS.
9291         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
9292         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9293         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9294         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
9295         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
9296         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
9297         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
9298         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9299         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9300         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9301         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9302         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
9303         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9304         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9305         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9306         * doc/posix-functions/fprintf.texi: Update.
9307         * doc/posix-functions/printf.texi: Update.
9308         * doc/posix-functions/snprintf.texi: Update.
9309         * doc/posix-functions/sprintf.texi: Update.
9310         * doc/posix-functions/vfprintf.texi: Update.
9311         * doc/posix-functions/vprintf.texi: Update.
9312         * doc/posix-functions/vsnprintf.texi: Update.
9313         * doc/posix-functions/vsprintf.texi: Update.
9314         * doc/glibc-functions/obstack_printf.texi: Update.
9315         * doc/glibc-functions/obstack_vprintf.texi: Update.
9316         Reported by Eric Blake.
9317
9318 2009-02-25  Bruno Haible  <bruno@clisp.org>
9319
9320         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
9321         with known value.
9322         Reported by Gary V. Vaughan <gary@gnu.org>.
9323
9324 2009-02-25  Bruno Haible  <bruno@clisp.org>
9325
9326         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
9327         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
9328         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
9329         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
9330         Reported by Gary V. Vaughan <gary@gnu.org>.
9331
9332 2009-02-25  Bruno Haible  <bruno@clisp.org>
9333
9334         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
9335         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
9336         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
9337         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
9338         Reported by Gary V. Vaughan <gary@gnu.org>.
9339
9340 2009-02-25  Eric Blake  <ebb9@byu.net>
9341
9342         tests: skip fseek/ftell tests if ungetc is broken
9343         * m4/ungetc.m4: New file.
9344         * modules/fseek-tests: Split test, so ungetc dependency is
9345         separate from rest of test.
9346         * modules/fseeko-tests: Likewise.
9347         * modules/ftell-tests: Likewise.
9348         * modules/ftello-tests: Likewise.
9349         * tests/test-fseek.c (main): Isolate ungetc dependency.
9350         * tests/test-fseeko.c (main): Likewise.
9351         * tests/test-ftell.c (main): Likewise.
9352         * tests/test-ftello.c (main): Likewise.
9353         * tests/test-fseek2.sh: New file.
9354         * tests/test-fseeko2.sh: Likewise.
9355         * tests/test-ftell2.sh: Likewise.
9356         * tests/test-ftello2.sh: Likewise.
9357
9358 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
9359
9360         test-getaddrinfo: fix usage of skip return code 77
9361         * tests/test-gettaddrinfo.c: Return skip code 77 only
9362         for first occurance of skip (4x77 is not 77)
9363
9364 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
9365
9366         strtod: avoid C99 decl-after-statement
9367         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
9368
9369 2009-02-24  Eric Blake  <ebb9@byu.net>
9370
9371         strtod: detect HP-UX 11.31 bug
9372         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
9373         Reported by Gary V. Vaughan.
9374
9375 2009-02-23  Bruno Haible  <bruno@clisp.org>
9376
9377         Fix invalid read past end of memory block.
9378         * lib/vasnprintf.c (DCHAR_SET): Define.
9379         (local_wcslen): Define only when needed.
9380         (local_strnlen, local_wcsnlen): New functions.
9381         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
9382         directives that involve a conversion ourselves.
9383         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
9384         wcsnlen, mbrtowc, wcrtomb.
9385         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
9386         * tests/test-vasprintf-posix.c (test_function): Likewise.
9387         * tests/test-snprintf-posix.h (test_function): Likewise.
9388         * tests/test-sprintf-posix.h (test_function): Likewise.
9389         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9390
9391 2009-02-22  Bruno Haible  <bruno@clisp.org>
9392
9393         Implement new clarified decomposition of Hangul syllables.
9394         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
9395         of type LTV, return only a pairwise decomposition.
9396         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
9397         Likewise.
9398         * tests/uninorm/test-decomposition.c (main): Updated expected result.
9399         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
9400         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
9401
9402 2009-02-22  Bruno Haible  <bruno@clisp.org>
9403
9404         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
9405         zero-length results and shrink excess allocated memory.
9406         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
9407         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
9408         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
9409         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
9410         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
9411         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
9412         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
9413         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
9414         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
9415         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
9416         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
9417         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
9418
9419 2009-02-21  Bruno Haible  <bruno@clisp.org>
9420
9421         * doc/gnulib.texi: Include safe-alloc.texi earlier.
9422         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
9423         spaces after a period. Put a space between a macro name and its
9424         argument list. Trivial rewordings.
9425         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
9426         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
9427         (main): Return 0 explicitly.
9428
9429 2009-02-21  Bruno Haible  <bruno@clisp.org>
9430
9431         Tests for module 'uninorm/filter'.
9432         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
9433         * modules/uninorm/filter-tests: New file.
9434
9435         New module 'uninorm/filter'.
9436         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
9437         uninorm_filter_flush, uninorm_filter_free): New declarations.
9438         * lib/uninorm/uninorm-filter.c: New file.
9439         * modules/uninorm/filter: New file.
9440
9441 2009-02-21  Bruno Haible  <bruno@clisp.org>
9442
9443         Tests for module 'uninorm/nfkc'.
9444         * tests/uninorm/test-nfkc.c: New file.
9445         * tests/uninorm/test-u8-nfkc.c: New file.
9446         * tests/uninorm/test-u16-nfkc.c: New file.
9447         * tests/uninorm/test-u32-nfkc.c: New file.
9448         * tests/uninorm/test-u32-nfkc-big.sh: New file.
9449         * tests/uninorm/test-u32-nfkc-big.c: New file.
9450         * modules/uninorm/nfkc-tests: New file.
9451
9452         New module 'uninorm/nfkc'.
9453         * lib/uninorm/nfkc.c: New file.
9454         * modules/uninorm/nfkc: New file.
9455
9456         Tests for module 'uninorm/nfkd'.
9457         * tests/uninorm/test-nfkd.c: New file.
9458         * tests/uninorm/test-u8-nfkd.c: New file.
9459         * tests/uninorm/test-u16-nfkd.c: New file.
9460         * tests/uninorm/test-u32-nfkd.c: New file.
9461         * tests/uninorm/test-u32-nfkd-big.sh: New file.
9462         * tests/uninorm/test-u32-nfkd-big.c: New file.
9463         * modules/uninorm/nfkd-tests: New file.
9464
9465         New module 'uninorm/nfkd'.
9466         * lib/uninorm/nfkd.c: New file.
9467         * modules/uninorm/nfkd: New file.
9468
9469         Tests for module 'uninorm/nfc'.
9470         * tests/uninorm/test-nfc.c: New file.
9471         * tests/uninorm/test-u8-nfc.c: New file.
9472         * tests/uninorm/test-u16-nfc.c: New file.
9473         * tests/uninorm/test-u32-nfc.c: New file.
9474         * tests/uninorm/test-u32-nfc-big.sh: New file.
9475         * tests/uninorm/test-u32-nfc-big.c: New file.
9476         * modules/uninorm/nfc-tests: New file.
9477
9478         New module 'uninorm/nfc'.
9479         * lib/uninorm/nfc.c: New file.
9480         * modules/uninorm/nfc: New file.
9481
9482         Tests for module 'uninorm/nfd'.
9483         * tests/uninorm/test-nfd.c: New file.
9484         * tests/uninorm/test-u8-nfd.c: New file.
9485         * tests/uninorm/test-u16-nfd.c: New file.
9486         * tests/uninorm/test-u32-nfd.c: New file.
9487         * tests/uninorm/test-u32-nfd-big.sh: New file.
9488         * tests/uninorm/test-u32-nfd-big.c: New file.
9489         * tests/uninorm/test-u32-normalize-big.h: New file.
9490         * tests/uninorm/test-u32-normalize-big.c: New file.
9491         * tests/uninorm/NormalizationTest.txt: New file, created from
9492         Unicode 5.1.0 NormalizationTest.txt.
9493         * modules/uninorm/nfd-tests: New file.
9494
9495         New module 'uninorm/nfd'.
9496         * lib/uninorm/nfd.c: New file.
9497         * modules/uninorm/nfd: New file.
9498
9499         New module 'uninorm/u32-normalize'.
9500         * lib/uninorm/u32-normalize.c: New file.
9501         * modules/uninorm/u32-normalize: New file.
9502
9503         New module 'uninorm/u16-normalize'.
9504         * lib/uninorm/u16-normalize.c: New file.
9505         * modules/uninorm/u16-normalize: New file.
9506
9507         New module 'uninorm/u8-normalize'.
9508         * lib/uninorm/u8-normalize.c: New file.
9509         * lib/uninorm/normalize-internal.h: New file.
9510         * lib/uninorm/u-normalize-internal.h: New file.
9511         * modules/uninorm/u8-normalize: New file.
9512
9513         New module 'uninorm/decompose-internal'.
9514         * lib/uninorm/decompose-internal.c: New file.
9515         * modules/uninorm/decompose-internal: New file.
9516
9517         Tests for module 'uninorm/composition'.
9518         * tests/uninorm/test-composition.c: New file.
9519         * modules/uninorm/composition-tests: New file.
9520
9521         New module 'uninorm/composition'.
9522         * lib/uninorm/composition.c: New file.
9523         * lib/uninorm/composition-table.gperf: New file, generated by
9524         gen-uni-tables.
9525         * modules/uninorm/composition: New file.
9526
9527         Tests for module 'uninorm/compat-decomposition'.
9528         * tests/uninorm/test-compat-decomposition.c: New file.
9529         * modules/uninorm/compat-decomposition-tests: New file.
9530
9531         New module 'uninorm/compat-decomposition'.
9532         * lib/uninorm/decompose-internal.h: New file.
9533         * lib/uninorm/compat-decomposition.c: New file.
9534         * modules/uninorm/compat-decomposition: New file.
9535
9536         Tests for module 'uninorm/canonical-decomposition'.
9537         * tests/uninorm/test-canonical-decomposition.c: New file.
9538         * modules/uninorm/canonical-decomposition-tests: New file.
9539
9540         New module 'uninorm/canonical-decomposition'.
9541         * lib/uninorm/canonical-decomposition.c: New file.
9542         * modules/uninorm/canonical-decomposition: New file.
9543
9544         Tests for module 'uninorm/decomposition'.
9545         * tests/uninorm/test-decomposition.c: New file.
9546         * modules/uninorm/decomposition-tests: New file.
9547
9548         New module 'uninorm/decomposition'.
9549         * lib/uninorm/decomposition.c: New file.
9550         * modules/uninorm/decomposition: New file.
9551
9552         New module 'uninorm/decomposition-table'.
9553         * lib/uninorm/decomposition-table.h: New file.
9554         * lib/uninorm/decomposition-table.c: New file.
9555         * lib/uninorm/decomposition-table1.h: New file, generated by
9556         gen-uni-tables.
9557         * lib/uninorm/decomposition-table2.h: New file, generated by
9558         gen-uni-tables.
9559         * modules/uninorm/decomposition-table: New file.
9560
9561         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
9562         (UC_DECOMP_*): New enumeration items.
9563         (get_decomposition): New function.
9564         (struct decomp_table): New type.
9565         (output_decomposition, output_decomposition_tables): New functions.
9566         (unicode_composition_exclusions): New variable.
9567         (fill_composition_exclusions, debug_output_composition_tables): New
9568         functions.
9569         (main): Accept one more argument. Invoke fill_composition_exclusions.
9570         Output decomposition and composition tables.
9571
9572         New module 'uninorm/base'.
9573         * lib/uninorm.h: New file.
9574         * lib/unictype.h: Update comment.
9575         * modules/uninorm/base: New file.
9576
9577 2009-02-21  David Lutterkort  <lutter@redhat.com>
9578
9579         Tests for module 'safe-alloc'.
9580         * tests/test-safe-alloc.c: New file.
9581         * modules/safe-alloc-tests: New file.
9582
9583         New module 'safe-alloc'.
9584         * lib/safe-alloc.h: New file.
9585         * lib/safe-alloc.c: New file.
9586         * m4/safe-alloc.m4: New file.
9587         * modules/safe-alloc: New file.
9588         * doc/safe-alloc.texi: New file.
9589         * doc/gnulib.texi: Include it.
9590         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
9591         safe-alloc.
9592
9593 2009-02-18  Bruno Haible  <bruno@clisp.org>
9594
9595         Fix link error on non-glibc systems.
9596         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
9597         variable.
9598         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9599
9600 2009-02-18  Jim Meyering  <meyering@redhat.com>
9601
9602         fts: avoid used-uninitialized error due to recent change
9603         * lib/fts.c (fts_read): Guard uses of the new member,
9604         parent->fts_n_dirs_remaining, since it's not relevant for
9605         the parent of a directory specified on the command-line.
9606
9607 2009-02-17  James Youngman  <jay@gnu.org>
9608             Bruno Haible  <bruno@clisp.org>
9609
9610         * m4/include_next.m4: Reformulate comment.
9611
9612 2009-02-16  Jim Meyering  <meyering@redhat.com>
9613
9614         fts: add #if guards so that the fts_lgpl module still builds
9615         * lib/fts.c: Guard just-added hash-table-using parts with
9616         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
9617         Reported by Simon Josefsson.
9618
9619 2009-02-15  Bruno Haible  <bruno@clisp.org>
9620
9621         * modules/array-mergesort-tests: New file.
9622         * tests/test-array-mergesort.c: New file.
9623
9624         New module 'array-mergesort'.
9625         * modules/array-mergesort: New file.
9626         * lib/array-mergesort.h: New file.
9627
9628 2009-02-15  Bruno Haible  <bruno@clisp.org>
9629
9630         Fix 2009-02-07 commit.
9631         * lib/gen-uni-tables.c (output_predicate, output_category,
9632         output_combclass, output_bidi_category, output_decimal_digit,
9633         output_digit, output_numeric, output_mirror, output_scripts,
9634         output_ident_category, output_simple_mapping): Fix format directives.
9635         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
9636
9637 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
9638
9639         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
9640         fixes are available from IBM.
9641
9642 2009-02-13  Jim Meyering  <meyering@redhat.com>
9643
9644         fts: arrange not to stat non-directories in more cases
9645         This makes GNU find (when it doesn't need to stat each file)
9646         *much* more efficient at traversing reiserfs file systems.
9647         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
9648         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
9649         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
9650         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
9651         (leaf_optimization_applies): New function.
9652         (LCO_hash, LCO_compare): New helper functions.
9653         (link_count_optimize_ok): New function.
9654         (fts_stat): Initialize new member (if dir).
9655         (fts_read): Decrement parent's fts_n_dirs_remaining count if
9656         we've just stat'ed a directory.  Skip the stat call when possible.
9657         ---
9658         Note this AFS-related exchange:
9659         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
9660         and note find's pioctl call in find/fstype.c.
9661         But that is necessary only if you want to enable the
9662         optimization for AFS, and for now, I don't.
9663
9664         fts: move a function definition "up" (no semantic change)
9665         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
9666         "up" to precede upcoming use of a related function.
9667
9668 2009-02-11  Jim Meyering  <meyering@redhat.com>
9669
9670         fts: correct internal computation of nlinks (optimization-related)
9671         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
9672         whether the current entry is a directory, so don't test it.
9673
9674 2009-02-10  Bruno Haible  <bruno@clisp.org>
9675
9676         Tests for module 'uniwbrk/ulc-wordbreaks'.
9677         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
9678         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
9679         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
9680
9681         Tests for module 'uniwbrk/u32-wordbreaks'.
9682         * modules/uniwbrk/u32-wordbreaks-tests: New file.
9683         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
9684
9685         Tests for module 'uniwbrk/u16-wordbreaks'.
9686         * modules/uniwbrk/u16-wordbreaks-tests: New file.
9687         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
9688
9689         Tests for module 'uniwbrk/u8-wordbreaks'.
9690         * modules/uniwbrk/u8-wordbreaks-tests: New file.
9691         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
9692
9693 2009-02-10  Bruno Haible  <bruno@clisp.org>
9694
9695         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
9696         property.
9697         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
9698         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
9699         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
9700
9701 2009-02-10  Simon Josefsson  <simon@josefsson.org>
9702
9703         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
9704         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
9705
9706 2009-02-10  Bruno Haible  <bruno@clisp.org>
9707
9708         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
9709         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
9710         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
9711         * lib/unilbrk/u8-possible-linebreaks.c: Update.
9712         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
9713         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
9714
9715 2009-02-09  Simon Josefsson  <simon@josefsson.org>
9716
9717         * lib/sockets.h (gl_fd_to_handle): New function.
9718
9719         * tests/test-sockets.c: Call gl_fd_to_handle.
9720
9721 2009-02-09  Bruno Haible  <bruno@clisp.org>
9722
9723         * doc/havelib.texi: Document the conventions on bi-arch systems.
9724
9725 2009-02-08  Bruno Haible  <bruno@clisp.org>
9726
9727         Document the AC_LIB_LINKFLAGS macro.
9728         * doc/havelib.texi: New file, mostly written on 2005-05-24.
9729         * doc/gnulib.texi: Include it.
9730
9731 2009-02-08  Bruno Haible  <bruno@clisp.org>
9732
9733         Fix wrong order of sections, compared to TOC.
9734         * doc/gnulib.texi: Include relocatable-maint.texi after the
9735         "Regular expressions" node, not before.
9736
9737 2009-02-08  Bruno Haible  <bruno@clisp.org>
9738
9739         Tests for module 'unicase/totitle'.
9740         * modules/unicase/totitle-tests: New file.
9741
9742         Tests for module 'unicase/tolower'.
9743         * modules/unicase/tolower-tests: New file.
9744
9745         Tests for module 'unicase/toupper'.
9746         * modules/unicase/toupper-tests: New file.
9747         * tests/unicase/test-mapping-part1.h: New file.
9748         * tests/unicase/test-mapping-part2.h: New file.
9749
9750         New module 'unicase/totitle'.
9751         * modules/unicase/totitle: New file.
9752         * lib/unicase/totitle.c: New file.
9753
9754         New module 'unicase/tolower'.
9755         * modules/unicase/tolower: New file.
9756         * lib/unicase/tolower.c: New file.
9757
9758         New module 'unicase/toupper'.
9759         * modules/unicase/toupper: New file.
9760         * lib/unicase/toupper.c: New file.
9761         * lib/unicase/simple-mapping.h: New file.
9762
9763         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
9764         (mapping_table): New structure.
9765         (output_simple_mapping): New function.
9766         (main): Invoke output_simple_mapping_test and output_simple_mapping.
9767         * modules/gen-uni-tables (Description): Update.
9768         * lib/unicase/toupper.h: New file, automatically generated by
9769         gen-uni-tables.
9770         * lib/unicase/tolower.h: New file, automatically generated by
9771         gen-uni-tables.
9772         * lib/unicase/totitle.h: New file, automatically generated by
9773         gen-uni-tables.
9774         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
9775         gen-uni-tables.
9776         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
9777         gen-uni-tables.
9778         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
9779         gen-uni-tables.
9780
9781         New module 'unicase/base'.
9782         * modules/unicase/base: New file.
9783         * lib/unicase.h: New file.
9784
9785 2009-02-08  Bruno Haible  <bruno@clisp.org>
9786
9787         New module 'uniwbrk/ulc-wordbreaks'.
9788         * modules/uniwbrk/ulc-wordbreaks: New file.
9789         * lib/uniwbrk/ulc-wordbreaks.c: New file.
9790
9791         New module 'uniwbrk/u32-wordbreaks'.
9792         * modules/uniwbrk/u32-wordbreaks: New file.
9793         * lib/uniwbrk/u32-wordbreaks.c: New file.
9794
9795         New module 'uniwbrk/u16-wordbreaks'.
9796         * modules/uniwbrk/u16-wordbreaks: New file.
9797         * lib/uniwbrk/u16-wordbreaks.c: New file.
9798
9799         New module 'uniwbrk/u8-wordbreaks'.
9800         * modules/uniwbrk/u8-wordbreaks: New file.
9801         * lib/uniwbrk/u8-wordbreaks.c: New file.
9802         * lib/uniwbrk/u-wordbreaks.h: New file.
9803
9804         New module 'uniwbrk/table'.
9805         * modules/uniwbrk/table: New file.
9806         * lib/uniwbrk/wbrktable.h: New file.
9807         * lib/uniwbrk/wbrktable.c: New file.
9808
9809         New module 'uniwbrk/wordbreak-property'.
9810         * modules/uniwbrk/wordbreak-property: New file.
9811         * lib/uniwbrk/wordbreak-property.c: New file.
9812
9813         * lib/gen-uni-tables.c (WBP_*): New enum items.
9814         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
9815         (unicode_org_wbp): New variable.
9816         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
9817         New functions.
9818         (wbp_table): New structure.
9819         (output_wbp, output_wbrk_tables): New functions.
9820         (main): Accept additional argument. Invoke fill_org_wbp,
9821         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
9822         output_wbrk_tables.
9823         * modules/gen-uni-tables (Description): Update.
9824         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
9825         gen-uni-tables.
9826
9827         New module 'uniwbrk/base'.
9828         * modules/uniwbrk/base: New file.
9829         * lib/uniwbrk.h: New file.
9830
9831 2009-02-08  Bruno Haible  <bruno@clisp.org>
9832
9833         Update to Unicode 5.1.0.
9834         * lib/gen-uni-tables.c (is_property_alphabetic): Include
9835         U+2185..U+2188.
9836         (is_property_default_ignorable_code_point): Don't include characters
9837         of category Cc or Cs and not-a-characters.
9838         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
9839         U+0D79, U+109E, U+109F, U+A60C.
9840         * lib/unictype/bidi_of.h: Regenerated.
9841         * lib/unictype/blocks.h: Regenerated.
9842         * lib/unictype/categ_C.h: Regenerated.
9843         * lib/unictype/categ_Cf.h: Regenerated.
9844         * lib/unictype/categ_Cn.h: Regenerated.
9845         * lib/unictype/categ_L.h: Regenerated.
9846         * lib/unictype/categ_Ll.h: Regenerated.
9847         * lib/unictype/categ_Lm.h: Regenerated.
9848         * lib/unictype/categ_Lo.h: Regenerated.
9849         * lib/unictype/categ_Lu.h: Regenerated.
9850         * lib/unictype/categ_M.h: Regenerated.
9851         * lib/unictype/categ_Mc.h: Regenerated.
9852         * lib/unictype/categ_Me.h: Regenerated.
9853         * lib/unictype/categ_Mn.h: Regenerated.
9854         * lib/unictype/categ_N.h: Regenerated.
9855         * lib/unictype/categ_Nd.h: Regenerated.
9856         * lib/unictype/categ_Nl.h: Regenerated.
9857         * lib/unictype/categ_No.h: Regenerated.
9858         * lib/unictype/categ_P.h: Regenerated.
9859         * lib/unictype/categ_Pd.h: Regenerated.
9860         * lib/unictype/categ_Pe.h: Regenerated.
9861         * lib/unictype/categ_Pf.h: Regenerated.
9862         * lib/unictype/categ_Pi.h: Regenerated.
9863         * lib/unictype/categ_Po.h: Regenerated.
9864         * lib/unictype/categ_Ps.h: Regenerated.
9865         * lib/unictype/categ_S.h: Regenerated.
9866         * lib/unictype/categ_Sk.h: Regenerated.
9867         * lib/unictype/categ_Sm.h: Regenerated.
9868         * lib/unictype/categ_So.h: Regenerated.
9869         * lib/unictype/categ_of.h: Regenerated.
9870         * lib/unictype/combining.h: Regenerated.
9871         * lib/unictype/ctype_alnum.h: Regenerated.
9872         * lib/unictype/ctype_alpha.h: Regenerated.
9873         * lib/unictype/ctype_graph.h: Regenerated.
9874         * lib/unictype/ctype_lower.h: Regenerated.
9875         * lib/unictype/ctype_print.h: Regenerated.
9876         * lib/unictype/ctype_punct.h: Regenerated.
9877         * lib/unictype/ctype_upper.h: Regenerated.
9878         * lib/unictype/decdigit.h: Regenerated.
9879         * lib/unictype/digit.h: Regenerated.
9880         * lib/unictype/mirror.h: Regenerated.
9881         * lib/unictype/numeric.h: Regenerated.
9882         * lib/unictype/pr_alphabetic.h: Regenerated.
9883         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
9884         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
9885         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
9886         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
9887         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
9888         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
9889         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
9890         * lib/unictype/pr_combining.h: Regenerated.
9891         * lib/unictype/pr_dash.h: Regenerated.
9892         * lib/unictype/pr_decimal_digit.h: Regenerated.
9893         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
9894         * lib/unictype/pr_deprecated.h: Regenerated.
9895         * lib/unictype/pr_diacritic.h: Regenerated.
9896         * lib/unictype/pr_extender.h: Regenerated.
9897         * lib/unictype/pr_format_control.h: Regenerated.
9898         * lib/unictype/pr_grapheme_base.h: Regenerated.
9899         * lib/unictype/pr_grapheme_extend.h: Regenerated.
9900         * lib/unictype/pr_grapheme_link.h: Regenerated.
9901         * lib/unictype/pr_id_continue.h: Regenerated.
9902         * lib/unictype/pr_id_start.h: Regenerated.
9903         * lib/unictype/pr_ideographic.h: Regenerated.
9904         * lib/unictype/pr_ignorable_control.h: Regenerated.
9905         * lib/unictype/pr_lowercase.h: Regenerated.
9906         * lib/unictype/pr_math.h: Regenerated.
9907         * lib/unictype/pr_numeric.h: Regenerated.
9908         * lib/unictype/pr_other_alphabetic.h: Regenerated.
9909         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
9910         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
9911         * lib/unictype/pr_other_id_continue.h: Regenerated.
9912         * lib/unictype/pr_other_lowercase.h: Regenerated.
9913         * lib/unictype/pr_other_math.h: Regenerated.
9914         * lib/unictype/pr_punctuation.h: Regenerated.
9915         * lib/unictype/pr_sentence_terminal.h: Regenerated.
9916         * lib/unictype/pr_soft_dotted.h: Regenerated.
9917         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
9918         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
9919         * lib/unictype/pr_unified_ideograph.h: Regenerated.
9920         * lib/unictype/pr_uppercase.h: Regenerated.
9921         * lib/unictype/pr_xid_continue.h: Regenerated.
9922         * lib/unictype/pr_xid_start.h: Regenerated.
9923         * lib/unictype/pr_zero_width.h: Regenerated.
9924         * lib/unictype/scripts.h: Regenerated.
9925         * lib/unictype/scripts_byname.gperf: Regenerated.
9926         * lib/unictype/sy_java_ident.h: Regenerated.
9927         * lib/unilbrk/lbrkprop1.h: Regenerated.
9928         * lib/unilbrk/lbrkprop2.h: Regenerated.
9929         * tests/unictype/test-categ_C.c: Regenerated.
9930         * tests/unictype/test-categ_Cf.c: Regenerated.
9931         * tests/unictype/test-categ_Cn.c: Regenerated.
9932         * tests/unictype/test-categ_L.c: Regenerated.
9933         * tests/unictype/test-categ_Ll.c: Regenerated.
9934         * tests/unictype/test-categ_Lm.c: Regenerated.
9935         * tests/unictype/test-categ_Lo.c: Regenerated.
9936         * tests/unictype/test-categ_Lu.c: Regenerated.
9937         * tests/unictype/test-categ_M.c: Regenerated.
9938         * tests/unictype/test-categ_Mc.c: Regenerated.
9939         * tests/unictype/test-categ_Me.c: Regenerated.
9940         * tests/unictype/test-categ_Mn.c: Regenerated.
9941         * tests/unictype/test-categ_N.c: Regenerated.
9942         * tests/unictype/test-categ_Nd.c: Regenerated.
9943         * tests/unictype/test-categ_Nl.c: Regenerated.
9944         * tests/unictype/test-categ_No.c: Regenerated.
9945         * tests/unictype/test-categ_P.c: Regenerated.
9946         * tests/unictype/test-categ_Pd.c: Regenerated.
9947         * tests/unictype/test-categ_Pe.c: Regenerated.
9948         * tests/unictype/test-categ_Pf.c: Regenerated.
9949         * tests/unictype/test-categ_Pi.c: Regenerated.
9950         * tests/unictype/test-categ_Po.c: Regenerated.
9951         * tests/unictype/test-categ_Ps.c: Regenerated.
9952         * tests/unictype/test-categ_S.c: Regenerated.
9953         * tests/unictype/test-categ_Sk.c: Regenerated.
9954         * tests/unictype/test-categ_Sm.c: Regenerated.
9955         * tests/unictype/test-categ_So.c: Regenerated.
9956         * tests/unictype/test-ctype_alnum.c: Regenerated.
9957         * tests/unictype/test-ctype_alpha.c: Regenerated.
9958         * tests/unictype/test-ctype_graph.c: Regenerated.
9959         * tests/unictype/test-ctype_lower.c: Regenerated.
9960         * tests/unictype/test-ctype_print.c: Regenerated.
9961         * tests/unictype/test-ctype_punct.c: Regenerated.
9962         * tests/unictype/test-ctype_upper.c: Regenerated.
9963         * tests/unictype/test-decdigit.h: Regenerated.
9964         * tests/unictype/test-digit.h: Regenerated.
9965         * tests/unictype/test-numeric.h: Regenerated.
9966         * tests/unictype/test-pr_alphabetic.c: Regenerated.
9967         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
9968         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
9969         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
9970         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
9971         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
9972         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
9973         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
9974         * tests/unictype/test-pr_combining.c: Regenerated.
9975         * tests/unictype/test-pr_dash.c: Regenerated.
9976         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
9977         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
9978         * tests/unictype/test-pr_deprecated.c: Regenerated.
9979         * tests/unictype/test-pr_diacritic.c: Regenerated.
9980         * tests/unictype/test-pr_extender.c: Regenerated.
9981         * tests/unictype/test-pr_format_control.c: Regenerated.
9982         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
9983         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
9984         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
9985         * tests/unictype/test-pr_id_continue.c: Regenerated.
9986         * tests/unictype/test-pr_id_start.c: Regenerated.
9987         * tests/unictype/test-pr_ideographic.c: Regenerated.
9988         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
9989         * tests/unictype/test-pr_lowercase.c: Regenerated.
9990         * tests/unictype/test-pr_math.c: Regenerated.
9991         * tests/unictype/test-pr_numeric.c: Regenerated.
9992         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
9993         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
9994         Regenerated.
9995         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
9996         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
9997         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
9998         * tests/unictype/test-pr_other_math.c: Regenerated.
9999         * tests/unictype/test-pr_punctuation.c: Regenerated.
10000         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
10001         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
10002         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
10003         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
10004         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
10005         * tests/unictype/test-pr_uppercase.c: Regenerated.
10006         * tests/unictype/test-pr_xid_continue.c: Regenerated.
10007         * tests/unictype/test-pr_xid_start.c: Regenerated.
10008         * tests/unictype/test-pr_zero_width.c: Regenerated.
10009
10010         Update to Unicode 5.1.0.
10011         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
10012         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
10013         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
10014         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
10015         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
10016         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
10017         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
10018         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
10019         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
10020         (nonspacing_table_ind): Update.
10021         * tests/uniwidth/test-uc_width2.sh: Update expected result.
10022
10023         Update to Unicode 5.1.0.
10024         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
10025         code transform.
10026         * lib/uniname/uniname.c (unicode_character_name,
10027         unicode_name_character): Add the range 0x1Fxxx to the code transform.
10028         * lib/uniname/uninames.h: Regenerated.
10029         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
10030
10031 2009-02-07  Bruno Haible  <bruno@clisp.org>
10032
10033         Merge gen-ctype and gen-lbrk into a single program.
10034         * lib/gen-uni-tables.c: New file, incorporating
10035         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
10036         Add directory prefixes to the names of the generated files.
10037         * lib/unictype/gen-ctype.c: Remove file.
10038         * lib/unilbrk/gen-lbrk.c: Remove file.
10039         * modules/gen-uni-tables: New file.
10040         * modules/unictype/gen-ctype: Remove file.
10041         * modules/unilbrk/gen-lbrk: Remove file.
10042
10043 2009-02-07  Bruno Haible  <bruno@clisp.org>
10044
10045         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
10046
10047         New module 'unistr/u32-strcoll'.
10048         * modules/unistr/u32-strcoll: New file.
10049         * lib/unistr/u32-strcoll.c: New file.
10050
10051         New module 'unistr/u16-strcoll'.
10052         * modules/unistr/u16-strcoll: New file.
10053         * lib/unistr/u16-strcoll.c: New file.
10054
10055         New module 'unistr/u8-strcoll'.
10056         * modules/unistr/u8-strcoll: New file.
10057         * lib/unistr/u8-strcoll.c: New file.
10058         * lib/unistr/u-strcoll.h: New file.
10059
10060 2009-02-07  Bruno Haible  <bruno@clisp.org>
10061
10062         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
10063         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
10064         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
10065         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
10066         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
10067         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
10068
10069 2009-02-07  Bruno Haible  <bruno@clisp.org>
10070
10071         Make 64-bit clean.
10072         * lib/unictype/gen-ctype.c (output_predicate, output_category,
10073         output_combclass, output_bidi_category, output_decimal_digit,
10074         output_digit, output_numeric, output_mirror, output_scripts,
10075         output_ident_category): Use proper width specifier in format strings.
10076
10077 2009-02-07  Bruno Haible  <bruno@clisp.org>
10078
10079         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
10080         failure behaviour.
10081
10082 2009-02-07  Jim Meyering  <meyering@redhat.com>
10083
10084         regex: avoid compilation failure with upcoming gcc-4.4
10085         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
10086         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
10087         "... error: integer overflow in preprocessor expression".
10088
10089 2009-02-05  Ben Pfaff  <blp@gnu.org>
10090
10091         Fix link errors on Windows when close module is used.
10092         * modules/close: Add $(LIB_CLOSE) to Link section.
10093         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
10094         $(LIB_CLOSE) on Windows.
10095
10096 2009-02-05  Jim Meyering  <meyering@redhat.com>
10097
10098         still avoid unused-parameter warnings, but do it cleanly
10099         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
10100         (get_fs_usage): Cast to void instead.
10101         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
10102         (dev_from_mount_options, read_file_system_list): Cast to void.
10103         Prompted by Bruno Haible.
10104
10105 2009-02-04  Jim Meyering  <meyering@redhat.com>
10106
10107         fsusage.c: correct copyright year
10108         * lib/fsusage.c: Reflect year in which the change is pushed into
10109
10110         avoid misc. warnings
10111         * lib/fsusage.c (UNUSED_PARAM): Define.
10112         (get_fs_usage): Mark parameter "disk" as unused.
10113         * lib/getugroups.c (getgrent): Use "void" in prototype.
10114         * lib/mountlist.c: Mark unused parameters.
10115         (read_file_system_list): Declare a local with "const".
10116         * lib/nanosleep.c (getnow): Declare static.
10117         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
10118
10119         dirfd: set errno upon failure
10120         * lib/dirfd.c: Include <errno.h>.
10121         Set errno to ENOTSUP when returning -1.
10122         * modules/dirfd (Depends-on): Add errno.
10123         Suggested by John Kodis <kodis@comcast.net>.
10124
10125 2009-02-01  Bruno Haible  <bruno@clisp.org>
10126
10127         Don't assume sizeof (long) >= sizeof (void *).
10128         * lib/memcmp.c: Include stdint.h.
10129         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
10130         srcp2 to 'const byte *'.
10131         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
10132         types to uintptr_t.
10133         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
10134         * modules/memcmp (Depends-on): Add stdint.
10135         Reported by Ozkan Sezer <sezeroz@gmail.com>.
10136
10137 2009-01-30  Eric Blake  <ebb9@byu.net>
10138
10139         fix more require-before-expand issues
10140         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
10141         expand, AC_PROG_AWK.
10142         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
10143
10144 2009-01-28  Eric Blake  <ebb9@byu.net>
10145
10146         version-etc: use consistent URL formatting
10147         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
10148         Improve formatting.  Use fputs for string without %.
10149
10150 2009-01-28  Jim Meyering  <meyering@redhat.com>
10151
10152         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
10153         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
10154         "underquoted definition of NAME" from autoconf-2.59.
10155
10156 2009-01-28  Bruno Haible  <bruno@clisp.org>
10157
10158         * doc/gnulib.texi: Add "Obsolete modules" to index.
10159
10160 2009-01-28  Jim Meyering  <meyering@redhat.com>
10161
10162         useless-if-before-free: recognize more variants
10163         * build-aux/useless-if-before-free: Also recognize e.g.,
10164         if (NULL != p) free (p);
10165
10166 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
10167
10168         test-getaddrinfo: skip (don't fail) this test when there's no network
10169         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
10170         on the presumption that it means you lack network access.
10171
10172 2009-01-26  Jim Meyering  <meyering@redhat.com>
10173
10174         fflush: avoid warnings on modern systems
10175         * lib/fflush.c (rpl_fflush): Move declarations of locals,
10176         pos and result, into scopes where they're used.
10177
10178 2009-01-26  Eric Blake  <ebb9@byu.net>
10179
10180         Silence warning reintroduced by recent extensions patch.
10181         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
10182         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
10183         autoconf.
10184
10185         Backport improved autoconf semantics of AC_DEFUN_ONCE.
10186         * m4/00gnulib.m4: New file.
10187         * gnulib-tool (func_get_filelist): Always use it.
10188         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
10189         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
10190
10191 2009-01-25  Bruno Haible  <bruno@clisp.org>
10192
10193         Make test-quotearg work on MacOS X and AIX.
10194         * tests/test-quotearg.sh: New file.
10195         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
10196         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
10197         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
10198         include <libintl.h>.
10199         (fake_locale): Remove variable.
10200         (gettext, dgettext, dcgettext): Remove functions.
10201         (main): Instead of setting a fake locale, set a real locale. Call
10202         textdomain and bindtextdomain.
10203         * modules/quotearg-tests (Files): Add the new files.
10204         (Depends-on): Add gettext, setenv, unsetenv.
10205         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
10206         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
10207         Augment TESTS_ENVIRONMENT.
10208
10209 2009-01-25  Bruno Haible  <bruno@clisp.org>
10210
10211         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
10212         fr_FR.ISO8859-1 locale on MacOS X.
10213         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
10214         ja_JP.eucJP locale on MacOS X.
10215         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
10216         zh_CN.GB18030 locale on MacOS X.
10217
10218 2009-01-25  Bruno Haible  <bruno@clisp.org>
10219
10220         Avoid link errors on MacOS X 10.3.
10221         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
10222         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
10223
10224 2009-01-25  Bruno Haible  <bruno@clisp.org>
10225
10226         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
10227         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
10228         * modules/pipe (Files): Remove m4/posix_spawn.m4.
10229         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
10230         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
10231         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
10232         posix_spawnattr_init, posix_spawnattr_setsigmask,
10233         posix_spawnattr_setflags, posix_spawnattr_destroy.
10234
10235         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
10236         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
10237         * modules/execute (Files): Remove m4/posix_spawn.m4.
10238         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
10239         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
10240         posix_spawnattr_init, posix_spawnattr_setsigmask,
10241         posix_spawnattr_setflags, posix_spawnattr_destroy.
10242
10243 2009-01-25  Bruno Haible  <bruno@clisp.org>
10244
10245         * lib/glthread/threadlib.c: Include <stdlib.h>.
10246
10247 2009-01-25  Bruno Haible  <bruno@clisp.org>
10248
10249         * lib/glthread/threadlib.c (dummy): New declaration.
10250
10251 2009-01-25  Bruno Haible  <bruno@clisp.org>
10252
10253         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
10254         multibyte characters also for the GB18030 encoding. Don't crash when
10255         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
10256
10257 2009-01-25  Bruno Haible  <bruno@clisp.org>
10258
10259         Avoid redefining 'struct random_data' on OSF/1 5.1.
10260         * lib/stdlib.in.h: Include <random.h> if it exists.
10261         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
10262         HAVE_RANDOM_H. Include <random.h> when testing whether
10263         'struct random_data' exists.
10264         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
10265
10266 2009-01-25  Bruno Haible  <bruno@clisp.org>
10267
10268         Don't install charset.alias on MacOS X >= 10.3.
10269         * lib/localcharset.c (DARWIN7): New macro.
10270         (get_charset_aliases): Hardcode the result for Darwin7.
10271         * modules/localcharset (install-exec-local): Don't install
10272         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
10273
10274 2009-01-25  Bruno Haible  <bruno@clisp.org>
10275
10276         Don't install charset.alias on mingw and Cygwin.
10277         * modules/localcharset (install-exec-local): Don't install
10278         charset.alias on mingw and Cygwin, if the file does not yet exist.
10279         The result for these platforms is hardcoded in localcharset.c.
10280
10281 2009-01-25  Bruno Haible  <bruno@clisp.org>
10282
10283         Make it possible again to use AC_GNU_SOURCE together with gnulib.
10284         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
10285         before requiring AC_USE_SYSTEM_EXTENSIONS.
10286
10287 2009-01-25  Jim Meyering  <meyering@redhat.com>
10288
10289         c-strtod: avoid warnings
10290         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
10291         "assignment discards qualifiers from pointer target type" warnings.
10292
10293 2009-01-24  Bruno Haible  <bruno@clisp.org>
10294
10295         Add support for non-UTF-8 locales on MacOS X.
10296         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
10297         canonical encodings. For Darwin 7 and newer, don't map traditional
10298         encodings to UTF-8.
10299         Reported by Vincent Lefevre <vincent@vinc17.org>
10300         at <http://savannah.gnu.org/bugs/?25235>.
10301
10302 2009-01-24  Bruno Haible  <bruno@clisp.org>
10303
10304         * doc/gnulib.texi (Obsolete modules): New section.
10305         Reported by Mike Frysinger <vapier@gentoo.org>.
10306
10307 2009-01-24  Bruno Haible  <bruno@clisp.org>
10308
10309         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
10310         (%.dvi): New rule.
10311
10312 2009-01-24  Bruno Haible  <bruno@clisp.org>
10313
10314         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
10315         Reported by Eric Blake.
10316
10317 2009-01-24  Bruno Haible  <bruno@clisp.org>
10318
10319         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
10320         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
10321         Reported by Gary V. Vaughan <gary@gnu.org>.
10322
10323 2009-01-24  Bruno Haible  <bruno@clisp.org>
10324
10325         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
10326
10327 2009-01-23  Bruno Haible  <bruno@clisp.org>
10328
10329         Make c-strtod, c-strtold usable in libraries.
10330         * lib/c-strtod.c: Include string.h instead of xalloc.h.
10331         (C_STRTOD): Call strdup instead of xstrdup.
10332         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
10333         * modules/c-strtold (Depends-on): Likewise.
10334         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
10335         * NEWS: Mention the change.
10336         Reported by Michael Gold <mgold@ncf.ca>.
10337
10338 2009-01-23  Jim Meyering  <meyering@redhat.com>
10339
10340         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
10341         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
10342         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
10343
10344 2009-01-23  Simon Josefsson  <simon@josefsson.org>
10345
10346         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
10347         GNU CoreUtils.
10348         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
10349         * modules/version-etc (Description): Update.
10350
10351 2009-01-22  Bruno Haible  <bruno@clisp.org>
10352
10353         Cache the C locale object.
10354         * lib/c-strtod.c (c_locale_cache): New variable.
10355         (c_locale): New function.
10356         (C_STRTOD): Use it, and don't call freelocale.
10357         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
10358         Suggested by Paolo Bonzini.
10359
10360 2009-01-21  Bruno Haible  <bruno@clisp.org>
10361
10362         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
10363         conditions other than overflow.
10364
10365 2009-01-21  Bruno Haible  <bruno@clisp.org>
10366
10367         * lib/c-strtod.c: Include errno.h.
10368         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
10369         value from STRTOD_L and STRTOD.
10370
10371 2009-01-21  Bruno Haible  <bruno@clisp.org>
10372         and Jim Meyering  <meyering@redhat.com>
10373
10374         nanosleep: skip configure test (fail it) for apple universal builds
10375         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
10376         universal builds, assume that nanosleep does not work.
10377         * modules/nanosleep (Depends-on): Add multiarch.
10378
10379         mktime: skip configure test (fail it) for apple universal builds
10380         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
10381         universal builds, assume that mktime does not work.
10382         * modules/mktime (Depends-on): Add multiarch.
10383
10384 2009-01-21  Eric Blake  <ebb9@byu.net>
10385
10386         multiarch: avoid expand-before-require warning
10387         * modules/multiarch (configure.ac): Require, rather than expand,
10388         gl_MULTIARCH.
10389         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
10390         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
10391         enforce that all clients require it.  Partial reversion of
10392         2008-12-29 patch.
10393
10394         error: avoid expand-before-require warning
10395         * modules/errno (configure.ac): Require, rather than expand,
10396         gl_HEADER_ERRNO_H.
10397         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
10398         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
10399         enforce that all clients require it.
10400
10401         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
10402         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
10403         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
10404         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
10405
10406 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
10407
10408         Revert:
10409         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
10410
10411         regex: do not depend on obsolete modules.
10412         * modules/regex: Remove memcmp and memmove.
10413
10414 2009-01-20  Bruno Haible  <bruno@clisp.org>
10415
10416         Make the 'link' module link on Windows NT 4.
10417         * lib/link.c (_WIN32_WINNT): Don't define.
10418         (CreateHardLinkFuncType): New type.
10419         (CreateHardLinkFunc, initialized): New variables.
10420         (initialize): New function.
10421         (link): Invoke CreateHardLink indirectly through the function pointer.
10422
10423 2009-01-20  Bruno Haible  <bruno@clisp.org>
10424
10425         Fix compilation failure on mingw.
10426         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
10427
10428 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
10429
10430         * doc/c-strtod.texi: Mention a couple of restrictions.
10431
10432 2009-01-20  Jim Meyering  <meyering@redhat.com>
10433
10434         gettimeofday: move more declarations out of functions
10435         * lib/gettimeofday.c: Move extern declarations of tzset and
10436         gmtime out of containing functions.  Prompted by Bruno Haible.
10437
10438 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
10439
10440         regex: do not depend on obsolete modules.
10441         * modules/regex: Remove memcmp and memmove.
10442
10443 2009-01-19  Bruno Haible  <bruno@clisp.org>
10444
10445         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
10446         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
10447         gl_BIGENDIAN, not AC_C_BIGENDIAN.
10448         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
10449         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
10450
10451 2009-01-19  Bruno Haible  <bruno@clisp.org>
10452
10453         * tests/test-link.c: Include <errno.h>.
10454         (main): Exit with code 77 when a hard link cannot be created due to
10455         the file system.
10456         * tests/test-link.sh: Skip test when a hard link cannot be created due
10457         to the file system.
10458         Suggested by Eric Blake.
10459
10460 2009-01-19  Martin Lambers  <marlam@marlam.de>
10461
10462         * modules/link-tests: New file.
10463         * tests/test-link.sh: New file.
10464         * tests/test-link.c: New file.
10465
10466 2009-01-19  Eric Blake  <ebb9@byu.net>
10467
10468         doc: mention another function added in cygwin 1.7.0
10469         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
10470         Another new function in cygwin 1.7.
10471
10472 2009-01-19  Bruno Haible  <bruno@clisp.org>
10473
10474         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
10475         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
10476         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
10477         gl_BIGENDIAN, not AC_C_BIGENDIAN.
10478         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10479         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
10480         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
10481         * m4/md4.m4 (gl_MD4): Likewise.
10482         * m4/md5.m4 (gl_MD5): Likewise.
10483         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
10484         * m4/sha1.m4 (gl_SHA1): Likewise.
10485         * m4/sha256.m4 (gl_SHA256): Likewise.
10486         * m4/sha512.m4 (gl_SHA512): Likewise.
10487
10488 2009-01-19  Bruno Haible  <bruno@clisp.org>
10489
10490         * modules/uniname/uniname-tests (Depends-on): Add progname.
10491         * tests/uniname/test-uninames.c: Include progname.h.
10492         (main): Call set_program_name.
10493
10494         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
10495         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
10496         (main): Call set_program_name.
10497
10498         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
10499         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
10500         (main): Call set_program_name.
10501
10502         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
10503         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
10504         (main): Call set_program_name.
10505
10506         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
10507         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
10508         (main): Call set_program_name.
10509
10510         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
10511         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
10512         (main): Call set_program_name.
10513
10514         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
10515         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
10516         (main): Call set_program_name.
10517
10518         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
10519         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
10520         (main): Call set_program_name.
10521
10522         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
10523         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
10524         (main): Call set_program_name.
10525
10526 2009-01-19  Eric Blake  <ebb9@byu.net>
10527
10528         test-unistd: test previous patch
10529         * tests/test-unistd.c: Test *_FILENO macros.
10530
10531         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
10532         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
10533         Guarantee a definition.
10534         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
10535         * modules/unistd-safer (Depends-on): Add dependency on unistd.
10536         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
10537         * lib/dup-safer.c (STDERR_FILENO): Likewise.
10538         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
10539         Likewise.
10540         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
10541         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
10542         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
10543         Likewise.
10544         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
10545         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
10546         (STDERR_FILENO): Likewise.
10547         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
10548         (STDERR_FILENO): Likewise.
10549         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
10550         (STDERR_FILENO): Likewise.
10551         Reported by Elbert Pol.
10552
10553 2009-01-19  Eric Blake  <ebb9@byu.net>
10554
10555         doc: mention more functions added in cygwin 1.7.0
10556         * doc/posix-functions/abort.texi (abort): Update wording related
10557         to cygwin.
10558         * doc/posix-functions/daylight.texi (daylight): Likewise.
10559         * doc/posix-functions/optarg.texi (optarg): Likewise.
10560         * doc/posix-functions/optarg.texi (opterr): Likewise.
10561         * doc/posix-functions/optarg.texi (optind): Likewise.
10562         * doc/posix-functions/optarg.texi (optopt): Likewise.
10563         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
10564         worked in 1.5.x, and was withdrawn in 1.7.
10565         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
10566         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
10567         cygwin versions.
10568         * doc/posix-functions/perror.texi (perror): Likewise.
10569         * doc/posix-functions/printf.texi (printf): Likewise.
10570         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
10571         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
10572         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
10573         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
10574         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
10575         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
10576         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
10577         Likewise.
10578         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
10579         Likewise.
10580         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
10581         this function.
10582         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
10583         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
10584         Likewise.
10585         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
10586         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
10587         * doc/posix-functions/confstr.texi (confstr): Likewise.
10588         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
10589         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
10590         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
10591         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
10592         * doc/posix-functions/fputws.texi (fputws): Likewise.
10593         * doc/posix-functions/fwide.texi (fwide): Likewise.
10594         * doc/posix-functions/getwc.texi (getwc): Likewise.
10595         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
10596         * doc/posix-functions/putwc.texi (putwc): Likewise.
10597         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
10598         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
10599         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
10600         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
10601         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
10602         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
10603         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
10604         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
10605         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
10606         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
10607         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
10608
10609 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
10610
10611         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
10612         * lib/ioctl.c: Include <sys/ioctl.h>.
10613
10614 2009-01-19  Simon Josefsson  <simon@josefsson.org>
10615
10616         * modules/getdate-tests (Depends-on): Add progname.
10617         * tests/test-getdate.c: Use progname module, to avoid link errors
10618         on non-glibc systems.
10619
10620 2009-01-18  Simon Josefsson  <simon@josefsson.org>
10621
10622         * modules/filenamecat-tests (Depends-on): Add progname.
10623         * modules/fstrcmp-tests (Depends-on): Likewise.
10624
10625         * tests/test-filenamecat.c: Use progname module, to avoid link
10626         errors on non-glibc systems.
10627         * tests/test-fstrcmp.c: Likewise.
10628
10629 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
10630
10631         gettimeofday: avoid warning: nested extern declaration of 'localtime'
10632         * lib/gettimeofday.c: Move extern declaration out of function.
10633
10634 2009-01-18  Bruno Haible  <bruno@clisp.org>
10635
10636         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
10637         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
10638         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
10639
10640 2009-01-18  Bruno Haible  <bruno@clisp.org>
10641
10642         * lib/strftime.c (MEMPCPY): Remove unused macro.
10643         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
10644
10645 2009-01-18  Martin Lambers  <marlam@marlam.de>
10646
10647         New module 'link'.
10648         * lib/unistd.in.h (link): New declaration.
10649         * lib/link.c: New file.
10650         * m4/link.m4: New file.
10651         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
10652         HAVE_LINK.
10653         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
10654         * modules/link: New file.
10655         * doc/posix-functions/link.texi: Mention the new module.
10656
10657 2009-01-18  Bruno Haible  <bruno@clisp.org>
10658
10659         * tests/test-avltree_list.c (main): Call set_program_name.
10660         * tests/test-avltree_oset.c (main): Likewise.
10661         * tests/test-obstack-printf.c: Include progname.h.
10662         (main): Call set_program_name.
10663         * tests/test-quotearg.c: Include progname.h.
10664         (main): Call set_program_name.
10665         * tests/test-xmemdup0.c: Include progname.h.
10666         (main): Call set_program_name.
10667
10668 2009-01-18  Bruno Haible  <bruno@clisp.org>
10669
10670         New module 'alphasort'.
10671         * lib/dirent.in.h (alphasort): New declaration.
10672         * lib/alphasort.c: New file, from glibc with modifications.
10673         * m4/alphasort.m4: New file.
10674         * modules/alphasort: New file.
10675         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
10676         HAVE_ALPHASORT.
10677         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
10678         HAVE_ALPHASORT.
10679         * doc/posix-functions/alphasort.texi: Mention the new module and the
10680         portability problems.
10681
10682 2009-01-18  Bruno Haible  <bruno@clisp.org>
10683
10684         New module 'scandir'.
10685         * lib/dirent.in.h (scandir): New declaration.
10686         * lib/scandir.c: New file, from glibc with modifications.
10687         * m4/scandir.m4: New file.
10688         * modules/scandir: New file.
10689         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
10690         HAVE_SCANDIR.
10691         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
10692         HAVE_SCANDIR.
10693         * doc/posix-functions/scandir.texi: Mention the new module and the
10694         portability problems.
10695
10696 2009-01-17  Bruno Haible  <bruno@clisp.org>
10697
10698         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
10699         Update documentation.
10700         (func_remove_suffix): Escape all dots in the suffix. Update
10701         documentation.
10702         (func_filter_filelist): Update documentation.
10703         Reported by Ralf Wildenhues.
10704
10705 2009-01-17  Bruno Haible  <bruno@clisp.org>
10706
10707         * modules/dprintf-posix-tests: New file.
10708         * tests/test-dprintf-posix.sh: New file.
10709         * tests/test-dprintf-posix.c: New file.
10710
10711         New modules 'dprintf', 'dprintf-posix'.
10712         * lib/stdio.in.h (dprintf): New declaration.
10713         * lib/dprintf.c: New file.
10714         * m4/dprintf.m4: New file.
10715         * m4/dprintf-posix.m4: New file.
10716         * modules/dprintf: New file.
10717         * modules/dprintf-posix: New file.
10718         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
10719         HAVE_DPRINTF, REPLACE_DPRINTF.
10720         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
10721         HAVE_DPRINTF, REPLACE_DPRINTF.
10722         * doc/posix-functions/dprintf.texi: Mention the new modules.
10723
10724 2009-01-17  Bruno Haible  <bruno@clisp.org>
10725
10726         * modules/vdprintf-posix-tests: New file.
10727         * tests/test-vdprintf-posix.sh: New file.
10728         * tests/test-vdprintf-posix.c: New file.
10729
10730         New modules 'vdprintf', 'vdprintf-posix'.
10731         * lib/stdio.in.h (vdprintf): New declaration.
10732         * lib/vdprintf.c: New file.
10733         * m4/vdprintf.m4: New file.
10734         * m4/vdprintf-posix.m4: New file.
10735         * modules/vdprintf: New file.
10736         * modules/vdprintf-posix: New file.
10737         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
10738         HAVE_VDPRINTF, REPLACE_VDPRINTF.
10739         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
10740         HAVE_VDPRINTF, REPLACE_VDPRINTF.
10741         * doc/posix-functions/vdprintf.texi: Mention the new modules.
10742
10743 2009-01-17  Bruno Haible  <bruno@clisp.org>
10744
10745         Fix replacement of fopen on mingw.
10746         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
10747         mingw.
10748
10749 2009-01-17  Bruno Haible  <bruno@clisp.org>
10750
10751         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
10752         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
10753
10754 2009-01-17  Bruno Haible  <bruno@clisp.org>
10755
10756         Avoid test-fflush2.sh failure on mingw.
10757         * tests/test-fflush2.c: Include binary-io.h.
10758         (main): Put standard input into binary mode.
10759         * modules/fflush-tests (Depends-on): Add binary-io.
10760
10761 2009-01-17  Bruno Haible  <bruno@clisp.org>
10762
10763         * lib/wchar.in.h: In another particular situation, include only the
10764         system's <wchar.h> file.
10765         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
10766         Reported by Albert Chin-A-Young <china@thewrittenword.com>
10767         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
10768
10769 2009-01-17  Bruno Haible  <bruno@clisp.org>
10770
10771         Support for stripping executables in --enable-relocatable.
10772         * build-aux/install-reloc: Expect one more argument, or an environment
10773         variable RELOC_STRIP_PROG. If set, strip the destination program and
10774         its wrapper.
10775         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
10776         RELOC_STRIP_PROG.
10777         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
10778         to set RELOCATABLE_STRIP.
10779         * NEWS: Mention the new Makefile requirement.
10780
10781 2009-01-17  Bruno Haible  <bruno@clisp.org>
10782
10783         * build-aux/install-reloc: Remove debugging information left over by
10784         C compiler on MacOS X.
10785
10786 2009-01-17  Bruno Haible  <bruno@clisp.org>
10787
10788         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
10789         * lib/progreloc.c (find_executable): Fix type of pointer passed to
10790         _NSGetExecutablePath.
10791
10792 2009-01-16  Jim Meyering  <meyering@redhat.com>
10793
10794         strerror: avoid warnings about discarding "const"
10795         * lib/strerror.c (rpl_strerror): Instead of returning a const
10796         string from each and every "case", use a variable, and add a single
10797         cast after the switch.
10798
10799 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
10800
10801         * lib/arpa_inet.in.h: Add extern "C" block for C++.
10802
10803 2009-01-16  Bruno Haible  <bruno@clisp.org>
10804
10805         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
10806         array initializer syntax that also works in C++ mode.
10807         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10808
10809 2009-01-16  Jim Meyering  <meyering@redhat.com>
10810
10811         poll: suppress a warning
10812         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
10813         to ignore "...unsigned expression < 0 is always false" warnings.
10814
10815 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
10816
10817         poll: remove declarations of unused variables
10818         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
10819         sockbuf and optlen.
10820
10821 2009-01-15  Bruno Haible  <bruno@clisp.org>
10822
10823         Make fflush-after-ungetc POSIX compliant on BSD systems.
10824         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
10825         (clear_ungetc_buffer): Implement also for other systems.
10826         (rpl_fflush): On glibc systems, invoke
10827         clear_ungetc_buffer_preserving_position. Otherwise, invoke
10828         clear_ungetc_buffer after fetching the stream's position, not before.
10829
10830 2009-01-15  Bruno Haible  <bruno@clisp.org>
10831
10832         Make fflush-after-ungetc POSIX compliant on glibc systems.
10833         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
10834         after ungetc.
10835         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
10836         (rpl_fflush): On glibc systems, simply call the system's fflush
10837         function after clearing the ungetc buffer.
10838         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
10839         Instead, lseek only to the end of file, then use the system's fseeko
10840         for the rest. On glibc systems, reset the EOF indicator bit.
10841
10842 2009-01-15  Jim Meyering  <meyering@redhat.com>
10843
10844         openmp.m4: revert quote-adding change, for portability to older autoconf
10845         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
10846         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
10847         Simon Josefsson noticed the problem when using autoconf-2.61.
10848
10849 2009-01-15  Bruno Haible  <bruno@clisp.org>
10850
10851         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
10852         * tests/test-fflush2.c (ASSERT): Always fail.
10853         (main): Add two tests for fflush() after ungetc(), taking into account
10854         the Austin Group's clarification.
10855         Suggested by Eric Blake.
10856
10857 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
10858
10859         mktime.m4: remove K&R-style function prototypes
10860         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
10861         for the Sun C++ compiler.
10862
10863 2009-01-14  Bruno Haible  <bruno@clisp.org>
10864
10865         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
10866         while including <wchar.h>.
10867         * lib/wchar.in.h: In two particular situations on HP-UX, include only
10868         the system's <wchar.h> file.
10869         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10870
10871 2009-01-14  Bruno Haible  <bruno@clisp.org>
10872
10873         * m4/csharp.m4: Don't mention gettext on the serial number line.
10874         * m4/csharpexec.m4: Likewise.
10875         * m4/eaccess.m4: Likewise.
10876         * m4/javaexec.m4: Likewise.
10877         * m4/sig_atomic_t.m4: Likewise.
10878         * m4/tmpdir.m4: Likewise.
10879         * m4/intldir.m4: Bump gettext version.
10880         * m4/lib-ld.m4: Likewise.
10881
10882 2009-01-14  Bruno Haible  <bruno@clisp.org>
10883
10884         * lib/progname.c (set_program_name): Add more comments.
10885         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10886
10887 2009-01-14  Simon Josefsson  <simon@josefsson.org>
10888
10889         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
10890         were sys/stat.h does not define it.
10891
10892 2009-01-14  Jim Meyering  <meyering@redhat.com>
10893
10894         many *.m4 files: improve m4 quoting
10895         99% of this change was performed by running the following commands:
10896         git ls-files | grep '\.m4$' | xargs perl -pi \
10897           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
10898           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
10899           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
10900           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
10901         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
10902         The remainder were to add Copyright dates, increment serial numbers,
10903         undo some changes in comments, exclude m4/intl.m4, and add quotes
10904         around the "1" in ",1" where the unusual spacing prohibited the
10905         above regexps from doing the job.  For more details, see
10906         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
10907         * m4/acl.m4: Modified.
10908         * m4/afs.m4: Likewise.
10909         * m4/alloca.m4: Likewise.
10910         * m4/argp.m4: Likewise.
10911         * m4/argz.m4: Likewise.
10912         * m4/atexit.m4: Likewise.
10913         * m4/bison-i18n.m4: Likewise.
10914         * m4/bison.m4: Likewise.
10915         * m4/byteswap.m4: Likewise.
10916         * m4/c-stack.m4: Likewise.
10917         * m4/c-strtod.m4: Likewise.
10918         * m4/calloc.m4: Likewise.
10919         * m4/canonicalize-lgpl.m4: Likewise.
10920         * m4/chown.m4: Likewise.
10921         * m4/clock_time.m4: Likewise.
10922         * m4/codeset.m4: Likewise.
10923         * m4/copy-file.m4: Likewise.
10924         * m4/csharp.m4: Likewise.
10925         * m4/csharpcomp.m4: Likewise.
10926         * m4/csharpexec.m4: Likewise.
10927         * m4/d-ino.m4: Likewise.
10928         * m4/d-type.m4: Likewise.
10929         * m4/dirfd.m4: Likewise.
10930         * m4/double-slash-root.m4: Likewise.
10931         * m4/eaccess.m4: Likewise.
10932         * m4/eealloc.m4: Likewise.
10933         * m4/environ.m4: Likewise.
10934         * m4/errno_h.m4: Likewise.
10935         * m4/euidaccess.m4: Likewise.
10936         * m4/execute.m4: Likewise.
10937         * m4/fatal-signal.m4: Likewise.
10938         * m4/fchdir.m4: Likewise.
10939         * m4/fcntl_h.m4: Likewise.
10940         * m4/fileblocks.m4: Likewise.
10941         * m4/filenamecat.m4: Likewise.
10942         * m4/findprog.m4: Likewise.
10943         * m4/flexmember.m4: Likewise.
10944         * m4/fnmatch.m4: Likewise.
10945         * m4/fopen.m4: Likewise.
10946         * m4/fpending.m4: Likewise.
10947         * m4/fprintf-posix.m4: Likewise.
10948         * m4/free.m4: Likewise.
10949         * m4/frexp.m4: Likewise.
10950         * m4/frexpl.m4: Likewise.
10951         * m4/fsusage.m4: Likewise.
10952         * m4/ftruncate.m4: Likewise.
10953         * m4/gc-camellia.m4: Likewise.
10954         * m4/gc-random.m4: Likewise.
10955         * m4/gc.m4: Likewise.
10956         * m4/getaddrinfo.m4: Likewise.
10957         * m4/getcwd-abort-bug.m4: Likewise.
10958         * m4/getcwd-path-max.m4: Likewise.
10959         * m4/getdate.m4: Likewise.
10960         * m4/getdomainname.m4: Likewise.
10961         * m4/getgroups.m4: Likewise.
10962         * m4/gethostname.m4: Likewise.
10963         * m4/gethrxtime.m4: Likewise.
10964         * m4/getline.m4: Likewise.
10965         * m4/getloadavg.m4: Likewise.
10966         * m4/getndelim2.m4: Likewise.
10967         * m4/getpass.m4: Likewise.
10968         * m4/gettext.m4: Likewise.
10969         * m4/gettime.m4: Likewise.
10970         * m4/gettimeofday.m4: Likewise.
10971         * m4/gnulib-common.m4: Likewise.
10972         * m4/group-member.m4: Likewise.
10973         * m4/host-os.m4: Likewise.
10974         * m4/iconv.m4: Likewise.
10975         * m4/iconv_open.m4: Likewise.
10976         * m4/inet_ntop.m4: Likewise.
10977         * m4/inet_pton.m4: Likewise.
10978         * m4/inline.m4: Likewise.
10979         * m4/intldir.m4: Likewise.
10980         * m4/intlmacosx.m4: Likewise.
10981         * m4/intmax.m4: Likewise.
10982         * m4/intmax_t.m4: Likewise.
10983         * m4/inttypes.m4: Likewise.
10984         * m4/inttypes_h.m4: Likewise.
10985         * m4/inttypes-pri.m4: Likewise.
10986         * m4/isapipe.m4: Likewise.
10987         * m4/isnand.m4: Likewise.
10988         * m4/isnanf.m4: Likewise.
10989         * m4/isnanl.m4: Likewise.
10990         * m4/javacomp.m4: Likewise.
10991         * m4/javaexec.m4: Likewise.
10992         * m4/jm-winsz1.m4: Likewise.
10993         * m4/jm-winsz2.m4: Likewise.
10994         * m4/lchown.m4: Likewise.
10995         * m4/lcmessage.m4: Likewise.
10996         * m4/ldexpl.m4: Likewise.
10997         * m4/lib-ld.m4: Likewise.
10998         * m4/lib-link.m4: Likewise.
10999         * m4/libsigsegv.m4: Likewise.
11000         * m4/link-follow.m4: Likewise.
11001         * m4/localcharset.m4: Likewise.
11002         * m4/locale-fr.m4: Likewise.
11003         * m4/locale-ja.m4: Likewise.
11004         * m4/locale-tr.m4: Likewise.
11005         * m4/locale-zh.m4: Likewise.
11006         * m4/lock.m4: Likewise.
11007         * m4/longlong.m4: Likewise.
11008         * m4/ls-mntd-fs.m4: Likewise.
11009         * m4/lstat.m4: Likewise.
11010         * m4/malloc.m4: Likewise.
11011         * m4/mathl.m4: Likewise.
11012         * m4/mbrtowc.m4: Likewise.
11013         * m4/mbstate_t.m4: Likewise.
11014         * m4/mbswidth.m4: Likewise.
11015         * m4/memchr.m4: Likewise.
11016         * m4/memcmp.m4: Likewise.
11017         * m4/memcpy.m4: Likewise.
11018         * m4/memmem.m4: Likewise.
11019         * m4/memmove.m4: Likewise.
11020         * m4/mempcpy.m4: Likewise.
11021         * m4/memrchr.m4: Likewise.
11022         * m4/memset.m4: Likewise.
11023         * m4/minmax.m4: Likewise.
11024         * m4/mkdir-slash.m4: Likewise.
11025         * m4/mkdtemp.m4: Likewise.
11026         * m4/mktime.m4: Likewise.
11027         * m4/mmap-anon.m4: Likewise.
11028         * m4/mountlist.m4: Likewise.
11029         * m4/nanosleep.m4: Likewise.
11030         * m4/nls.m4: Likewise.
11031         * m4/nocrash.m4: Likewise.
11032         * m4/open.m4: Likewise.
11033         * m4/openat.m4: Likewise.
11034         * m4/openmp.m4: Likewise.
11035         * m4/pathmax.m4: Likewise.
11036         * m4/perl.m4: Likewise.
11037         * m4/physmem.m4: Likewise.
11038         * m4/pipe.m4: Likewise.
11039         * m4/po.m4: Likewise.
11040         * m4/poll.m4: Likewise.
11041         * m4/posixtm.m4: Likewise.
11042         * m4/posixver.m4: Likewise.
11043         * m4/printf-frexp.m4: Likewise.
11044         * m4/printf-frexpl.m4: Likewise.
11045         * m4/printf-posix.m4: Likewise.
11046         * m4/printf-posix-rpl.m4: Likewise.
11047         * m4/printf.m4: Likewise.
11048         * m4/progtest.m4: Likewise.
11049         * m4/putenv.m4: Likewise.
11050         * m4/readline.m4: Likewise.
11051         * m4/readlink.m4: Likewise.
11052         * m4/readutmp.m4: Likewise.
11053         * m4/realloc.m4: Likewise.
11054         * m4/regex.m4: Likewise.
11055         * m4/relocatable.m4: Likewise.
11056         * m4/relocatable-lib.m4: Likewise.
11057         * m4/rename-dest-slash.m4: Likewise.
11058         * m4/rename.m4: Likewise.
11059         * m4/rmdir-errno.m4: Likewise.
11060         * m4/rmdir.m4: Likewise.
11061         * m4/roundf.m4: Likewise.
11062         * m4/roundl.m4: Likewise.
11063         * m4/rpmatch.m4: Likewise.
11064         * m4/save-cwd.m4: Likewise.
11065         * m4/selinux-selinux-h.m4: Likewise.
11066         * m4/setenv.m4: Likewise.
11067         * m4/settime.m4: Likewise.
11068         * m4/sig2str.m4: Likewise.
11069         * m4/sig_atomic_t.m4: Likewise.
11070         * m4/signalblocking.m4: Likewise.
11071         * m4/signbit.m4: Likewise.
11072         * m4/sigpipe.m4: Likewise.
11073         * m4/sockets.m4: Likewise.
11074         * m4/sockpfaf.m4: Likewise.
11075         * m4/st_dm_mode.m4: Likewise.
11076         * m4/stat-time.m4: Likewise.
11077         * m4/stdbool.m4: Likewise.
11078         * m4/stdint.m4: Likewise.
11079         * m4/stdint_h.m4: Likewise.
11080         * m4/stpcpy.m4: Likewise.
11081         * m4/stpncpy.m4: Likewise.
11082         * m4/strcase.m4: Likewise.
11083         * m4/strchrnul.m4: Likewise.
11084         * m4/strcspn.m4: Likewise.
11085         * m4/strdup.m4: Likewise.
11086         * m4/strftime.m4: Likewise.
11087         * m4/strndup.m4: Likewise.
11088         * m4/strnlen.m4: Likewise.
11089         * m4/strpbrk.m4: Likewise.
11090         * m4/strptime.m4: Likewise.
11091         * m4/strsep.m4: Likewise.
11092         * m4/strtod.m4: Likewise.
11093         * m4/strtoimax.m4: Likewise.
11094         * m4/strtok_r.m4: Likewise.
11095         * m4/strtol.m4: Likewise.
11096         * m4/strtoll.m4: Likewise.
11097         * m4/strtoul.m4: Likewise.
11098         * m4/strtoull.m4: Likewise.
11099         * m4/strtoumax.m4: Likewise.
11100         * m4/strverscmp.m4: Likewise.
11101         * m4/threadlib.m4: Likewise.
11102         * m4/timegm.m4: Likewise.
11103         * m4/tm_gmtoff.m4: Likewise.
11104         * m4/tmpdir.m4: Likewise.
11105         * m4/tmpfile.m4: Likewise.
11106         * m4/tzset.m4: Likewise.
11107         * m4/uintmax_t.m4: Likewise.
11108         * m4/unlinkdir.m4: Likewise.
11109         * m4/unlocked-io.m4: Likewise.
11110         * m4/uptime.m4: Likewise.
11111         * m4/userspec.m4: Likewise.
11112         * m4/utimbuf.m4: Likewise.
11113         * m4/utime.m4: Likewise.
11114         * m4/utimes-null.m4: Likewise.
11115         * m4/utimes.m4: Likewise.
11116         * m4/vararrays.m4: Likewise.
11117         * m4/vasnprintf.m4: Likewise.
11118         * m4/vfprintf-posix.m4: Likewise.
11119         * m4/vprintf-posix.m4: Likewise.
11120         * m4/wait-process.m4: Likewise.
11121         * m4/wchar_t.m4: Likewise.
11122         * m4/wint_t.m4: Likewise.
11123         * m4/write-any-file.m4: Likewise.
11124         * m4/yield.m4: Likewise.
11125
11126 2009-01-13  Bruno Haible  <bruno@clisp.org>
11127
11128         Avoid test-copy-file.sh failures when ACL support insufficient.
11129         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
11130         TESTS_ENVIRONMENT.
11131         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
11132         Reported by Jim Meyering.
11133
11134 2009-01-13  Bruno Haible  <bruno@clisp.org>
11135
11136         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
11137         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
11138         * modules/unistdio/u8-printf-parse (Files): Likewise.
11139         * modules/unistdio/u32-printf-parse (Files): Likewise.
11140         * modules/unistdio/ulc-printf-parse (Files): Likewise.
11141
11142 2009-01-13  Simon Josefsson  <simon@josefsson.org>
11143
11144         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
11145         and m4/inttypes_h.m4 too.
11146
11147 2009-01-12  Eric Blake  <ebb9@byu.net>
11148
11149         tests: IRIX 6.2 cc can't compile -0.0 into .data
11150         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
11151         rather than at compile-time.
11152         * tests/test-floorl.c (minus_zero): Likewise.
11153         * tests/test-frexpl.c (minus_zero): Likewise.
11154         * tests/test-isnan.c (minus_zerol): Likewise.
11155         * tests/test-isnanl.h (minus_zero): Likewise.
11156         * tests/test-ldexpl.c (minus_zero): Likewise.
11157         * tests/test-roundl.c (minus_zero): Likewise.
11158         * tests/test-signbit.c (minus_zerol): Likewise.
11159         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
11160         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
11161         * tests/test-truncl.c (minus_zero): Likewise.
11162         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
11163         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
11164         Reported by Tom G. Christensen and Nelson H. F. Beebe.
11165
11166 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11167
11168         regex: fix glibc bug 9697
11169         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
11170         handling.
11171
11172 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11173
11174         regex: fix glibc bug 697
11175         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
11176         being NULL also if there are no backreferences.
11177
11178 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11179
11180         regex: merge glibc changes
11181         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
11182         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
11183         re_string_skip_chars, re_string_reconstruct): Likewise.
11184         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
11185
11186 2009-01-07  Jim Meyering  <meyering@redhat.com>
11187
11188         poll: filter through cppi
11189         * lib/poll.c: Indent cpp directives to reflect nesting.
11190
11191 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
11192
11193         poll: don't return uninitialized
11194         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
11195
11196 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
11197
11198         avoid compile failure on AIX 6.1
11199         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
11200         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
11201
11202 2009-01-04  Jim Meyering  <meyering@redhat.com>
11203
11204         remove duplicate inclusion of <stdio.h>
11205         * tests/test-fprintf-posix.c: Likewise.
11206         * tests/test-printf-posix.c: Likewise.
11207         * tests/test-snprintf-posix.c: Likewise.
11208         * tests/test-sprintf-posix.c: Likewise.
11209         * tests/test-vasprintf-posix.c: Likewise.
11210         * tests/test-vfprintf-posix.c: Likewise.
11211         * tests/test-vprintf-posix.c: Likewise.
11212         * tests/test-vsnprintf-posix.c: Likewise.
11213         * tests/test-vsprintf-posix.c: Likewise.
11214
11215 2009-01-03  Jim Meyering  <meyering@redhat.com>
11216
11217         gnulib-tool: fix sed-based filtering
11218         * gnulib-tool (func_filter_filelist): Remove extra backslash
11219         in sed_fff_filter definition.
11220
11221 2009-01-02  Jim Meyering  <meyering@redhat.com>
11222
11223         strftime: avoid compilation failure on Solaris 2.6
11224         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
11225         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
11226         Don't #define mbrlen or mbsinit, since now they're guaranteed to
11227         be available.  Reported by Tom G. Christensen.  Details in
11228         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
11229
11230 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11231             Bruno Haible  <bruno@clisp.org>
11232
11233         Speed up gnulib-tool by doing more string processing through shell
11234         built-ins.
11235         * gnulib-tool (fast_func_append): New variable.
11236         (func_remove_prefix, func_remove_suffix): New functions.
11237         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
11238         (func_filter_filelist): New function.
11239         (func_get_dependencies): Use func_remove_suffix instead of sed.
11240         (func_get_automake_snippet): Use func_filter_filelist instead of a
11241         subshell and sed invocation.
11242
11243 2009-01-01  Bruno Haible  <bruno@clisp.org>
11244
11245         Fix a security bug.
11246         * gnulib-tool (func_import, import, update): Don't allow the characters
11247         '"', '$', '`', '\' in macro arguments that become part of commands that
11248         are evaluated.
11249
11250 2009-01-01  Bruno Haible  <bruno@clisp.org>
11251
11252         * gnulib-tool (func_reset_sigpipe): Add more comments.
11253
11254 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11255
11256         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
11257         func_emit_tests_Makefile_am, func_import): Abort loops early if we
11258         already know the answer.
11259
11260 2009-01-01  Jim Meyering  <meyering@redhat.com>
11261
11262         * lib/version-etc.c (version_etc_va): Update copyright year.
11263
11264 2008-12-30  Bruno Haible  <bruno@clisp.org>
11265
11266         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
11267         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
11268         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
11269
11270 2008-12-29  Eric Blake  <ebb9@byu.net>
11271
11272         multiarch: avoid autoconf AC_REQUIRE bug
11273         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
11274         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
11275         2.63 and older.
11276         Reported by Bruno Haible, and analyzed in
11277         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
11278
11279 2008-12-29  Bruno Haible  <bruno@clisp.org>
11280
11281         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
11282         files in subdirectories correctly.
11283         Reported by Ralf Wildenhues.
11284
11285 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11286
11287         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
11288         rather than 'join FILE -', for Solaris join.
11289
11290 2008-12-29  Bruno Haible  <bruno@clisp.org>
11291
11292         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
11293         quoting.
11294         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
11295         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
11296         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
11297         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
11298         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
11299         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
11300         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
11301         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
11302         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11303         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
11304         * m4/nls.m4 (AM_NLS): Likewise.
11305         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
11306         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
11307         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
11308         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
11309         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
11310         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
11311         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
11312         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
11313         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
11314         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
11315         * m4/xsize.m4 (gl_XSIZE): Likewise.
11316         Suggested by Jim Meyering.
11317
11318 2008-11-17  Bruce Korb  <bkorb@gnu.org>
11319
11320         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
11321         * lib/parse-duration.c: use a switch instead of cascading if's.
11322
11323 2008-12-29  Eric Blake  <ebb9@byu.net>
11324
11325         wchar.h: supply WEOF on Irix 5.3
11326         * lib/wchar.in.h (wint_t): Also supply WEOF.
11327         * lib/wctype.in.h (wint_t): Likewise.
11328         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
11329         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
11330         Reported by Tom G. Christensen.
11331
11332 2008-12-26  Bruno Haible  <bruno@clisp.org>
11333
11334         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
11335         i486, i586, i686.
11336
11337 2008-12-26  Bruno Haible  <bruno@clisp.org>
11338
11339         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
11340
11341 2008-12-26  Bruno Haible  <bruno@clisp.org>
11342
11343         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
11344         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
11345         not __STDC_CONSTANT_MACROS.
11346         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
11347
11348 2008-12-25  Bruno Haible  <bruno@clisp.org>
11349
11350         Add support for universal builds to vasnprintf.
11351         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
11352         universal builds, guess no.
11353         * modules/vasnprintf-posix (Depends-on): Add multiarch.
11354         * modules/vasprintf-posix (Depends-on): Likewise.
11355         * modules/fprintf-posix (Depends-on): Likewise.
11356         * modules/vfprintf-posix (Depends-on): Likewise.
11357         * modules/snprintf-posix (Depends-on): Likewise.
11358         * modules/vsnprintf-posix (Depends-on): Likewise.
11359         * modules/sprintf-posix (Depends-on): Likewise.
11360         * modules/vsprintf-posix (Depends-on): Likewise.
11361         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11362         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11363         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11364         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11365         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11366         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11367         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11368
11369         Add support for universal builds to <inttypes.h>.
11370         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
11371         _SCNu64_PREFIX): In Apple
11372         universal builds, define directly, using _LP64.
11373         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
11374         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
11375         * modules/inttypes (Depends-on): Add multiarch.
11376         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
11377
11378         Add support for universal builds to <stdint.h>.
11379         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
11380         universal builds, define directly, using _LP64.
11381         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
11382         Apple universal builds, don't test for the size and suffix of ptrdiff_t
11383         and size_t.
11384         * modules/stdint (Depends-on): Add multiarch.
11385         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
11386
11387         New module 'multiarch'.
11388         * modules/multiarch: New file.
11389         * m4/multiarch.m4: New file.
11390
11391 2008-12-25  Bruno Haible  <bruno@clisp.org>
11392
11393         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
11394
11395 2008-12-25  Bruno Haible  <bruno@clisp.org>
11396
11397         * modules/btowc (License): Relicense under LGPLv2+.
11398         * modules/mbsinit (License): Likewise.
11399         * modules/mbrtowc (License): Likewise.
11400         * modules/wcrtomb (License): Likewise.
11401         * modules/streq (License): Likewise.
11402         Reported by David Lutterkort <lutter@redhat.com>.
11403
11404 2008-12-23  Bruno Haible  <bruno@clisp.org>
11405
11406         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
11407
11408 2008-12-23  Bruno Haible  <bruno@clisp.org>
11409
11410         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
11411         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
11412         GETADDRINFO_LIB, not in LIBS.
11413         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
11414         * modules/canon-host (Link): Likewise.
11415         * NEWS: Mention the change.
11416         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
11417         GETADDRINFO_LIB.
11418
11419 2008-12-22  Bruno Haible  <bruno@clisp.org>
11420
11421         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
11422         * doc/posix-functions/iswalpha_l.texi: Likewise.
11423         * doc/posix-functions/iswblank_l.texi: Likewise.
11424         * doc/posix-functions/iswcntrl_l.texi: Likewise.
11425         * doc/posix-functions/iswctype_l.texi: Likewise.
11426         * doc/posix-functions/iswdigit_l.texi: Likewise.
11427         * doc/posix-functions/iswgraph_l.texi: Likewise.
11428         * doc/posix-functions/iswlower_l.texi: Likewise.
11429         * doc/posix-functions/iswprint_l.texi: Likewise.
11430         * doc/posix-functions/iswpunct_l.texi: Likewise.
11431         * doc/posix-functions/iswspace_l.texi: Likewise.
11432         * doc/posix-functions/iswupper_l.texi: Likewise.
11433         * doc/posix-functions/iswxdigit_l.texi: Likewise.
11434         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
11435         * doc/posix-functions/open_wmemstream.texi: Likewise.
11436         * doc/posix-functions/swscanf.texi: Likewise.
11437         * doc/posix-functions/towctrans_l.texi: Likewise.
11438         * doc/posix-functions/towlower.texi: Likewise.
11439         * doc/posix-functions/towlower_l.texi: Likewise.
11440         * doc/posix-functions/towupper.texi: Likewise.
11441         * doc/posix-functions/towupper_l.texi: Likewise.
11442         * doc/posix-functions/vfwprintf.texi: Likewise.
11443         * doc/posix-functions/vfwscanf.texi: Likewise.
11444         * doc/posix-functions/vswscanf.texi: Likewise.
11445         * doc/posix-functions/vwprintf.texi: Likewise.
11446         * doc/posix-functions/vwscanf.texi: Likewise.
11447         * doc/posix-functions/wcpcpy.texi: Likewise.
11448         * doc/posix-functions/wcpncpy.texi: Likewise.
11449         * doc/posix-functions/wcscasecmp.texi: Likewise.
11450         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
11451         * doc/posix-functions/wcscoll_l.texi: Likewise.
11452         * doc/posix-functions/wcsdup.texi: Likewise.
11453         * doc/posix-functions/wcsncasecmp.texi: Likewise.
11454         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
11455         * doc/posix-functions/wcsnlen.texi: Likewise.
11456         * doc/posix-functions/wcsnrtombs.texi: Likewise.
11457         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
11458         * doc/posix-functions/wctrans_l.texi: Likewise.
11459         * doc/posix-functions/wctype_l.texi: Likewise.
11460         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
11461         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
11462         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
11463         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
11464         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
11465         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
11466         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
11467         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
11468         * doc/glibc-functions/wcschrnul.texi: Likewise.
11469         * doc/glibc-functions/wcsftime_l.texi: Likewise.
11470         * doc/glibc-functions/wcstod_l.texi: Likewise.
11471         * doc/glibc-functions/wcstof_l.texi: Likewise.
11472         * doc/glibc-functions/wcstol_l.texi: Likewise.
11473         * doc/glibc-functions/wcstold_l.texi: Likewise.
11474         * doc/glibc-functions/wcstoll_l.texi: Likewise.
11475         * doc/glibc-functions/wcstoq.texi: Likewise.
11476         * doc/glibc-functions/wcstoul_l.texi: Likewise.
11477         * doc/glibc-functions/wcstoull_l.texi: Likewise.
11478         * doc/glibc-functions/wcstouq.texi: Likewise.
11479         * doc/glibc-functions/wmempcpy.texi: Likewise.
11480
11481 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
11482             Eric Blake  <ebb9@byu.net>
11483             Paolo Bonzini  <bonzini@gnu.org>
11484             Bruno Haible  <bruno@clisp.org>
11485
11486         Make c-stack work on Haiku.
11487         * lib/c-stack.c (SA_ONSTACK): Define fallback.
11488         (c_stack_action): Use SA_ONSTACK flag.
11489
11490 2008-12-22  Bruno Haible  <bruno@clisp.org>
11491
11492         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
11493
11494 2008-12-22  Bruno Haible  <bruno@clisp.org>
11495
11496         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
11497         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
11498         being overridden.
11499         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
11500         New macros.
11501         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
11502         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
11503         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
11504         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
11505
11506 2008-12-22  Bruno Haible  <bruno@clisp.org>
11507
11508         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
11509         from test code.
11510
11511 2008-12-22  Eric Blake  <ebb9@byu.net>
11512
11513         Avoid gcc warnings on cygwin.
11514         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
11515         Avoid unused variable.
11516         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
11517         Likewise.
11518
11519 2008-12-22  Bruno Haible  <bruno@clisp.org>
11520
11521         Remove HAVE_MBRTOWC conditionals.
11522         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
11523         (mbscasecmp): Assume mbrtowc function.
11524         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
11525         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
11526         * lib/mbschr.c: Include mbuiter.h unconditionally.
11527         (mbschr): Assume mbrtowc function.
11528         * lib/mbscspn.c: Include mbuiter.h unconditionally.
11529         (mbscspn): Assume mbrtowc function.
11530         * lib/mbslen.c: Include mbuiter.h unconditionally.
11531         (mbslen): Assume mbrtowc function.
11532         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
11533         (mbsncasecmp): Assume mbrtowc function.
11534         * lib/mbsnlen.c: Include mbiter.h unconditionally.
11535         (mbsnlen): Assume mbrtowc function.
11536         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
11537         (mbspbrk): Assume mbrtowc function.
11538         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
11539         (mbspcasecmp): Assume mbrtowc function.
11540         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
11541         (mbsrchr): Assume mbrtowc function.
11542         * lib/mbssep.c: Include mbuiter.h unconditionally.
11543         (mbssep): Assume mbrtowc function.
11544         * lib/mbsspn.c: Include mbuiter.h unconditionally.
11545         (mbsspn): Assume mbrtowc function.
11546         * lib/mbsstr.c: Include mbuiter.h unconditionally.
11547         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
11548         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
11549         (mbstok_r): Assume mbrtowc function.
11550         * lib/propername.c: Include mbuiter.h unconditionally.
11551         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
11552         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
11553         (trim2): Assume mbrtowc function.
11554         * lib/mbswidth.c (mbsinit): Remove fallback definition.
11555         (mbsnwidth): Assume mbrtowc function.
11556         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
11557         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
11558         fallback definitions.
11559         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
11560
11561 2008-12-22  Bruno Haible  <bruno@clisp.org>
11562
11563         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
11564
11565 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
11566
11567         * modules/regex: Request emulations for the mb*/wc* functions we need.
11568         * m4/regex.m4: Don't look for those functions here.
11569         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
11570
11571 2008-12-22  Bruno Haible  <bruno@clisp.org>
11572
11573         * modules/fnmatch (Depends-on): Remove duplicated dependency.
11574
11575 2008-12-21  Bruno Haible  <bruno@clisp.org>
11576
11577         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
11578         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
11579         (Include): Remove conditionalization.
11580         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
11581         (Include): Remove conditionalization.
11582         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
11583         (Include): Remove conditionalization.
11584         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
11585         * m4/mbfile.m4 (gl_MBFILE): Likewise.
11586         * NEWS: Mention the change.
11587         Reported by Alan Hourihane <alanh@fairlite.co.uk>
11588         via Sergey Poznyakoff <gray@gnu.org.ua>.
11589
11590 2008-12-21  Bruno Haible  <bruno@clisp.org>
11591
11592         * MODULES.html.sh (Extended multibyte and wide character utilities
11593         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
11594         wcrtomb, wcsrtombs.
11595         (Support for systems lacking POSIX:2008): Add accept, bind, close,
11596         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
11597         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
11598         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
11599
11600 2008-12-21  Bruno Haible  <bruno@clisp.org>
11601
11602         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
11603
11604 2008-12-21  Bruno Haible  <bruno@clisp.org>
11605
11606         * modules/wcsnrtombs-tests: New file.
11607         * tests/test-wcsnrtombs1.sh: New file.
11608         * tests/test-wcsnrtombs2.sh: New file.
11609         * tests/test-wcsnrtombs3.sh: New file.
11610         * tests/test-wcsnrtombs4.sh: New file.
11611         * tests/test-wcsnrtombs.c: New file.
11612
11613         New module 'wcsnrtombs'.
11614         * lib/wchar.in.h (wcsnrtombs): New declaration.
11615         * lib/wcsnrtombs.c: New file.
11616         * lib/wcsrtombs-state.c: New file.
11617         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
11618         (internal_state): Remove variable.
11619         * m4/wcsnrtombs.m4: New file.
11620         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
11621         compilation units.
11622         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
11623         HAVE_WCSNRTOMBS.
11624         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
11625         HAVE_WCSNRTOMBS.
11626         * modules/wcsnrtombs: New file.
11627         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
11628         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
11629
11630 2008-12-21  Bruno Haible  <bruno@clisp.org>
11631
11632         * modules/wcsrtombs-tests: New file.
11633         * tests/test-wcsrtombs1.sh: New file.
11634         * tests/test-wcsrtombs2.sh: New file.
11635         * tests/test-wcsrtombs3.sh: New file.
11636         * tests/test-wcsrtombs4.sh: New file.
11637         * tests/test-wcsrtombs.c: New file.
11638
11639         New module 'wcsrtombs'.
11640         * lib/wchar.in.h (wcsrtombs): New declaration.
11641         * lib/wcsrtombs.c: New file.
11642         * m4/wcsrtombs.m4: New file.
11643         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
11644         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
11645         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
11646         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
11647         * modules/wcsrtombs: New file.
11648         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
11649         bugs.
11650
11651 2008-12-21  Bruno Haible  <bruno@clisp.org>
11652
11653         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
11654         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
11655         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
11656         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
11657         if not correct.
11658         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
11659         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
11660         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
11661         m4/locale-zh.m4, m4/codeset.m4.
11662         * doc/posix-functions/wcrtomb.texi: Document the bug.
11663
11664 2008-12-21  Bruno Haible  <bruno@clisp.org>
11665
11666         Work around a btowc() bug on IRIX 6.5.
11667         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
11668         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
11669         REPLACE_WTOBC if not.
11670         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
11671         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
11672         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
11673
11674 2008-12-21  Bruno Haible  <bruno@clisp.org>
11675
11676         * modules/wcrtomb-tests: New file.
11677         * tests/test-wcrtomb.sh: New file.
11678         * tests/test-wcrtomb.c: New file.
11679
11680         New module 'wcrtomb'.
11681         * lib/wchar.in.h (wcrtomb): New declaration.
11682         * lib/wcrtomb.c: New file.
11683         * m4/wcrtomb.m4: New file.
11684         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
11685         HAVE_WCRTOMB.
11686         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
11687         HAVE_WCRTOMB.
11688         * modules/wcrtomb: New file.
11689         * doc/posix-functions/wcrtomb.texi: Mention the new module.
11690
11691 2008-12-21  Bruno Haible  <bruno@clisp.org>
11692
11693         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
11694         * modules/mbsrtowcs (Files): Likewise.
11695         * modules/wctob (Files): Likewise.
11696         * modules/c-strcase-tests (Files): Likewise.
11697         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
11698         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
11699         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
11700         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
11701         * modules/vasnprintf-posix-tests (Files): Likewise.
11702
11703 2008-12-21  William Pursell  <bill.pursell@gmail.com>
11704
11705         gitlog-to-changelog: pass all command-line arguments to git-log
11706         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
11707         it is sometimes convenient to filter the commits in various ways.
11708         gitlog-to-changelog only allows --since to specify a start date,
11709         but git-log itself supports many other filtering mechanisms.
11710         At the moment, I want to filter by branch name.  Rather than
11711         adding a --branch option to gitlog-to-changelog, it seems more
11712         flexible to simply pass all options directly to git-log and let
11713         git do the work.  Notice that this effectively makes --since a
11714         redundant option for gitlog-to-changelog, but removing it would
11715         require current usage to change since calls would then require
11716         an additional '--'.
11717
11718 2008-12-21  Bruno Haible  <bruno@clisp.org>
11719
11720         * modules/mbsnrtowcs-tests: New file.
11721         * tests/test-mbsnrtowcs1.sh: New file.
11722         * tests/test-mbsnrtowcs2.sh: New file.
11723         * tests/test-mbsnrtowcs3.sh: New file.
11724         * tests/test-mbsnrtowcs4.sh: New file.
11725         * tests/test-mbsnrtowcs.c: New file.
11726
11727         New module 'mbsnrtowcs'.
11728         * lib/wchar.in.h (mbsnrtowcs): New declaration.
11729         * lib/mbsnrtowcs.c: New file.
11730         * lib/mbsrtowcs-state.c: New file.
11731         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
11732         (internal_state): Remove variable.
11733         * m4/mbsnrtowcs.m4: New file.
11734         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
11735         compilation units.
11736         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
11737         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
11738         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
11739         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
11740         * modules/mbsnrtowcs: New file.
11741         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
11742         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
11743         portability problem.
11744
11745 2008-12-21  Bruno Haible  <bruno@clisp.org>
11746
11747         Work around mbsrtowcs bug.
11748         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
11749         (gl_FUNC_MBSRTOWCS): Invoke it.
11750         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
11751         m4/locale-zh.m4.
11752         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
11753
11754 2008-12-21  Bruno Haible  <bruno@clisp.org>
11755
11756         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
11757
11758 2008-12-21  Bruno Haible  <bruno@clisp.org>
11759
11760         Update doc for AIX.
11761         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
11762         16-bit wchar_t type.
11763         * doc/posix-functions/btowc.texi: Likewise.
11764         * doc/posix-functions/fgetwc.texi: Likewise.
11765         * doc/posix-functions/fgetws.texi: Likewise.
11766         * doc/posix-functions/fputwc.texi: Likewise.
11767         * doc/posix-functions/fputws.texi: Likewise.
11768         * doc/posix-functions/fwide.texi: Likewise.
11769         * doc/posix-functions/fwprintf.texi: Likewise.
11770         * doc/posix-functions/fwscanf.texi: Likewise.
11771         * doc/posix-functions/getwchar.texi: Likewise.
11772         * doc/posix-functions/getwc.texi: Likewise.
11773         * doc/posix-functions/iswalnum.texi: Likewise.
11774         * doc/posix-functions/iswalpha.texi: Likewise.
11775         * doc/posix-functions/iswblank.texi: Likewise.
11776         * doc/posix-functions/iswcntrl.texi: Likewise.
11777         * doc/posix-functions/iswctype.texi: Likewise.
11778         * doc/posix-functions/iswdigit.texi: Likewise.
11779         * doc/posix-functions/iswgraph.texi: Likewise.
11780         * doc/posix-functions/iswlower.texi: Likewise.
11781         * doc/posix-functions/iswprint.texi: Likewise.
11782         * doc/posix-functions/iswpunct.texi: Likewise.
11783         * doc/posix-functions/iswspace.texi: Likewise.
11784         * doc/posix-functions/iswupper.texi: Likewise.
11785         * doc/posix-functions/iswxdigit.texi: Likewise.
11786         * doc/posix-functions/mbrtowc.texi: Likewise.
11787         * doc/posix-functions/mbsrtowcs.texi: Likewise.
11788         * doc/posix-functions/mbstowcs.texi: Likewise.
11789         * doc/posix-functions/mbtowc.texi: Likewise.
11790         * doc/posix-functions/putwchar.texi: Likewise.
11791         * doc/posix-functions/putwc.texi: Likewise.
11792         * doc/posix-functions/swprintf.texi: Likewise.
11793         * doc/posix-functions/tolower.texi: Likewise.
11794         * doc/posix-functions/toupper.texi: Likewise.
11795         * doc/posix-functions/towctrans.texi: Likewise.
11796         * doc/posix-functions/ungetwc.texi: Likewise.
11797         * doc/posix-functions/vswprintf.texi: Likewise.
11798         * doc/posix-functions/wcrtomb.texi: Likewise.
11799         * doc/posix-functions/wcscat.texi: Likewise.
11800         * doc/posix-functions/wcschr.texi: Likewise.
11801         * doc/posix-functions/wcscmp.texi: Likewise.
11802         * doc/posix-functions/wcscoll.texi: Likewise.
11803         * doc/posix-functions/wcscpy.texi: Likewise.
11804         * doc/posix-functions/wcscspn.texi: Likewise.
11805         * doc/posix-functions/wcsftime.texi: Likewise.
11806         * doc/posix-functions/wcslen.texi: Likewise.
11807         * doc/posix-functions/wcsncat.texi: Likewise.
11808         * doc/posix-functions/wcsncmp.texi: Likewise.
11809         * doc/posix-functions/wcsncpy.texi: Likewise.
11810         * doc/posix-functions/wcspbrk.texi: Likewise.
11811         * doc/posix-functions/wcsrchr.texi: Likewise.
11812         * doc/posix-functions/wcsrtombs.texi: Likewise.
11813         * doc/posix-functions/wcsspn.texi: Likewise.
11814         * doc/posix-functions/wcsstr.texi: Likewise.
11815         * doc/posix-functions/wcstod.texi: Likewise.
11816         * doc/posix-functions/wcstof.texi: Likewise.
11817         * doc/posix-functions/wcstoimax.texi: Likewise.
11818         * doc/posix-functions/wcstok.texi: Likewise.
11819         * doc/posix-functions/wcstold.texi: Likewise.
11820         * doc/posix-functions/wcstoll.texi: Likewise.
11821         * doc/posix-functions/wcstol.texi: Likewise.
11822         * doc/posix-functions/wcstombs.texi: Likewise.
11823         * doc/posix-functions/wcstoull.texi: Likewise.
11824         * doc/posix-functions/wcstoul.texi: Likewise.
11825         * doc/posix-functions/wcstoumax.texi: Likewise.
11826         * doc/posix-functions/wcswidth.texi: Likewise.
11827         * doc/posix-functions/wcsxfrm.texi: Likewise.
11828         * doc/posix-functions/wctob.texi: Likewise.
11829         * doc/posix-functions/wctomb.texi: Likewise.
11830         * doc/posix-functions/wctrans.texi: Likewise.
11831         * doc/posix-functions/wctype.texi: Likewise.
11832         * doc/posix-functions/wcwidth.texi: Likewise.
11833         * doc/posix-functions/wmemchr.texi: Likewise.
11834         * doc/posix-functions/wmemcmp.texi: Likewise.
11835         * doc/posix-functions/wmemcpy.texi: Likewise.
11836         * doc/posix-functions/wmemmove.texi: Likewise.
11837         * doc/posix-functions/wmemset.texi: Likewise.
11838         * doc/posix-functions/wprintf.texi: Likewise.
11839         * doc/posix-functions/wscanf.texi: Likewise.
11840
11841 2008-12-21  Bruno Haible  <bruno@clisp.org>
11842
11843         Update doc for HP-UX 11.11.
11844         * doc/posix-functions/btowc.texi: Clarify that the function is missing
11845         in HP-UX version 11.00, not in all versions of HP-UX 11.
11846         * doc/posix-functions/fwide.texi: Likewise.
11847         * doc/posix-functions/fwprintf.texi: Likewise.
11848         * doc/posix-functions/fwscanf.texi: Likewise.
11849         * doc/posix-functions/inet_ntop.texi: Likewise.
11850         * doc/posix-functions/inet_pton.texi: Likewise.
11851         * doc/posix-functions/mbrlen.texi: Likewise.
11852         * doc/posix-functions/mbrtowc.texi: Likewise.
11853         * doc/posix-functions/mbsinit.texi: Likewise.
11854         * doc/posix-functions/mbsrtowcs.texi: Likewise.
11855         * doc/posix-functions/swprintf.texi: Likewise.
11856         * doc/posix-functions/swscanf.texi: Likewise.
11857         * doc/posix-functions/towctrans.texi: Likewise.
11858         * doc/posix-functions/vfwprintf.texi: Likewise.
11859         * doc/posix-functions/vswprintf.texi: Likewise.
11860         * doc/posix-functions/vwprintf.texi: Likewise.
11861         * doc/posix-functions/wcrtomb.texi: Likewise.
11862         * doc/posix-functions/wcsrtombs.texi: Likewise.
11863         * doc/posix-functions/wcsstr.texi: Likewise.
11864         * doc/posix-functions/wctob.texi: Likewise.
11865         * doc/posix-functions/wctrans.texi: Likewise.
11866         * doc/posix-functions/wmemchr.texi: Likewise.
11867         * doc/posix-functions/wmemcmp.texi: Likewise.
11868         * doc/posix-functions/wmemcpy.texi: Likewise.
11869         * doc/posix-functions/wmemmove.texi: Likewise.
11870         * doc/posix-functions/wmemset.texi: Likewise.
11871         * doc/posix-functions/wprintf.texi: Likewise.
11872         * doc/posix-functions/wscanf.texi: Likewise.
11873
11874 2008-12-21  Bruno Haible  <bruno@clisp.org>
11875
11876         Work around a portability problem.
11877         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
11878         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
11879
11880 2008-12-20  Bruno Haible  <bruno@clisp.org>
11881
11882         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
11883         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
11884         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
11885         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
11886         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
11887
11888         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
11889         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
11890         set.
11891         (GNULIB_defined_mbstate_t): New macro.
11892         (mbsinit): Redefine if REPLACE_MBSINIT is set.
11893         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
11894         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
11895         reuses the system's mbrtowc function but works around the bugs.
11896         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
11897         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
11898         macros.
11899         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
11900         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
11901         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
11902         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
11903         REPLACE_MBSINIT if mbsinit needs to be overridden.
11904         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
11905         REPLACE_MBSINIT, REPLACE_MBRTOWC.
11906         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
11907         REPLACE_MBSINIT, REPLACE_MBRTOWC.
11908         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
11909         m4/locale-zh.m4.
11910         (Depends): Add mbsinit.
11911         * modules/mbsinit (Depends): Add mbrtowc.
11912         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
11913
11914 2008-12-20  Bruno Haible  <bruno@clisp.org>
11915
11916         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
11917         so that there are no conversion errors on AIX.
11918         * tests/test-mbsrtowcs.c (main): LIkewise.
11919
11920 2008-12-20  Bruno Haible  <bruno@clisp.org>
11921
11922         Work around wctob bug on Solaris <= 9.
11923         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
11924         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
11925         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
11926         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
11927         * modules/wctob (Files): Add m4/locale-fr.m4.
11928         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
11929
11930 2008-12-20  Bruno Haible  <bruno@clisp.org>
11931
11932         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
11933         /dev/null.
11934         * tests/test-select-in.sh: Likewise.
11935         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11936
11937 2008-12-20  Bruno Haible  <bruno@clisp.org>
11938
11939         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
11940         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
11941         Cygwin 1.5.x.
11942
11943 2008-12-20  Bruno Haible  <bruno@clisp.org>
11944
11945         Ensure mbstate_t is defined on HP-UX 11.11.
11946         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
11947         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
11948         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
11949         AC_USE_SYSTEM_EXTENSIONS.
11950         * modules/fnmatch (Depends-on): Add extensions.
11951         * modules/mbrlen (Depends-on): Likewise.
11952         * modules/mbrtowc (Depends-on): Likewise.
11953         * modules/mbsinit (Depends-on): Likewise.
11954         * modules/mbsrtowcs (Depends-on): Likewise.
11955         * modules/mbswidth (Depends-on): Likewise.
11956         * modules/quotearg (Depends-on): Likewise.
11957         * modules/strftime (Depends-on): Likewise.
11958
11959 2008-12-20  Bruno Haible  <bruno@clisp.org>
11960
11961         Ensure wctob is declared on IRIX 6.5.
11962         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
11963         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
11964         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
11965         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
11966         of HAVE_WCTOB.
11967         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
11968         HAVE_WCTOB.
11969         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
11970
11971 2008-12-19  Bruno Haible  <bruno@clisp.org>
11972
11973         * modules/mbsrtowcs-tests: New file.
11974         * tests/test-mbsrtowcs1.sh: New file.
11975         * tests/test-mbsrtowcs2.sh: New file.
11976         * tests/test-mbsrtowcs3.sh: New file.
11977         * tests/test-mbsrtowcs4.sh: New file.
11978         * tests/test-mbsrtowcs.c: New file.
11979
11980         New module 'mbsrtowcs'.
11981         * lib/wchar.in.h (mbsrtowcs): New declaration.
11982         * lib/mbsrtowcs.c: New file.
11983         * m4/mbsrtowcs.m4: New file.
11984         * modules/mbsrtowcs: New file.
11985         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
11986         HAVE_MBSRTOWCS.
11987         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
11988         HAVE_MBSRTOWCS.
11989         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
11990
11991 2008-12-19  Bruno Haible  <bruno@clisp.org>
11992
11993         New module 'mbrlen'.
11994         * lib/wchar.in.h (mbrlen): New declaration.
11995         * lib/mbrlen.c: New file.
11996         * m4/mbrlen.m4: New file.
11997         * modules/mbrlen: New file.
11998         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
11999         HAVE_MBRLEN.
12000         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
12001         HAVE_MBRLEN.
12002         * doc/posix-functions/mbrlen.texi: Document the new module.
12003
12004 2008-12-19  Bruno Haible  <bruno@clisp.org>
12005
12006         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
12007         * modules/mbrtowc (Depends-on): Add verify.
12008         Suggested by Paul Eggert.
12009
12010 2008-12-18  Bruno Haible  <bruno@clisp.org>
12011
12012         * modules/mbsinit-tests: New file.
12013         * tests/test-mbsinit.sh: New file.
12014         * tests/test-mbsinit.c: New file.
12015
12016 2008-12-18  Bruno Haible  <bruno@clisp.org>
12017
12018         * modules/mbrtowc-tests: New file.
12019         * tests/test-mbrtowc1.sh: New file.
12020         * tests/test-mbrtowc2.sh: New file.
12021         * tests/test-mbrtowc3.sh: New file.
12022         * tests/test-mbrtowc4.sh: New file.
12023         * tests/test-mbrtowc.c: New file.
12024
12025         New module 'mbrtowc'.
12026         * lib/wchar.in.h (mbstate_t): Override when the system does not have
12027         mbsinit and mbrtowc.
12028         (mbrtowc): New declaration.
12029         * lib/mbrtowc.c: New file.
12030         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
12031         * modules/mbrtowc: New file.
12032         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
12033         HAVE_MBRTOWC.
12034         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
12035         HAVE_MBRTOWC.
12036         * doc/posix-functions/mbrtowc.texi: Document the new module.
12037
12038 2008-12-18  Bruno Haible  <bruno@clisp.org>
12039
12040         New module 'wctob'.
12041         * lib/wchar.in.h (wctob): New declaration.
12042         * lib/wctob.c: New file.
12043         * m4/wctob.m4: New file.
12044         * modules/wctob: New file.
12045         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
12046         HAVE_WCTOB.
12047         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
12048         * doc/posix-functions/wctob.texi: Document the new module.
12049
12050 2008-12-18  Bruno Haible  <bruno@clisp.org>
12051
12052         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
12053         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
12054
12055 2008-12-18  Simon Josefsson  <simon@josefsson.org>
12056
12057         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
12058         G. Christensen" <tgc@jupiterrise.com>.
12059
12060         * lib/flock.c: Need to include errno.h.  Reported by "Tom
12061         G. Christensen" <tgc@jupiterrise.com>.
12062
12063         * lib/flock.c: Need to include string.h.  Reported by "Tom
12064         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
12065         <ebb9@byu.net>.
12066
12067 2008-12-18  Bruno Haible  <bruno@clisp.org>
12068
12069         * m4/locale-ja.m4: New file, from GNU gettext.
12070
12071 2008-12-17  Bruno Haible  <bruno@clisp.org>
12072
12073         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
12074         Suggested by Eric Blake.
12075
12076 2008-12-17  Bruno Haible  <bruno@clisp.org>
12077
12078         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
12079
12080 2008-12-17  Bruno Haible  <bruno@clisp.org>
12081
12082         * lib/mbsinit.c: Include verify.h. Verify an assumption.
12083         * modules/mbsinit (Depends-on): Add verify.
12084         Suggested by Paul Eggert.
12085
12086 2008-12-17  Bruno Haible  <bruno@clisp.org>
12087
12088         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
12089         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
12090         gl_FUNC_MBRTOWC.
12091         * m4/mbiter.m4 (gl_MBITER): LIkewise.
12092         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
12093         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
12094         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
12095         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
12096         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
12097         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
12098         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
12099         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
12100         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
12101         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
12102         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
12103         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
12104         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
12105         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
12106         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12107         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
12108         * modules/trim (configure.ac): Likewise.
12109
12110 2008-12-17  Bruno Haible  <bruno@clisp.org>
12111
12112         * modules/btowc-tests: New file.
12113         * tests/test-btowc1.sh: New file.
12114         * tests/test-btowc2.sh: New file.
12115         * tests/test-btowc.c: New file.
12116
12117         New module 'btowc'.
12118         * lib/wchar.in.h (btowc): New declaration.
12119         * lib/btowc.c: New file.
12120         * m4/btowc.m4: New file.
12121         * modules/btowc: New file.
12122         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
12123         HAVE_BTOWC.
12124         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
12125         * doc/posix-functions/btowc.texi: Document the new module.
12126
12127 2008-12-17  Bruno Haible  <bruno@clisp.org>
12128
12129         New module 'mbsinit'.
12130         * lib/wchar.in.h (mbsinit): New declaration.
12131         * lib/mbsinit.c: New file.
12132         * m4/mbsinit.m4: New file.
12133         * modules/mbsinit: New file.
12134         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
12135         HAVE_MBSINIT.
12136         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
12137         HAVE_MBSINIT.
12138         * doc/posix-functions/mbsinit.texi: Document the new module.
12139
12140 2008-12-16  Bruno Haible  <bruno@clisp.org>
12141
12142         * lib/unistd.in.h: Add comment.
12143         * tests/test-environ.c: Don't include <stdlib.h>.
12144
12145 2008-12-16  Bruno Haible  <bruno@clisp.org>
12146
12147         * lib/parse-duration.h (parse_duration): Document return value
12148         convention.
12149         * lib/parse-duration.c: Include specification header first. Add
12150         comments.
12151         (_): Remove macro.
12152         (parse_year_month_day, parse_hour_minute_second): Move side effects
12153         outside of strchr call.
12154         (parse_non_iso8601): Move side effects outside of isspace call.
12155         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
12156         call.
12157
12158 2008-12-16  Bruno Haible  <bruno@clisp.org>
12159
12160         * tests/test-parse-duration.sh: Produce no output when the test
12161         succeeds.
12162
12163 2008-12-16  Bruno Haible  <bruno@clisp.org>
12164
12165         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
12166         expressions.
12167
12168 2008-12-15  Bruno Haible  <bruno@clisp.org>
12169
12170         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
12171         * doc/glibc-functions/flistxattr.texi: Likewise.
12172         * doc/glibc-functions/fopencookie.texi: Likewise.
12173         * doc/glibc-functions/fremovexattr.texi: Likewise.
12174         * doc/glibc-functions/fsetxattr.texi: Likewise.
12175         * doc/glibc-functions/getxattr.texi: Likewise.
12176         * doc/glibc-functions/lgetxattr.texi: Likewise.
12177         * doc/glibc-functions/listxattr.texi: Likewise.
12178         * doc/glibc-functions/llistxattr.texi: Likewise.
12179         * doc/glibc-functions/lremovexattr.texi: Likewise.
12180         * doc/glibc-functions/lsetxattr.texi: Likewise.
12181         * doc/glibc-functions/removexattr.texi: Likewise.
12182         * doc/glibc-functions/setxattr.texi: Likewise.
12183         * doc/posix-functions/open_memstream.texi: Likewise.
12184
12185 2008-12-15  Eric Blake  <ebb9@byu.net>
12186
12187         Update doc for cygwin 1.7.
12188         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
12189         functions.
12190         * doc/posix-functions/fchmodat.texi: Likewise.
12191         * doc/posix-functions/fchownat.texi: Likewise.
12192         * doc/posix-functions/fdopendir.texi: Likewise.
12193         * doc/posix-functions/fmemopen.texi: Likewise.
12194         * doc/posix-functions/freeaddrinfo.texi: Likewise.
12195         * doc/posix-functions/fstatat.texi: Likewise.
12196         * doc/posix-functions/futimens.texi: Likewise.
12197         * doc/posix-functions/gai_strerror.texi: Likewise.
12198         * doc/posix-functions/getaddrinfo.texi: Likewise.
12199         * doc/posix-functions/getnameinfo.texi: Likewise.
12200         * doc/posix-functions/if_freenameindex.texi: Likewise.
12201         * doc/posix-functions/if_indextoname.texi: Likewise.
12202         * doc/posix-functions/if_nameindex.texi: Likewise.
12203         * doc/posix-functions/if_nametoindex.texi: Likewise.
12204         * doc/posix-functions/insque.texi: Likewise.
12205         * doc/posix-functions/linkat.texi: Likewise.
12206         * doc/posix-functions/llrint.texi: Likewise.
12207         * doc/posix-functions/llrintf.texi: Likewise.
12208         * doc/posix-functions/llrintl.texi: Likewise.
12209         * doc/posix-functions/lockf.texi: Likewise.
12210         * doc/posix-functions/lrintl.texi: Likewise.
12211         * doc/posix-functions/mkdirat.texi: Likewise.
12212         * doc/posix-functions/mkfifoat.texi: Likewise.
12213         * doc/posix-functions/mknodat.texi: Likewise.
12214         * doc/posix-functions/mq_close.texi: Likewise.
12215         * doc/posix-functions/mq_getattr.texi: Likewise.
12216         * doc/posix-functions/mq_notify.texi: Likewise.
12217         * doc/posix-functions/mq_open.texi: Likewise.
12218         * doc/posix-functions/mq_receive.texi: Likewise.
12219         * doc/posix-functions/mq_send.texi: Likewise.
12220         * doc/posix-functions/mq_setattr.texi: Likewise.
12221         * doc/posix-functions/mq_timedreceive.texi: Likewise.
12222         * doc/posix-functions/mq_timedsend.texi: Likewise.
12223         * doc/posix-functions/mq_unlink.texi: Likewise.
12224         * doc/posix-functions/open_memstream.texi: Likewise.
12225         * doc/posix-functions/openat.texi: Likewise.
12226         * doc/posix-functions/posix_fadvise.texi: Likewise.
12227         * doc/posix-functions/posix_fallocate.texi: Likewise.
12228         * doc/posix-functions/posix_madvise.texi: Likewise.
12229         * doc/posix-functions/posix_memalign.texi: Likewise.
12230         * doc/posix-functions/posix_openpt.texi: Likewise.
12231         * doc/posix-functions/readlinkat.texi: Likewise.
12232         * doc/posix-functions/remque.texi: Likewise.
12233         * doc/posix-functions/renameat.texi: Likewise.
12234         * doc/posix-functions/rintl.texi: Likewise.
12235         * doc/posix-functions/sem_unlink.texi: Likewise.
12236         * doc/posix-functions/shm_open.texi: Likewise.
12237         * doc/posix-functions/shm_unlink.texi: Likewise.
12238         * doc/posix-functions/signgam.texi: Likewise.
12239         * doc/posix-functions/sigset.texi: Likewise.
12240         * doc/posix-functions/stpcpy.texi: Likewise.
12241         * doc/posix-functions/stpncpy.texi: Likewise.
12242         * doc/posix-functions/strerror.texi: Likewise.
12243         * doc/posix-functions/strtod.texi: Likewise.
12244         * doc/posix-functions/symlinkat.texi: Likewise.
12245         * doc/posix-functions/unlinkat.texi: Likewise.
12246         * doc/posix-functions/utimensat.texi: Likewise.
12247         * doc/glibc-functions/bindresvport.texi: Likewise.
12248         * doc/glibc-functions/dn_expand.texi: Likewise.
12249         * doc/glibc-functions/exp10.texi: Likewise.
12250         * doc/glibc-functions/exp10f.texi: Likewise.
12251         * doc/glibc-functions/fgetxattr.texi: Likewise.
12252         * doc/glibc-functions/flistxattr.texi: Likewise.
12253         * doc/glibc-functions/fopencookie.texi: Likewise.
12254         * doc/glibc-functions/freeifaddrs.texi: Likewise.
12255         * doc/glibc-functions/fremovexattr.texi: Likewise.
12256         * doc/glibc-functions/fsetxattr.texi: Likewise.
12257         * doc/glibc-functions/getifaddrs.texi: Likewise.
12258         * doc/glibc-functions/getxattr.texi: Likewise.
12259         * doc/glibc-functions/lgetxattr.texi: Likewise.
12260         * doc/glibc-functions/listxattr.texi: Likewise.
12261         * doc/glibc-functions/llistxattr.texi: Likewise.
12262         * doc/glibc-functions/lremovexattr.texi: Likewise.
12263         * doc/glibc-functions/lsetxattr.texi: Likewise.
12264         * doc/glibc-functions/pow10.texi: Likewise.
12265         * doc/glibc-functions/pow10f.texi: Likewise.
12266         * doc/glibc-functions/rcmd_af.texi: Likewise.
12267         * doc/glibc-functions/removexattr.texi: Likewise.
12268         * doc/glibc-functions/res_init.texi: Likewise.
12269         * doc/glibc-functions/res_mkquery.texi: Likewise.
12270         * doc/glibc-functions/res_query.texi: Likewise.
12271         * doc/glibc-functions/res_querydomain.texi: Likewise.
12272         * doc/glibc-functions/res_send.texi: Likewise.
12273         * doc/glibc-functions/rresvport_af.texi: Likewise.
12274         * doc/glibc-functions/setxattr.texi: Likewise.
12275         * doc/glibc-functions/strcasestr.texi: Likewise.
12276
12277 2008-12-15  Bruno Haible  <bruno@clisp.org>
12278
12279         Fix compilation error on OSF/1 4.0.
12280         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
12281         <sys/time.h>, simply delegate to the system header.
12282         Reported by Daniel Richard G. <oss@teragram.com>.
12283
12284 2008-12-15  Bruno Haible  <bruno@clisp.org>
12285
12286         * doc/posix-functions/openat.texi: Mention the 'openat' module.
12287         * doc/posix-functions/fchmodat.texi: Likewise.
12288         * doc/posix-functions/fchownat.texi: Likewise.
12289         * doc/posix-functions/fdopendir.texi: Likewise.
12290         * doc/posix-functions/fstatat.texi: Likewise.
12291         * doc/posix-functions/mkdirat.texi: Likewise.
12292         * doc/posix-functions/unlinkat.texi: Likewise.
12293
12294 2008-12-14  Bruno Haible  <bruno@clisp.org>
12295
12296         Update doc for POSIX:2008.
12297         * doc/posix-functions/faccessat.texi: New file.
12298         * doc/posix-functions/fchmodat.texi: New file.
12299         * doc/posix-functions/fchownat.texi: New file.
12300         * doc/posix-functions/fdopendir.texi: New file.
12301         * doc/posix-functions/fstatat.texi: New file.
12302         * doc/posix-functions/futimens.texi: New file.
12303         * doc/posix-functions/linkat.texi: New file.
12304         * doc/posix-functions/mkdirat.texi: New file.
12305         * doc/posix-functions/mkfifoat.texi: New file.
12306         * doc/posix-functions/mknodat.texi: New file.
12307         * doc/posix-functions/open_wmemstream.texi: New file.
12308         * doc/posix-functions/openat.texi: New file.
12309         * doc/posix-functions/psiginfo.texi: New file.
12310         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
12311         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
12312         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
12313         * doc/posix-functions/readlinkat.texi: New file.
12314         * doc/posix-functions/renameat.texi: New file.
12315         * doc/posix-functions/strerror_l.texi: New file.
12316         * doc/posix-functions/symlinkat.texi: New file.
12317         * doc/posix-functions/unlinkat.texi: New file.
12318         * doc/posix-functions/utimensat.texi: New file.
12319         * doc/gnulib.texi (Function Substitutes): Add these subsections.
12320
12321 2008-12-14  Bruno Haible  <bruno@clisp.org>
12322
12323         Update doc for POSIX:2008.
12324         * doc/posix-functions/alphasort.texi: Renamed from
12325         doc/glibc-functions/alphasort.texi.
12326         * doc/posix-functions/dirfd.texi: Renamed from
12327         doc/glibc-functions/dirfd.texi.
12328         * doc/posix-functions/dprintf.texi: Renamed from
12329         doc/glibc-functions/dprintf.texi.
12330         * doc/posix-functions/duplocale.texi: Renamed from
12331         doc/glibc-functions/duplocale.texi.
12332         * doc/posix-functions/fexecve.texi: Renamed from
12333         doc/glibc-functions/fexecve.texi.
12334         * doc/posix-functions/fmemopen.texi: Renamed from
12335         doc/glibc-functions/fmemopen.texi.
12336         * doc/posix-functions/freelocale.texi: Renamed from
12337         doc/glibc-functions/freelocale.texi.
12338         * doc/posix-functions/getdate_err.texi: Renamed from
12339         doc/glibc-functions/getdate_err.texi.
12340         * doc/posix-functions/isalnum_l.texi: Renamed from
12341         doc/glibc-functions/isalnum_l.texi.
12342         * doc/posix-functions/isalpha_l.texi: Renamed from
12343         doc/glibc-functions/isalpha_l.texi.
12344         * doc/posix-functions/isblank_l.texi: Renamed from
12345         doc/glibc-functions/isblank_l.texi.
12346         * doc/posix-functions/iscntrl_l.texi: Renamed from
12347         doc/glibc-functions/iscntrl_l.texi.
12348         * doc/posix-functions/isdigit_l.texi: Renamed from
12349         doc/glibc-functions/isdigit_l.texi.
12350         * doc/posix-functions/isgraph_l.texi: Renamed from
12351         doc/glibc-functions/isgraph_l.texi.
12352         * doc/posix-functions/islower_l.texi: Renamed from
12353         doc/glibc-functions/islower_l.texi.
12354         * doc/posix-functions/isprint_l.texi: Renamed from
12355         doc/glibc-functions/isprint_l.texi.
12356         * doc/posix-functions/ispunct_l.texi: Renamed from
12357         doc/glibc-functions/ispunct_l.texi.
12358         * doc/posix-functions/isspace_l.texi: Renamed from
12359         doc/glibc-functions/isspace_l.texi.
12360         * doc/posix-functions/isupper_l.texi: Renamed from
12361         doc/glibc-functions/isupper_l.texi.
12362         * doc/posix-functions/iswalnum_l.texi: Renamed from
12363         doc/glibc-functions/iswalnum_l.texi.
12364         * doc/posix-functions/iswalpha_l.texi: Renamed from
12365         doc/glibc-functions/iswalpha_l.texi.
12366         * doc/posix-functions/iswblank_l.texi: Renamed from
12367         doc/glibc-functions/iswblank_l.texi.
12368         * doc/posix-functions/iswcntrl_l.texi: Renamed from
12369         doc/glibc-functions/iswcntrl_l.texi.
12370         * doc/posix-functions/iswctype_l.texi: Renamed from
12371         doc/glibc-functions/iswctype_l.texi.
12372         * doc/posix-functions/iswdigit_l.texi: Renamed from
12373         doc/glibc-functions/iswdigit_l.texi.
12374         * doc/posix-functions/iswgraph_l.texi: Renamed from
12375         doc/glibc-functions/iswgraph_l.texi.
12376         * doc/posix-functions/iswlower_l.texi: Renamed from
12377         doc/glibc-functions/iswlower_l.texi.
12378         * doc/posix-functions/iswprint_l.texi: Renamed from
12379         doc/glibc-functions/iswprint_l.texi.
12380         * doc/posix-functions/iswpunct_l.texi: Renamed from
12381         doc/glibc-functions/iswpunct_l.texi.
12382         * doc/posix-functions/iswspace_l.texi: Renamed from
12383         doc/glibc-functions/iswspace_l.texi.
12384         * doc/posix-functions/iswupper_l.texi: Renamed from
12385         doc/glibc-functions/iswupper_l.texi.
12386         * doc/posix-functions/iswxdigit_l.texi: Renamed from
12387         doc/glibc-functions/iswxdigit_l.texi.
12388         * doc/posix-functions/isxdigit_l.texi: Renamed from
12389         doc/glibc-functions/isxdigit_l.texi.
12390         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
12391         doc/glibc-functions/mbsnrtowcs.texi.
12392         * doc/posix-functions/mkdtemp.texi: Renamed from
12393         doc/glibc-functions/mkdtemp.texi.
12394         * doc/posix-functions/newlocale.texi: Renamed from
12395         doc/glibc-functions/newlocale.texi.
12396         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
12397         doc/glibc-functions/nl_langinfo_l.texi.
12398         * doc/posix-functions/open_memstream.texi: Renamed from
12399         doc/glibc-functions/open_memstream.texi.
12400         * doc/posix-functions/opterr.texi: Renamed from
12401         doc/glibc-functions/opterr.texi.
12402         * doc/posix-functions/optind.texi: Renamed from
12403         doc/glibc-functions/optind.texi.
12404         * doc/posix-functions/optopt.texi: Renamed from
12405         doc/glibc-functions/optopt.texi.
12406         * doc/posix-functions/psignal.texi: Renamed from
12407         doc/glibc-functions/psignal.texi.
12408         * doc/posix-functions/scandir.texi: Renamed from
12409         doc/glibc-functions/scandir.texi.
12410         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
12411         doc/glibc-functions/sched_get_priority_min.texi.
12412         * doc/posix-functions/signgam.texi: Renamed from
12413         doc/glibc-functions/signgam.texi.
12414         * doc/posix-functions/stpcpy.texi: Renamed from
12415         doc/glibc-functions/stpcpy.texi.
12416         * doc/posix-functions/stpncpy.texi: Renamed from
12417         doc/glibc-functions/stpncpy.texi.
12418         * doc/posix-functions/strcasecmp_l.texi: Renamed from
12419         doc/glibc-functions/strcasecmp_l.texi.
12420         * doc/posix-functions/strcoll_l.texi: Renamed from
12421         doc/glibc-functions/strcoll_l.texi.
12422         * doc/posix-functions/strfmon_l.texi: Renamed from
12423         doc/glibc-functions/strfmon_l.texi.
12424         * doc/posix-functions/strftime_l.texi: Renamed from
12425         doc/glibc-functions/strftime_l.texi.
12426         * doc/posix-functions/strncasecmp_l.texi: Renamed from
12427         doc/glibc-functions/strncasecmp_l.texi.
12428         * doc/posix-functions/strndup.texi: Renamed from
12429         doc/glibc-functions/strndup.texi.
12430         * doc/posix-functions/strnlen.texi: Renamed from
12431         doc/glibc-functions/strnlen.texi.
12432         * doc/posix-functions/strsignal.texi: Renamed from
12433         doc/glibc-functions/strsignal.texi.
12434         * doc/posix-functions/strxfrm_l.texi: Renamed from
12435         doc/glibc-functions/strxfrm_l.texi.
12436         * doc/posix-functions/timer_gettime.texi: Renamed from
12437         doc/glibc-functions/timer_gettime.texi.
12438         * doc/posix-functions/tolower_l.texi: Renamed from
12439         doc/glibc-functions/tolower_l.texi.
12440         * doc/posix-functions/toupper_l.texi: Renamed from
12441         doc/glibc-functions/toupper_l.texi.
12442         * doc/posix-functions/towctrans_l.texi: Renamed from
12443         doc/glibc-functions/towctrans_l.texi.
12444         * doc/posix-functions/towlower_l.texi: Renamed from
12445         doc/glibc-functions/towlower_l.texi.
12446         * doc/posix-functions/towupper_l.texi: Renamed from
12447         doc/glibc-functions/towupper_l.texi.
12448         * doc/posix-functions/uselocale.texi: Renamed from
12449         doc/glibc-functions/uselocale.texi.
12450         * doc/posix-functions/vdprintf.texi: Renamed from
12451         doc/glibc-functions/vdprintf.texi.
12452         * doc/posix-functions/wcpcpy.texi:
12453         Renamed from doc/glibc-functions/wcpcpy.texi.
12454         * doc/posix-functions/wcpncpy.texi: Renamed from
12455         doc/glibc-functions/wcpncpy.texi.
12456         * doc/posix-functions/wcscasecmp.texi: Renamed from
12457         doc/glibc-functions/wcscasecmp.texi.
12458         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
12459         doc/glibc-functions/wcscasecmp_l.texi.
12460         * doc/posix-functions/wcscoll_l.texi: Renamed from
12461         doc/glibc-functions/wcscoll_l.texi.
12462         * doc/posix-functions/wcsdup.texi: Renamed from
12463         doc/glibc-functions/wcsdup.texi.
12464         * doc/posix-functions/wcsncasecmp.texi: Renamed from
12465         doc/glibc-functions/wcsncasecmp.texi.
12466         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
12467         doc/glibc-functions/wcsncasecmp_l.texi.
12468         * doc/posix-functions/wcsnlen.texi: Renamed from
12469         doc/glibc-functions/wcsnlen.texi.
12470         * doc/posix-functions/wcsnrtombs.texi: Renamed from
12471         doc/glibc-functions/wcsnrtombs.texi.
12472         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
12473         doc/glibc-functions/wcsxfrm_l.texi.
12474         * doc/posix-functions/wctrans_l.texi: Renamed from
12475         doc/glibc-functions/wctrans_l.texi.
12476         * doc/posix-functions/wctype_l.texi: Renamed from
12477         doc/glibc-functions/wctype_l.texi.
12478         * doc/gnulib.texi (Function Substitutes): Add these subsections.
12479         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
12480         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
12481         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
12482         these subsections.
12483         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
12484         Remove sections.
12485
12486 2008-12-14  Bruno Haible  <bruno@clisp.org>
12487
12488         Update doc for POSIX:2008.
12489         * doc/posix-functions/*.texi: Update URL of POSIX specification.
12490
12491 2008-12-14  Bruno Haible  <bruno@clisp.org>
12492
12493         Update doc for POSIX:2008.
12494         * doc/pastposix-functions/bcmp.texi: Renamed from
12495         doc/posix-functions/bcmp.texi.
12496         * doc/pastposix-functions/bcopy.texi: Renamed from
12497         doc/posix-functions/bcopy.texi.
12498         * doc/pastposix-functions/bsd_signal.texi: Renamed from
12499         doc/posix-functions/bsd_signal.texi.
12500         * doc/pastposix-functions/bzero.texi: Renamed from
12501         doc/posix-functions/bzero.texi.
12502         * doc/pastposix-functions/ecvt.texi: Renamed from
12503         doc/posix-functions/ecvt.texi.
12504         * doc/pastposix-functions/fcvt.texi: Renamed from
12505         doc/posix-functions/fcvt.texi.
12506         * doc/pastposix-functions/ftime.texi: Renamed from
12507         doc/posix-functions/ftime.texi.
12508         * doc/pastposix-functions/gcvt.texi: Renamed from
12509         doc/posix-functions/gcvt.texi.
12510         * doc/pastposix-functions/getcontext.texi: Renamed from
12511         doc/posix-functions/getcontext.texi.
12512         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
12513         doc/posix-functions/gethostbyaddr.texi.
12514         * doc/pastposix-functions/gethostbyname.texi: Renamed from
12515         doc/posix-functions/gethostbyname.texi.
12516         * doc/pastposix-functions/getwd.texi: Renamed from
12517         doc/posix-functions/getwd.texi.
12518         * doc/pastposix-functions/h_errno.texi: Renamed from
12519         doc/posix-functions/h_errno.texi.
12520         * doc/pastposix-functions/index.texi: Renamed from
12521         doc/posix-functions/index.texi.
12522         * doc/pastposix-functions/makecontext.texi: Renamed from
12523         doc/posix-functions/makecontext.texi.
12524         * doc/pastposix-functions/mktemp.texi: Renamed from
12525         doc/posix-functions/mktemp.texi.
12526         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
12527         doc/posix-functions/pthread_attr_getstackaddr.texi.
12528         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
12529         doc/posix-functions/pthread_attr_setstackaddr.texi.
12530         * doc/pastposix-functions/rindex.texi: Renamed from
12531         doc/posix-functions/rindex.texi.
12532         * doc/pastposix-functions/scalb.texi: Renamed from
12533         doc/posix-functions/scalb.texi.
12534         * doc/pastposix-functions/setcontext.texi: Renamed from
12535         doc/posix-functions/setcontext.texi.
12536         * doc/pastposix-functions/swapcontext.texi: Renamed from
12537         doc/posix-functions/swapcontext.texi.
12538         * doc/pastposix-functions/ualarm.texi: Renamed from
12539         doc/posix-functions/ualarm.texi.
12540         * doc/pastposix-functions/usleep.texi: Renamed from
12541         doc/posix-functions/usleep.texi.
12542         * doc/pastposix-functions/vfork.texi: Renamed from
12543         doc/posix-functions/vfork.texi.
12544         * doc/pastposix-functions/wcswcs.texi: Renamed from
12545         doc/posix-functions/wcswcs.texi.
12546         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
12547         (Function Substitutes): Update.
12548
12549 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12550
12551         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
12552         m4/strerror.m4.
12553
12554 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12555             Bruno Haible  <bruno@clisp.org>
12556
12557         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
12558
12559 2008-12-13  Bruno Haible  <bruno@clisp.org>
12560
12561         * modules/strtoull (Depends-on): Remove unistd.
12562
12563 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12564
12565         * modules/strtoull (Depends-on): Add stdlib.
12566
12567 2008-12-11  Simon Josefsson  <simon@josefsson.org>
12568
12569         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
12570
12571 2008-12-10  Jim Meyering  <meyering@redhat.com>
12572
12573         gl_ASSERT: don't say assertions are disabled when they're not
12574         * m4/assert.m4 (gl_ASSERT): Do not make configure report
12575         "checking whether to enable assertions... no", when they are in
12576         fact enabled.  This is solely a bug in the output of configure.
12577         In spite of saying "no", NDEBUG was not defined in that case.
12578         Also, as noted by Eric Blake, leave assertions enabled upon
12579         --enable-assert=INVALID.
12580
12581 2008-12-10  Bruno Haible  <bruno@clisp.org>
12582
12583         Change MODULES.html to refer to POSIX:2008 where possible.
12584         * MODULES.html.sh (POSIX2008_URL): New variable.
12585         (posix_headers): Remove sys/timeb, ucontext.
12586         (posix2001_headers): New variable.
12587         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
12588         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
12589         index, makecontext, mktemp, pthread_attr_getstackaddr,
12590         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
12591         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
12592         (posix2001_functions): New variable.
12593         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
12594         otherwise.
12595
12596 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12597
12598         add missing include to parse-duration.c
12599         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
12600         * modules/parse-duration (Depends-on): Add xalloc.
12601
12602         fix sed script reading maint.mk
12603         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
12604         (syntax-check-rules): Use it.
12605
12606 2008-12-09  Bruno Haible  <bruno@clisp.org>
12607
12608         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
12609         MacOS X 10.4/PowerPC.
12610         Reported by Simon Josefsson.
12611
12612 2008-12-08  Jim Meyering  <meyering@redhat.com>
12613
12614         work around mingw's lack of some S_IF definitions
12615         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
12616         Reported by Simon Josefsson.
12617
12618 2008-12-08  Bruno Haible  <bruno@clisp.org>
12619
12620         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
12621         applied to variables. Needed on MacOS X 10.4/PowerPC.
12622         Reported by Simon Josefsson.
12623
12624 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
12625         and Eric Blake  <ebb9@byu.net>
12626
12627         assert: honor --enable-assert
12628         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
12629         order to honor --enable-assert, rather than treating it as a
12630         synonym for --disable-assert.
12631
12632 2008-12-08  Jim Meyering  <meyering@redhat.com>
12633
12634         * lib/posixtm.c: Remove now-useless declaration of mktime.
12635
12636         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
12637
12638 2008-12-07  Bruno Haible  <bruno@clisp.org>
12639
12640         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
12641         test_once): Mark functions as static.
12642         * tests/test-tls.c (test_tls): Likewise.
12643
12644 2008-12-07  Bruno Haible  <bruno@clisp.org>
12645
12646         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
12647         iconv_register_autodetect.
12648
12649 2008-12-07  Jim Meyering  <meyering@redhat.com>
12650
12651         posixtm.c: avoid a warning
12652         * lib/posixtm.c (posixtime): Don't initialize tm0.
12653         It's no longer needed to placate gcc4's -Wuninitialized,
12654         and the attempt to placate would elicit a new warning.
12655
12656         unicodeio.c: mark unused parameters
12657         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
12658         (fallback_failure_callback): Likewise.
12659
12660 2008-12-07  Bruno Haible  <bruno@clisp.org>
12661
12662         * gnulib-tool (func_create_testdir): When building the tests
12663         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
12664         Reported by Simon Josefsson.
12665
12666 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12667
12668         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
12669
12670 2008-12-06  Bruno Haible  <bruno@clisp.org>
12671
12672         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
12673         Suggested by Eric Blake.
12674
12675 2008-12-06  Bruno Haible  <bruno@clisp.org>
12676
12677         Fix a c-stack test failure on MacOS X.
12678         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
12679         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
12680         handler for SIGBUS as well.
12681         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
12682         install a signal handler for SIGBUS as well.
12683         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
12684
12685 2008-12-06  Bruno Haible  <bruno@clisp.org>
12686
12687         Advocacy documentation.
12688         * doc/gnulib-intro.texi (Benefits): New section.
12689         * doc/gnulib.texi: Update.
12690
12691 2008-12-06  Bruno Haible  <bruno@clisp.org>
12692
12693         Document the 'manywarnings' module.
12694         * doc/manywarnings.texi: New file.
12695         * doc/gnulib.texi: Include it.
12696
12697 2008-12-05  Eric Blake  <ebb9@byu.net>
12698
12699         tests: silence some gcc warnings
12700         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
12701         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
12702         type mismatches.
12703
12704 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12705             Bruno Haible  <bruno@clisp.org>
12706
12707         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
12708
12709 2008-11-29  Jim Meyering  <meyering@redhat.com>
12710
12711         unicodeio.c: mark unused parameters
12712         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
12713         (fallback_failure_callback): Likewise.
12714
12715         fts: fix a thinko
12716         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
12717         (set_stat_type): Return S_IF*-valued "type" directly.
12718         Prompted by James Youngman's spotting a related bug.
12719         Confirmed by further testing through find.
12720
12721         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
12722         * lib/fts.c (D_TYPE): Define.
12723         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
12724         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
12725         (s_ifmt_shift_bits): New function.
12726         (set_stat_type): New function.
12727         (fts_build): When not calling fts_stat, call set_stat_type
12728         to propagate dirent.d_type info to fts_read caller.
12729         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
12730         fts_statp->st_mode type information may be valid.
12731
12732 2008-11-28  Simon Josefsson  <simon@josefsson.org>
12733
12734         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
12735         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
12736         <sds@gnu.org>.
12737
12738 2008-11-20  Bruno Haible  <bruno@clisp.org>
12739
12740         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
12741         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
12742         INCLUDE_NEXT.
12743         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
12744         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
12745         * modules/math (Makefile.am): Substitute
12746         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
12747         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12748
12749 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
12750             Bruno Haible  <bruno@clisp.org>
12751
12752         * lib/stdint.in.h: Define all type macros so that their expansion is
12753         a single typedef'ed token. Fixes a compilation failure in Boost which
12754         does "using ::int8_t;".
12755
12756 2008-11-18  Simon Josefsson  <simon@josefsson.org>
12757
12758         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
12759         gl_MANYWARN_ALL_GCC.
12760         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
12761         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
12762         * modules/manywarnings: New file.
12763         * MODULES.html.sh: Mention manywarnings module.
12764
12765 2008-11-18  Bruno Haible  <bruno@clisp.org>
12766
12767         * doc/gnulib-tool.texi (Unit tests): New section.
12768
12769 2008-11-18  Simon Josefsson  <simon@josefsson.org>
12770
12771         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
12772         paths like 'lib/po/foo.po'.
12773
12774 2008-11-17  Simon Josefsson  <simon@josefsson.org>
12775
12776         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
12777         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
12778
12779 2008-11-17  Simon Josefsson  <simon@josefsson.org>
12780
12781         * m4/warnings.m4: Use CPPFLAGS to really check whether the
12782         parameter works.
12783
12784 2008-11-17  Simon Josefsson  <simon@josefsson.org>
12785
12786         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
12787
12788 2008-11-17  Bruce Korb  <bkorb@gnu.org>
12789
12790         * modules/parse-duration-tests: New file.
12791         * tests/test-parse-duration.sh: New file.
12792         * tests/test-parse-duration.c: New file.
12793
12794         New module 'parse-duration'.
12795         * lib/parse-duration.h: New file.
12796         * lib/parse-duration.c: New file.
12797         * modules/parse-duration: New file.
12798
12799 2008-11-17  Bruno Haible  <bruno@clisp.org>
12800
12801         * tests/test-select-out.sh: Comment out the first pipe test.
12802         Reported by Simon Josefsson.
12803
12804 2008-11-17  Bruno Haible  <bruno@clisp.org>
12805
12806         * modules/getaddrinfo (Depends-on): Add servent, hostent.
12807         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
12808         gl_HOSTENT.
12809
12810 2008-11-17  Bruno Haible  <bruno@clisp.org>
12811
12812         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
12813         -lnetwork and -lnet. Needed for Haiku and BeOS.
12814
12815 2008-11-16  Bruno Haible  <bruno@clisp.org>
12816
12817         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
12818
12819 2008-11-16  Bruno Haible  <bruno@clisp.org>
12820
12821         Avoid test failure on Haiku.
12822         * tests/test-fsync.c: Include <errno.h>.
12823         (main): Don't require that fsync (0) fails.
12824
12825 2008-11-15  Bruno Haible  <bruno@clisp.org>
12826
12827         New module 'hostent'.
12828         * modules/hostent: New file.
12829         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
12830
12831 2008-11-15  Bruno Haible  <bruno@clisp.org>
12832
12833         New module 'servent'.
12834         * modules/servent: New file.
12835         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
12836
12837 2008-11-15  Bruno Haible  <bruno@clisp.org>
12838
12839         Avoid generating same test program with two different rules.
12840         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
12841         test-frexp to test-frexp-nolibm.
12842         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
12843         test-frexpl to test-frexpl-nolibm.
12844
12845 2008-11-15  Bruno Haible  <bruno@clisp.org>
12846
12847         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
12848         $(FREXPL_LIBM).
12849
12850 2008-11-15  Bruno Haible  <bruno@clisp.org>
12851
12852         * lib/netdb.in.h: Activate the definitions also when the system's
12853         <netdb.h> has 'struct addrinfo'.
12854         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
12855         EAI_OVERFLOW or AI_NUMERICSERV.
12856         * doc/posix-headers/netdb.texi: Document the problem.
12857
12858 2008-11-15  Bruno Haible  <bruno@clisp.org>
12859
12860         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
12861
12862         Make the 'sched' module work on platforms where <sched.h> exists but
12863         is incomplete (such as Haiku).
12864         * lib/sched.in.h; Include the system's <sched.h> if it exists.
12865         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
12866         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
12867         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
12868         HAVE_STRUCT_SCHED_PARAM.
12869         * modules/sched (Depends-on): Add include_next.
12870         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
12871         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
12872         * doc/posix-headers/sched.texi: Document the issue.
12873
12874 2008-11-13  Jim Meyering  <meyering@redhat.com>
12875
12876         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
12877         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
12878         test would fail due to the difference in the Report bugs to ...
12879         line.  The expected address is empty, "<>", while the actual
12880         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
12881
12882 2008-11-12  Bruno Haible  <bruno@clisp.org>
12883
12884         lstat: don't compile lstat.c on systems lacking lstat
12885         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
12886         which don't have lstat; this is handled by lib/sys_stat.in.h already.
12887         Reported by Daniel P. Berrange via Jim Meyering.
12888
12889 2008-11-12  Jim Meyering  <meyering@redhat.com>
12890
12891         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
12892
12893 2008-11-12  Simon Josefsson  <simon@josefsson.org>
12894
12895         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
12896         instead.
12897
12898 2008-11-12  Bruno Haible  <bruno@clisp.org>
12899
12900         * lib/unicodeio.c: Include unistr.h.
12901         (utf8_wctomb): Remove function.
12902         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
12903
12904 2008-11-12  Simon Josefsson  <simon@josefsson.org>
12905
12906         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
12907         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
12908         <bruno@clisp.org>.
12909         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
12910
12911 2008-11-12  Simon Josefsson  <simon@josefsson.org>
12912
12913         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
12914         * doc/gnulib.texi: Add section for warnings.
12915
12916 2008-11-11  Bruno Haible  <bruno@clisp.org>
12917
12918         * lib/sockets.h: Add a comment.
12919
12920 2008-11-11  Karl Berry  <karl@gnu.org>
12921
12922         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
12923
12924 2008-11-11  Eric Blake  <ebb9@byu.net>
12925
12926         fdl.texi: avoid git symlinks
12927         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
12928
12929 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
12930
12931         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
12932
12933 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
12934
12935         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
12936         (gl_WARN_ADD): Substitute $2 if literal.
12937
12938 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
12939
12940         * m4/warning.m4: Remove.
12941
12942 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
12943
12944         * m4/warnings.m4: Almost complete rewrite. :-)
12945
12946 2008-11-10  Simon Josefsson  <simon@josefsson.org>
12947
12948         * modules/warnings: New module.
12949         * m4/warnings.m4: New file.
12950         * MODULES.html.sh: Mention warnings module.
12951         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
12952         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12953
12954 2008-11-10  Eric Blake  <ebb9@byu.net>
12955
12956         fdl.texi: make a symlink to the latest version
12957         * doc/standards.texi: Revert today's earlier change.
12958         * doc/fdl-1.2.texi: Rename from old fdl.texi...
12959         * doc/fdl.texi: ...and replace this with a symlink to the newer
12960         fdl-1.3.texi.
12961
12962 2008-11-10  Bruno Haible  <bruno@clisp.org>
12963
12964         * tests/test-select-fd.c (main): Accept the result file name as fourth
12965         argument.
12966         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
12967         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
12968
12969 2008-11-10  Bruno Haible  <bruno@clisp.org>
12970
12971         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
12972         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
12973         as autoconf-substituted macros.
12974         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
12975         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
12976         gl_NETDB_H_DEFAULTS. Set these variables.
12977         * modules/netdb (Makefile.am): Substitute these variables.
12978
12979 2008-11-10  Eric Blake  <ebb9@byu.net>
12980
12981         standards.texi: include correct file for FDL 1.3
12982         * doc/standards.texi (GNU Free Documentation License): Change
12983         include file to pull in FDL 1.3, not 1.2.
12984
12985         fdl.texi: revert accidental change to license
12986         * doc/fdl.texi: This is FDL 1.2, not 1.3.
12987
12988 2008-11-10  Bruno Haible  <bruno@clisp.org>
12989
12990         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
12991         cross-compiling guesses also when the native compile gives no result.
12992
12993 2008-11-10  Bruno Haible  <bruno@clisp.org>
12994
12995         * lib/spawni.c (__spawni): Force variable into the stack.
12996
12997 2008-11-10  Bruno Haible  <bruno@clisp.org>
12998
12999         Add support for Haiku.
13000         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
13001         glibc and BeOS, but also on Haiku.
13002         * lib/fpurge.c (fpurge): Likewise.
13003         * lib/freadable.c (freadable): Likewise.
13004         * lib/freadahead.c (freadahead): Likewise.
13005         * lib/freading.c (freading): Likewise.
13006         * lib/freadptr.c (freadptr): Likewise.
13007         * lib/freadseek.c (freadptrinc): Likewise.
13008         * lib/fseeko.c (rpl_fseeko): Likewise.
13009         * lib/fseterr.c (fseterr): Likewise.
13010         * lib/fwritable.c (fwritable): Likewise.
13011         * lib/fwriting.c (fwriting): Likewise.
13012         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
13013
13014 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
13015
13016         * lib/config.charset: Treat Haiku like BeOS.
13017
13018 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
13019
13020         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
13021         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
13022
13023 2008-11-08  Bruno Haible  <bruno@clisp.org>
13024
13025         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
13026         AC_CACHE_CHECK.
13027
13028 2008-11-08  Bruno Haible  <bruno@clisp.org>
13029
13030         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
13031
13032 2008-11-08  Bruno Haible  <bruno@clisp.org>
13033
13034         * tests/test-select-fd.c: New file.
13035         * tests/test-select-in.sh: New file.
13036         * tests/test-select-out.sh: New file.
13037         * tests/test-select-stdin.c: New file.
13038         * modules/select-tests (Files): Add the new files.
13039         (Depends-on): Add gettimeofday.
13040         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
13041         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
13042         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
13043
13044 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
13045             Bruno Haible  <bruno@clisp.org>
13046
13047         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
13048
13049 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
13050
13051         * build-aux/pmccabe2html: Added support for C++ source files.
13052
13053 2008-11-05  Ben Pfaff  <blp@gnu.org>
13054
13055         Fix lib/close.c build on Windows.
13056         * modules/close (Files): Add lib/w32sock.h.
13057
13058 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
13059
13060         Accept Bison's NEWS format.
13061         * build-aux/announce-gen (print_news_deltas): Tweak
13062         $re_prefix.
13063
13064 2008-11-04  Bruno Haible  <bruno@clisp.org>
13065
13066         * modules/random_r (Maintainer): Add glibc.
13067
13068 2008-11-04  Simon Josefsson  <simon@josefsson.org>
13069
13070         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
13071         by karl@freefriends.org (Karl Berry).
13072         * doc/alloca.texi: Likewise.
13073         * doc/c-ctype.texi: Likewise.
13074         * doc/c-strcase.texi: Likewise.
13075         * doc/c-strcaseeq.texi: Likewise.
13076         * doc/c-strcasestr.texi: Likewise.
13077         * doc/c-strstr.texi: Likewise.
13078         * doc/c-strtod.texi: Likewise.
13079         * doc/c-strtold.texi: Likewise.
13080         * doc/ctime.texi: Likewise.
13081         * doc/error.texi: Likewise.
13082         * doc/fdl.texi: Likewise.
13083         * doc/gcd.texi: Likewise.
13084         * doc/getdate.texi: Likewise.
13085         * doc/gnulib-intro.texi: Likewise.
13086         * doc/gnulib-tool.texi: Likewise.
13087         * doc/gnulib.texi: Likewise.
13088         * doc/inet_ntoa.texi: Likewise.
13089         * doc/maintain.texi: Likewise.
13090         * doc/make-stds.texi: Likewise.
13091         * doc/quote.texi: Likewise.
13092         * doc/regexprops-generic.texi: Likewise.
13093         * doc/standards.texi: Likewise.
13094         * doc/verify.texi: Likewise.
13095         * doc/visibility.texi: Likewise.
13096         * doc/gnulib.texi (GNU Free Documentation License): Include
13097         fdl-1.3.texi instead of fdl.texi.
13098
13099 2008-11-04  Simon Josefsson  <simon@josefsson.org>
13100
13101         * doc/fdl-1.3.texi: New file, from
13102         <http://www.gnu.org/licenses/fdl-1.3.texi>.
13103         * modules/fdl-1.3: Add.
13104         * MODULES.html.sh: Add fdl-1.3.
13105
13106 2008-11-03  Bruno Haible  <bruno@clisp.org>
13107
13108         Make determination of absolute name of header file work with AIX xlc.
13109         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
13110         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
13111         preprocessing.
13112         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13113         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
13114
13115 2008-11-03  Simon Josefsson  <simon@josefsson.org>
13116
13117         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
13118         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
13119         <ludo@gnu.org>.
13120
13121 2008-11-02  Bruno Haible  <bruno@clisp.org>
13122
13123         Mark 'strpbrk' obsolete.
13124         * modules/strpbrk (Status, Notice): New sections.
13125         * modules/strtok_r (Depends-on): Add strpbrk.
13126
13127 2008-11-02  Bruno Haible  <bruno@clisp.org>
13128
13129         Mark 'strdup' obsolete.
13130         * modules/strdup (Status, Notice): New sections.
13131         * modules/findprog (Depends-on): Add strdup.
13132         * modules/getaddrinfo (Depends-on): Likewise.
13133         * modules/localename (Depends-on): Likewise.
13134         * modules/relocatable-lib (Depends-on): Likewise.
13135         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
13136         * modules/relocatable-prog (Depends-on): Likewise.
13137         * modules/trim (Depends-on): Likewise.
13138         * modules/unictype/gen-ctype (Depends-on): Likewise.
13139         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
13140
13141 2008-11-02  Bruno Haible  <bruno@clisp.org>
13142
13143         Mark 'strcspn' obsolete.
13144         * modules/strcspn (Status, Notice): New sections.
13145
13146 2008-11-02  Bruno Haible  <bruno@clisp.org>
13147
13148         Mark 'rmdir' obsolete.
13149         * modules/rmdir (Status, Notice): New sections.
13150         * modules/clean-temp (Depends-on): Add rmdir.
13151         * modules/openat (Depends-on): Likewise.
13152
13153 2008-11-02  Bruno Haible  <bruno@clisp.org>
13154
13155         Mark 'raise' obsolete.
13156         * modules/raise (Status, Notice): New sections.
13157         (Include): Specify <signal.h>.
13158         * modules/stdio (Depends-on): Add raise.
13159         * modules/write (Depends-on): Likewise.
13160
13161 2008-11-02  Bruno Haible  <bruno@clisp.org>
13162
13163         Mark 'memset' obsolete.
13164         * modules/memset (Status, Notice): New sections.
13165
13166 2008-11-02  Bruno Haible  <bruno@clisp.org>
13167
13168         Mark 'memmove' obsolete.
13169         * modules/memmove (Status, Notice): New sections.
13170         * modules/argp (Depends-on): Add memmove.
13171         * modules/argz (Depends-on): Likewise.
13172         * modules/canonicalize (Depends-on): Likewise.
13173         * modules/canonicalize-lgpl (Depends-on): Likewise.
13174         * modules/fts (Depends-on): Likewise.
13175         * modules/getcwd (Depends-on): Likewise.
13176         * modules/human (Depends-on): Likewise.
13177         * modules/regex (Depends-on): Likewise.
13178         * modules/striconveh (Depends-on): Likewise.
13179         * modules/trim (Depends-on): Likewise.
13180         * modules/unistr/u8-move (Depends-on): Likewise.
13181         * modules/unistr/u16-move (Depends-on): Likewise.
13182         * modules/unistr/u32-move (Depends-on): Likewise.
13183
13184 2008-11-02  Bruno Haible  <bruno@clisp.org>
13185
13186         Mark 'memcpy' obsolete.
13187         * modules/memcpy (Status, Notice): New sections.
13188
13189 2008-11-02  Bruno Haible  <bruno@clisp.org>
13190
13191         Mark 'memcmp' obsolete.
13192         * modules/memcmp (Status, Notice): New sections.
13193         * modules/argmatch (Depends-on): Add memchr.
13194         * modules/backupfile (Depends-on): Likewise.
13195         * modules/c-strcasestr (Depends-on): Likewise.
13196         * modules/crypto/des (Depends-on): Likewise.
13197         * modules/csharpcomp (Depends-on): Likewise.
13198         * modules/fnmatch (Depends-on): Likewise.
13199         * modules/git-merge-changelog (Depends-on): Likewise.
13200         * modules/isnand (Depends-on): Likewise.
13201         * modules/isnand-nolibm (Depends-on): Likewise.
13202         * modules/isnanf (Depends-on): Likewise.
13203         * modules/isnanf-nolibm (Depends-on): Likewise.
13204         * modules/isnanl (Depends-on): Likewise.
13205         * modules/isnanl-nolibm (Depends-on): Likewise.
13206         * modules/mbchar (Depends-on): Likewise.
13207         * modules/memcoll (Depends-on): Likewise.
13208         * modules/quotearg (Depends-on): Likewise.
13209         * modules/regex (Depends-on): Likewise.
13210         * modules/relocatable-prog (Depends-on): Likewise.
13211         * modules/same (Depends-on): Likewise.
13212         * modules/signbit (Depends-on): Likewise.
13213         * modules/strcasestr-simple (Depends-on): Likewise.
13214         * modules/unictype/gen-ctype (Depends-on): Likewise.
13215         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
13216         * modules/uniname/uniname (Depends-on): Likewise.
13217         * modules/unistr/u8-cmp (Depends-on): Likewise.
13218
13219 2008-11-02  Bruno Haible  <bruno@clisp.org>
13220
13221         Mark 'memchr' obsolete.
13222         * modules/memchr (Status, Notice): New sections.
13223         * modules/argp (Depends-on): Add memchr.
13224         * modules/base64 (Depends-on): Likewise.
13225         * modules/c-strcasestr (Depends-on): Likewise.
13226         * modules/chdir-long (Depends-on): Likewise.
13227         * modules/fnmatch (Depends-on): Likewise.
13228         * modules/getsubopt (Depends-on): Likewise.
13229         * modules/git-merge-changelog (Depends-on): Likewise.
13230         * modules/glob (Depends-on): Likewise.
13231         * modules/strcasestr-simple (Depends-on): Likewise.
13232         * modules/strnlen (Depends-on): Likewise.
13233
13234 2008-11-02  Bruno Haible  <bruno@clisp.org>
13235
13236         Mark 'atexit' obsolete.
13237         * modules/atexit (Status, Notice): New sections.
13238         * modules/chdir-long (Depends-on): Add atexit.
13239         * modules/wait-process (Depends-on): Likewise.
13240
13241 2008-11-02  Bruno Haible  <bruno@clisp.org>
13242
13243         * gnulib-tool: New option --with-obsolete.
13244         (func_usage): Document it.
13245         (func_modules_transitive_closure): Drop obsolete dependencies if
13246         incobsolete is not true.
13247         (func_import): Read and save the incobsolete variable to the cache.
13248
13249 2008-11-02  Bruno Haible  <bruno@clisp.org>
13250
13251         * modules/TEMPLATE-EXTENDED: New field 'Status'.
13252         * gnulib-tool: New option --extract-status.
13253         (func_usage): Document it.
13254         (sed_extract_prog): Recognize it.
13255         (func_get_status): New function.
13256
13257 2008-10-30  Simon Josefsson  <simon@josefsson.org>
13258
13259         * modules/sockets (License): Change from LGPL to LGPLv2+.
13260
13261 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13262
13263         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
13264
13265 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13266
13267         * MODULES.html.sh (Support for systems lacking POSIX:2001):
13268         Mention times and sys_times.
13269         * modules/sys_times, modules/sys_times-tests: New modules.
13270         * modules/times, modules/times-tests: Likewise
13271         * m4/sys_times_h.m4: New file.
13272         * lib/sys_times.in.h: Likewise
13273         * lib/times.c: Likewise.
13274         * tests/test-sys_times.c: Likewise.
13275         * tests/test-times.c: Likewise.
13276         * doc/posix-headers/sys_times.texi: Update.
13277         * doc/posix-functions/times.texi: Update.
13278
13279 2008-10-28  Jim Meyering  <meyering@redhat.com>
13280
13281         * modules/tempname (Depends-on): Add lstat.
13282
13283         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
13284
13285 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13286
13287         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
13288         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
13289         using idiom used elsewhere in gnulib.
13290
13291 2008-10-27  Jim Meyering  <meyering@redhat.com>
13292
13293         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
13294
13295 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13296
13297         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
13298         TESTS_ENVIRONMENT, for shell scripts that needs to call built
13299         programs.
13300         * tests/test-argp-2.sh: Use $EXEEXT when needed.
13301
13302 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13303
13304         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
13305
13306 2008-10-27  Bruno Haible  <bruno@clisp.org>
13307
13308         * tests/test-lstat.c: Include <stdio.h>.
13309
13310 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13311
13312         * modules/lstat-tests: New module.
13313         * tests/test-lstat.c: New file.
13314
13315 2008-10-26  Jim Meyering  <meyering@redhat.com>
13316
13317         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
13318
13319 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13320             Bruno Haible  <bruno@clisp.org>
13321
13322         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
13323         * modules/configmake (Include): Add a note that the include must come
13324         after all system headers.
13325         * lib/javaversion.c: Include configmake.h after all other includes.
13326
13327 2008-10-26  Bruno Haible  <bruno@clisp.org>
13328
13329         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
13330         HAVE_STRUCT_RANDOM_DATA to 1.
13331         (gl_STDLIB_H): Simplify.
13332
13333 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13334
13335         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
13336         substitute HAVE_STRUCT_RANDOM_DATA.
13337         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
13338         random_data.
13339         * modules/stdlib (Makefile.am): Substitute
13340         HAVE_STRUCT_RANDOM_DATA.
13341
13342 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13343
13344         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
13345         * doc/gnulib-intro.texi (Copyright): Likewise.
13346
13347 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13348
13349         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
13350         findings.
13351
13352 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
13353             Bruno Haible  <bruno@clisp.org>
13354
13355         * lib/unistd.in.h: Include <winsock2.h>.
13356         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
13357         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
13358         Provide dummy declarations.
13359         (gethostname): Override.
13360         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
13361         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
13362         gl_PREREQ_SYS_H_WINSOCK2.
13363         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
13364         * doc/posix-functions/gethostname.texi: More details.
13365
13366 2008-10-25  Bruno Haible  <bruno@clisp.org>
13367
13368         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
13369         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
13370         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
13371
13372         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
13373         here ...
13374         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
13375         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
13376         gl_UNISTD_H_DEFAULTS.
13377
13378 2008-10-25  Eric Blake  <ebb9@byu.net>
13379
13380         signbit: avoid spurious compiler failure
13381         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
13382         declarations inside function.
13383
13384 2008-10-24  Simon Josefsson  <simon@josefsson.org>
13385             Bruno Haible  <bruno@clisp.org>
13386
13387         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
13388         * modules/random_r (Depends-on): Add stdint.
13389
13390 2008-10-24  Bruno Haible  <bruno@clisp.org>
13391
13392         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
13393         Eggert.
13394         * modules/strerror (License): Likewise.
13395
13396 2008-10-24  Jim Meyering  <meyering@redhat.com>
13397
13398         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
13399         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
13400
13401 2008-10-24  Eric Blake  <ebb9@byu.net>
13402
13403         getgroups: fix compilation when getgroups is available
13404         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
13405         but with <config.h> override of getgroups disabled.
13406
13407 2008-10-24  Simon Josefsson  <simon@josefsson.org>
13408
13409         * doc/gnulib.texi (Header files): Add note about C++ problems.
13410         Explained by Bruno Haible <bruno@clisp.org>.
13411
13412 2008-10-23  Bruno Haible  <bruno@clisp.org>
13413
13414         Define a dummy SA_NODEFER macro on Interix.
13415         * lib/signal.in.h (SA_NODEFER): Define fallback.
13416         Reported by Aleksey Cheusov <cheusov@tut.by> via
13417         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
13418
13419 2008-10-23  Bruno Haible  <bruno@clisp.org>
13420
13421         * modules/freadahead (License): Change to LGPLv2+.
13422         Suggested by Simon Josefsson.
13423
13424 2008-10-23  Jim Meyering  <meyering@redhat.com>
13425
13426         random_r: new module
13427         * modules/random_r: New file.
13428         * m4/random_r.m4: New file.
13429         * lib/random_r.c: New file, from glibc.
13430         * modules/random_r-tests: New file.
13431         * tests/test-random_r.c: New file.
13432         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
13433          Declare.
13434         (RAND_MAX): Define.
13435         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
13436         * modules/stdlib: Substitute them, too.
13437         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
13438         * doc/glibc-functions/initstate_r.texi: Mention the new module.
13439         * doc/glibc-functions/random_r.texi: Likewise.
13440         * doc/glibc-functions/setstate_r.texi: Likewise.
13441         * doc/glibc-functions/srandom_r.texi: Likewise.
13442         * config/srclist.txt: Mention it.
13443
13444 2008-10-23  David Lutterkort  <lutter@redhat.com>
13445
13446         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
13447         link requirement
13448
13449 2008-10-23  Jim Meyering  <meyering@redhat.com>
13450
13451         selinux-h: mark parameters of stub functions as intentionally unused
13452         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
13453         * lib/se-context.in.h: Likewise.
13454
13455 2008-10-22  Simon Josefsson  <simon@josefsson.org>
13456
13457         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
13458
13459 2008-10-22  Simon Josefsson  <simon@josefsson.org>
13460
13461         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
13462
13463 2008-10-22  Eric Blake  <ebb9@byu.net>
13464
13465         glthread/thread: avoid compiler warning
13466         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
13467         Add unreachable abort to silence compiler.
13468
13469 2008-10-22  Eric Blake  <ebb9@byu.net>
13470
13471         netdb: also supply struct addrinfo for cygwin 1.5.x
13472         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
13473         older cygwin.
13474         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
13475         cygwin.
13476         * doc/posix-headers/netdb.texi (netdb.h): Document this.
13477
13478 2008-10-22  Bruno Haible  <bruno@clisp.org>
13479
13480         * users.txt: Update entry about pspp.
13481
13482 2008-10-21  Bruno Haible  <bruno@clisp.org>
13483
13484         Simplification.
13485         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
13486         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
13487
13488         Simplification.
13489         * lib/ioctl.c (ioctl): Don't undefine.
13490         * lib/socket.c (socket): Don't undefine.
13491
13492         Remove unused module indicator macros.
13493         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
13494         GNULIB_$1 as a C macro.
13495
13496         * doc/posix-functions/close.texi: Undo last change.
13497         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
13498         Windows platforms.
13499
13500 2008-10-21  Bruno Haible  <bruno@clisp.org>
13501
13502         Add gethostname() declaration to <unistd.h>.
13503         * lib/unistd.in.h (gethostname): New declaration.
13504         * lib/gethostname.c: Include <unistd.h>.
13505         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
13506         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
13507         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
13508         and HAVE_GETHOSTNAME.
13509         * modules/gethostname (Depends-on): Add unistd.
13510         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13511         (Include): Specify <unistd.h>.
13512         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
13513         HAVE_GETHOSTNAME.
13514         * tests/test-gethostname.c: Include <unistd.h> first.
13515
13516 2008-10-21  Bruno Haible  <bruno@clisp.org>
13517
13518         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
13519         * modules/select-tests (Depends-on): Likewise.
13520         Reported by Simon Josefsson.
13521
13522 2008-10-21  Simon Josefsson  <simon@josefsson.org>
13523
13524         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
13525         * lib/accept.c: New file, based on winsock.c.
13526         * lib/bind.c: New file, based on winsock.c.
13527         * lib/connect.c: New file, based on winsock.c.
13528         * lib/getpeername.c: New file, based on winsock.c.
13529         * lib/getsockname.c: New file, based on winsock.c.
13530         * lib/getsockopt.c: New file, based on winsock.c.
13531         * lib/ioctl.c: New file, based on winsock.c.
13532         * lib/listen.c: New file, based on winsock.c.
13533         * lib/recv.c: New file, based on winsock.c.
13534         * lib/recvfrom.c: New file, based on winsock.c.
13535         * lib/send.c: New file, based on winsock.c.
13536         * lib/sendto.c: New file, based on winsock.c.
13537         * lib/setsockopt.c: New file, based on winsock.c.
13538         * lib/shutdown.c: New file, based on winsock.c.
13539         * lib/socket.c: New file, based on winsock.c.
13540         * lib/w32sock.h: New file, based on winsock.c.
13541         * lib/winsock.c: Remove file.
13542         * modules/accept: Likewise.
13543         * modules/bind: Likewise.
13544         * modules/connect: Likewise.
13545         * modules/getpeername: Likewise.
13546         * modules/getsockname: Likewise.
13547         * modules/getsockopt: Likewise.
13548         * modules/ioctl: Likewise.
13549         * modules/listen: Likewise.
13550         * modules/recv: Likewise.
13551         * modules/recvfrom: Likewise.
13552         * modules/send: Likewise.
13553         * modules/sendto: Likewise.
13554         * modules/setsockopt: Likewise.
13555         * modules/shutdown: Likewise.
13556         * modules/socket: Use socket.c instead of winsock.c.
13557         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
13558         * doc/posix-functions/accept.texi: Doc fix.
13559         * doc/posix-functions/bind.texi: Doc fix.
13560         * doc/posix-functions/close.texi: Doc fix.
13561         * doc/posix-functions/connect.texi: Doc fix.
13562         * doc/posix-functions/getpeername.texi: Doc fix.
13563         * doc/posix-functions/getsockname.texi: Doc fix.
13564         * doc/posix-functions/getsockopt.texi: Doc fix.
13565         * doc/posix-functions/ioctl.texi: Doc fix.
13566         * doc/posix-functions/listen.texi: Doc fix.
13567         * doc/posix-functions/recv.texi: Doc fix.
13568         * doc/posix-functions/recvfrom.texi: Doc fix.
13569         * doc/posix-functions/send.texi: Doc fix.
13570         * doc/posix-functions/sendto.texi: Doc fix.
13571         * doc/posix-functions/setsockopt.texi: Doc fix.
13572         * doc/posix-functions/shutdown.texi: Doc fix.
13573         * doc/posix-functions/socket.texi: Doc fix.
13574
13575 2008-10-20  Bruno Haible  <bruno@clisp.org>
13576
13577         Take into account the role of SIGABRT_COMPAT on Windows 2008.
13578         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
13579         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
13580         as an alias for SIGABRT.
13581         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
13582         (sigaction): Map it to SIGABRT.
13583         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
13584
13585 2008-10-20  Bruno Haible  <bruno@clisp.org>
13586
13587         * lib/fts.c: Don't include lstat.h.
13588         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
13589
13590         Move the lstat() declaration to <sys/stat.h>.
13591         * lib/lstat.h: Remove file.
13592         * lib/sys_stat.in.h: Add special invocation convention.
13593         (lstat): New declaration.
13594         * lib/lstat.c (orig_lstat): New function.
13595         (rpl_lstat): Use orig_lstat instead of lstat.
13596         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
13597         AC_C_INLINE. Set REPLACE_LSTAT.
13598         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
13599         and REPLACE_LSTAT.
13600         * modules/lstat (Files): Remove lib/lstat.h.
13601         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
13602         (Include): Specify <sys/stat.h> instead of lstat.h.
13603         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
13604         REPLACE_LSTAT.
13605         * NEWS: Mention the change.
13606
13607 2008-10-20  Bruno Haible  <bruno@clisp.org>
13608
13609         * modules/posix_spawn-tests: New file.
13610         * tests/test-posix_spawn3.c: New file.
13611
13612 2008-10-20  Bruno Haible  <bruno@clisp.org>
13613
13614         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
13615         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
13616         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
13617         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
13618         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
13619
13620 2008-10-20  Bruno Haible  <bruno@clisp.org>
13621
13622         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
13623         of posix_spawn on AIX 5.3.
13624
13625 2008-10-20  Bruno Haible  <bruno@clisp.org>
13626
13627         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
13628
13629 2008-10-20  Bruno Haible  <bruno@clisp.org>
13630
13631         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
13632         of AC_LANG_PROGRAM.
13633
13634 2008-10-20  Simon Josefsson  <simon@josefsson.org>
13635
13636         * lib/netdb.in.h: Don't define GNU specific constants until they
13637         are supported or needed.  Reported by Bruno Haible
13638         <bruno@clisp.org>.
13639
13640 2008-10-20  Simon Josefsson  <simon@josefsson.org>
13641
13642         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
13643
13644 2008-10-20  Simon Josefsson  <simon@josefsson.org>
13645
13646         * lib/getaddrinfo.h: Remove file.
13647         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
13648         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
13649         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
13650         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
13651         * modules/netdb: Substitute GNULIB_GETADDRINFO.
13652         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
13653         * tests/test-getaddrinfo.c: Likewise.
13654         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
13655         * NEWS: Mention change.
13656
13657 2008-10-19  Bruno Haible  <bruno@clisp.org>
13658
13659         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
13660
13661 2008-10-19  Bruno Haible  <bruno@clisp.org>
13662
13663         * lib/wait-process.c: Include simply <sys/wait.h>.
13664         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
13665         WIFSTOPPED): Remove fallback definitions.
13666         * modules/wait-process (Depends-on): Add sys_wait.
13667
13668         New module 'sys_wait'.
13669         * modules/sys_wait: New file.
13670         * lib/sys_wait.in.h: New file, partially copied from
13671         lib/wait-process.c.
13672         * m4/sys_wait_h.m4: New file.
13673         * doc/posix-headers/sys_wait.texi: Mention the new module.
13674
13675 2008-10-19  Bruno Haible  <bruno@clisp.org>
13676
13677         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
13678
13679 2008-10-19  Bruno Haible  <bruno@clisp.org>
13680
13681         Assume that waitpid() fills an 'int' status, not a 'union wait'.
13682         * lib/wait-process.c (WAIT_T): Remove type.
13683         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
13684         (wait_subprocess): Update.
13685
13686 2008-10-19  Bruno Haible  <bruno@clisp.org>
13687
13688         New module 'atoll'.
13689         * modules/atoll: New file.
13690         * lib/stdlib.in.h (atoll): New declaration.
13691         * lib/atoll.c: New file, from glibc with modifications.
13692         * m4/atoll.m4: New file.
13693         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
13694         HAVE_ATOLL.
13695         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
13696         * doc/posix-functions/atoll.texi: Mention the new module.
13697
13698 2008-10-19  Bruno Haible  <bruno@clisp.org>
13699
13700         Add strtoull() declaration to <stdlib.h>.
13701         * lib/stdlib.in.h (strtoull): New declaration.
13702         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
13703         Set HAVE_STRTOULL.
13704         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
13705         HAVE_STRTOULL.
13706         * modules/strtoull (Depends-on): Add stdlib.
13707         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13708         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
13709         HAVE_STRTOULL.
13710
13711 2008-10-19  Bruno Haible  <bruno@clisp.org>
13712
13713         Add strtoll() declaration to <stdlib.h>.
13714         * lib/stdlib.in.h (strtoll): New declaration.
13715         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
13716         Set HAVE_STRTOLL.
13717         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
13718         HAVE_STRTOLL.
13719         * modules/strtoll (Depends-on): Add stdlib.
13720         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13721         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
13722
13723 2008-10-19  Bruno Haible  <bruno@clisp.org>
13724
13725         * modules/bcopy (Depends-on): Add strings.
13726         (Include): Specify <strings.h>.
13727
13728 2008-10-19  Bruno Haible  <bruno@clisp.org>
13729
13730         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
13731
13732 2008-10-19  Bruno Haible  <bruno@clisp.org>
13733
13734         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
13735         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
13736         mingw.
13737
13738 2008-10-19  Bruno Haible  <bruno@clisp.org>
13739
13740         * lib/atanl.c: Don't include isnanl.h.
13741         * lib/cosl.c: Likewise.
13742         * lib/ldexpl.c: Likewise.
13743         * lib/logl.c: Likewise.
13744         * lib/sinl.c: Likewise.
13745         * lib/sqrtl.c: Likewise.
13746         * lib/tanl.c: Likewise.
13747
13748         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
13749         * lib/isnanf.h: Remove file.
13750         * lib/isnand.h: Remove file.
13751         * lib/isnanl.h: Remove file.
13752         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
13753         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
13754         macros.
13755         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
13756         HAVE_ISNANF, don't define it as a C macro.
13757         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
13758         HAVE_ISNAND, don't define it as a C macro.
13759         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
13760         HAVE_ISNANL, don't define it as a C macro.
13761         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
13762         HAVE_ISNAN[FDL].
13763         * modules/isnanf (Files): Remove lib/isnanf.h.
13764         (Depends-on): Add math.
13765         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
13766         (Include): Specify <math.h> instead of isnanf.h.
13767         * modules/isnand (Files): Remove lib/isnand.h.
13768         (Depends-on): Add math.
13769         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
13770         (Include): Specify <math.h> instead of isnand.h.
13771         * modules/isnanl (Files): Remove lib/isnanl.h.
13772         (Depends-on): Add math.
13773         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
13774         (Include): Specify <math.h> instead of isnanl.h.
13775         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
13776         HAVE_ISNAN[FDL].
13777         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
13778         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
13779         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
13780         * NEWS: Mention the change.
13781
13782 2008-10-18  Bruno Haible  <bruno@clisp.org>
13783
13784         Add getusershell(), setusershell(), endusershell() declarations to
13785         <unistd.h>.
13786         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
13787         declarations.
13788         * lib/getusershell.c: Include unistd.h.
13789         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
13790         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
13791         HAVE_GETUSERSHELL.
13792         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
13793         and HAVE_GETUSERSHELL.
13794         * modules/getusershell (Depends-on): Add unistd, extensions.
13795         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13796         (Include): Specify <unistd.h>.
13797         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
13798         HAVE_GETUSERSHELL.
13799
13800 2008-10-18  Bruno Haible  <bruno@clisp.org>
13801
13802         Add a getloadavg() declaration to <stdlib.h>.
13803         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
13804         getloadavg declaration.
13805         (getloadavg): New declaration.
13806         * lib/getloadavg.c: Include <stdlib.h> first.
13807         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
13808         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
13809         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
13810         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
13811         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
13812         * modules/getloadavg (Depends-on): Add stdlib, extensions.
13813         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13814         (Include): Specify <stdlib.h>.
13815         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
13816         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
13817
13818 2008-10-18  Bruno Haible  <bruno@clisp.org>
13819
13820         * lib/dirchownmod.c: Don't include lchmod.h.
13821
13822         Move the lchmod() declaration to <sys/stat.h>.
13823         * lib/lchmod.h: Remove file.
13824         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
13825         (lchmod): New declaration, moved here from lib/lchown.h.
13826         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
13827         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
13828         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
13829         and HAVE_LCHMOD.
13830         * modules/lchmod (Files): Remove lib/lchmod.h.
13831         (Depends-on): Add sys_stat, extensions.
13832         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
13833         (Include): Specify <sys/stat.h> instead of lchmod.h.
13834         * modules/sys_stat (Depends-on): Add link-warning.
13835         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
13836         definition of GL_LINK_WARNING.
13837         * NEWS: Mention the change.
13838
13839 2008-10-18  Bruno Haible  <bruno@clisp.org>
13840
13841         * lib/fchdir.c: Don't include dirfd.h.
13842         * lib/fts.c: Likewise.
13843         * lib/getcwd.c: Likewise.
13844         * lib/glob.c: Likewise.
13845
13846         Move the dirfd() declaration to <dirent.h>.
13847         * lib/dirfd.h: Remove file.
13848         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
13849         (dirfd): New declaration.
13850         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
13851         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
13852         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
13853         HAVE_DECL_DIRFD.
13854         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
13855         HAVE_DECL_DIRFD.
13856         * modules/dirfd (Files): Remove lib/dirfd.h.
13857         (Depends-on): Add dirent, extensions.
13858         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
13859         (Include): Specify <dirent.h> instead of dirfd.h.
13860         * modules/dirent (Depends-on): Add link-warning.
13861         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
13862         definition of GL_LINK_WARNING.
13863         * NEWS: Mention the change.
13864
13865 2008-10-18  Bruno Haible  <bruno@clisp.org>
13866
13867         Move the euidaccess() declaration to <unistd.h>.
13868         * lib/euidaccess.h: Remove file.
13869         * lib/unistd.in.h (euidaccess): New declaration.
13870         * lib/euidaccess.c: Don't include euidaccess.h.
13871         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
13872         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
13873         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
13874         and HAVE_EUIDACCESS.
13875         * modules/euidaccess (Files): Remove lib/euidaccess.h.
13876         (Depends-on): Add unistd.
13877         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13878         (Include): Specify <unistd.h> instead of euidaccess.h.
13879         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
13880         HAVE_EUIDACCESS.
13881         * NEWS: Mention the change.
13882
13883 2008-10-18  Bruno Haible  <bruno@clisp.org>
13884
13885         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
13886
13887         Move the getdomainname() declaration to <unistd.h>.
13888         * lib/getdomainname.h: Remove file.
13889         * lib/unistd.in.h (getdomainname): New declaration.
13890         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
13891         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
13892         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
13893         HAVE_GETDOMAINNAME.
13894         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13895         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
13896         * modules/getdomainname (Files): Remove lib/getdomainname.h.
13897         (Depends-on): Add unistd, extensions.
13898         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13899         (Includes): Specify <unistd.h> instead of getdomainname.h.
13900         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
13901         HAVE_GETDOMAINNAME.
13902         * NEWS: Mention the change.
13903
13904 2008-10-18  Bruno Haible  <bruno@clisp.org>
13905
13906         * modules/dirent: New file.
13907         * m4/dirent_h.m4: New file.
13908         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
13909         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
13910         * modules/fchdir (Files): Remove lib/dirent.in.h.
13911         (Depends-on): Add dirent.
13912         (Makefile.am): Move rules to modules/dirent.
13913         * doc/posix-headers/dirent.texi: Mention the new module.
13914
13915 2008-10-18  Bruno Haible  <bruno@clisp.org>
13916
13917         Avoid -Wunused-parameter warnings in public gnulib header files.
13918         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
13919         macro.
13920         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
13921
13922 2008-10-18  Bruno Haible  <bruno@clisp.org>
13923
13924         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
13925         * doc/glibc-functions/error.texi: Mention the module 'error'.
13926         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
13927         * doc/glibc-functions/getdomainname.texi: Mention the module
13928         'getdomainname'.
13929         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
13930         * doc/glibc-functions/getpagesize.texi: Mention the module
13931         'getpagesize'.
13932         * doc/glibc-functions/getusershell.texi: Mention the module
13933         'getusershell'.
13934         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
13935         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
13936         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
13937         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
13938         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
13939         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
13940         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
13941         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
13942         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
13943         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
13944         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
13945         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
13946         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
13947         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
13948
13949 2008-10-17  Bruno Haible  <bruno@clisp.org>
13950
13951         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
13952         HP-UX and IRIX, use -0.0L.
13953         * tests/test-ceill.c (minus_zero): Likewise.
13954         * tests/test-floorl.c (minus_zero): Likewise.
13955         * tests/test-frexpl.c (minus_zero): Likewise.
13956         * tests/test-isnan.c (minus_zerol): Likewise.
13957         * tests/test-isnanl.h (minus_zero): Likewise.
13958         * tests/test-ldexpl.c (minus_zero): Likewise.
13959         * tests/test-roundl.c (minus_zero): Likewise.
13960         * tests/test-signbit.c (minus_zerol): Likewise.
13961         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
13962         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
13963         * tests/test-truncl.c (minus_zero): Likewise.
13964         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
13965         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
13966         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
13967         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
13968
13969 2008-10-17  Bruno Haible  <bruno@clisp.org>
13970
13971         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
13972         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
13973         that it gets activated only for gcc >= 3.0.
13974         * lib/dirent.in.h: Likewise.
13975         * lib/errno.in.h: Likewise.
13976         * lib/fcntl.in.h: Likewise.
13977         * lib/float.in.h: Likewise.
13978         * lib/iconv.in.h: Likewise.
13979         * lib/inttypes.in.h: Likewise.
13980         * lib/locale.in.h: Likewise.
13981         * lib/math.in.h: Likewise.
13982         * lib/netdb.in.h: Likewise.
13983         * lib/netinet_in.in.h: Likewise.
13984         * lib/search.in.h: Likewise.
13985         * lib/signal.in.h: Likewise.
13986         * lib/spawn.in.h: Likewise.
13987         * lib/stdarg.in.h: Likewise.
13988         * lib/stdint.in.h: Likewise.
13989         * lib/stdio.in.h: Likewise.
13990         * lib/stdlib.in.h: Likewise.
13991         * lib/string.in.h: Likewise.
13992         * lib/strings.in.h: Likewise.
13993         * lib/sys_file.in.h: Likewise.
13994         * lib/sys_ioctl.in.h: Likewise.
13995         * lib/sys_select.in.h: Likewise.
13996         * lib/sys_socket.in.h: Likewise.
13997         * lib/sys_stat.in.h: Likewise.
13998         * lib/sys_time.in.h: Likewise.
13999         * lib/sysexits.in.h: Likewise.
14000         * lib/time.in.h: Likewise.
14001         * lib/unistd.in.h: Likewise.
14002         * lib/wchar.in.h: Likewise.
14003         * lib/wctype.in.h: Likewise.
14004         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14005
14006 2008-10-17  Jim Meyering  <meyering@redhat.com>
14007
14008         ignore-value: don't depend on inline module
14009         * modules/ignore-value (Depends-on): Remove 'inline'.
14010         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
14011         Suggestion from Bruno Haible.
14012
14013 2008-10-17  Bruno Haible  <bruno@clisp.org>
14014
14015         New implementation of condition variables for Win32.
14016         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
14017         (gl_linked_waitqueue_t): New type.
14018         (gl_cond_t): Use it.
14019         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
14020         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
14021         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
14022         (glthread_cond_init_func, glthread_cond_wait_func,
14023         glthread_cond_timedwait_func, glthread_cond_signal_func,
14024         glthread_cond_broadcast_func, glthread_cond_destroy_func):
14025         Reimplemented on the basis of gl_linked_waitqueue_t.
14026         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
14027         gl_waitqueue_t.
14028         (gl_rwlock_t): Update.
14029         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
14030
14031 2008-10-17  Simon Josefsson  <simon@josefsson.org>
14032
14033         * modules/recvfrom (Depends-on): Add dependency on getpeername.
14034         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14035
14036 2008-10-17  Jim Meyering  <meyering@redhat.com>
14037
14038         ignore-value: new module
14039         * modules/ignore-value: New file.
14040         * lib/ignore-value.h: New file.
14041         * MODULES.html.sh (Compiler warning management): New section,
14042         just for this module.  More to come.
14043
14044 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         open-safer.c: avoid 'signed and unsigned in conditional...' warning
14047         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
14048         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
14049
14050 2008-10-16  Jim Meyering  <meyering@redhat.com>
14051
14052         openat-die.c: avoid 'no previous prototype' warning
14053         * lib/openat-die.c: Include "openat.h".
14054         Reported by Reuben Thomas <rrt@sc3d.org>.
14055
14056 2008-10-16  Simon Josefsson  <simon@josefsson.org>
14057
14058         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
14059         * lib/netdb.in.h: Fix typo.
14060         Reported by Bruno Haible  <bruno@clisp.org>
14061
14062         * lib/netdb.in.h: Include sys/socket.h for platforms without
14063         netdb.h, to get structures like hostent on MinGW.
14064         * modules/netdb (Depends-on): Add sys_socket.
14065
14066 2008-10-15  Simon Josefsson  <simon@josefsson.org>
14067
14068         * modules/netdb, modules/netdb-tests: New file.
14069         * m4/netdb_h.m4: New file.
14070         * lib/netdb.in.h: Add, currently just an empty file pending
14071         definitions.
14072         * tests/test-netdb.c: New file.
14073         * doc/posix-headers/netdb.texi: Mention that we replace it if
14074         needed.
14075         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14076         netdb.
14077
14078 2008-10-15  Simon Josefsson  <simon@josefsson.org>
14079
14080         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
14081         with code.
14082
14083 2008-10-13  Bruno Haible  <bruno@clisp.org>
14084
14085         * lib/glthread/cond.c (glthread_cond_wait_func,
14086         glthread_cond_timedwait_func): Add a comment.
14087
14088 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14089
14090         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
14091         * tests/test-select.c: Likewise,
14092
14093 2008-10-13  Bruno Haible  <bruno@clisp.org>
14094
14095         * lib/glthread/cond.c (glthread_cond_wait_func,
14096         glthread_cond_timedwait_func): Fix variable name.
14097         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14098
14099 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
14100
14101         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
14102         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
14103         struct sockaddr.sa_len.
14104         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
14105
14106 2008-10-13  Simon Josefsson  <simon@josefsson.org>
14107
14108         * build-aux/pmccabe2html: Add css and css_url parameters.
14109
14110 2008-10-12  Bruno Haible  <bruno@clisp.org>
14111
14112         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
14113         calling aclx_get.
14114         Reported by Rainer Tammer <tammer@tammer.net>.
14115
14116 2008-10-12  Bruno Haible  <bruno@clisp.org>
14117
14118         Use msvcrt aware primitives for creation/termination of Win32 threads.
14119         * lib/glthread/thread.c: Include <process.h>.
14120         (glthread_create_func): Use _beginthreadex instead of CreateThread.
14121         (wrapper_func): Update signature.
14122         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
14123
14124 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14125             Bruno Haible  <bruno@clisp.org>
14126
14127         Provide a Win32 implementation of the 'cond' module.
14128         * lib/glthread/cond.h [USE_WIN32]: New implementation.
14129         * lib/glthread/cond.c (glthread_cond_init_func,
14130         glthread_cond_wait_func, glthread_cond_timedwait_func,
14131         glthread_cond_signal_func, glthread_cond_broadcast_func,
14132         glthread_cond_destroy_func) [USE_WIN32]: New functions.
14133         * modules/cond (Dependencies): Add gettimeofday.
14134
14135 2008-10-11  Bruno Haible  <bruno@clisp.org>
14136
14137         Make sleep work on older versions of mingw.
14138         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
14139         only whether it exists.
14140         * doc/posix-functions/sleep.texi: Mention the problem with older
14141         versions of mingw.
14142
14143 2008-10-11  Bruno Haible  <bruno@clisp.org>
14144
14145         New module 'shutdown'.
14146         * modules/shutdown: New file.
14147         * lib/sys_socket.in.h (shutdown): New declaration.
14148         * lib/winsock.c (shutdown): New function.
14149         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
14150         GNULIB_SHUTDOWN.
14151         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
14152         * doc/posix-functions/shutdown.texi: Document the new module.
14153
14154 2008-10-11  Jim Meyering  <meyering@redhat.com>
14155
14156         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
14157
14158 2008-10-11  Bruno Haible  <bruno@clisp.org>
14159
14160         New module 'fclose'.
14161         * modules/fclose: New file.
14162         * lib/stdio.in.h (fclose): New declaration.
14163         * lib/fclose.c: New file.
14164         * m4/fclose.m4: New file.
14165         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
14166         REPLACE_FCLOSE.
14167         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
14168         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
14169         REPLACE_FCLOSE.
14170         * modules/close (Depends-on): fclose.
14171         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
14172
14173 2008-10-11  Bruno Haible  <bruno@clisp.org>
14174
14175         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
14176         set errno and don't call _close.
14177
14178 2008-10-10  Bruno Haible  <bruno@clisp.org>
14179
14180         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
14181         ACL, not afterwards. Fixes test failure on Cygwin.
14182
14183 2008-10-09  Ben Pfaff  <blp@gnu.org>
14184
14185         * build-aux/announce-gen: Fix gnulib version related part of usage
14186         message.  Die with a useful error message if no tarballs are
14187         found.
14188
14189 2008-10-10  Jim Meyering  <meyering@redhat.com>
14190
14191         bootstrap: use git's --depth=N option only if it's supported
14192         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
14193         recognize the --depth option.  Reported by Pádraig Brady.
14194
14195 2008-10-09  Bruno Haible  <bruno@clisp.org>
14196
14197         New module 'ioctl'.
14198         * modules/ioctl: New file.
14199         * lib/sys_socket.in.h (ioctl): Remove declaration.
14200         * lib/winsock.c: Include <sys/ioctl.h>.
14201         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
14202         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
14203         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
14204         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
14205         * doc/posix-functions/ioctl.texi: Mention the new module.
14206
14207 2008-10-09  Bruno Haible  <bruno@clisp.org>
14208
14209         New module 'sys_ioctl'.
14210         * lib/sys_ioctl.in.h: New file.
14211         * m4/sys_ioctl_h.m4: New file.
14212         * modules/sys_ioctl: New file.
14213         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
14214
14215 2008-10-09  Bruno Haible  <bruno@clisp.org>
14216
14217         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
14218         * lib/winsock.c: Include <stdarg.h>.
14219         (rpl_ioctl): Change to second argument 'int' and then varargs.
14220
14221 2008-10-09  Bruno Haible  <bruno@clisp.org>
14222
14223         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
14224         when the sys_socket module is present and the system has <winsock2.h>.
14225
14226 2008-10-09  Bruno Haible  <bruno@clisp.org>
14227
14228         * doc/posix-functions/close.texi: Mention module 'close' instead of
14229         module 'sys_socket'.
14230
14231 2008-10-09  Bruno Haible  <bruno@clisp.org>
14232
14233         * doc/glibc-headers/sys_ioctl.texi: New file.
14234         * doc/gnulib.texi: Include it.
14235
14236 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14237             Bruno Haible  <bruno@clisp.org>
14238
14239         Combine the two replacements of 'close'.
14240         * lib/sys_socket.in.h (close): Define to a reminder to include
14241         <unistd.h>.
14242         (_gl_close_fd_maybe_socket): New declaration.
14243         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
14244         * lib/winsock.c (close): Remove undefinition.
14245         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
14246         needed for the gnulib module 'close'.
14247         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
14248         define to an error symbol or to a warning, if suitable.
14249         * lib/close.c: Include <sys/socket.h>.
14250         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
14251         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
14252         UNISTD_H_HAVE_WINSOCK2_H.
14253         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
14254         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14255         UNISTD_H_HAVE_WINSOCK2_H.
14256         * modules/sys_socket (Files): Add m4/unistd_h.m4.
14257         (configure.ac): Set a module indicator.
14258         (Makefile.am): Substitute GNULIB_CLOSE.
14259         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
14260         * modules/poll-tests (Depends-on): Add close.
14261         * modules/select-tests (Depends-on): Likewise.
14262
14263 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14264             Bruno Haible  <bruno@clisp.org>
14265
14266         New module 'close'.
14267         * modules/close: New file.
14268         * lib/unistd.in.h (close): Move declaration out of the
14269         FCHDIR_REPLACEMENT scope.
14270         (_gl_unregister_fd): New declaration.
14271         * lib/close.c: New file.
14272         * lib/fchdir.c (rpl_close): Remove function.
14273         * m4/close.m4: New file.
14274         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
14275         close.
14276         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
14277         REPLACE_CLOSE.
14278         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
14279         REPLACE_CLOSE.
14280         * modules/fchdir (Depends-on): Add close.
14281
14282 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14283             Bruno Haible  <bruno@clisp.org>
14284
14285         * lib/fcntl.in.h (open): Simplify conditionals.
14286         (_gl_register_fd): New declaration.
14287         * lib/fchdir.c (rpl_open): Remove function.
14288         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
14289         also.
14290         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
14291         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
14292         open.
14293
14294 2008-10-09  Jim Meyering  <meyering@redhat.com>
14295
14296         GNUmakefile: use the more name-space-friendly "_version"
14297         * top/GNUmakefile (_dummy): Update.
14298         (_version): Rename from "version".
14299
14300 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14301             Bruno Haible  <bruno@clisp.org>
14302
14303         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
14304         rpl_close.
14305         (_gl_register_fd): New function, extracted from rpl_open.
14306         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
14307         (rpl_open, rpl_opendir): Use _gl_register_fd.
14308
14309 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14310
14311         Fix organization of 'open' replacement.
14312         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
14313         (gl_FUNC_OPEN): Use it.
14314         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
14315
14316 2008-10-08  Bruno Haible  <bruno@clisp.org>
14317
14318         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
14319
14320 2008-10-08  Simon Josefsson  <simon@josefsson.org>
14321
14322         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
14323         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
14324         listen).
14325
14326 2008-10-08  Eric Blake  <ebb9@byu.net>
14327
14328         GNUmakefile: add 'make version' target
14329         * top/GNUmakefile (_curr-ver): Split version update rules...
14330         (version): ...into a target.
14331
14332 2008-10-07  Bruno Haible  <bruno@clisp.org>
14333
14334         Use a more portable replacement expression for -0.0L.
14335         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
14336         instead of -0.0L. Fix m4 quotation.
14337
14338         * tests/test-signbit.c: Include <float.h>.
14339         (minus_zero): New variable.
14340         (test_signbitl): Use minus_zero instead of -zero.
14341         * modules/signbit-tests (Depends-on): Add float.
14342
14343         * tests/test-ceill.c: Include <float.h>.
14344         (zero): Remove variable.
14345         (minus_zero): New variable.
14346         (main): Use minus_zero instead of -zero.
14347         * modules/ceill-tests (Depends-on): Add float.
14348
14349         * tests/test-floorl.c: Include <float.h>.
14350         (zero): Remove variable.
14351         (minus_zero): New variable.
14352         (main): Use minus_zero instead of -zero.
14353         * modules/floorl-tests (Depends-on): Add float.
14354
14355         * tests/test-roundl.c: Include <float.h>.
14356         (zero): Remove variable.
14357         (minus_zero): New variable.
14358         (main): Use minus_zero instead of -zero.
14359         * modules/roundl-tests (Depends-on): Add float.
14360
14361         * tests/test-truncl.c: Include <float.h>.
14362         (zero): Remove variable.
14363         (minus_zero): New variable.
14364         (main): Use minus_zero instead of -zero.
14365         * modules/truncl-tests (Depends-on): Add float.
14366
14367         * tests/test-frexpl.c (zero): Remove variable.
14368         (minus_zero): New variable.
14369         (main): Use minus_zero instead of -zero.
14370         * modules/frexpl-tests (Depends-on): Add float.
14371
14372         * tests/test-isnan.c (zerol): Remove variable.
14373         (minus_zerol): New variable.
14374         (test_long_double): Use minus_zerol instead of -zerol.
14375         * modules/isnan-tests (Depends-on): Add float.
14376
14377         * tests/test-isnanl.h (zero): Remove variable.
14378         (minus_zero): New variable.
14379         (main): Use minus_zero instead of -zero.
14380         * modules/isnanl-nolibm-tests (Depends-on): Add float.
14381         * modules/isnanl-tests (Depends-on): Add float.
14382
14383         * tests/test-ldexpl.c (zero): Remove variable.
14384         (minus_zero): New variable.
14385         (main): Use minus_zero instead of -zero.
14386         * modules/ldexpl-tests (Depends-on): Add float.
14387
14388         * tests/test-snprintf-posix.h (zerol): Remove variable.
14389         (minus_zerol): New variable.
14390         (test_function): Use minus_zerol instead of -zerol.
14391         * modules/snprintf-posix-tests (Depends-on): Add float.
14392         * modules/vsnprintf-posix-tests (Depends-on): Add float.
14393
14394         * tests/test-sprintf-posix.h (zerol): Remove variable.
14395         (minus_zerol): New variable.
14396         (test_function): Use minus_zerol instead of -zerol.
14397         * modules/sprintf-posix-tests (Depends-on): Add float.
14398         * modules/vsprintf-posix-tests (Depends-on): Add float.
14399
14400         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
14401         (minus_zerol): New variable.
14402         (test_function): Use minus_zerol instead of -zerol.
14403         * modules/vasnprintf-posix-tests (Depends-on): Add float.
14404
14405         * tests/test-vasprintf-posix.c (zerol): Remove variable.
14406         (minus_zerol): New variable.
14407         (test_function): Use minus_zerol instead of -zerol.
14408         * modules/vasprintf-posix-tests (Depends-on): Add float.
14409
14410 2008-10-07  Simon Josefsson  <simon@josefsson.org>
14411
14412         * MODULES.html.sh (Support for building documentation): Mention
14413         pmccabe2html.  Sort entries.
14414
14415         Add pmccabe2html module, from gnupdf.
14416         * build-aux/pmccabe.css: New file.
14417         * build-aux/pmccabe2html: New file.
14418         * m4/pmccabe2html.m4: New file.
14419         * modules/pmccabe2html: New file.
14420
14421 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
14422
14423         flock: new module
14424         * MODULES.html.sh: Add to list of modules.
14425         * lib/flock.c: flock implementation for Windows and Unix systems
14426         which have fcntl.
14427         * doc/glibc-functions/flock.texi: Update documentation.
14428         * lib/sys_file.in.h: <sys/file.h> header file.
14429         * m4/flock.m4: M4 macros.
14430         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
14431         * modules/flock: flock module.
14432         * modules/flock-tests: flock tests module.
14433         * modules/sys_file: sys/file.h module.
14434         * tests/test-flock.c: test suite for flock.
14435
14436 2008-10-06  Jim Meyering  <meyering@redhat.com>
14437
14438         bootstrap: check for LT_INIT more portably still ;-)
14439         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
14440         Spotted by Bruno Haible.
14441
14442 2008-10-06  Eric Blake  <ebb9@byu.net>
14443
14444         test-signbit: avoid tripping Irix cc bug on -0.0L
14445         * tests/test-signbit.c (minus_zerol): Delete, and replace with
14446         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
14447         entire testsuite consistent and avoids an Irix 6.2 bug.
14448
14449 2008-10-05  Bruno Haible  <bruno@clisp.org>
14450             Jim Meyering  <jim@meyering.net>
14451
14452         Add an option for ignoring EPIPE during close_stdout.
14453         * lib/closeout.h: Include <stdbool.h>.
14454         (close_stdout_set_ignore_EPIPE): New declaration.
14455         * lib/closeout.c: Include <stdbool.h>.
14456         (ignore_EPIPE): New variable.
14457         (close_stdout_set_ignore_EPIPE): New function.
14458         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
14459         * lib/close-stream.c (close_stream): Mention the possible EPIPE
14460         failure.
14461         * modules/closeout (Depends-on): Add stdbool.
14462
14463 2008-10-05  Bruno Haible  <bruno@clisp.org>
14464
14465         * modules/accept: New file.
14466         * modules/bind: New file.
14467         * modules/connect: New file.
14468         * modules/getpeername: New file.
14469         * modules/getsockname: New file.
14470         * modules/getsockopt: New file.
14471         * modules/listen: New file.
14472         * modules/recv: New file.
14473         * modules/recvfrom: New file.
14474         * modules/send: New file.
14475         * modules/sendto: New file.
14476         * modules/setsockopt: New file.
14477         * modules/socket: New file.
14478         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
14479         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
14480         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
14481         the particular module is requested. Add a link warning when the
14482         particular module is not requested.
14483         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
14484         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
14485         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
14486         the particular module is requested.
14487         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
14488         gl_SYS_SOCKET_H_DEFAULTS): New macros.
14489         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
14490         * modules/sys_socket (Depends-on): Add link-warning.
14491         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
14492         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
14493         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
14494         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
14495         GL_LINK_WARNING.
14496         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
14497         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
14498         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
14499         * doc/posix-functions/getpeername.texi: Mention the new module
14500         'getpeername'.
14501         * doc/posix-functions/getsockname.texi: Mention the new module
14502         'getsockname'.
14503         * doc/posix-functions/getsockopt.texi: Mention the new module
14504         'getsockopt'.
14505         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
14506         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
14507         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
14508         * doc/posix-functions/send.texi: Mention the new module 'send'.
14509         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
14510         * doc/posix-functions/setsockopt.texi: Mention the new module
14511         'setsockopt'.
14512         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
14513         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
14514         listen, connect, accept.
14515         * modules/select-tests (Depends-on): Likewise.
14516
14517 2008-10-05  Bruno Haible  <bruno@clisp.org>
14518
14519         * lib/winsock.c (strerror): Remove unused #undef.
14520         (rpl_close): Remove unused local variable.
14521
14522         * modules/sys_socket (Depends-on); Add errno.
14523
14524 2008-10-05  Bruno Haible  <bruno@clisp.org>
14525
14526         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
14527         (select): Add a link warning when the 'select' module is not used.
14528         * modules/sys_select (Depends-on): Add link-warning.
14529         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
14530         Suggested by Paolo Bonzini.
14531
14532 2008-10-05  Jim Meyering  <meyering@redhat.com>
14533
14534         bootstrap: check for LT_INIT more portably
14535         * build-aux/bootstrap: Avoid using grep -E, since it's not
14536         portable enough.  Suggestion from Bruno Haible.
14537
14538 2008-10-05  Bruno Haible  <bruno@clisp.org>
14539
14540         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
14541         as being fixed by gnulib.
14542
14543 2008-10-05  Bruno Haible  <bruno@clisp.org>
14544
14545         * modules/select-tests: New file, mostly copied from
14546         modules/sys_select-tests.
14547         * tests/test-select.c: New file, mostly copied from
14548         tests/test-sys_select.c.
14549         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
14550         * modules/sys_select-tests (Depends-on): Remove all dependencies.
14551         (Makefile.am): Remove test_sys_select_LDADD.
14552
14553         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
14554         to an undefined symbol, for an error message.
14555         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
14556         (gl_SYS_SELECT_H_DEFAULTS): New macro.
14557         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
14558         winsock-select.c here.
14559         * modules/sys_select (Files): Remove lib/winsock-select.c.
14560         (Depends-on): Remove alloca.
14561         (Makefile.am): Substitute GNULIB_SELECT.
14562         * modules/select: New file.
14563         * doc/posix-functions/select.texi: Update.
14564
14565 2008-10-05  Bruno Haible  <bruno@clisp.org>
14566
14567         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
14568         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
14569         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
14570         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
14571         getdtablesize.
14572         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
14573         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
14574
14575 2008-10-05  Bruno Haible  <bruno@clisp.org>
14576
14577         * modules/getdtablesize-tests: New file.
14578         * tests/test-getdtablesize.c: New file.
14579
14580         New module 'getdtablesize'.
14581         * lib/unistd.in.h (getdtablesize): New declaration.
14582         * lib/getdtablesize.c: New file.
14583         * m4/getdtablesize.m4: New file.
14584         * modules/getdtablesize: New file.
14585         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14586         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
14587         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
14588         HAVE_GETDTABLESIZE.
14589         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
14590
14591 2008-10-05  Bruno Haible  <bruno@clisp.org>
14592
14593         * modules/sched (Makefile.am): Fix typo.
14594         Reported by Simon Josefsson.
14595
14596 2008-10-05  Jim Meyering  <meyering@redhat.com>
14597
14598         bootstrap: check for LT_INIT, too
14599         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
14600         are deprecated.  Suggestion from Ralf Wildenhues.
14601
14602 2008-10-05  Bruno Haible  <bruno@clisp.org>
14603
14604         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
14605         overriding them by ours.
14606         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
14607
14608 2008-10-05  Jim Meyering  <meyering@redhat.com>
14609
14610         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
14611         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
14612         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
14613
14614 2008-10-04  Bruno Haible  <bruno@clisp.org>
14615
14616         * modules/dup2 (License): Change to LGPLv2+.
14617         * modules/sleep (License): Likewise.
14618         * modules/perror (License): Likewise.
14619         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
14620         Blake.
14621         * modules/signal (License): Likewise.
14622         * modules/sigprocmask (License): Likewise.
14623         * modules/raise (License): Change to LGPLv2+, with approval by Jim
14624         Meyering.
14625
14626 2008-10-04  Bruno Haible  <bruno@clisp.org>
14627
14628         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
14629         Reported by Rainer Tammer <tammer@tammer.net>.
14630
14631 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
14632             Bruno Haible  <bruno@clisp.org>
14633
14634         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
14635         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
14636         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
14637
14638 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
14639
14640         filevercmp: new module
14641         * lib/filevercmp.h: New function filevercmp comparing version strings.
14642         * lib/filevercmp.c: Implementation of filevercmp function.
14643         * modules/filevercmp: Module metadata.
14644         * tests/test-filevercmp.c: Unit test for new module.
14645         * modules/filevercmp-tests: Unit test metadata.
14646         * MODULES.html.sh: Add filevercmp module.
14647
14648 2008-10-03  Bruno Haible  <bruno@clisp.org>
14649
14650         * lib/c-ctype.h: Add comment.
14651         Reported by Jim Meyering.
14652
14653 2008-10-02  Bruno Haible  <bruno@clisp.org>
14654
14655         * modules/posix_spawn-internal (Depends-on): Add 'open'.
14656
14657 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
14658
14659         * build-aux/bootstrap: Allow renaming bootstrap, and change the
14660         name of bootstrap.conf accordingly.
14661
14662 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
14663
14664         * build-aux/bootstrap: Install git-merge-changelog configuration
14665         items into .gitconfig if needed.
14666
14667 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
14668
14669         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
14670         git repository, and initialize/update it accordingly.
14671
14672 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
14673
14674         * modules/fsync-tests: New file.
14675         * tests/test-fsync.c: New file.
14676
14677         New module 'fsync'.
14678         * lib/fsync.c: New file.
14679         * m4/fsync.m4: New file.
14680         * modules/fsync: New file.
14681         * lib/unistd.in.h (fsync): New declaration.
14682         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
14683         GNULIB_FSYNC and HAVE_FSYNC.
14684         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
14685         * MODULES.html.sh (posix_functions): Add fsync.
14686         * doc/posix-functions/fsync.texi: Mention the new module.
14687
14688 2008-10-02  Jim Meyering  <meyering@redhat.com>
14689
14690         fts.c: sync with similar code from coreutils' remove.c
14691         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
14692         Guard also with "#if defined __linux__", since for now at least,
14693         this code is Linux-kernel-specific.
14694
14695 2008-10-02  Jim Meyering  <meyering@redhat.com>
14696
14697         fts: bug fixes
14698         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
14699         Include <sys/vfs.h>, not <sys/statfs.h>.
14700
14701         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
14702         Include <sys/vfs.h>, not <sys/statfs.h>.
14703
14704 2008-10-01  Bruno Haible  <bruno@clisp.org>
14705
14706         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
14707         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
14708         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
14709         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
14710         * doc/posix-functions/posix_spawnp.texi: Likewise.
14711         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
14712         whether posix_spawn actually works.
14713         * m4/pipe.m4 (gl_PIPE): Likewise.
14714         * modules/execute (Files): Add m4/posix_spawn.m4.
14715         * modules/pipe (Files): Add m4/posix_spawn.m4.
14716         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
14717
14718 2008-10-01  Jim Meyering  <meyering@redhat.com>
14719
14720         remove trailing spaces
14721         * NEWS: Likewise.
14722         * lib/poll.c (poll): Likewise.
14723         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
14724         * lib/winsock.c (rpl_close): Likewise.
14725         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
14726         * modules/yield: Likewise.
14727         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
14728         * tests/test-sys_select.c (connect_to_socket): Likewise.
14729
14730         fts.c: adjust a new interface to be more generally useful
14731         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
14732         (fts_build): Adjust caller.
14733
14734 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14735
14736         * modules/cond-tests: New file.
14737         * tests/test-cond.c: New file.
14738
14739 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14740             Bruno Haible  <bruno@clisp.org>
14741
14742         * modules/cond (Dependencies): Add errno, time.
14743         * lib/glthread/cond.h: Include <time.h>.
14744         (gl_cond_define, gl_cond_define_initialized): Use the same definition
14745         across platforms.
14746
14747 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14748             Bruno Haible  <bruno@clisp.org>
14749
14750         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
14751
14752 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14753             Bruno Haible  <bruno@clisp.org>
14754
14755         * modules/tls-tests (Depends-on): Add thread, yield.
14756         (configure.ac): Remove all checks.
14757         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
14758         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
14759         gl_thread_self): Remove definitions. Include glthread/thread.h and
14760         glthread/yield.h instead.
14761         (test_tls): Pass an additional NULL argument to gl_thread_join.
14762
14763 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14764             Bruno Haible  <bruno@clisp.org>
14765
14766         * modules/lock-tests (Depends-on): Add thread, yield.
14767         (configure.ac): Remove all checks.
14768         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
14769         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
14770         gl_thread_self): Remove definitions. Include glthread/thread.h and
14771         glthread/yield.h instead.
14772         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
14773         additional NULL argument to gl_thread_join.
14774
14775 2008-09-30  Bruno Haible  <bruno@clisp.org>
14776
14777         Fix the Win32 implementation of the 'thread' module.
14778         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
14779         pointer type.
14780         (gl_thread_self): Invoke gl_thread_self_func.
14781         (gl_thread_self_func): New declaration.
14782         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
14783         (do_init_self_key, init_self_key): New functions.
14784         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
14785         Remove some fields.
14786         (running_threads, running_lock): Remove variables.
14787         (get_current_thread_handle): New function.
14788         (gl_thread_self_func, wrapper_func, glthread_create_func,
14789         glthread_join_func, gl_thread_exit_func): Largely rewritten and
14790         simplified.
14791
14792 2008-09-30  Bruno Haible  <bruno@clisp.org>
14793
14794         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
14795         files.
14796
14797 2008-09-30  Jim Meyering  <meyering@redhat.com>
14798
14799         fts.m4: correct the test for statfs.f_type
14800         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
14801         when checking for statfs.f_type.
14802
14803 2008-09-15  Simon Josefsson  <simon@josefsson.org>
14804
14805         tests: avoid some compiler warnings
14806         * tests/test-memchr.c (main): Pass NULL indirectly.
14807         * tests/test-getdate.c (main): Remove unused variable 'ret'.
14808
14809 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
14810
14811         getdate.y: disallow countable dayshifts like "4 yesterday ago"
14812         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
14813         exactly specified dayshifts.
14814         (dayshift): New rule.
14815         (rel): Add dayshift.
14816         (relative_time_table) [tomorrow, yesterday, today, now]:
14817         Use tDAY_SHIFT in place of tDAY_UNIT.
14818         * tests/test-getdate.c: Add tests for now-disallowed countable
14819         dayshifts, e.g., "4 yesterday ago".
14820
14821 2008-09-29  Bruno Haible  <bruno@clisp.org>
14822
14823         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
14824         * tests/test-posix_spawn1.in.sh: Renamed from
14825         tests/test-posix_spawn.in.sh.
14826         * tests/test-posix_spawn2.c: New file.
14827         * tests/test-posix_spawn2.in.sh: New file.
14828         * modules/posix_spawnp-tests (Files): Update.
14829         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
14830
14831 2008-09-29  Bruno Haible  <bruno@clisp.org>
14832
14833         Propagate effects of putenv/setenv/unsetenv to child processes.
14834         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
14835         * lib/pipe.c (create_pipe): Likewise.
14836
14837 2008-09-29  Bruno Haible  <bruno@clisp.org>
14838
14839         Enable use of shell scripts as executables in mingw.
14840         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
14841         run the program as a shell script.
14842         * lib/pipe.c (create_pipe): Likewise.
14843         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
14844         resulting array.
14845
14846 2008-09-29  Eric Blake  <ebb9@byu.net>
14847
14848         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
14849
14850 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
14851
14852         * doc/posix-functions/accept.texi: Update mingw problems.
14853         * doc/posix-functions/bind.texi: Update mingw problems.
14854         * doc/posix-functions/close.texi: Update mingw problems.
14855         * doc/posix-functions/connect.texi: Update mingw problems.
14856         * doc/posix-functions/getpeername.texi: Update mingw problems.
14857         * doc/posix-functions/getsockname.texi: Update mingw problems.
14858         * doc/posix-functions/getsockopt.texi: Update mingw problems.
14859         * doc/posix-functions/ioctl.texi: Update mingw problems.
14860         * doc/posix-functions/listen.texi: Update mingw problems.
14861         * doc/posix-functions/recv.texi: Update mingw problems.
14862         * doc/posix-functions/recvfrom.texi: Update mingw problems.
14863         * doc/posix-functions/select.texi: Update mingw problems.
14864         * doc/posix-functions/send.texi: Update mingw problems.
14865         * doc/posix-functions/sendto.texi: Update mingw problems.
14866         * doc/posix-functions/setsockopt.texi: Update mingw problems.
14867         * doc/posix-functions/socket.texi: Update mingw problems.
14868
14869 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
14870             Bruno Haible  <bruno@clisp.org>
14871
14872         * lib/sys_select.in.h: Include sys/time.h.
14873         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
14874         * modules/sys_select: Depend on sys_time.
14875         * tests/test-sys_select.c: Test that sys/select.h defines struct
14876         timeval fully.
14877
14878 2008-09-29  Bruno Haible  <bruno@clisp.org>
14879
14880         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
14881         * lib/sys_select.in.h: Likewise.
14882
14883 2008-09-29  Bruno Haible  <bruno@clisp.org>
14884
14885         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
14886
14887 2008-09-29  Bruno Haible  <bruno@clisp.org>
14888
14889         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
14890         Set LIBSOCKET instead of augmenting LIBS.
14891         * modules/sockets (Link): New section.
14892         * modules/sockets-tests (test_sockets_LDADD): New variable.
14893         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
14894         * modules/poll-tests (test_poll_LDADD): New variable.
14895         * NEWS: Document the change.
14896
14897 2008-09-29  Bruno Haible  <bruno@clisp.org>
14898
14899         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
14900         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
14901         ARPA_INET_H directly.
14902         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
14903
14904 2008-09-28  Bruno Haible  <bruno@clisp.org>
14905
14906         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
14907         from gl_HEADER_SYS_SOCKET.
14908         (gl_HEADER_SYS_SOCKET): Invoke it.
14909         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14910
14911 2008-09-28  Bruno Haible  <bruno@clisp.org>
14912
14913         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
14914         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
14915         Needed on OSF/1 4.0.
14916
14917 2008-09-28  Bruno Haible  <bruno@clisp.org>
14918
14919         Override open more carefully.
14920         * lib/open.c (orig_open): New function.
14921         (rpl_open): Use orig_open instead of open.
14922         * lib/fcntl.in.h: Add special invocation convention.
14923         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
14924         (gl_FUNC_OPEN): Invoke it.
14925
14926         Override freopen more carefully.
14927         * lib/freopen.c (orig_freopen): New function.
14928         (rpl_freopen): Use orig_freopen instead of freopen.
14929         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
14930         (gl_FUNC_FREOPEN): Invoke it.
14931
14932         Override fopen more carefully.
14933         * lib/fopen.c (orig_fopen): New function.
14934         (rpl_fopen): Use orig_fopen instead of fopen.
14935         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
14936         (gl_FUNC_FOPEN): Invoke it.
14937         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
14938
14939 2008-09-28  Bruno Haible  <bruno@clisp.org>
14940
14941         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
14942         SIGPIPE.
14943
14944 2008-09-28  Bruno Haible  <bruno@clisp.org>
14945
14946         * tests/test-sigaction.c (handler, main): Disable the check whether
14947         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
14948         glibc systems with LinuxThreads.
14949
14950 2008-09-28  Bruno Haible  <bruno@clisp.org>
14951
14952         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
14953
14954         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
14955         with AIX xlc.
14956         * lib/fcntl.in.h (open): Likewise.
14957         Reported by Rainer Tammer <tammer@tammer.net>.
14958
14959 2008-09-28  Bruno Haible  <bruno@clisp.org>
14960
14961         * modules/posix_spawnp-tests: New file.
14962         * tests/test-posix_spawn.c: New file.
14963         * tests/test-posix_spawn.in.sh: New file.
14964
14965         New module 'posix_spawnp'.
14966         * modules/posix_spawnp: New file.
14967         * lib/spawnp.c: New file, from GNU libc with modifications.
14968         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
14969
14970         New module 'posix_spawn'.
14971         * modules/posix_spawn: New file.
14972         * lib/spawn.c: New file, from GNU libc with modifications.
14973         * doc/posix-functions/posix_spawn.texi: Mention the new module.
14974
14975         New module 'posix_spawnattr_destroy'.
14976         * modules/posix_spawnattr_destroy: New file.
14977         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
14978         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
14979         module.
14980
14981         New module 'posix_spawnattr_setsigmask'.
14982         * modules/posix_spawnattr_setsigmask: New file.
14983         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
14984         modifications.
14985         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
14986         new module.
14987
14988         New module 'posix_spawnattr_getsigmask'.
14989         * modules/posix_spawnattr_getsigmask: New file.
14990         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
14991         modifications.
14992         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
14993         new module.
14994
14995         New module 'posix_spawnattr_setsigdefault'.
14996         * modules/posix_spawnattr_setsigdefault: New file.
14997         * lib/spawnattr_setdefault.c: New file, from GNU libc with
14998         modifications.
14999         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
15000         new module.
15001
15002         New module 'posix_spawnattr_getsigdefault'.
15003         * modules/posix_spawnattr_getsigdefault: New file.
15004         * lib/spawnattr_getdefault.c: New file, from GNU libc with
15005         modifications.
15006         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
15007         new module.
15008
15009         New module 'posix_spawnattr_setschedpolicy'.
15010         * modules/posix_spawnattr_setschedpolicy: New file.
15011         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
15012         modifications.
15013         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
15014         new module.
15015
15016         New module 'posix_spawnattr_getschedpolicy'.
15017         * modules/posix_spawnattr_getschedpolicy: New file.
15018         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
15019         modifications.
15020         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
15021         new module.
15022
15023         New module 'posix_spawnattr_setschedparam'.
15024         * modules/posix_spawnattr_setschedparam: New file.
15025         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
15026         modifications.
15027         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
15028         new module.
15029
15030         New module 'posix_spawnattr_getschedparam'.
15031         * modules/posix_spawnattr_getschedparam: New file.
15032         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
15033         modifications.
15034         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
15035         new module.
15036
15037         New module 'posix_spawnattr_setpgroup'.
15038         * modules/posix_spawnattr_setpgroup: New file.
15039         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
15040         modifications.
15041         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
15042         module.
15043
15044         New module 'posix_spawnattr_getpgroup'.
15045         * modules/posix_spawnattr_getpgroup: New file.
15046         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
15047         modifications.
15048         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
15049         module.
15050
15051         New module 'posix_spawnattr_setflags'.
15052         * modules/posix_spawnattr_setflags: New file.
15053         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
15054         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
15055         module.
15056
15057         New module 'posix_spawnattr_getflags'.
15058         * modules/posix_spawnattr_getflags: New file.
15059         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
15060         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
15061         module.
15062
15063         New module 'posix_spawnattr_init'.
15064         * modules/posix_spawnattr_init: New file.
15065         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
15066         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
15067         module.
15068
15069         New module 'posix_spawn_file_actions_destroy'.
15070         * modules/posix_spawn_file_actions_destroy: New file.
15071         * lib/spawn_faction_destroy.c: New file, from GNU libc with
15072         modifications.
15073         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
15074         the new module.
15075
15076         New module 'posix_spawn_file_actions_addopen'.
15077         * modules/posix_spawn_file_actions_addopen: New file.
15078         * lib/spawn_faction_addopen.c: New file, from GNU libc with
15079         modifications.
15080         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
15081         the new module.
15082
15083         New module 'posix_spawn_file_actions_adddup2'.
15084         * modules/posix_spawn_file_actions_adddup2: New file.
15085         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
15086         modifications.
15087         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
15088         the new module.
15089
15090         New module 'posix_spawn_file_actions_addclose'.
15091         * modules/posix_spawn_file_actions_addclose: New file.
15092         * lib/spawn_faction_addclose.c: New file, from GNU libc with
15093         modifications.
15094         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
15095         the new module.
15096
15097         New module 'posix_spawn_file_actions_init'.
15098         * modules/posix_spawn_file_actions_init: New file.
15099         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
15100         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
15101         new module.
15102
15103         New module 'posix_spawn-internal'.
15104         * modules/posix_spawn-internal: New file.
15105         * lib/spawn_int.h: New file, from GNU libc with modifications.
15106         * lib/spawni.c: New file, from GNU libc with modifications.
15107         * m4/posix_spawn.m4: New file.
15108
15109         New module 'spawn'.
15110         * modules/spawn: New file.
15111         * lib/spawn.in.h: New file, from GNU libc with modifications.
15112         * m4/spawn_h.m4: New file.
15113         * doc/posix-headers/spawn.texi: Mention the new module.
15114
15115 2008-09-28  Bruno Haible  <bruno@clisp.org>
15116
15117         * modules/sched-tests: New file.
15118         * tests/test-sched.c: New file.
15119
15120         New module 'sched'.
15121         * modules/sched: New file.
15122         * lib/sched.in.h: New file.
15123         * m4/sched_h.m4: New file.
15124         * doc/posix-headers/sched.texi: Mention the new module.
15125
15126 2008-09-27  Eric Blake  <ebb9@byu.net>
15127
15128         Fix previous patch, and tweak references to $0.
15129         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
15130         (func_version, func_gnulib_dir): Don't call this program
15131         gnulib-tool.
15132         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
15133         with using $0 in function.
15134         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
15135         (func_fatal_error): Reuse the name the user invoked us with.
15136
15137 2008-09-27  Bruno Haible  <bruno@clisp.org>
15138
15139         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
15140         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
15141         (gl_ICONV_H): Not here.
15142         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
15143         instead of assigning ICONV_H directly.
15144
15145         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
15146         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
15147         WCHAR_H directly.
15148
15149 2008-09-27  Bruno Haible  <bruno@clisp.org>
15150
15151         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
15152         * modules/arpa_inet (Depends-on): Add link-warning.
15153         (Makefile.am): Insert the definition of GL_LINK-WARNING.
15154         * modules/unistd (Makefile.am): Likewise.
15155
15156 2008-09-26  Bruno Haible  <bruno@clisp.org>
15157
15158         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
15159         variables.
15160         (func_version): Essentially copied from gnulib-tool.
15161         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
15162         func_readlink): Copied from gnulib-tool.
15163
15164 2008-09-26  Bruno Haible  <bruno@clisp.org>
15165
15166         * gnulib-tool (func_version): Change directory to $gnulib_dir before
15167         invoking git-version-gen.
15168
15169 2008-09-26  Bruno Haible  <bruno@clisp.org>
15170
15171         * posix-modules: Update to directory names changed on 2008-01-19.
15172         Remove commas in output before splitting into words. No more need to
15173         avoid 'ftruncate' since 2007-02-19.
15174
15175 2008-09-26  Bruno Haible  <bruno@clisp.org>
15176
15177         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
15178
15179 2008-09-26  Bruno Haible  <bruno@clisp.org>
15180
15181         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
15182         * modules/fwriteerror (Depends-on): Add errno.
15183
15184 2008-09-26  Bruno Haible  <bruno@clisp.org>
15185
15186         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
15187         * tests/test-vc-list-files-cvs.sh: Likewise.
15188
15189 2008-09-26  Bruno Haible  <bruno@clisp.org>
15190
15191         * doc/posix-headers/sys_resource.texi: Reorder items.
15192
15193 2008-09-26  Jim Meyering  <meyering@redhat.com>
15194
15195         fts: tweak inode comparison function
15196         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
15197         inode numbers, as documented.
15198
15199         fts: sort dirent entries on inode number before traversing
15200         This avoids a quadratic, seek-related performance penalty when
15201         operating on a directory containing many entries (measurable at 10k;
15202         3.5 hours at 2 million entries with a cold cache) on certain types
15203         of file systems, including ext3 and ext4, but not tmpfs.
15204         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
15205         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
15206         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
15207         (fs_handles_readdir_ordered_dirents_efficiently): New function.
15208         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
15209         (fts_build): Set the stat.st_ino member from D_INO.
15210         If it is likely to be useful, sort dirent entries on inode number.
15211
15212         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
15213         and the struct statfs.f_type member.
15214         * modules/fts (Depends-on): Add d-ino.
15215
15216 2008-09-26  Bruno Haible  <bruno@clisp.org>
15217
15218         * modules/sigpipe-die (Depends-on): Add sigpipe.
15219
15220         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
15221         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
15222         and GNULIB_STDIO_H_SIGPIPE are set.
15223         * lib/stdio-write.c: New file.
15224         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
15225         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15226         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15227         REPLACE_STDIO_WRITE_FUNCS.
15228         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
15229         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15230         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15231         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
15232         * modules/stdio (Files): Add lib/stdio-write.c.
15233         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
15234         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15235         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15236         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
15237         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
15238         REPLACE_FPRINTF_POSIX.
15239         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
15240         REPLACE_PRINTF_POSIX.
15241         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
15242         REPLACE_VFPRINTF_POSIX.
15243         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
15244         REPLACE_VPRINTF_POSIX.
15245         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
15246         SIGPIPE issue.
15247         * doc/posix-functions/fputc.texi: Likewise.
15248         * doc/posix-functions/fputs.texi: Likewise.
15249         * doc/posix-functions/fwrite.texi: Likewise.
15250         * doc/posix-functions/printf.texi: Likewise.
15251         * doc/posix-functions/putc.texi: Likewise.
15252         * doc/posix-functions/putchar.texi: Likewise.
15253         * doc/posix-functions/puts.texi: Likewise.
15254         * doc/posix-functions/vfprintf.texi: Likewise.
15255         * doc/posix-functions/vprintf.texi: Likewise.
15256
15257         * modules/safe-write (Depends-on): Add write.
15258
15259         * modules/sigpipe-tests: New file.
15260         * tests/test-sigpipe.c: New file.
15261         * tests/test-sigpipe.sh: New file.
15262
15263         * modules/write: New file.
15264         * lib/unistd.in.h: Include <sys/types.h>.
15265         (write): New declaration.
15266         * lib/write.c: New file.
15267         * m4/write.m4: New file.
15268         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15269         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
15270         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
15271         GNULIB_WRITE, REPLACE_WRITE.
15272         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
15273         and the SIGPIPE issue.
15274
15275         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
15276         (raise): New declaration.
15277         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
15278         (ext_signal): New function.
15279         (rpl_raise): New function.
15280         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
15281         GNULIB_SIGNAL_H_SIGPIPE.
15282         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
15283         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
15284
15285         * modules/sigpipe: New file.
15286         * m4/sigpipe.m4: New file.
15287
15288 2008-09-25  Derek Price  <derek@ximbiot.com>
15289             Bruno Haible  <bruno@clisp.org>
15290
15291         * gnulib-tool (func_import): Report all license incompatibilities, not
15292         just the first one.
15293
15294 2008-09-25  Bruno Haible  <bruno@clisp.org>
15295
15296         * gnulib-tool (func_import): When computing the edits, consider not
15297         only the Makefile.ams that exist but also those that will be generated.
15298
15299 2008-09-25  Simon Josefsson  <simon@josefsson.org>
15300
15301         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
15302         fixes gnulib-tool --test warning about duplicate dependency.
15303
15304 2008-09-25  Bruno Haible  <bruno@clisp.org>
15305
15306         * gnulib-tool: Don't ask the user to perform edits in the generated
15307         Makefile.ams.
15308         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
15309         apply to the Makefile.am being generated.
15310         (func_emit_tests_Makefile_am): Execute edits that apply to the
15311         Makefile.am being generated.
15312         (func_import): Setup list of Makefile.am edits before emitting the
15313         Makefile.ams, not at the end.
15314         (func_create_testdir): Update.
15315         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15316
15317 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15318
15319         * gnulib-tool (func_import): Store the --tests-base option in the
15320         comment in gnulib-cache.m4.
15321
15322 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
15323
15324         * NEWS: Document increased portability that sys_select now provides.
15325
15326         * lib/sys_select.in.h: Install select wrapper.
15327         * lib/sys_socket.in.h: Use more descriptive name when there is no
15328         select wrapper.
15329         * lib/winsock-select.c: New.
15330         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
15331         Require gl_HEADER_SYS_SOCKET.
15332         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
15333         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
15334         * tests/test-sys_select.c: Add functional tests.
15335
15336 2008-09-24  Eric Blake  <ebb9@byu.net>
15337
15338         open, fopen: close fd leak in last patch
15339         * lib/open.c (rpl_open): Close fd before returning error.
15340         * lib/fopen.c (rpl_fopen): Close fd before returning error.
15341         * doc/posix-functions/open.texi (open): Document that Irix also
15342         has the bug.
15343         * doc/posix-functions/fopen.texi (fopen): Likewise.
15344         Reported by Paolo Bonzini.
15345
15346 2008-09-24  Bruno Haible  <bruno@clisp.org>
15347
15348         Ensure that a filename ending in a slash cannot be used to access a
15349         non-directory.
15350         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
15351         to check whether it's really a directory.
15352         * lib/fopen.c: Include fcntl.h, unistd.h.
15353         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
15354         and fdopen().
15355         * modules/fopen (Depends-on): Add unistd.
15356         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
15357         * tests/test-fopen.c (main): Likewise.
15358         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
15359         * doc/posix-functions/fopen.texi: Likewise.
15360         Reported by Eric Blake.
15361
15362 2008-09-23  Eric Blake  <ebb9@byu.net>
15363
15364         c-stack: avoid compiler optimizations when provoking overflow
15365         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
15366         recursion harder to optimize, to ensure a stack overflow occurs.
15367         * tests/test-c-stack.c (recurse): Likewise.
15368         Borrowed from libsigsegv.
15369
15370         c-stack: work around Irix sigaltstack bug
15371         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
15372         whether sigaltstack uses wrong end of stack_t (copied in part from
15373         libsigsegv).
15374         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
15375         Irix bug, without requiring an over-allocation.
15376         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
15377         bug.
15378
15379         fopen: document mingw bug on directories
15380         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
15381         not allowing a stream visiting a directory, even though reading
15382         from such a stream is not portable.
15383
15384 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
15385
15386         * lib/poll.c: Rewrite.
15387         * modules/poll: Depend on alloca.
15388
15389 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
15390
15391         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
15392         instead define prototypes for a full set of wrappers.  Ensure
15393         that Cygwin does not use the compatibility code, which is only
15394         for MinGW.
15395         * lib/winsock.c: New.
15396         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
15397         * modules/sys_socket: Add lib/winsock.c.
15398
15399         * modules/poll-tests: Add errno and perror.
15400         * tests/test-poll.c: Use ioctl, not ioctlsocket.
15401
15402 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
15403
15404         * tests/test-poll.c: Downgrade minimum needed Winsock version.
15405
15406 2008-09-23  Bruno Haible  <bruno@clisp.org>
15407
15408         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
15409         * doc/glibc-functions/*: Likewise.
15410
15411 2008-09-23  Simon Josefsson  <simon@josefsson.org>
15412
15413         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
15414         success.
15415
15416 2008-09-22  Eric Blake  <ebb9@byu.net>
15417             Bruno Haible  <bruno@clisp.org>
15418
15419         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
15420         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
15421         supply %A but mishandle pseudo-NaN.
15422         Reported by Simon Josefsson.
15423
15424 2008-09-21  Bruno Haible  <bruno@clisp.org>
15425
15426         * tests/test-lock.c (main): Tweak skip message.
15427         * tests/test-tls.c (main): Likewise.
15428
15429 2008-09-21  Bruno Haible  <bruno@clisp.org>
15430
15431         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
15432         whether 'struct sigaction' has sa_sigaction here...
15433         (gl_PREREQ_SIG_HANDLER_H): ... not here.
15434         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
15435
15436 2008-09-21  Bruno Haible  <bruno@clisp.org>
15437
15438         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
15439         section.
15440         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
15441         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
15442         the new section.
15443         (Support for obsolete systems lacking POSIX:2001): New section.
15444         (String handling <string.h>): Move strdup to the new section.
15445         Suggested by Simon Josefsson and Paolo Bonzini.
15446
15447 2008-09-21  Bruno Haible  <bruno@clisp.org>
15448
15449         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
15450         exponents in %e and %g results on 'long double'. Needed for mingw's
15451         improved *printf functions.
15452         * tests/test-vasprintf-posix.c (test_function): Likewise.
15453         * tests/test-snprintf-posix.h (test_function): Likewise.
15454         * tests/test-sprintf-posix.h (test_function): Likewise.
15455         Reported by Eric Blake.
15456
15457 2008-09-21  Bruno Haible  <bruno@clisp.org>
15458
15459         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
15460         * tests/test-sprintf-posix.h (test_function): Likewise.
15461
15462 2008-09-21  Bruno Haible  <bruno@clisp.org>
15463
15464         * modules/getpass (Depends-on): Add strdup-posix.
15465
15466         New module 'strdup-posix'.
15467         * modules/strdup-posix: New file.
15468         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
15469         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
15470         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15471         REPLACE_STRDUP.
15472         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
15473         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
15474         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15475         strdup-posix.
15476
15477         * modules/strdup (Depends-on): Remove malloc-posix.
15478
15479 2008-09-20  Bruno Haible  <bruno@clisp.org>
15480
15481         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
15482         Wildenhues.
15483
15484 2008-09-20  Bruno Haible  <bruno@clisp.org>
15485
15486         Ensure that wint_t gets defined on IRIX 5.3.
15487         * lib/wchar.in.h (wint_t): Define if not defined by the system.
15488         * lib/wctype.in.h (wint_t): Likewise.
15489         (__wctype_wint_t): Remove type.
15490         (isw*): Use wint_t instead of __wctype_wint_t.
15491         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
15492         * modules/wchar (Files): Add m4/wint_t.m4.
15493         (Makefile.am): Substitute HAVE_WINT_T.
15494         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
15495         * tests/test-wctype.c: Check that wint_t is defined.
15496         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
15497         * doc/posix-headers/wctype.texi: Likewise.
15498         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15499
15500 2008-09-18  Bruno Haible  <bruno@clisp.org>
15501
15502         * gnulib-tool (func_exit): Update comment.
15503
15504 2008-09-18  Simon Josefsson  <simon@josefsson.org>
15505
15506         * modules/getaddrinfo (Depends-on): Remove strdup, this module
15507         assumes strdup exists and does not depend on strdup to return
15508         ENOMEM on out of memory conditions.
15509
15510 2008-09-18  Bruno Haible  <bruno@clisp.org>
15511
15512         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
15513         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
15514         digits for the exponent.
15515
15516 2008-09-18  Jim Meyering  <meyering@redhat.com>
15517             Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/vasnprintf.c (decimal_point_char): Define also if
15520         NEED_PRINTF_INFINITE_LONG_DOUBLE.
15521
15522 2008-09-16  Bruno Haible  <bruno@clisp.org>
15523         and Eric Blake  <ebb9@byu.net>
15524
15525         vasnprintf: support Irix 5.3
15526         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
15527         that mishandle long double infinity.
15528         Reported by Tom G. Christensen.
15529
15530 2008-09-16  Bruno Haible  <bruno@clisp.org>
15531
15532         * doc/glibc-functions/scandir.texi: Mention the function is missing on
15533         Solaris 9.
15534         * doc/glibc-functions/alphasort.texi: Likewise.
15535         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
15536
15537 2008-09-16  Jim Meyering  <meyering@redhat.com>
15538
15539         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
15540         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
15541         a umask modification leak out of a subshell.  Otherwise, the
15542         opensolaris /bin/sh would be accepted and thus cause unwarranted
15543         failures in the coreutils test suite.
15544
15545 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
15546
15547         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
15548         to succeed.
15549
15550 2008-09-16  Jim Meyering  <meyering@redhat.com>
15551
15552         avoid spurious test failure when library is built without ACL support
15553         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
15554         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
15555         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
15556         * tests/test-copy-acl.sh: Likewise.
15557
15558 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15559
15560         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
15561         based on character occurrence counts.
15562
15563 2008-09-15  Eric Blake  <ebb9@byu.net>
15564
15565         tests: avoid some compiler warnings
15566         * tests/test-memchr.c (main): Pass NULL indirectly.
15567         * tests/test-closein.c (main): Avoid unused variable.
15568
15569 2008-09-15  Bruno Haible  <bruno@clisp.org>
15570
15571         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
15572         are missing on OpenBSD 4.0 individually.
15573         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15574
15575 2008-09-15  Bruno Haible  <bruno@clisp.org>
15576
15577         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
15578         * doc/posix-functions/strerror.texi: Mention also Cygwin.
15579         * doc/posix-functions/perror.texi: Likewise.
15580         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
15581         is missing.
15582         Reported by Eric Blake.
15583
15584         * lib/errno.in.h: Use replacement values >= 2000.
15585         Reported by Eric Blake.
15586
15587 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15588
15589         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
15590         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
15591         limit.
15592         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
15593         compareseq was aborted.
15594
15595 2008-09-14  Bruno Haible  <bruno@clisp.org>
15596
15597         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
15598         yvec_edit_count.
15599         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
15600         (fstrcmp_bounded): Simplify result computation accordingly.
15601
15602 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15603
15604         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
15605         (fstrcmp): Define in terms of fstrcmp_bounded.
15606         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
15607         lower_bound argument.
15608         Return quickly if the result is certainly < lower_bound.
15609         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
15610
15611 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15612
15613         * lib/diffseq.h (EARLY_ABORT): New macro.
15614         (compareseq): Change return type to bool. Return true when EARLY_ABORT
15615         evaluates to true.
15616
15617 2008-09-14  Bruno Haible  <bruno@clisp.org>
15618
15619         * modules/perror-tests: New file.
15620         * tests/test-perror.sh: New file.
15621         * tests/test-perror.c: New file.
15622
15623         New module 'perror'.
15624         * lib/stdio.in.h (perror): New declaration.
15625         * lib/perror.c: New file.
15626         * m4/perror.m4: New file.
15627         * modules/perror: New file.
15628         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
15629         * doc/posix-functions/perror.texi: Mention the perror module.
15630         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
15631         REPLACE_PERROR.
15632         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
15633         REPLACE_PERROR.
15634
15635 2008-09-14  Bruno Haible  <bruno@clisp.org>
15636
15637         * modules/stdio (Makefile.am): Reorder to match the order in
15638         lib/stdio.in.h.
15639         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15640
15641 2008-09-13  Bruno Haible  <bruno@clisp.org>
15642
15643         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
15644
15645 2008-09-13  Bruno Haible  <bruno@clisp.org>
15646
15647         Extend strerror to cover the added errno values.
15648         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
15649         (rpl_strerror): Provide error messages for the added errno values and
15650         for the WSA* values.
15651         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
15652         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
15653         strerror.
15654         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
15655         * modules/strerror (Depends-on): Add errno.
15656         * doc/posix-functions/strerror.texi: Document the change.
15657         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
15658         and EOVERFLOW.
15659
15660 2008-09-13  Bruno Haible  <bruno@clisp.org>
15661
15662         * modules/EOVERFLOW: Remove file.
15663         * m4/eoverflow.m4: Remove file.
15664         * modules/EOVERFLOW-tests: Remove file.
15665         * tests/test-EOVERFLOW.c: Remove file.
15666         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
15667         * modules/ftell (Depends-on): Likewise.
15668         * modules/getdelim (Depends-on): Likewise.
15669         * modules/getugroups (Depends-on): Likewise.
15670         * modules/poll (Depends-on): Likewise.
15671         * modules/snprintf (Depends-on): Likewise.
15672         * modules/sprintf-posix (Depends-on): Likewise.
15673         * modules/vasnprintf (Depends-on): Likewise.
15674         * modules/vasprintf (Depends-on): Likewise.
15675         * modules/vfprintf-posix (Depends-on): Likewise.
15676         * modules/vsnprintf (Depends-on): Likewise.
15677         * modules/vsprintf-posix (Depends-on): Likewise.
15678         * modules/xvasprintf (Depends-on): Likewise.
15679         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
15680         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
15681         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
15682         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
15683         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
15684         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
15685         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
15686         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
15687         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
15688         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
15689         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
15690         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
15691         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
15692         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
15693         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
15694         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
15695         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
15696         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
15697         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
15698         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
15699         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
15700         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
15701         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
15702         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
15703         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
15704         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
15705         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
15706         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
15707         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
15708         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
15709         * MODULES.html.sh: Remove EOVERFLOW.
15710         * NEWS: Mention the change.
15711
15712 2008-09-13  Bruno Haible  <bruno@clisp.org>
15713
15714         * modules/errno-tests: New file.
15715         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
15716
15717         * lib/errno.in.h: New file.
15718         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
15719         * modules/errno: New file.
15720         * doc/posix-headers/errno.texi: Update documentation.
15721         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
15722
15723 2008-09-13  Bruno Haible  <bruno@clisp.org>
15724
15725         * tests/test-poll.c: Use #if for native Windows, rather than testing
15726         __MSVCRT__.
15727
15728 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15729             Bruno Haible  <bruno@clisp.org>
15730
15731         * lib/glob.c: Don't include <pwd.h> on native Windows.
15732         (WINDOWS32): New macro.
15733         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
15734
15735 2008-09-13  Bruno Haible  <bruno@clisp.org>
15736
15737         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
15738         (ETIMEDOUT): Remove macro.
15739         (glthread_cond_timedwait_multithreaded): New declaration.
15740         (glthread_cond_timedwait): Use it.
15741         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
15742         (glthread_cond_timedwait_multithreaded): New function.
15743
15744 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
15745
15746         * modules/poll-tests: Do not check for io.h.
15747         * tests/test-poll.c: Check for __MSVCRT__ instead.
15748
15749 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
15750
15751         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
15752         * modules/poll-tests: Add inet_pton, stdbool, sockets.
15753         * tests/test-poll.c: Use them.  Use _pipe on Windows.
15754
15755 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
15756
15757         * modules/poll-tests: New.
15758         * tests/test-poll.c: New.
15759
15760 2008-09-12  Eric Blake  <ebb9@byu.net>
15761
15762         frexp: test for NetBSD failure on -0.0
15763         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
15764         not all, bugs from NetBSD 3.0 have been fixed.
15765         * doc/posix-functions/frexp.texi (frexp): Document bug.
15766         Reported by Thomas Klausner.
15767
15768         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
15769         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
15770         literal -0.0.
15771         Reported by Jonathan C. Patschke <jp@centtech.com>.
15772
15773 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15774
15775         * lib/glthread/cond.h: Use dummy implementation also if
15776         USE_WIN32_THREADS.
15777
15778 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15779
15780         * modules/fnmatch-posix (License): Change to LGPLv2+.
15781         * modules/fnmatch-gnu (License): Likewise.
15782
15783 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15784
15785         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
15786
15787 2008-09-11  Jim Meyering  <meyering@redhat.com>
15788
15789         * users.txt: Add gtk-vnc.
15790
15791 2008-09-08  Simon Josefsson  <simon@josefsson.org>
15792
15793         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
15794         rotate amounts.
15795
15796         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
15797         required for 16-bit and 8-bit rotates.
15798         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
15799         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
15800         UINT8_MAX instead of hard-coded constants.
15801         Suggested by Paul Eggert.
15802
15803 2008-09-07  Bruno Haible  <bruno@clisp.org>
15804
15805         * tests/test-striconveh.c (main): Check behaviour when converting from
15806         UTF-7.
15807
15808         Make striconveh work better with stateful encodings.
15809         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
15810         that iconv does not increment the inptr when returning -1/EINVAL.
15811
15812 2008-09-07  Bruno Haible  <bruno@clisp.org>
15813
15814         * build-aux/config.rpath: Update according to libtool-2.2.6.
15815         * build-aux/config.libpath: Likewise.
15816
15817 2008-09-06  Bruno Haible  <bruno@clisp.org>
15818
15819         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
15820         * lib/freadptr.c (freadptr): Likewise.
15821         * lib/freadseek.c (freadptrinc): Likewise.
15822         Reported by Simon Josefsson.
15823
15824 2008-09-06  Bruno Haible  <bruno@clisp.org>
15825
15826         * modules/freadptr (License): Change to LGPLv2+.
15827         * modules/freadseek (License): Likewise.
15828         Suggested by Eric Blake.
15829
15830         * modules/memchr2 (License): Change to LGPLv2+.
15831         Approved by Eric Blake.
15832
15833 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15834             Bruno Haible  <bruno@clisp.org>
15835
15836         Make gnulib-tool work with native 'sed' on AIX.
15837         * gnulib-tool (sed_noop): New variable.
15838         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
15839         func_add_or_update, func_create_testdir): Use it to initialize sed
15840         script variables.
15841         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15842
15843 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
15844             Bruno Haible  <bruno@clisp.org>
15845
15846         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
15847         also works after #include directives.
15848
15849 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
15850
15851         getdate.y: reject an out-of-range timezone value
15852         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
15853         the range [-24...+24].  When specified with only one or two digits,
15854         * tests/test-getdate.c: Tests for the fix.
15855         * doc/getdate.texi: Document this change.
15856
15857 2008-09-03  Bruno Haible  <bruno@clisp.org>
15858
15859         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
15860
15861 2008-09-02  Simon Josefsson  <simon@josefsson.org>
15862
15863         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
15864         <bruce.korb@gmail.com> with ideas from Ben Pfaff
15865         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
15866         Blake <ebb9@byu.net>.
15867
15868         * tests/test-bitrotate.c: Add more test vectors.
15869
15870 2008-09-02  Eric Blake  <ebb9@byu.net>
15871
15872         vasnprintf-posix: handle large precision via %.*d
15873         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
15874         when handling it ourselves.
15875         * tests/test-vasnprintf-posix.c (test_function): Add test.
15876         * tests/test-snprintf-posix.h (test_function): Likewise.
15877         * tests/test-sprintf-posix.h (test_function): Likewise.
15878         * tests/test-vasprintf-posix.c (test_function): Likewise.
15879         Reported by Alain Guibert.
15880
15881 2008-09-01  Eric Blake  <ebb9@byu.net>
15882
15883         c-stack: make configure-time check more robust
15884         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
15885         successful sigaction call.
15886         Reported by Tom G. Christensen.
15887
15888 2008-09-01  Bruno Haible  <bruno@clisp.org>
15889
15890         New module 'findprog-lgpl'.
15891         * modules/findprog-lgpl: New file.
15892         * lib/findprog-lgpl.c: New file.
15893         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
15894         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
15895         to decide whether to use strdup or xstrdup, concatenated_filename or
15896         xconcatenated_filename.
15897
15898 2008-09-01  Bruno Haible  <bruno@clisp.org>
15899
15900         Split module 'concat-filename' into 'concat-filename' (LGPL) and
15901         'xconcat-filename' (GPL).
15902         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
15903         (License): Change to LGPLv2+.
15904         * modules/xconcat-filename: New file.
15905         * lib/concat-filename.h (concatenated_filename): Change specification.
15906         (xconcatenated_filename): New declaration.
15907         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
15908         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
15909         memory situations.
15910         * lib/xconcat-filename.c: New file.
15911         * NEWS: Mention the change.
15912         * lib/findprog.c: Include concat-filename.h, not filename.h.
15913         (find_in_path): Use xconcatenated_filename instead of
15914         concatenated_filename.
15915         * lib/javacomp.c: Include concat-filename.h, not filename.h.
15916         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
15917         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
15918         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
15919         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
15920         instead of concatenated_filename.
15921         * lib/javaexec.c: Include concat-filename.h, not filename.h.
15922         (execute_java_class): Use xconcatenated_filename instead of
15923         concatenated_filename.
15924         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
15925         * modules/javacomp (Depends-on): Likewise.
15926         * modules/javaexec (Depends-on): Likewise.
15927
15928 2008-09-01  Bruno Haible  <bruno@clisp.org>
15929
15930         Split module 'filename' into 'filename' and 'concat-filename'.
15931         * modules/filename: Keep only lib/filename.h.
15932         (License): Change to LGPLv2+.
15933         * modules/concat-filename: New file, extracted from modules/filename.
15934         * lib/filename.h (concatenated_filename): Remove declaration.
15935         * lib/concat-filename.h: New file, extracted from lib/filename.h.
15936         * lib/concat-filename.c: Include concat-filename.h.
15937         * NEWS: Mention the change.
15938
15939 2008-09-01  Simon Josefsson  <simon@josefsson.org>
15940
15941         * lib/bitrotate.h (rotl8, rotr8): Add.
15942
15943         * modules/bitrotate (configure.ac): Need
15944         AC_REQUIRE([AC_C_INLINE]).
15945         (Description): Mention stdint.h.  Reported by Bruno Haible
15946         <bruno@clisp.org>.
15947
15948         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
15949         Paolo Bonzini <bonzini@gnu.org>.
15950
15951 2008-08-31  Bruno Haible  <bruno@clisp.org>
15952
15953         Assume Solaris specific bi-arch conventions on Solaris systems.
15954         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
15955         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
15956         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
15957         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
15958         like acl_libdirstem.
15959         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
15960         acl_libdirstem.
15961         * NEWS: Mention the change.
15962         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
15963
15964 2008-08-31  Jim Meyering  <meyering@redhat.com>
15965
15966         * lib/strftime.h: Add comments describing the two added arguments.
15967
15968         remove duplicate #include directives
15969         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
15970         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
15971
15972 2008-08-31  Bruno Haible  <bruno@clisp.org>
15973
15974         New module 'sigpipe-die'.
15975         * modules/sigpipe-die: New file.
15976         * lib/sigpipe-die.h: New file.
15977         * lib/sigpipe-die.c: New file.
15978         * MODULES.html.sh (Signal handling): Add sigpipe-die.
15979
15980 2008-08-31  Bruno Haible  <bruno@clisp.org>
15981
15982         Don't override previously installed signal handlers.
15983         * lib/fatal-signal.c (saved_sigactions): New variable.
15984         (uninstall_handlers): Reset the signal to the saved handler, not
15985         to SIG_DFL (except when ignored).
15986         (install_handlers): Save the previous handlers.
15987
15988 2008-08-30  Bruno Haible  <bruno@clisp.org>
15989
15990         * gnulib-tool (func_reset_sigpipe): New function.
15991         (func_get_automake_snippet, func_modules_transitive_closure,
15992         func_import): Invoke it before a join command that reads from stdin,
15993         to avoid "echo: write error: Broken pipe" error messages on stderr.
15994         Reported by Sam Steingold <sds@gnu.org>.
15995
15996 2008-08-30  Bruno Haible  <bruno@clisp.org>
15997
15998         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
15999         Code copied from m4/open.m4.
16000         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
16001         access and the filename ends in a slash. Code copied from lib/open.c.
16002         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
16003         * tests/test-fopen.c (main): Check against bug with trailing slash.
16004
16005 2008-08-29  Bruno Haible  <bruno@clisp.org>
16006
16007         Avoid some "gcc -pedantic" warnings.
16008         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
16009         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
16010         * lib/dirent.in.h: Likewise.
16011         * lib/fcntl.in.h: Likewise.
16012         * lib/float.in.h: Likewise.
16013         * lib/iconv.in.h: Likewise.
16014         * lib/inttypes.in.h: Likewise.
16015         * lib/locale.in.h: Likewise.
16016         * lib/math.in.h: Likewise.
16017         * lib/netinet_in.in.h: Likewise.
16018         * lib/search.in.h: Likewise.
16019         * lib/signal.in.h: Likewise.
16020         * lib/stdarg.in.h: Likewise.
16021         * lib/stdint.in.h: Likewise.
16022         * lib/stdio.in.h: Likewise.
16023         * lib/stdlib.in.h: Likewise.
16024         * lib/string.in.h: Likewise.
16025         * lib/strings.in.h: Likewise.
16026         * lib/sys_select.in.h: Likewise.
16027         * lib/sys_socket.in.h: Likewise.
16028         * lib/sys_stat.in.h: Likewise.
16029         * lib/sys_time.in.h: Likewise.
16030         * lib/sysexits.in.h: Likewise.
16031         * lib/time.in.h: Likewise.
16032         * lib/unistd.in.h: Likewise.
16033         * lib/wchar.in.h: Likewise.
16034         * lib/wctype.in.h: Likewise.
16035         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
16036         * modules/fchdir (Makefile.am): Likewise.
16037         * modules/fcntl (Makefile.am): Likewise.
16038         * modules/float (Makefile.am): Likewise.
16039         * modules/iconv_open (Makefile.am): Likewise.
16040         * modules/inttypes (Makefile.am): Likewise.
16041         * modules/locale (Makefile.am): Likewise.
16042         * modules/math (Makefile.am): Likewise.
16043         * modules/netinet_in (Makefile.am): Likewise.
16044         * modules/search (Makefile.am): Likewise.
16045         * modules/signal (Makefile.am): Likewise.
16046         * modules/stdarg (Makefile.am): Likewise.
16047         * modules/stdint (Makefile.am): Likewise.
16048         * modules/stdio (Makefile.am): Likewise.
16049         * modules/stdlib (Makefile.am): Likewise.
16050         * modules/string (Makefile.am): Likewise.
16051         * modules/strings (Makefile.am): Likewise.
16052         * modules/sys_select (Makefile.am): Likewise.
16053         * modules/sys_socket (Makefile.am): Likewise.
16054         * modules/sys_stat (Makefile.am): Likewise.
16055         * modules/sys_time (Makefile.am): Likewise.
16056         * modules/sysexits (Makefile.am): Likewise.
16057         * modules/time (Makefile.am): Likewise.
16058         * modules/unistd (Makefile.am): Likewise.
16059         * modules/wchar (Makefile.am): Likewise.
16060         * modules/wctype (Makefile.am): Likewise.
16061         Reported by Reuben Thomas <rrt@sc3d.org>.
16062
16063 2008-08-29  Bruno Haible  <bruno@clisp.org>
16064
16065         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
16066         any more.
16067
16068 2008-08-29  Simon Josefsson  <simon@josefsson.org>
16069
16070         * MODULES.html.sh (Misc): Add bitrotate.
16071
16072         * modules/bitrotate: New file.
16073
16074         * lib/bitrotate.h: New file.
16075
16076         * modules/bitrotate-tests: New file.
16077
16078         * tests/test-bitrotate.c: New file.
16079
16080         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
16081         on the bitrotate module.
16082
16083         * lib/arctwo.c: Use new bitrotate module.
16084
16085 2008-08-29  Jim Meyering  <meyering@redhat.com>
16086
16087         bootstrap: merge changes from coreutils
16088         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
16089         of copied files.  Remove a kludge, now that this is fixed.
16090         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
16091         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
16092         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
16093
16094 2008-08-29  Bruno Haible  <bruno@clisp.org>
16095
16096         * MODULES.html.sh: Remove --cvs-urls option.
16097
16098 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
16099
16100         maint.mk: adjust to file name change
16101         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
16102
16103 2008-08-28  Jim Meyering  <meyering@redhat.com>
16104
16105         * modules/getndelim2 (License): Relicense to LGPLv2+.
16106         Approved by Richard Stallman for the version of 1995, and by
16107         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
16108
16109 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
16110
16111         * lib/getdelim.c (flockfile, funlockfile): Make all of them
16112         dummy if one is not available.  Do not touch them if
16113         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
16114         (getc_maybe_unlocked): New.
16115         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
16116
16117 2008-08-26  Eric Blake  <ebb9@byu.net>
16118
16119         doc/INSTALL: resync from autoconf
16120         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
16121         (INSTALL_PRELUDE): Delete; this is done more efficiently by
16122         moving...
16123         * install.texi [!autoconf]: ...here.  Resync from autoconf.
16124         * INSTALL: Regenerate.
16125         * INSTALL.ISO: New file.
16126         * INSTALL.UTF-8: Likewise.
16127
16128 2008-08-26  Jim Meyering  <meyering@redhat.com>
16129
16130         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
16131         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
16132         these definitions conditional, so that they may be overridden, too.
16133
16134 2008-08-26  Bruno Haible  <bruno@clisp.org>
16135
16136         Generate INSTALL file variants with prettier quotes.
16137         * doc/Makefile (INSTALL_PRELUDE): New macro.
16138         (INSTALL): Use it.
16139         (INSTALL.ISO, INSTALL.UTF-8): New rules.
16140
16141 2008-08-26  Bruno Haible  <bruno@clisp.org>
16142
16143         Run makeinfo in an English locale.
16144         * doc/Makefile (MAKEINFO): New variable.
16145
16146 2008-08-26  Bruno Haible  <bruno@clisp.org>
16147
16148         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
16149         Suggested by Eric Blake.
16150
16151 2008-08-25  Bruno Haible  <bruno@clisp.org>
16152
16153         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
16154
16155 2008-08-25  Eric Blake  <ebb9@byu.net>
16156
16157         c-stack: test that stack overflow can be caught
16158         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
16159         that platform allows handling stack overflow; at least OS/2 EMX
16160         has sigaltstack, but crashes before transferring control to
16161         handler on stack overflow.
16162         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
16163         check for HAVE_STACK_OVERFLOW_HANDLING.
16164         Reported by Elbert Pol.
16165
16166 2008-08-25  Bruno Haible  <bruno@clisp.org>
16167
16168         * doc/posix-functions/strftime.texi: Fix description of strftime
16169         module.
16170
16171 2008-08-24  Bruno Haible  <bruno@clisp.org>
16172
16173         * tests/uniwidth/test-uc_width2.c: New file.
16174         * tests/uniwidth/test-uc_width2.sh: New file.
16175         * modules/uniwidth/width-tests (Files): Add the new files.
16176         (TESTS): Add uniwidth/test-uc_width2.sh.
16177         (TESTS_ENVIRONMENT): New variable.
16178         (check_PROGRAMS): Add test-uc_width2.
16179         (test_uc_width2_SOURCES): New variable.
16180
16181         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
16182         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
16183         not 0x00AB.
16184         Reported by Alexander V. Lukyanov <lav@netis.ru>.
16185
16186 2008-08-22  Eric Blake  <ebb9@byu.net>
16187
16188         test-lock, test-tls: mention why a test is skipped
16189         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
16190         skipped.
16191         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
16192
16193         count-one-bits: relax license
16194         * modules/count-one-bits (License): Relicense to LGPLv2+.
16195         Suggested by Ludovic Courtès, approved by Ben Pfaff.
16196
16197 2008-08-22  Andreas Schwab  <schwab@suse.de>
16198
16199         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
16200         Remove spurious space in assignment.
16201
16202 2008-08-21  Simon Josefsson  <simon@josefsson.org>
16203
16204         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
16205         Paul Eggert <eggert@CS.UCLA.EDU>.
16206
16207 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
16208
16209         * modules/gettext: Add m4/threadlib.m4.
16210
16211 2008-08-19  Eric Blake  <ebb9@byu.net>
16212
16213         test-c-stack: fix compilation failure on FreeBSD 5.0
16214         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
16215         headers before <sys/resource.h>.
16216         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
16217         the bug.
16218         Reported by Nelson H. F. Beebe.
16219
16220         strverscmp: migrate from "strverscmp.h" to <string.h>
16221         * modules/string (Makefile.am): Add new hooks.
16222         * modules/strverscmp (Files): Remove strverscmp.h.
16223         (Depends-on): Add string.
16224         (configure.ac): Add indicator.
16225         (Include): Mention new header.
16226         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
16227         defaults.
16228         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
16229         results.
16230         * lib/strverscmp.h: Delete.
16231         * lib/string.in.h (strverscmp): Provide declaration, when needed.
16232         * tests/test-strverscmp.c (includes): Adjust client.
16233         * lib/check-version.c (includes): Likewise.
16234         * NEWS: Document the change.
16235
16236         strverscmp: add unit test
16237         * modules/strverscmp-tests: New file.
16238         * tests/test-strverscmp.c: Likewise.
16239
16240 2008-08-19  Simon Josefsson  <simon@josefsson.org>
16241
16242         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
16243         regarding Windows crypto stuff, from Mono.
16244
16245 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
16246
16247         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
16248         if present, for intel RND.  Return error on failures.
16249
16250 2008-08-18  Ben Pfaff  <blp@gnu.org>
16251
16252         gitlog-to-changelog: give better diagnostic for failed pipe-open
16253         * build-aux/gitlog-to-changelog: Improve error message: suggest
16254         that the version of Git may be too old.
16255
16256 2008-08-18  Simon Josefsson  <simon@josefsson.org>
16257
16258         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
16259         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
16260
16261 2008-08-18  Bruno Haible  <bruno@clisp.org>
16262
16263         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
16264         pthread_in_use().
16265
16266 2008-08-18  Bruno Haible  <bruno@clisp.org>
16267
16268         * lib/glthread/threadlib.c: Include <pthread.h>.
16269
16270 2008-08-18  Bruno Haible  <bruno@clisp.org>
16271
16272         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
16273         glthread_recursive_lock_* macros.
16274         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
16275         Fix syntax error.
16276
16277 2008-08-18  Bruno Haible  <bruno@clisp.org>
16278
16279         * lib/glthread/thread.c: Avoid forcing a context switch right after
16280         thread creation.
16281
16282 2008-08-17  Bruno Haible  <bruno@clisp.org>
16283
16284         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
16285         * lib/glthread/thread.h: Provide Win32 specific implementation.
16286         * modules/thread (Files): Add lib/glthread/thread.c.
16287         (Depends-on): Add lock.
16288         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
16289
16290 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16291
16292         New module 'yield'.
16293         * modules/yield: New file.
16294         * lib/glthread/yield.h: New file.
16295         * m4/yield.m4: New file.
16296         * MODULES.html.sh (Multithreading): Add yield.
16297
16298 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16299
16300         New module 'thread'.
16301         * modules/thread: New file.
16302         * lib/glthread/thread.h: New file.
16303         * m4/thread.m4: New file.
16304         * MODULES.html.sh (Multithreading): Add thread.
16305
16306 2008-08-17  Bruno Haible  <bruno@clisp.org>
16307
16308         * lib/glthread/lock.h: Include <stdlib.h> always.
16309         * lib/glthread/tls.h: Likewise.
16310         * lib/glthread/cond.h: Likewise.
16311
16312 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16313
16314         New module 'cond'.
16315         * modules/cond: New file.
16316         * lib/glthread/cond.h: New file.
16317         * lib/glthread/cond.c: New file.
16318         * m4/cond.m4: New file.
16319         * MODULES.html.sh (Multithreading): Add cond.
16320
16321 2008-08-16  Eric Blake  <ebb9@byu.net>
16322
16323         c-stack: fix regression on Irix 5.3 from 2008-06-21
16324         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
16325         sa_sigaction...
16326         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
16327         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
16328         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
16329         * modules/signal (Makefile.am): Use the value.
16330         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
16331         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
16332         * doc/posix-headers/signal.texi (signal.h): Document this
16333         portability issue.
16334         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
16335         Reported by Tom G. Christensen.
16336
16337 2008-08-17  Bruno Haible  <bruno@clisp.org>
16338
16339         New module 'threadlib'.
16340         * modules/threadlib: New file.
16341         * lib/glthread/threadlib.c: New file, extracted from
16342         lib/glthread/lock.c.
16343         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
16344         functions.
16345         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
16346         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
16347         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
16348         macros.
16349         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
16350         (gl_DISABLE_THREADS): Remove macro.
16351         * modules/lock (Files): Remove build-aux/config.rpath.
16352         (Depends-on): Remove havelib. Add threadlib.
16353         (configure.ac-early): Remove section.
16354         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
16355         * modules/tls (Depends-on): Remove lock. Add threadlib.
16356         (Link): New section, copied from threadlib.
16357         * MODULES.html.sh (Multithreading): Add threadlib.
16358
16359 2008-08-14  Bruno Haible  <bruno@clisp.org>
16360
16361         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
16362         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
16363         glthread_rwlock_unlock, glthread_rwlock_destroy,
16364         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
16365         glthread_recursive_lock_destroy): Define as macros always.
16366         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
16367         glthread_lock_lock.
16368         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
16369         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
16370         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
16371         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
16372         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
16373         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
16374         (glthread_recursive_lock_lock_func): Renamed from
16375         glthread_recursive_lock_lock.
16376         (glthread_recursive_lock_unlock_func): Renamed from
16377         glthread_recursive_lock_unlock.
16378         (glthread_recursive_lock_destroy_func): Renamed from
16379         glthread_recursive_lock_destroy.
16380
16381 2008-08-14  Bruno Haible  <bruno@clisp.org>
16382
16383         * lib/glthread/lock.h: Renamed from lib/lock.h.
16384         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
16385         * lib/glthread/tls.h: Renamed from lib/tls.h.
16386         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
16387         * lib/fstrcmp.c: Update includes.
16388         * lib/strsignal.c: Update includes.
16389         * modules/lock (Files, Makefile.am): Update.
16390         (Include): Change to "glthread/lock.h".
16391         * modules/tls (Files, Makefile.am): Update.
16392         (Include): Change to "glthread/tls.h".
16393         * tests/test-lock.c: Update includes.
16394         * tests/test-tls.c: Update includes.
16395         * NEWS: Mention the renamed header files.
16396
16397 2008-08-11  Jim Meyering  <meyering@redhat.com>
16398
16399         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
16400
16401 2008-08-11  Eric Blake  <ebb9@byu.net>
16402
16403         test-c-stack: avoid C99-ism
16404         * tests/test-c-stack.c (main): Fix whitespace, move declaration
16405         before statement.
16406         Reported by Alain Guibert.
16407
16408 2008-08-10  Jim Meyering  <meyering@redhat.com>
16409
16410         ensure that return value of uinttostr et al are not ignored
16411         * lib/inttostr.h (__GNUC_PREREQ): Define.
16412         (__attribute_warn_unused_result__): Define.
16413         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
16414
16415 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
16416
16417         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
16418         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
16419
16420 2008-08-07  Jim Meyering  <meyering@redhat.com>
16421
16422         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
16423
16424         * modules/mkstemp (License): Relicense under LGPLv2+.
16425         * modules/tempname (License): Likewise.
16426
16427 2008-08-06  Bruno Haible  <bruno@clisp.org>
16428
16429         * lib/poll.c (poll): Further micro-optimization.
16430
16431 2008-08-06  Jim Meyering  <meyering@redhat.com>
16432
16433         inet_pton.c: use locale-independent tolower
16434         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
16435         (inet_pton6): Use c_tolower rather than tolower.
16436         * modules/inet_pton (Depends-on): Add c-ctype.
16437
16438 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
16439
16440         * lib/poll.c (poll): Avoid division when timeout is 0, cache
16441         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
16442
16443 2008-08-06  Jim Meyering  <meyering@redhat.com>
16444
16445         * modules/inet_pton (License): Relicense under LGPLv2+.
16446
16447 2008-08-03  Bruno Haible  <bruno@clisp.org>
16448
16449         Additional non-aborting API for lock and tls.
16450         * lib/lock.h: Include <errno.h>.
16451         (glthread_lock_init): New macro/function.
16452         (gl_lock_init): Define as wrapper around glthread_lock_init.
16453         (glthread_lock_lock): New macro/function.
16454         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
16455         (glthread_lock_unlock): New macro/function.
16456         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
16457         (glthread_lock_destroy): New macro/function.
16458         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
16459         (glthread_rwlock_init): New macro/function.
16460         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
16461         (glthread_rwlock_rdlock): New macro/function.
16462         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
16463         (glthread_rwlock_wrlock): New macro/function.
16464         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
16465         (glthread_rwlock_unlock): New macro/function.
16466         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
16467         (glthread_rwlock_destroy): New macro/function.
16468         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
16469         (glthread_recursive_lock_init): New macro/function.
16470         (gl_recursive_lock_init): Define as wrapper around
16471         glthread_recursive_lock_init.
16472         (glthread_recursive_lock_lock): New macro/function.
16473         (gl_recursive_lock_lock): Define as wrapper around
16474         glthread_recursive_lock_lock.
16475         (glthread_recursive_lock_unlock): New macro/function.
16476         (gl_recursive_lock_unlock): Define as wrapper around
16477         glthread_recursive_lock_unlock.
16478         (glthread_recursive_lock_destroy): New macro/function.
16479         (gl_recursive_lock_destroy): Define as wrapper around
16480         glthread_recursive_lock_destroy.
16481         (glthread_once): New macro/function.
16482         (gl_once): Define as wrapper around glthread_once.
16483         Update function declarations.
16484         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
16485         glthread_rwlock_init. Return error code.
16486         (glthread_rwlock_rdlock_multithreaded): Renamed from
16487         glthread_rwlock_rdlock. Return error code.
16488         (glthread_rwlock_wrlock_multithreaded): Renamed from
16489         glthread_rwlock_wrlock. Return error code.
16490         (glthread_rwlock_unlock_multithreaded): Renamed from
16491         glthread_rwlock_unlock. Return error code.
16492         (glthread_rwlock_destroy_multithreaded): Renamed from
16493         glthread_rwlock_destroy. Return error code.
16494         (glthread_recursive_lock_init_multithreaded): Renamed from
16495         glthread_recursive_lock_init. Return error code.
16496         (glthread_recursive_lock_lock_multithreaded): Renamed from
16497         glthread_recursive_lock_lock. Return error code.
16498         (glthread_recursive_lock_unlock_multithreaded): Renamed from
16499         glthread_recursive_lock_unlock. Return error code.
16500         (glthread_recursive_lock_destroy_multithreaded): Renamed from
16501         glthread_recursive_lock_destroy. Return error code.
16502         (glthread_once_call): Make static.
16503         (glthread_once_multithreaded): Renamed from glthread_once.
16504         * lib/tls.h: Include <errno.h>.
16505         (glthread_tls_key_init): New macro/function.
16506         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
16507         (glthread_tls_set): New macro/function.
16508         (gl_tls_set): Define as wrapper around glthread_tls_set.
16509         (glthread_tls_key_destroy): New macro/function.
16510         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
16511         Update function declarations.
16512         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
16513         glthread_tls_get.
16514         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16515
16516 2008-08-04  Eric Blake  <ebb9@byu.net>
16517
16518         gnumakefile: use space, not TAB, outside of targets
16519         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
16520
16521 2008-08-02  Jim Meyering  <meyering@redhat.com>
16522
16523         getdate.y: avoid locale-dependent date parsing failure
16524         In Turkish locales, getdate would fail to recognize keywords
16525         containing a lowercase "i".  The solution is not to rely on
16526         locale-sensitive case-conversion.
16527         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
16528         (lookup_word): Use c_toupper in place of toupper.
16529         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
16530         Reported by Vefa Bicakci <bicave@superonline.com> in
16531         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
16532         * modules/getdate (Depends-on): Add c-ctype.
16533
16534 2008-08-02  Bruno Haible  <bruno@clisp.org>
16535
16536         * gnulib-tool (func_import): When updating or creating a .gitignore
16537         file, prepend each added line with a slash, and ignore leading slashes
16538         from the existing lines.
16539         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
16540
16541 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16542
16543         Portability fix for GNU make 3.79.1.
16544         * top/GNUmakefile: Avoid 'else COND', which older GNU make
16545         versions do not understand.
16546
16547 2008-08-01  Bruno Haible  <bruno@clisp.org>
16548
16549         Work around bug of HP-UX 10.20 cc with -0.0 literal.
16550         * tests/test-isnanf.h (zero): New variable.
16551         (main): Avoid literal -0.0f.
16552         * tests/test-isnand.h (zero): New variable.
16553         (main): Avoid literal -0.0.
16554         * tests/test-isnanl.h (zero): New variable.
16555         (main): Avoid literal -0.0L.
16556         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
16557         (test_float, test_double, test_long_double): Avoid literals -0.0f,
16558         -0.0, -0.0L.
16559         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
16560         (test_signbitd): Avoid literal -0.0.
16561         (test_signbitl): Avoid literal -0.0L.
16562         * tests/test-ceilf1.c (zero): New variable.
16563         (main): Avoid literal -0.0f.
16564         * tests/test-ceill.c (zero): New variable.
16565         (main): Avoid literal -0.0L.
16566         * tests/test-floorf1.c (zero): New variable.
16567         (main): Avoid literal -0.0f.
16568         * tests/test-floorl.c (zero): New variable.
16569         (main): Avoid literal -0.0L.
16570         * tests/test-roundf1.c (zero): New variable.
16571         (main): Avoid literal -0.0f.
16572         * tests/test-round1.c (zero): New variable.
16573         (main): Avoid literal -0.0.
16574         * tests/test-roundl.c (zero): New variable.
16575         (main): Avoid literal -0.0L.
16576         * tests/test-truncf1.c (zero): New variable.
16577         (main): Avoid literal -0.0f.
16578         * tests/test-trunc1.c (zero): New variable.
16579         (main): Avoid literal -0.0.
16580         * tests/test-truncl.c (zero): New variable.
16581         (main): Avoid literal -0.0L.
16582         * tests/test-frexp.c (zero): New variable.
16583         (main): Avoid literal -0.0.
16584         * tests/test-frexpl.c (zero): New variable.
16585         (main): Avoid literal -0.0L.
16586         * tests/test-ldexpl.c (zero): New variable.
16587         (main): Avoid literal -0.0L.
16588         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
16589         (zerod, zerol): New variables.
16590         (test_function): Avoid literals -0.0, -0.0L.
16591         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
16592         (zerod, zerol): New variables.
16593         (test_function): Avoid literals -0.0, -0.0L.
16594         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
16595         (zerod, zerol): New variables.
16596         (test_function): Avoid literals -0.0, -0.0L.
16597         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
16598         (zerod, zerol): New variables.
16599         (test_function): Avoid literals -0.0, -0.0L.
16600         * tests/test-strtod.c (zero): New variable.
16601         (main): Avoid literal -0.0.
16602         Reported by Jonathan C. Patschke <jp@centtech.com>.
16603
16604 2008-07-31  Jim Meyering  <meyering@redhat.com>
16605
16606         sha256.h: correct definition of SHA224_DIGEST_SIZE
16607         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
16608         Reported by Paulie Pena IV <paulie4@gmail.com>.
16609         Define as 224 / 8, rather than as a literal.
16610         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
16611         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
16612         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
16613
16614 2008-07-31  Bruno Haible  <bruno@clisp.org>
16615
16616         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
16617         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
16618         Reported by Jonathan Patschke <jp@centtech.com>.
16619
16620 2008-07-31  Bruno Haible  <bruno@clisp.org>
16621
16622         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
16623         Reported by Paolo Bonzini <bonzini@gnu.org>.
16624
16625 2008-07-30  Eric Blake  <ebb9@byu.net>
16626
16627         test-strtod: allow compilation without -lm
16628         * tests/test-strtod.c (main): Avoid link dependence on fabs.
16629         Reported by Dennis Clarke <blastwave@gmail.com>.
16630
16631 2008-07-28  Jim Meyering  <meyering@redhat.com>
16632
16633         bootstrap: work also when there are no .po files in po/
16634         * build-aux/bootstrap (update_po_files): Complete the change
16635         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
16636
16637 2008-07-27  Jim Meyering  <meyering@redhat.com>
16638
16639         * users.txt: Add zile.
16640
16641 2008-07-26  Ben Pfaff  <blp@gnu.org>
16642
16643         Add missing dependencies on new m4/exponent[fdl].m4 files.
16644         * modules/isnanf-nolibm: Add m4/exponentf.m4.
16645         * modules/isnand-nolibm: Add m4/exponentd.m4.
16646         * modules/isnanl-nolibm: Add m4/exponentl.m4.
16647         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
16648         m4/isnan[fdl].m4, because the macros actually used moved.
16649         Reported by Jim Meyering.
16650
16651 2008-07-14  Ben Pfaff  <blp@gnu.org>
16652
16653         Add isinf module.
16654         * lib/isinf.c: New file.
16655         * lib/math.in.h: Define isinf macro if we have decided to replace
16656         it.
16657         * m4/isinf.m4: New file.
16658         * m4/math_h.m4: Initialize and substitute variables for isinf
16659         module.
16660         * modules/isinf: New file.
16661         * modules/isinf-tests: New file.
16662         * modules/math: Add substitutions for new module.
16663         * tests/test-isinf.c: New file.
16664         * doc/posix-functions/isinf.texi: Mention new module.
16665         * MODULES.html.sh: Mention new module.
16666
16667 2008-07-14  Ben Pfaff  <blp@gnu.org>
16668
16669         Factor out some macros for use by additional modules.
16670         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
16671         exponentf.m4.
16672         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
16673         exponentd.m4.
16674         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
16675         file exponentl.m4.
16676         * m4/exponentf.m4: New file.
16677         * m4/exponentd.m4: New file.
16678         * m4/exponentl.m4: New file.
16679         * modules/isnanf: Use new file m4/exponentf.m4.
16680         * modules/isnand: Use new file m4/exponentd.m4.
16681         * modules/isnanl: Use new file m4/exponentl.m4.
16682
16683 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
16684
16685         mktime.c: normalize tp->tm_isdst value to -1/0/1.
16686         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
16687         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
16688         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
16689
16690         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
16691         readlink on platforms without PATH_MAX.
16692
16693 2008-07-21  Eric Blake  <ebb9@byu.net>
16694
16695         Warn, not fail, on stale version.
16696         * top/GNUmakefile (_curr-ver): Tone down previous patch.
16697
16698         Don't allow installation with stale devel version number.
16699         * top/GNUmakefile (_is-install-target): New macro.
16700         (_curr-ver): Forbid installation with stale version number.
16701
16702 2008-07-20  Bruno Haible  <bruno@clisp.org>
16703
16704         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
16705         TESTS_ENVIRONMENT.
16706         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
16707
16708 2008-07-20  Bruno Haible  <bruno@clisp.org>
16709
16710         * lib/c-stack.h (c_stack_action): Add documentation.
16711         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
16712
16713 2008-07-20  Bruno Haible  <bruno@clisp.org>
16714
16715         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
16716         * modules/readlink (License): Likewise.
16717
16718 2008-07-17  Eric Blake  <ebb9@byu.net>
16719
16720         * modules/c-stack (Link): Fix typo.
16721
16722         Make c-stack use libsigsegv, when available.
16723         * modules/c-stack (Depends-on): Add libsigsegv.
16724         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
16725         needed.
16726         * lib/c-stack.c (SIGSTKSZ): Define fallback.
16727         (segv_handler, overflow_handler, c_stack_action)
16728         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
16729         implementation when libsigsegv is available, but only when using
16730         the library is necessary.
16731         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
16732         comment, explaining why XSI check fails on Linux.
16733         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
16734         * tests/test-c-stack2.sh: Tweak skip message.
16735         * NEWS: Document new link-time requirements.
16736
16737 2008-07-16  Eric Blake  <ebb9@byu.net>
16738
16739         c-stack: Expose false positives when not using libsigsegv.
16740         * modules/c-stack-tests (Files): Expand test.
16741         * tests/test-c-stack.c (main): Add means to conditionally trigger
16742         non-overflow SIGSEGV.
16743         * tests/test-c-stack2.sh: New file.
16744
16745 2008-07-14  Bruno Haible  <bruno@clisp.org>
16746
16747         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
16748         Reported by Eric Blake.
16749
16750 2008-07-14  Sam Steingold  <sds@gnu.org>
16751             Bruno Haible  <bruno@clisp.org>
16752
16753         New module libsigsegv.
16754         * modules/libsigsegv: New file.
16755         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
16756         modifications.
16757         * MODULES.html.sh (Signal handling): New section.
16758
16759 2008-07-14  Bruno Haible  <bruno@clisp.org>
16760
16761         * modules/unictype/ctype-* (Description): Add the word "function".
16762         Improves the resulting doc in MODULES.html.
16763
16764 2008-07-12  Ben Pfaff  <blp@gnu.org>
16765
16766         Add longlong module.
16767         * modules/longlong: New file.
16768
16769 2008-07-12  Bruno Haible  <bruno@clisp.org>
16770
16771         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
16772         to empty.
16773
16774 2008-07-10  Ben Pfaff  <blp@gnu.org>
16775
16776         Add isnan module.
16777         * doc/posix-functions/isnan.texi: Mention new module.
16778         * lib/math.in.h: Define isnan macro if we have decided to replace
16779         it.
16780         * m4/isnan.m4: New file.
16781         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
16782         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
16783         also.
16784         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
16785         redundancy.
16786         * m4/math_h.m4: Initialize and substitute variables for isnan
16787         module.
16788         * modules/isnan: New file.
16789         * modules/isnan-tests: New file.
16790         * modules/math: Add substitutions for new module.
16791         * tests/test-isnan.c: New file.
16792         * MODULES.html.sh: Mention new module.
16793
16794 2008-07-10  Ben Pfaff  <blp@gnu.org>
16795
16796         Add isnanf module.
16797         * lib/isnanf.m4: New file.
16798         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
16799         (gl_HAVE_ISNANF_IN_LIBM): New macro.
16800         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
16801         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
16802         * modules/isnanf: New file.
16803         * modules/isnanf-tests: New file.
16804         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
16805         files.
16806         * tests/test-isnanf-nolibm.c: factored most of its contents into
16807         new file tests/test-isnanf.h.
16808         * tests/test-isnanf.h: New file.
16809         * tests/test-isnanf.c: New file.
16810         * MODULES.html.sh: Mention new module.
16811         * doc/glibc-functions/isnanf.texi: Mention new module.
16812
16813 2008-07-10  Ben Pfaff  <blp@gnu.org>
16814
16815         Add isnand module.
16816         * lib/isnand.h: New file.
16817         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
16818         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
16819         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
16820         functionality also.
16821         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
16822         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
16823         (gl_HAVE_ISNAND_IN_LIBM): New macro.
16824         * modules/isnand: New file.
16825         * modules/isnand-tests: New file.
16826         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
16827         files.
16828         * tests/test-isnand-nolibm.c: factored most of its contents into
16829         new file tests/test-isnand.h.
16830         * tests/test-isnand.h: New file.
16831         * tests/test-isnand.c: New file.
16832         * MODULES.html.sh: Mention new module.
16833
16834 2008-07-10  Ben Pfaff  <blp@gnu.org>
16835
16836         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
16837         * lib/isnand.h: Rename lib/isnand-nolibm.h.
16838         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
16839         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
16840         * modules/isnanf-nolibm: Update references to renamed files.
16841         * modules/isnand-nolibm: Likewise.
16842         * modules/isnanf-nolibm-tests: Likewise.
16843         * modules/isnand-nolibm-tests: Likewise.
16844         * lib/frexp.c: Likewise.
16845         * lib/isfinite.c: Likewise.
16846         * lib/signbitd.c: Likewise.
16847         * lib/signbitf.c: Likewise.
16848         * lib/vasnprintf.c: Likewise.
16849         * tests/test-ceilf1.c: Likewise.
16850         * tests/test-ceilf2.c: Likewise.
16851         * tests/test-floorf1.c: Likewise.
16852         * tests/test-floorf2.c: Likewise.
16853         * tests/test-frexp.c: Likewise.
16854         * tests/test-round1.c: Likewise.
16855         * tests/test-round2.c: Likewise.
16856         * tests/test-roundf1.c: Likewise.
16857         * tests/test-strtod.c: Likewise.
16858         * tests/test-trunc1.c: Likewise.
16859         * tests/test-trunc2.c: Likewise.
16860         * tests/test-truncf1.c: Likewise.
16861         * tests/test-truncf2.c: Likewise.
16862         * NEWS: Mention the renamed header files.
16863
16864 2008-07-11  Jim Meyering  <meyering@redhat.com>
16865
16866         vc-list-files: make the last-resort awk code more portable
16867         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
16868         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
16869         does not support it.
16870
16871 2008-07-10  Eric Blake  <ebb9@byu.net>
16872
16873         Work with tar's bootstrap.
16874         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
16875         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
16876         an m4 comment.
16877
16878 2008-07-09  Jim Meyering  <meyering@redhat.com>
16879
16880         posix-shell.m4: fix typo that made this test malfunction
16881         * m4/posix-shell.m4: Remove capitalization in variable name.
16882
16883 2008-07-08  Bruno Haible  <bruno@clisp.org>
16884
16885         * m4/onceonly.m4: Update comments.
16886         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16887
16888 2008-07-04  Jim Meyering  <meyering@redhat.com>
16889
16890         * users.txt: Add vc-dwim.
16891         (bison, coreutils): Use the gitweb URL.
16892
16893 2008-07-03  Jim Meyering  <meyering@redhat.com>
16894
16895         * users.txt: Add libffcall.  From Sam Steingold.
16896
16897 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
16898
16899         getdate.y: do not ignore TZ with relative day, month or year offset
16900         * lib/getdate.y (get_date): Move the tz-handling block to follow the
16901         relative-date-handling, since otherwise, the latter would clobber the
16902         sole output (an updated Start value) of the tz-handling block.
16903         * tests/test-getdate.c: Tests for the fix
16904
16905 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16906
16907         Recognize 'foo_LIBRARIES += libgnu.a'.
16908         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
16909         makefile snippet has already specified an installation location,
16910         also using '+='.
16911
16912 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
16913
16914         getdate.y: factor out common actions
16915         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
16916         Use them in place of open-coded actions.
16917
16918 2008-07-01  Simon Josefsson  <simon@josefsson.org>
16919
16920         Add self-test for getdate module.
16921         * modules/getdate-tests: New file.
16922         * tests/test-getdate.c: New file.
16923
16924 2008-06-29  Bruno Haible  <bruno@clisp.org>
16925
16926         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
16927         .gitignore.
16928         Reported by Sylvain Beucler <beuc@beuc.net>.
16929
16930 2008-06-29  Bruno Haible  <bruno@clisp.org>
16931
16932         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
16933         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
16934
16935 2008-06-29  Bruno Haible  <bruno@clisp.org>
16936
16937         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
16938         EXTRA_DIST.
16939         Reported by Sylvain Beucler <beuc@beuc.net>.
16940
16941 2008-06-26  Jim Meyering  <meyering@redhat.com>
16942
16943         make several modules depend on the "open" module
16944         This provides slightly increased consistency when opening-for-write
16945         the name of a non-directory spelled with a trailing slash.
16946         * modules/chdir-safer: Likewise.
16947         * modules/chown: Likewise.
16948         * modules/clean-temp: Likewise.
16949         * modules/copy-file: Likewise.
16950         * modules/fchdir: Likewise.
16951         * modules/fcntl-safer: Likewise.
16952         * modules/pipe: Likewise.
16953         * modules/utime: Likewise.
16954         Prompted by Eric Blake and Bruno Haible.
16955
16956 2008-06-24  Andreas Schwab  <schwab@suse.de>
16957
16958         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
16959         literals can be used as initializers for global variables.
16960
16961 2008-06-23  Eric Blake  <ebb9@byu.net>
16962
16963         Make gnulib-cache.m4 easier to diff.
16964         * gnulib-tool (func_import): Allow newlines when reading cached
16965         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
16966
16967 2008-06-23  Bruno Haible  <bruno@clisp.org>
16968
16969         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
16970         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
16971         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
16972         m4/signalblocking.m4.
16973         (gl_PREREQ_SIGACTION): Don't invoke it.
16974         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
16975         gl_PREREQ_SIG_HANDLER_H.
16976         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
16977         Don't check for sigaction here.
16978
16979 2008-06-23  Bruno Haible  <bruno@clisp.org>
16980
16981         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
16982         (install_handlers): Don't set the SA_RESETHAND flag.
16983
16984 2008-06-23  Bruno Haible  <bruno@clisp.org>
16985
16986         * m4/sigaction.m4: Comment fixes.
16987         * lib/signal.in.h: Likewise.
16988
16989 2008-06-23  Eric Blake  <ebb9@byu.net>
16990
16991         Fix typo.
16992         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
16993
16994         Avoid SA_ namespace.
16995         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
16996         Reported by Ralf Wildenhues.
16997
16998         Avoid test failure due to SA_RESTORER.
16999         * tests/test-sigaction.c (SA_MASK): New macro.
17000         (main): Avoid failing due to extension flags being set.
17001         Reported by Jim Meyering.
17002
17003         Revert use of sig-handler.h in sigprocmask.c.
17004         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
17005         it requires the existence of struct sigaction.
17006         * lib/sigprocmask.c (handler_t): Restore typedef.
17007         (rpl_signal, old_handlers): Use local type.
17008
17009 2008-06-22  Bruno Haible  <bruno@clisp.org>
17010
17011         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
17012         conditionally.
17013         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17014
17015 2008-06-22  Bruno Haible  <bruno@clisp.org>
17016
17017         * doc/posix-functions/siginterrupt.texi: Move note.
17018
17019         * lib/signal.in.h (SA_RESTART): New macro.
17020         * lib/sigaction.c: Update comment.
17021
17022         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
17023
17024         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
17025         (gl_PREREQ_SIGPROCMASK): Invoke it.
17026         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
17027
17028         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
17029
17030         * lib/sigprocmask.c: Update a comment.
17031
17032 2008-06-21  Eric Blake  <ebb9@byu.net>
17033
17034         Use sigaction module rather than signal().
17035         * modules/c-stack (Depends-on): Add sigaction.
17036         * modules/fatal-signal (Depends-on): Likewise.
17037         * modules/nanosleep (Depends-on): Likewise.
17038         * modules/sigprocmask (Files): Add sig-handler.h.
17039         * modules/sigaction (Files): Likewise.
17040         * lib/sig-handler.h (get_handler): New file, suggested by Paul
17041         Eggert.
17042         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
17043         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
17044         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
17045         (init_fatal_signals): Likewise.
17046         * lib/nanosleep.c (rpl_nanosleep): Likewise.
17047         (siginterrupt): Delete fallback.
17048         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
17049         instead.
17050         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
17051         siginterrupt.
17052
17053         New module sigaction, for mingw.
17054         * modules/sigaction: New module...
17055         * modules/sigaction-tests: ...and its test.
17056         * m4/sigaction.m4: New file.
17057         * lib/sigaction.c: Likewise.
17058         * tests/test-sigaction.c: Likewise.
17059         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
17060         * modules/signal (Makefile.am): Likewise.
17061         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
17062         needed.
17063         * doc/posix-headers/signal.texi (signal.h): Mention provided
17064         types.
17065         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
17066         that sigaction is preferable.
17067         * doc/posix-functions/sigaction.texi (sigaction): Mention new
17068         module.
17069         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17070         sigaction.
17071
17072         Improve robustness of sigprocmask by overriding signal.
17073         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
17074         is in use.
17075         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
17076         (SIGKILL, SIGSTOP): Provide fallbacks.
17077         (rpl_signal): Implement.
17078         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
17079         signal can be called inside handlers.
17080
17081         Fix nanosleep module on mingw.
17082         * modules/nanosleep (Depends-on): Add sys_select.
17083         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
17084
17085         Fix licensing of sigprocmask.
17086         * modules/raise (License): Relicense as LGPL.
17087
17088 2008-06-21  Bruno Haible  <bruno@clisp.org>
17089
17090         * lib/propername.c (proper_name_utf8): Don't use the transliterated
17091         result if it contains question marks.
17092         Reported by Michael Geng <linux@michaelgeng.de>.
17093
17094 2008-06-19  Bruno Haible  <bruno@clisp.org>
17095
17096         Fix CVS-ism.
17097         * doc/gnulib.texi: Include updated-stamp.texi.
17098         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
17099         (updated-stamp.texi): New rule.
17100         (gnulib.info): Depend on it.
17101         * doc/.gitignore: Add updated-stamp.texi.
17102         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
17103
17104 2008-06-19  Bruno Haible  <bruno@clisp.org>
17105
17106         * doc/Makefile (gnulib.info): Update and simplify dependencies.
17107         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
17108
17109 2008-06-19  Eric Blake  <ebb9@byu.net>
17110
17111         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
17112         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
17113         Reported by Stepan Kasal.
17114
17115 2008-06-18  Bruno Haible  <bruno@clisp.org>
17116
17117         * lib/fatal-signal.c (init_fatal_signals): Add comment.
17118         Reported by Eric Blake.
17119
17120 2008-06-18  Eric Blake  <ebb9@byu.net>
17121
17122         Work around cygwin 1.5.25 strsignal bug.
17123         * tests/test-strsignal.c: Allow for const char *.
17124         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
17125
17126 2008-06-18  Simon Josefsson  <simon@josefsson.org>
17127
17128         * users.txt: Update URL to article and add author/date
17129         information.
17130
17131 2008-06-17  Bruno Haible  <bruno@clisp.org>
17132
17133         New macro gl_DISABLE_THREADS.
17134         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
17135         if the user did not pass --enable-threads or --disable-threads option.
17136         (gl_DISABLE_THREADS): New macro.
17137         Reported by Eric Blake <ebb9@byu.net>.
17138
17139 2008-06-17  Bruno Haible  <bruno@clisp.org>
17140
17141         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
17142         when the macro ignores it.
17143         Based on a patch by Eric Blake <ebb9@byu.net>.
17144
17145 2008-06-17  Bruno Haible  <bruno@clisp.org>
17146
17147         * modules/tls (License): Change to LGPLv2+.
17148         Reported by Eric Blake.
17149
17150 2008-06-17  Eric Blake  <ebb9@byu.net>
17151
17152         Simplify c-stack prerequisites.
17153         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
17154         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
17155         no longer requires <ucontext.h> to exist.  Optimize setrlimit
17156         check.
17157         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
17158         <sys/resource.h>.
17159
17160         Move c-stack test into testsuite.
17161         * modules/c-stack-tests: New file.
17162         * lib/c-stack.c [DEBUG]: Move test program...
17163         * tests/test-c-stack.c: ...into this new file.  Skip rather than
17164         fail test if sigaltstack is lacking.
17165         * tests/test-c-stack.sh: New driver file.
17166
17167 2008-06-16  Eric Blake  <ebb9@byu.net>
17168
17169         Use raise module consistently.
17170         * modules/fatal-signal (Depends-on): Add raise.
17171         * modules/sigprocmask (Depends-on): Likewise.
17172         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
17173         * lib/sigprocmask.c (sigprocmask): Likewise.
17174         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
17175         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
17176
17177         Fix compliance bug in sigpending.
17178         * lib/sigprocmask.c (sigpending): Return pending array via
17179         parameter, not return value.
17180
17181 2008-06-14  Eric Blake  <ebb9@byu.net>
17182
17183         Improve obstack-printf test code.
17184         * tests/test-obstack-printf.c (test_function): Fix comment, and
17185         simplify usage of obstack_* in macros.  Add a test for coverage.
17186         Reported by Bruno Haible.
17187
17188 2008-06-14  Bruno Haible  <bruno@clisp.org>
17189
17190         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
17191         array size as a constant, not as a const variable.
17192         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
17193         AC_USE_SYSTEM_EXTENSIONS.
17194         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
17195         Test whether the obstack_printf function actually exists.
17196         * modules/obstack-printf (Depends-on): Add extensions.
17197         (Include): Remove obstack.h.
17198         * modules/obstack-printf-posix (Depends-on): Add extensions.
17199         (Include): Remove obstack.h.
17200
17201 2008-06-13  Eric Blake  <ebb9@byu.net>
17202
17203         Add obstack-printf and obstack-printf-posix modules.
17204         * modules/obstack-printf: New file.
17205         * modules/obstack-printf-posix: Likewise.
17206         * MODULES.html.sh (Misc): Mention them.
17207         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17208         Likewise.
17209         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17210         Likewise.
17211         * modules/stdio (Makefile.am): Accomodate new modules.
17212         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17213         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
17214         Declare.
17215         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
17216         functions.
17217         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
17218         (gl_REPLACE_OBSTACK_PRINTF): New macros
17219         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
17220         * tests/test-obstack-printf.c: New file.
17221         * modules/obstack-printf-tests: Likewise.
17222         * modules/obstack-printf-posix-tests: Likewise.
17223
17224 2008-06-11  Bruno Haible  <bruno@clisp.org>
17225
17226         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
17227         * lib/open.c: Include errno.h.
17228         (open): Fail when attempting to write to a file that has a trailing
17229         slash.
17230         * tests/test-open.c (main): Test against trailing slash bug.
17231         * doc/posix-functions/open.texi: Mention the trailing slash bug.
17232
17233 2008-06-10  Bruno Haible  <bruno@clisp.org>
17234
17235         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
17236         for $? to work inside the trap command, with various /bin/sh-s.
17237         * tests/test-vc-list-files-cvs.sh: Likewise.
17238
17239 2008-06-10  Bruno Haible  <bruno@clisp.org>
17240
17241         * lib/acl-internal.h: Don't include gettext.h here.
17242         * lib/set-mode-acl.c: Include gettext.h here.
17243         * lib/copy-acl.c: Likewise.
17244
17245 2008-06-10  Bruno Haible  <bruno@clisp.org>
17246
17247         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
17248         * lib/wait-process.c (wait_subprocess): Likewise.
17249         * lib/execute.h (execute): Add termsigp argument.
17250         * lib/execute.c (execute): Likewise.
17251         * lib/csharpcomp.c (compile_csharp_using_pnet,
17252         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
17253         * lib/csharpexec.c (execute_csharp_using_pnet,
17254         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
17255         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
17256         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
17257         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
17258         is_jikes_present): Update.
17259         * lib/javaexec.c (execute_java_class): Update.
17260         * lib/javaversion.c (execute_and_read_line): Update.
17261         * NEWS: Document the changes.
17262         Reported by Eric Blake.
17263
17264 2008-06-10  Eric Blake  <ebb9@byu.net>
17265
17266         Add missing include.
17267         * tests/test-strstr.c (includes): Add <signal.h>.
17268         * tests/test-strcasestr.c (includes): Likewise.
17269         * tests/test-memmem.c (includes): Likewise.
17270
17271 2008-06-10  Bruno Haible  <bruno@clisp.org>
17272
17273         * lib/wait-process.c (wait_subprocess): Add an assertion.
17274
17275 2008-06-10  Bruno Haible  <bruno@clisp.org>
17276
17277         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
17278
17279 2008-06-10  Bruno Haible  <bruno@clisp.org>
17280
17281         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
17282         using alarm().
17283         * tests/test-strcasestr.c (main): Likewise.
17284         * tests/test-strstr.c (main): Likewise.
17285
17286 2008-06-09  Bruno Haible  <bruno@clisp.org>
17287
17288         Work around the Solaris 10 ACE ACLs ABI change.
17289         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
17290         declare if ACL_NO_TRIVIAL is present.
17291         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
17292         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
17293         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
17294         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
17295         define if ACL_NO_TRIVIAL is present.
17296         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
17297         and use the current ABI.
17298         (file_has_acl): Use same #if condition as elsewhere.
17299         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
17300         in use, and use the current ABI.
17301         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
17302         Reported by Jim Meyering.
17303
17304 2008-06-09  Eric Blake  <ebb9@byu.net>
17305
17306         Work around environments that (stupidly) ignore SIGALRM.
17307         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
17308         before using alarm().
17309         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17310         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17311         Reported by Ian Beckwith <ianb@erislabs.net>.
17312
17313         Produce autobuild blurb earlier in log.
17314         * modules/autobuild (configure.ac-early): Move AB_INIT here.
17315
17316 2008-06-09  Jim Meyering  <meyering@redhat.com>
17317         and OndÅ™ej Vašík  <ovasik@redhat.com>
17318
17319         utimens.c: correct kernel bug work-around
17320         OndÅ™ej Vašík found that the invalid return value of 280 indicates
17321         failure, not success, and the kernel bug we're trying to work
17322         around affects not just the utimensat call, but also the fallback
17323         futimens call.
17324         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
17325         not success.
17326         [HAVE_FUTIMENS]: Use the same work-around, here.
17327
17328 2008-06-09  Jim Meyering  <meyering@redhat.com>
17329
17330         add more guards around definition of ACE_-related code
17331         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
17332         ALLOW and ACE_OWNER are also defined.
17333
17334 2008-06-08  Bruno Haible  <bruno@clisp.org>
17335
17336         * lib/acl-internal.h: Add me as co-author.
17337         * lib/file-has-acl.c: Likewise.
17338         * lib/set-mode-acl.c: Likewise.
17339         * lib/copy-acl.c: Likewise.
17340
17341 2008-06-08  Bruno Haible  <bruno@clisp.org>
17342
17343         Add support for AIX ACLs.
17344         * lib/acl-internal.h (acl_nontrivial): New declaration.
17345         * lib/file-has-acl.c (acl_nontrivial): New function.
17346         (file_has_acl): Add implementation using AIX 4 ACL API.
17347         * lib/set-mode-acl.c (qset_acl): Likewise.
17348         * lib/copy-acl.c (qcopy_acl): Likewise.
17349
17350 2008-06-08  Bruno Haible  <bruno@clisp.org>
17351
17352         Add support for HP-UX ACLs.
17353         * lib/acl-internal.h (acl_nontrivial): New declaration.
17354         * lib/file-has-acl.c (acl_nontrivial): New function.
17355         (file_has_acl): Add implementation using HP-UX 11 ACL API.
17356         * lib/set-mode-acl.c (qset_acl): Likewise.
17357         * lib/copy-acl.c (qcopy_acl): Likewise.
17358
17359 2008-06-08  Bruno Haible  <bruno@clisp.org>
17360
17361         Add support for Cygwin ACLs.
17362         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
17363         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
17364         the chmod_or_fchmod call.
17365         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
17366
17367 2008-06-08  Bruno Haible  <bruno@clisp.org>
17368
17369         Fix bug with setuid modes in Solaris 10+ code.
17370         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
17371         succeeded, when the mode contains some special bits.
17372
17373 2008-06-08  Bruno Haible  <bruno@clisp.org>
17374
17375         Add support for Solaris 7..10 ACLs.
17376         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
17377         declarations.
17378         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
17379         functions.
17380         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
17381         * lib/set-mode-acl.c (qset_acl): Likewise.
17382         * lib/copy-acl.c (qcopy_acl): Likewise.
17383
17384 2008-06-08  Bruno Haible  <bruno@clisp.org>
17385
17386         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
17387         declaration.
17388         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
17389         (acl_access_nontrivial): Remove MacOS X case.
17390         (file_has_acl): Use acl_extended_nontrivial.
17391         * lib/copy-acl.c (qcopy_acl): Likewise.
17392
17393 2008-06-08  Bruno Haible  <bruno@clisp.org>
17394
17395         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
17396
17397 2008-06-08  Jim Meyering  <meyering@redhat.com>
17398
17399         * modules/acl (Maintainer): Add Bruno Haible.
17400
17401 2008-06-07  Bruno Haible  <bruno@clisp.org>
17402
17403         Improve support for Tru64 ACLs.
17404         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
17405         ACL on OSF/1.
17406
17407 2008-06-07  Bruno Haible  <bruno@clisp.org>
17408
17409         Add support for MacOS X ACLs.
17410         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
17411         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
17412         * lib/set-mode-acl.c (qset_acl): Likewise.
17413         * lib/copy-acl.c (qcopy_acl): Likewise.
17414
17415 2008-06-07  Bruno Haible  <bruno@clisp.org>
17416
17417         Fix memory leak introduced on 2008-05-22.
17418         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
17419         use.
17420
17421 2008-06-07  Bruno Haible  <bruno@clisp.org>
17422
17423         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
17424         to construct an empty ACL.
17425
17426 2008-06-07  Bruno Haible  <bruno@clisp.org>
17427
17428         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
17429         precisely.
17430         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
17431
17432 2008-06-07  Bruno Haible  <bruno@clisp.org>
17433
17434         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
17435         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
17436
17437 2008-06-07  Bruno Haible  <bruno@clisp.org>
17438
17439         * doc/posix-functions/_setjmp.texi: Explain the use of this function
17440         regardless of POSIX.
17441         * doc/posix-functions/_longjmp.texi: Likewise.
17442         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
17443         SystemV platform in this case.
17444
17445 2008-06-06  Eric Blake  <ebb9@byu.net>
17446
17447         Document abort() bugs.
17448         * doc/posix-functions/abort.texi (abort): Mention anomalies.
17449
17450         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
17451         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
17452         sigsetjmp.
17453         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
17454         siglongjmp, but only as a macro.
17455         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
17456         is obsolete.
17457         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
17458
17459         Tweak documentation to cover cygwin argz bugs.
17460         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
17461         argz bug fix; no code change needed since no cygwin releases
17462         occurred between the last fix and the bug being tested.
17463         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
17464         module and recently fixed cygwin bugs.
17465         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
17466         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
17467         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
17468         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
17469         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
17470         Likewise.
17471         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
17472         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
17473         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
17474         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
17475         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
17476         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
17477         Likewise.
17478
17479         Avoid gcc warning on cygwin.
17480         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
17481         !ACL_NO_TRIVIAL]: Avoid unused variable.
17482
17483 2008-06-05  Eric Blake  <ebb9@byu.net>
17484
17485         Be tolerant of UNKNOWN version in gnulib-tool test dir.
17486         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
17487         git-version-gen fails to come up with a version.
17488         Reported by Simon Josefsson.
17489
17490 2008-06-05  Jim Meyering  <meyering@redhat.com>
17491             Paul Eggert  <eggert@cs.ucla.edu>
17492
17493         utimens.c: work around a probable Linux kernel bug
17494         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
17495         appears to be a kernel bug that causes utimensat to return 280
17496         instead of 0, indicating success.
17497
17498 2008-06-04  Bruno Haible  <bruno@clisp.org>
17499
17500         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
17501         2008-06-01 commit.
17502
17503 2008-06-04  Bruno Haible  <bruno@clisp.org>
17504
17505         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
17506         * lib/file-has-acl.c (acl_access_nontrivial): New function.
17507         (file_has_acl): Use it. Save errno afterwards.
17508         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
17509
17510 2008-06-03  Bruno Haible  <bruno@clisp.org>
17511
17512         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
17513         draft code. Simplify #ifs.
17514         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
17515         Put Solaris code after POSIX-draft code. Fix comments regarding
17516         Solaris 10, HP-UX. Mention Cygwin.
17517         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
17518
17519 2008-06-03  Eric Blake  <ebb9@byu.net>
17520
17521         Provide fallback for older kernels.
17522         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
17523         Provide runtime fallback if kernel lacks support.
17524         Reported by Mike Frysinger.
17525
17526 2008-06-02  Bruno Haible  <bruno@clisp.org>
17527
17528         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
17529         it exists.
17530
17531 2008-06-02  Bruno Haible  <bruno@clisp.org>
17532
17533         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
17534         * lib/copy-acl.c (qcopy_acl): Update comment.
17535
17536 2008-06-02  Bruno Haible  <bruno@clisp.org>
17537
17538         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
17539         like ACL APIs.
17540
17541 2008-06-02  Bruno Haible  <bruno@clisp.org>
17542
17543         * tests/test-file-has-acl.sh: Use different code for Cygwin.
17544         * tests/test-set-mode-acl.sh: Likewise.
17545         * tests/test-copy-acl.sh: Likewise.
17546         * tests/test-copy-file.sh: Likewise.
17547
17548 2008-06-02  Bruno Haible  <bruno@clisp.org>
17549
17550         * tests/test-file-has-acl.sh: Remove unused code.
17551
17552 2008-06-01  Bruno Haible  <bruno@clisp.org>
17553
17554         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
17555         (copy_acl): Just a wrapper around qcopy_acl that emits the error
17556         messages.
17557         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
17558
17559 2008-06-01  Bruno Haible  <bruno@clisp.org>
17560
17561         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
17562         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
17563         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
17564         APIs.
17565         * modules/acl-tests (configure.ac): Remove tests now contained in
17566         m4/acl.m4.
17567
17568 2008-06-02  Jim Meyering  <meyering@redhat.com>
17569
17570         announce-gen: use a better key-server host name
17571         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
17572         it may be more consistently reliable.  Suggested by Werner Koch
17573         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
17574
17575 2008-06-01  Bruno Haible  <bruno@clisp.org>
17576
17577         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
17578         Reported by Voroskoi Andras <voroskoi@gmail.com>.
17579
17580 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
17581
17582         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
17583
17584 2008-06-01  Bruno Haible  <bruno@clisp.org>
17585
17586         New ACL tests.
17587         * tests/test-file-has-acl.sh: New file.
17588         * tests/test-file-has-acl.c: New file.
17589         * tests/test-set-mode-acl.sh: New file.
17590         * tests/test-set-mode-acl.c: New file.
17591         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
17592         * tests/test-copy-acl.c: New file.
17593         * modules/acl-tests: New file, based on modules/copy-file-tests.
17594         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
17595         (Depends-on): Add acl-tests.
17596         (configure.ac): Remove checks.
17597         (Makefile.am): Don't create test-sameacls program here any more.
17598
17599 2008-06-01  Bruno Haible  <bruno@clisp.org>
17600
17601         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
17602         * tests/test-sameacls.c: Include progname.h.
17603         (main): Invoke set_program_name. Portability fixes for MacOS X,
17604         Solaris, HP-UX.
17605
17606 2008-06-01  Bruno Haible  <bruno@clisp.org>
17607
17608         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
17609         function.
17610         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
17611
17612 2008-06-01  Bruno Haible  <bruno@clisp.org>
17613
17614         * modules/rpmatch (Depends-on): Add strdup.
17615
17616 2008-06-01  Bruno Haible  <bruno@clisp.org>
17617
17618         * lib/pipe.c: Include unistd-safer.h.
17619         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
17620         * modules/pipe (Depends-on): Add unistd-safer.
17621
17622 2008-05-30  Simon Josefsson  <simon@josefsson.org>
17623
17624         * modules/autobuild (configure.ac): Call AB_INIT.
17625
17626 2008-05-30  Simon Josefsson  <simon@josefsson.org>
17627
17628         * tests/test-getaddrinfo.c: Don't print debug messages by default.
17629         Suggested by Bruno Haible <bruno@clisp.org>.
17630
17631 2008-05-30  Simon Josefsson  <simon@josefsson.org>
17632
17633         * tests/test-base64.c: Cast size_t to unsigned long when invoking
17634         printf.  Use %lu instead of %d.  Reported by Bruno Haible
17635         <bruno@clisp.org>.
17636
17637 2008-05-29  Eric Blake  <ebb9@byu.net>
17638
17639         Prefer new POSIX 200x interfaces over futimesat.
17640         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
17641         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
17642         when available.
17643         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
17644
17645 2008-05-28  Bruno Haible  <bruno@clisp.org>
17646
17647         * modules/stpcpy (License): Change to LGPLv2+.
17648         Requested by David Lutterkort <dlutter@redhat.com>.
17649
17650 2008-05-27  Bruno Haible  <bruno@clisp.org>
17651
17652         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
17653         current mingw.
17654         Reported by Jose E. Marchesi <jemarch@gnu.org>.
17655
17656 2008-05-27  Bruno Haible  <bruno@clisp.org>
17657
17658         * modules/iconv_open (Link): New section, from module 'iconv'.
17659         * modules/striconv (Link): Likewise.
17660         * modules/striconveh (Link): Likewise.
17661         * modules/xstriconv (Link): Likewise.
17662         * modules/unicodeio (Link): Likewise.
17663         * modules/propername (Link): Likewise.
17664         Reported by Jim Meyering.
17665
17666 2008-05-26  Jim Meyering  <meyering@redhat.com>
17667
17668         sha256: do not artificially restrict buffer length to be < 2^32
17669         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
17670         uint32_t to size_t.
17671         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
17672         to match.
17673
17674         avoid unaligned access errors, e.g., on sparc
17675         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
17676         direct access through a possibly-unaligned uint64* pointer.
17677         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
17678         direct access through a possibly-unaligned uint32* pointer.
17679         Prompted by this patch from Tom "spot" Callaway:
17680         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
17681
17682         sha512.c: fix typo in comment
17683         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
17684
17685 2008-05-25  Bruno Haible  <bruno@clisp.org>
17686
17687         * lib/set-mode-acl.c: Renamed from lib/acl.c.
17688         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
17689         (Makefile.am): Update lib_SOURCES.
17690
17691 2008-05-25  Bruno Haible  <bruno@clisp.org>
17692
17693         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
17694
17695 2008-05-25  Jim Meyering  <meyering@redhat.com>
17696
17697         useless-if-before-free: freed expr may have white-space differences
17698         * build-aux/useless-if-before-free: Recognize cases in which the
17699         freed expression differs from the tested one in embedded white
17700         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
17701         $1 was used, so we can't make any regexp shy.  Improved tests now
17702         detect this.
17703
17704         useless-if-before-free: accept white space in the expression.
17705         * build-aux/useless-if-before-free: For now, any white space
17706         in the expression must be identical in the free argument.
17707
17708         useless-if-before-free: efficiency tweak
17709         * build-aux/useless-if-before-free: Make the expression-matching
17710         regexp "shy".
17711         Make the *outer* regexp shy, not the expr-matching one.
17712
17713         update code-in-comment to accept cast of free arg
17714         * build-aux/useless-if-before-free: Update regexp.
17715
17716 2008-05-25  Bruno Haible  <bruno@clisp.org>
17717
17718         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
17719         * modules/copy-file-tests (Files, Makefile.am): Update.
17720         * tests/test-copy-file.c (func_test_copy): Update.
17721
17722 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
17723
17724         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
17725
17726 2008-05-23  Bruno Haible  <bruno@clisp.org>
17727
17728         Improve support for ACLs on OSF/1.
17729         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
17730         Remove fallback for unknown flavors of ACLs.
17731
17732 2008-05-22  Bruno Haible  <bruno@clisp.org>
17733
17734         Add support for ACLs on OSF/1.
17735         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
17736         replacements.
17737         (acl_free_text): New macro fallback.
17738         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
17739         acl_free.
17740         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
17741         acl_free_text function. Require AC_C_INLINE.
17742
17743 2008-05-22  Bruno Haible  <bruno@clisp.org>
17744
17745         Make copy_acl work on MacOS X 10.5.
17746         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
17747         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
17748         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
17749         If MODE_INSIDE_ACL, don't assume that every system has the same text
17750         representation for ACLs as FreeBSD.
17751         * lib/copy-acl.c (copy_acl): Add support for platforms with
17752         !MODE_INSIDE_ACL.
17753         * lib/file-has-acl.c (file_has_acl): Likewise.
17754         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
17755         FreeBSD, MacOS X, or IRIX, respectively.
17756
17757 2008-05-22  Bruno Haible  <bruno@clisp.org>
17758
17759         * lib/acl.h: Don't include <sys/acl.h>.
17760         (GETACLCNT): Move fallback to lib/acl-internal.h.
17761         * lib/acl-internal.h: Include <sys/acl.h> here.
17762         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
17763
17764 2008-05-22  Bruno Haible  <bruno@clisp.org>
17765
17766         Split off copy_acl function to separate file.
17767         * lib/copy-acl.c: New file, extracted from lib/acl.c.
17768         * lib/acl.c (copy_acl): Moved function to separate file.
17769         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
17770         * modules/acl (Files): Add lib/copy-acl.c.
17771         (Makefiles.am): Augment lib_SOURCES.
17772
17773 2008-05-22  Bruno Haible  <bruno@clisp.org>
17774
17775         * modules/copy-file-tests: New file.
17776         * tests/test-copy-file.sh: New file.
17777         * tests/test-copy-file.c: New file.
17778         * tests/test-copy-file-sameacls.c: New file.
17779
17780 2008-05-22  Eric Blake  <ebb9@byu.net>
17781
17782         Avoid gcc warning.
17783         * tests/test-memcmp.c (main): Pass NULL indirectly.
17784
17785 2008-05-21  Bruno Haible  <bruno@clisp.org>
17786
17787         Add reference doc about ACLs.
17788         * doc/acl-resources.txt: New file.
17789         * doc/acl-cygwin.txt: New file.
17790
17791 2008-05-21  Bruno Haible  <bruno@clisp.org>
17792
17793         Avoid one more warning from gcc.
17794         * lib/vasnprintf.c (IF_LINT): Update comments.
17795         (VASNPRINTF): Use it also for the 'prefix' array initializer.
17796
17797 2008-05-21  Jim Meyering  <meyering@redhat.com>
17798
17799         avoid a warning from gcc
17800         * lib/vasnprintf.c (IF_LINT): Define.
17801         (scale10_round_decimal_long_double):
17802         Use it to avoid a "may be used uninitialized" warning.
17803         (scale10_round_decimal_double): Likewise.
17804
17805 2008-05-21  Simon Josefsson  <simon@josefsson.org>
17806
17807         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
17808         declared.
17809
17810 2008-05-20  Bruno Haible  <bruno@clisp.org>
17811
17812         * tests/test-memcmp.c (main): Test also the sign of the result. Test
17813         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
17814
17815 2008-05-20  Simon Josefsson  <simon@josefsson.org>
17816
17817         * modules/memcmp-tests: New file.
17818         * tests/test-memcmp.c: New file.
17819
17820 2008-05-19  Bruno Haible  <bruno@clisp.org>
17821
17822         * modules/propername (Notice, configure.ac): Put quoted "..." into
17823         --keyword option.
17824         * lib/propername.h: Update comments accordingly.
17825         Reported by Eric Blake.
17826
17827 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
17828
17829         * modules/getpass-gnu (Depends-on): Add fseeko.
17830
17831 2008-05-19  Simon Josefsson  <simon@josefsson.org>
17832
17833         * modules/base64-tests: New file.
17834
17835 2008-05-19  Bo Borgerson <gigabo@gmail.com>
17836
17837         * lib/base64.c (base64_decode_ctx): If a decode context structure
17838         was passed in use it to ignore newlines.  If a context structure
17839         was _not_ passed in, continue to treat newlines as garbage (this
17840         is the historical behavior).  Formerly base64_decode.
17841         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
17842         takes a decode context structure.
17843         * lib/base64.h (base64_decode): Macro for four-argument calls.
17844         (base64_decode_alloc): Likewise.
17845         * lib/base64.c (base64_decode_ctx): If a decode context structure
17846         was passed in use it to ignore newlines.  If a context structure
17847         was _not_ passed in, continue to treat newlines as garbage (this
17848         is the historical behavior).  Formerly base64_decode.
17849         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
17850         takes a decode context structure.
17851         * lib/base64.h (base64_decode): Macro for four-argument calls.
17852         (base64_decode_alloc): Likewise.
17853
17854 2008-05-19  Jim Meyering  <meyering@redhat.com>
17855
17856         avoid a warning from gcc
17857         * lib/trim.c (IF_LINT): Define.
17858         (trim2): Use it to avoid a "may be used uninitialized" warning.
17859
17860         Fix doc typo.
17861         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
17862
17863 2008-05-19  Bruno Haible  <bruno@clisp.org>
17864
17865         * doc/glibc-functions/getpass.texi: Document limits of other
17866         implementations.
17867
17868 2008-05-19  Simon Josefsson  <simon@josefsson.org>
17869             Bruno Haible <bruno@clisp.org>
17870
17871         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
17872
17873 2008-05-18  Bruno Haible  <bruno@clisp.org>
17874
17875         * modules/propername: New file, from GNU gettext.
17876         * lib/propername.h: New file, from GNU gettext.
17877         * lib/propername.c: New file, from GNU gettext.
17878         * MODULES.html.sh (Internationalization functions): Add propername.
17879
17880 2008-05-16  Jim Meyering  <meyering@redhat.com>
17881             Bruno Haible  <bruno@clisp.org>
17882
17883         Avoid some warnings from "gcc -Wshadow".
17884         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
17885
17886 2008-05-15  Eric Blake  <ebb9@byu.net>
17887
17888         Extend previous patch to cygwin 1.7.0.
17889         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
17890         fast implementation in cygwin >= 1.7.0.
17891         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17892         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17893
17894 2008-05-15  Bruno Haible  <bruno@clisp.org>
17895
17896         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
17897         implementation in glibc >= 2.9.
17898         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17899         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17900
17901 2008-05-15  Bruno Haible  <bruno@clisp.org>
17902
17903         * MODULES.html.sh (Internationalization functions): Remove linebreak.
17904         (Unicode string functions): Add unilbrk/*.
17905         Reported by Karl Berry.
17906
17907 2008-05-15  Eric Blake  <ebb9@byu.net>
17908
17909         Fix violation of <stdbool.h> replacement in regex.
17910         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
17911         * lib/regexec.c (re_search_internal): Likewise.
17912         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
17913
17914 2008-05-15  Jim Meyering  <meyering@redhat.com>
17915
17916         avoid distracting test output when git or cvs is not found
17917         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
17918         * tests/test-vc-list-files-git.sh: Likewise.
17919
17920 2008-05-15  Eric Blake  <ebb9@byu.net>
17921
17922         Glibc finally accepted the memmem speedup code, bugzilla #5514.
17923         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
17924         glibc version.
17925         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
17926         * doc/posix-functions/strstr.texi (strstr): Likewise.
17927         * lib/str-two-way.h (MAX): Sychronize with glibc.
17928
17929 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
17930
17931         * lib/regcomp.c (optimize_utf8): Add a note on why we test
17932         opr.ctx_type.
17933         (calc_first): Initialize constraint field.
17934         (duplicate_node_closure): Use it instead of special casing ANCHORS.
17935         Fix grammar.
17936         (duplicate_node): Merge constraint field for all node types.
17937         (calc_eclosure_iter): Look at constraint field for all node types.
17938         * lib/regex_internal.c (create_cd_newstate): Don't look at
17939         opr.ctx_type.
17940
17941 2008-05-14  Bruno Haible  <bruno@clisp.org>
17942
17943         Help GCC to do better code generation.
17944         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
17945         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
17946         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
17947         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
17948         Declare with attribute 'malloc' if supported.
17949
17950 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
17951
17952         use "echo STR|wc -c" rather than unportable "expr length STR"
17953         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
17954         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
17955
17956 2008-05-14  Jim Meyering  <meyering@redhat.com>
17957
17958         use dd ibs=$n count=1 ... rather than less-portable head -c$n
17959         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
17960         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
17961         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
17962         via Collin Lasse.
17963
17964 2008-05-14  Eric Blake  <ebb9@byu.net>
17965
17966         Avoid quadratic growth in gl_LIBSOURCES.
17967         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
17968         Suggested by Bruno Haible.
17969
17970         Test xmemdup0.
17971         * modules/xmemdup0-tests: New file.
17972         * tests/test-xmemdup0.c: Likewise.
17973
17974 2008-05-13  Eric Blake  <ebb9@byu.net>
17975
17976         Split xmemdup0 into its own module.
17977         * modules/xmemdup0: New file.
17978         * lib/xmemdup0.h: Likewise.
17979         * lib/xmemdup0.c: Likewise.
17980         * MODULES.html.sh (Memory management functions): Add xmemdup0.
17981         * lib/xalloc.h (xmemdup0): Remove.
17982         * lib/xmalloc.c (xmemdup0): Likewise.
17983
17984 2008-05-13  Eric Blake  <ebb9@byu.net>
17985             Bruno Haible  <bruno@clisp.org>
17986
17987         Reduce number of forks required during autoconf.
17988         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
17989         and gl_LIBSOURCES_DIR.
17990         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
17991         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
17992         m4_syscmd per file.
17993         <m4_foreach_w>: Move...
17994         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
17995
17996 2008-05-13  Eric Blake  <ebb9@byu.net>
17997
17998         * gnulib-tool: Fix various comment typos.
17999
18000 2008-05-12  Bruno Haible  <bruno@clisp.org>
18001
18002         Tailor the linebreaking algorithm.
18003         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
18004
18005 2008-05-12  Bruno Haible  <bruno@clisp.org>
18006
18007         Update to Unicode 5.0.0.
18008         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
18009         LBP_JV, LBP_JT. Redistribute values.
18010         (unilbrk_table): Change size.
18011         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
18012         Unicode TR#14 rev. 22.
18013         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
18014         LBP_JV, LBP_JT. Redistribute values.
18015         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
18016         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
18017         Update.
18018         * lib/unilbrk/lbrkprop1.h: Regenerated.
18019         * lib/unilbrk/lbrkprop2.h: Regenerated.
18020         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
18021         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
18022         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
18023         Likewise.
18024         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
18025         Likewise.
18026         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
18027         result.
18028         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
18029         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
18030         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
18031         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
18032         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
18033         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
18034
18035 2008-05-11  Bruno Haible  <bruno@clisp.org>
18036
18037         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
18038
18039 2008-05-11  Bruno Haible  <bruno@clisp.org>
18040
18041         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
18042         * modules/unilbrk/gen-lbrk: New file.
18043
18044 2008-05-11  Bruno Haible  <bruno@clisp.org>
18045
18046         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
18047         * m4/sha512.m4 (gl_SHA512): Likewise.
18048
18049 2008-05-11  Jim Meyering  <meyering@redhat.com>
18050
18051         New modules: crypto/sha256, crypto/sha512 (from coreutils)
18052         * modules/crypto/sha256: New file.
18053         * modules/crypto/sha512: Likewise.
18054         * lib/sha256.c: Likewise.
18055         * lib/sha256.h: Likewise.
18056         * lib/sha512.c: Likewise.
18057         * lib/sha512.h: Likewise.
18058         * lib/u64.h: Likewise.
18059         * m4/sha256.m4: Likewise.
18060         * m4/sha512.m4: Likewise.
18061         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
18062
18063 2008-05-10  Bruno Haible  <bruno@clisp.org>
18064
18065         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
18066         (Input/Output <stdio.h>): Add xprintf.
18067         (Signal handling <signal.h>): Add strsignal.
18068         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
18069         (Core language properties): Add func.
18070         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
18071         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
18072         strings.
18073         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
18074         (Input/output): New section.
18075         (File system functions): Add openat-die, stat-macros.
18076         (Networking functions): Add sockets.
18077         (Unicode string functions): Add unictype/*.
18078         (Support for building libraries and executables): Add gperf.
18079         (Support for building documentation): Add agpl-3.0.
18080         (Misc): Add nocrash.
18081
18082 2008-05-10  Bruno Haible  <bruno@clisp.org>
18083
18084         * modules/unictype/gen-ctype: New file.
18085
18086 2008-05-10  Jim Meyering  <meyering@redhat.com>
18087
18088         Make chdir-safer.c more efficient on a system with no symlinks.
18089         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
18090         also if ELOOP is zero.  Suggested by Bruno Haible.
18091
18092         Make chdir-safer.c slightly safer.
18093         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
18094         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
18095
18096         Avoid compile failure on systems without ELOOP (like mingw).
18097         * lib/chdir-safer.c (ELOOP): Define if not already defined.
18098         Reported by Bruno Haible.
18099
18100 2008-05-10  Bruno Haible  <bruno@clisp.org>
18101
18102         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
18103         (is_utf8_encoding): Use a case-insensitive comparison.
18104         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
18105         streq.
18106
18107 2008-05-10  Bruno Haible  <bruno@clisp.org>
18108
18109         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
18110         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
18111         * lib/unilbrk/ulc-common.h (iconv_string_length,
18112         iconv_string_keeping_offsets): Remove declarations.
18113         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
18114         Don't include <iconv.h>, streq.h, xsize.h.
18115         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
18116         conversion.
18117         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
18118         <iconv.h>, streq.h, xsize.h.
18119         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
18120         conversion.
18121         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
18122         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
18123         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
18124         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
18125
18126 2008-05-10  Bruno Haible  <bruno@clisp.org>
18127
18128         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
18129         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
18130
18131         * modules/unilbrk/u32-width-linebreaks-tests: New file.
18132         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
18133
18134         * modules/unilbrk/u16-width-linebreaks-tests: New file.
18135         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
18136
18137         * modules/unilbrk/u8-width-linebreaks-tests: New file.
18138         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
18139
18140         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
18141         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
18142
18143         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
18144         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
18145
18146         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
18147         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
18148
18149         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
18150         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
18151
18152 2008-05-10  Bruno Haible  <bruno@clisp.org>
18153
18154         Split up 'linebreak' module.
18155         * lib/unilbrk.h: New file, based on lib/linebreak.h.
18156         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
18157         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
18158         modifications.
18159         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
18160         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
18161         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
18162         lib/linebreak.c.
18163         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
18164         lib/linebreak.c.
18165         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
18166         lib/linebreak.c.
18167         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
18168         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
18169         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
18170         lib/linebreak.c.
18171         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
18172         lib/linebreak.c.
18173         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
18174         lib/linebreak.c.
18175         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
18176         lib/linebreak.c.
18177         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
18178         lib/linebreak.c.
18179         * modules/unilbrk/base: New file.
18180         * modules/unilbrk/tables: New file.
18181         * modules/unilbrk/u8-possible-linebreaks: New file.
18182         * modules/unilbrk/u16-possible-linebreaks: New file.
18183         * modules/unilbrk/u32-possible-linebreaks: New file.
18184         * modules/unilbrk/ulc-common: New file.
18185         * modules/unilbrk/ulc-possible-linebreaks: New file.
18186         * modules/unilbrk/u8-width-linebreaks: New file.
18187         * modules/unilbrk/u16-width-linebreaks: New file.
18188         * modules/unilbrk/u32-width-linebreaks: New file.
18189         * modules/unilbrk/ulc-width-linebreaks: New file.
18190         * lib/linebreak.h: Remove file.
18191         * lib/linebreak.c: Remove file.
18192         * m4/linebreak.m4: Remove file.
18193         * modules/linebreak: Remove file.
18194         * NEWS: Mention the changes.
18195
18196 2008-05-09  Eric Blake  <ebb9@byu.net>
18197
18198         Add xmemdup0.
18199         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
18200         implementation.
18201         * lib/xmalloc.c (xmemdup0): New C implementation.
18202
18203 2008-05-08  Bruno Haible  <bruno@clisp.org>
18204
18205         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
18206
18207 2008-05-07  Eric Blake  <ebb9@byu.net>
18208
18209         Support cross-compilation of <wctype.h>.
18210         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
18211         AC_CACHE_CHECK.
18212
18213 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
18214
18215         * build-aux/vc-list-files: Add support for bzr.
18216
18217 2008-05-03  Jim Meyering  <meyering@redhat.com>
18218
18219         avoid failed assertion with tight malloc
18220         * tests/test-getndelim2.c: Correct an off-by-one assertion.
18221
18222 2008-05-03  Simon Josefsson  <simon@josefsson.org>
18223
18224         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
18225         are needed from arpa/inet.h.
18226         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
18227         Reported by Bruno Haible.
18228
18229 2008-05-02  Jim Meyering  <meyering@redhat.com>
18230
18231         avoid compilation error on FreeBSD 6
18232         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
18233
18234 2008-05-01  Jim Meyering  <meyering@redhat.com>
18235
18236         useless-if-before-free: correct --help's exit status description
18237         * build-aux/useless-if-before-free (usage): Like grep, exit 0
18238         for one or more matches, etc.  Reported by Bruno Haible.
18239
18240         vc-list-files: make the stand-alone gnulib test work
18241         * modules/vc-list-files-tests (configure.ac):
18242         Define and AC_SUBST abs_aux_dir.
18243         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
18244         $(abs_top_srcdir) to each script and having each of them
18245         duplicate the work of setting PATH, set PATH here, using
18246         the new variable, abs_aux_dir instead.
18247         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
18248         * tests/test-vc-list-files-git.sh: Likewise.
18249         Reported by Bruno Haible.
18250
18251 2008-05-01  Bruno Haible  <bruno@clisp.org>
18252
18253         * lib/getndelim2.c (getndelim2): Fix newsize computation during
18254         reallocation. Rename 'done' to 'found_delimiter'.
18255
18256 2008-05-01  Jim Meyering  <meyering@redhat.com>
18257
18258         vc-list-files: accommodate /bin/sh like the one from Solaris 10
18259         * build-aux/vc-list-files: Use `...`, not $(...).
18260
18261 2008-04-30  Jim Meyering  <meyering@redhat.com>
18262
18263         add tests for vc-list-files
18264         * modules/vc-list-files-tests: New module.
18265         * tests/test-vc-list-files-cvs.sh: New file.
18266         * tests/test-vc-list-files-git.sh: New file.
18267
18268         avoid a warning from gcc
18269         * lib/getndelim2.c (IF_LINT): Define.
18270         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
18271
18272         vc-list-files: work properly with build-aux/cvsu, too
18273         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
18274         to all cvs-based clauses.
18275
18276         vc-list-files: work properly in the CVS+awk case, too
18277         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
18278
18279         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
18280         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
18281         take more than one file argument, so .  Add quotes, just in case $dir
18282         ever contains a shell meta-character.  Prompted by Soren Hansen in
18283         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
18284
18285 2008-04-29  Eric Blake  <ebb9@byu.net>
18286
18287         Optimize getndelim2 to use block operations when possible.
18288         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
18289         freadseek, and memchr2.
18290         * lib/getndelim2.c (getndelim2): Use them for block reads.
18291
18292 2008-04-29  Bruno Haible  <bruno@clisp.org>
18293
18294         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
18295         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
18296         * modules/inet_ntop (Depends-on): Add extensions.
18297         * modules/inet_pton (Depends-on): Likewise.
18298         Reported by Simon Josefsson.
18299
18300 2008-04-29  Jim Meyering  <meyering@redhat.com>
18301
18302         When the is more than one match in a block, match all of them.
18303         * build-aux/useless-if-before-free: Iterate through each block
18304         until there are no more matches.
18305
18306         Fix broken useless-if-before-free script.
18307         * build-aux/useless-if-before-free: Fix typo: missing "?" after
18308         the expression to match cast of argument to free-like function.
18309
18310 2008-04-29  Eric Blake  <ebb9@byu.net>
18311
18312         Use new header.
18313         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
18314
18315 2008-04-29  Jim Meyering  <meyering@redhat.com>
18316
18317         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
18318         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
18319         by gnulib to exist and to declare e.g., inet_ntop.
18320         Don't include "inet_ntop.h", now removed.
18321
18322         * m4/arpa_inet_h.m4: Remove trailing blanks.
18323
18324 2008-04-29  Eric Blake  <ebb9@byu.net>
18325
18326         Silence valgrind on safe reads beyond potential array bounds.
18327         * lib/rawmemchr.valgrind: New file.
18328         * lib/strchrnul.valgrind: Likewise.
18329         * modules/rawmemchr (Files): Distribute new file.
18330         * modules/strchrnul (Files): Likewise.
18331         Suggested by Bruno Haible.
18332
18333 2008-04-29  Bruno Haible  <bruno@clisp.org>
18334
18335         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
18336         (inet_ntop, inet_pton): Change portability warning's wording.
18337         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
18338         Invoke gl_CHECK_NEXT_HEADERS.
18339         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
18340         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
18341         set ARPA_INET_H.
18342         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
18343         * modules/arpa_inet (Description): No longer only for systems that
18344         lack it.
18345         (Depends-on): Add include_next.
18346         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
18347         HAVE_ARPA_INET_H.
18348
18349 2008-04-29  Jim Meyering  <meyering@redhat.com>
18350
18351         * modules/mkdir (License): Re-license as LGPLv2+.
18352
18353 2008-04-29  Bruno Haible  <bruno@clisp.org>
18354
18355         * modules/rawmemchr (Maintainer): Set to Eric.
18356         * modules/strchrnul (Maintainer): Likewise.
18357
18358 2008-04-29  Simon Josefsson  <simon@josefsson.org>
18359
18360         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
18361         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
18362
18363         * modules/arpa_inet (arpa/inet.h): Use them.
18364
18365 2008-04-28  Eric Blake  <ebb9@byu.net>
18366
18367         Test getndelim2.
18368         * modules/getndelim2-tests: New file.
18369         * tests/test-getndelim2.c: Likewise.
18370         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
18371         stream.
18372         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
18373
18374         * MODULES.html.sh: Document new module.
18375
18376 2008-04-20  Bruno Haible  <bruno@clisp.org>
18377
18378         * lib/c-stack.c (die): Use raise.
18379         * modules/c-stack (Depends-on): Add raise.
18380
18381 2008-04-28  Bruno Haible  <bruno@clisp.org>
18382
18383         Expect rpmatch to be declared.
18384         * lib/yesno.c (rpmatch): Remove declaration.
18385
18386         Declare rpmatch.
18387         * lib/stdlib.in.h (rpmatch): New declaration.
18388         * lib/rpmatch.c: Include <stdlib.h> first.
18389         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
18390         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
18391         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
18392         HAVE_RPMATCH.
18393         * modules/rpmatch (Depends-on): Add stdlib, extensions.
18394         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18395         (Include): Set to <stdlib.h>.
18396         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
18397         HAVE_RPMATCH.
18398         * NEWS: Document the change.
18399
18400 2008-04-28  Bruno Haible  <bruno@clisp.org>
18401
18402         Change rpmatch to use nl_langinfo when appropriate.
18403         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
18404         (N_): New macro.
18405         (localized_pattern): New function/macro.
18406         (try): Remove match, nomatch arguments. Copy the pattern into safe
18407         memory before caching it.
18408         (rpmatch): Use localized_pattern. Add translator comments.
18409         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
18410         Suggested by Eric Blake.
18411         * modules/rpmatch (Depends-on): Add stdbool.
18412
18413 2008-04-28  Eric Blake  <ebb9@byu.net>
18414
18415         Add rawmemchr module, matching glibc.
18416         * modules/string (Makefile.am): New indicator.
18417         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
18418         * lib/string.in.h (rawmemchr): Declare when appropriate.
18419         * modules/rawmemchr: New file.
18420         * m4/rawmemchr.m4: Likewise.
18421         * lib/rawmemchr.c: Likewise.
18422         * modules/rawmemchr-tests: Likewise.
18423         * tests/test-rawmemchr.c: Likewise.
18424         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
18425         module.
18426         * modules/strchrnul (Depends-on): Add rawmemchr.
18427         * lib/strchrnul.c (strchrnul): Optimize a corner case.
18428
18429         Whitespace cleanup.
18430         * tests/test-strchrnul.c: Reindent.
18431         * lib/strchrnul.c: Likewise.
18432
18433         Optimize and test strchrnul.
18434         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
18435         * modules/strchrnul-tests: New file.
18436         * tests/test-strchrnul.c: Likewise.
18437
18438         Remove intprops dependency.
18439         * modules/memchr (Depends-on): Remove intprops.
18440         * modules/memrchr (Depends-on): Likewise.
18441         * modules/memchr2 (Depends-on): Likewise.
18442         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
18443         * lib/memrchr.c (__memrchr): Likewise.
18444         * lib/memrchr2.c (memchr2): Likewise.
18445         Reported by Simon Josefsson.
18446
18447 2008-04-28  Simon Josefsson  <simon@josefsson.org>
18448
18449         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
18450         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18451
18452 2008-04-28  Simon Josefsson  <simon@josefsson.org>
18453
18454         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
18455
18456         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
18457
18458         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
18459
18460         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
18461         declarations.
18462         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
18463
18464         * m4/inet_pton.m4: Don't check for header files.
18465
18466         * m4/inet_ntop.m4: Don't check for header files.
18467
18468 2008-04-28  Simon Josefsson  <simon@josefsson.org>
18469
18470         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
18471         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
18472         trigger for cygwin).
18473         Reported by Bruno Haible  <bruno@clisp.org>.
18474
18475 2008-04-28  Bruno Haible  <bruno@clisp.org>
18476
18477         * doc/posix-functions/strdup.texi: Mention mingw problem.
18478
18479 2008-04-27  Bruno Haible  <bruno@clisp.org>
18480
18481         * modules/stat-time-tests (Depends-on): Add sleep.
18482         * tests/test-stat-time.c (force_unlink): New function.
18483         (cleanup): Use it.
18484         (test_mtime): Remove the ctime related tests.
18485         (test_ctime): New function, containing the ctime related tests.
18486         (main): Call test_ctime, except on native Windows platforms.
18487
18488 2008-04-27  Bruno Haible  <bruno@clisp.org>
18489
18490         * lib/rpmatch.c (rpmatch): Add some comments.
18491         Reported by James Youngman <jay@gnu.org>.
18492
18493 2008-04-27  Bruno Haible  <bruno@clisp.org>
18494
18495         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
18496         quiet NaNs.
18497
18498 2008-04-27  Bruno Haible  <bruno@clisp.org>
18499
18500         Make test-yesno.sh work on mingw.
18501         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
18502         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
18503         (main): Set stdin to binary mode.
18504         * modules/yesno-tests (Depends-on): Add binary-io.
18505
18506 2008-04-27  Bruno Haible  <bruno@clisp.org>
18507
18508         Fix 'isfinite' on x86, x86_64, ia64 platforms.
18509         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
18510         argument that lie outside the IEEE 854 domain.
18511         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
18512         (gl_ISFINITE): Use it.
18513         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
18514
18515 2008-04-27  Bruno Haible  <bruno@clisp.org>
18516
18517         Allow local renaming in config.h.
18518         * lib/memrchr.c (memrchr): Don't undefine outside libc.
18519
18520 2008-04-27  Bruno Haible  <bruno@clisp.org>
18521
18522         * lib/memchr.c (__memchr): Change type of 'i'.
18523         * lib/memchr2.c (memchr2): Likewise.
18524
18525 2008-04-26  Eric Blake  <ebb9@byu.net>
18526         and Bruno Haible  <bruno@clisp.org>
18527
18528         Optimize and test memrchr.
18529         * modules/memrchr (Depends-on): Add intprops.
18530         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
18531         * modules/memrchr-tests: New file.
18532         * tests/test-memrchr.c: New file.
18533
18534 2008-04-26  Bruno Haible  <bruno@clisp.org>
18535
18536         Add tentative support for DragonFly BSD.
18537         * lib/stdio-impl.h: Add macros for DragonFly BSD.
18538         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
18539         fp.
18540         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
18541         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
18542         * lib/fpurge.c (fpurge): Likewise.
18543         * lib/freadable.c (freaadable): Likewise.
18544         * lib/freadahead.c (freadahead): Likewise.
18545         * lib/freading.c (freading): Likewise.
18546         * lib/freadptr.c (freadptr): Likewise.
18547         * lib/freadseek.c (freadptrinc): Likewise.
18548         * lib/fseeko.c (fseeko): Likewise.
18549         * lib/fseterr.c (fseterr): Likewise.
18550         * lib/fwritable.c (fwritable): Likewise.
18551         * lib/fwriting.c (fwriting): Likewise.
18552
18553 2008-04-26  Bruno Haible  <bruno@clisp.org>
18554
18555         * lib/stdio-impl.h: New file.
18556         * lib/fbufmode.c: Include stdio-impl.h.
18557         (fbufmode): Use fp_, remove redundant #defines.
18558         * lib/fflush.c: Include stdio-impl.h.
18559         (clear_ungetc_buffer): Remove redundant #defines.
18560         * lib/fpurge.c: Include stdio-impl.h.
18561         (fpurge): Remove redundant #defines.
18562         * lib/freadable.c: Include stdio-impl.h.
18563         (freadable): Remove redundant #defines.
18564         * lib/freadahead.c: Include stdio-impl.h.
18565         (freadahead): Remove redundant #defines.
18566         * lib/freading.c: Include stdio-impl.h.
18567         (freading): Remove redundant #defines.
18568         * lib/freadptr.c: Include stdio-impl.h.
18569         (freadptr): Remove redundant #defines.
18570         * lib/freadseek.c: Include stdio-impl.h.
18571         (freadptrinc): Remove redundant #defines.
18572         * lib/fseeko.c: Include stdio-impl.h.
18573         (rpl_fseeko): Remove redundant #defines.
18574         * lib/fseterr.c: Include stdio-impl.h.
18575         (fseterr): Remove redundant #defines.
18576         * lib/fwritable.c: Include stdio-impl.h.
18577         (fwritable: Remove redundant #defines.
18578         * lib/fwriting.c: Include stdio-impl.h.
18579         (fwriting): Remove redundant #defines.
18580         * modules/fbufmode (Files): Add lib/stdio-impl.h.
18581         * modules/fflush (Files): Likewise.
18582         * modules/fpurge (Files): Likewise.
18583         * modules/freadable (Files): Likewise.
18584         * modules/freadahead (Files): Likewise.
18585         * modules/freading (Files): Likewise.
18586         * modules/freadptr (Files): Likewise.
18587         * modules/freadseek (Files): Likewise.
18588         * modules/fseeko (Files): Likewise.
18589         * modules/fseterr (Files): Likewise.
18590         * modules/fwritable (Files): Likewise.
18591         * modules/fwriting (Files): Likewise.
18592
18593 2008-04-26  Bruno Haible  <bruno@clisp.org>
18594
18595         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
18596         restore_seek_optimization, update_fpos_cache): New functions, extracted
18597         from rpl_fflush.
18598         (rpl_fflush): Use them.
18599         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
18600         (gl_REPLACE_FFLUSH): Use it.
18601
18602 2008-04-26  Bruno Haible  <bruno@clisp.org>
18603
18604         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
18605         on Solaris.
18606         * tests/test-xstrtoimax.sh: Likewise.
18607         * tests/test-xstrtoumax.sh: Likewise.
18608         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18609
18610 2008-04-26  Bruno Haible  <bruno@clisp.org>
18611
18612         * modules/memchr-tests: New file.
18613         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
18614
18615 2008-04-26  Eric Blake  <ebb9@byu.net>
18616             Bruno Haible  <bruno@clisp.org>
18617
18618         * lib/memchr.c: Include intprops.h.
18619         (__memchr): Optimize parallel detection of matching bytes. Rename local
18620         variables. Add explanatory comments.
18621
18622 2008-04-26  Bruno Haible  <bruno@clisp.org>
18623
18624         Fix module 'memchr', broken since 2000-10-28.
18625         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
18626
18627 2008-04-26  Bruno Haible  <bruno@clisp.org>
18628
18629         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
18630         comments.
18631
18632 2008-04-25  Eric Blake  <ebb9@byu.net>
18633
18634         Use native fstatat on cygwin 1.7.0.
18635         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
18636         first.
18637
18638 2008-04-23  Eric Blake  <ebb9@byu.net>
18639
18640         Improve memchr2 performance.
18641         * lib/memchr2.c (memchr2): Further optimize parallel detection of
18642         NUL bytes.
18643         * modules/memchr2 (Depends-on): Use intprops.h.
18644
18645 2008-04-23  Simon Josefsson  <simon@josefsson.org>
18646
18647         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
18648         an inline function instead of a CPP macro.  Patch by Ben Pfaff
18649         <blp@cs.stanford.edu>.
18650
18651 2008-04-23  Simon Josefsson  <simon@josefsson.org>
18652
18653         * lib/arpa_inet.in.h: New file.
18654
18655         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
18656         (Makefile.am): Sed in substitute header file.
18657
18658         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
18659         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
18660
18661         * modules/inet_ntop (configure.ac): Use
18662         gl_ARPA_INET_MODULE_INDICATOR.
18663
18664         * modules/inet_pton (configure.ac): Use
18665         gl_ARPA_INET_MODULE_INDICATOR.
18666
18667 2008-04-22  Jim Meyering  <meyering@redhat.com>
18668
18669         * modules/verify (License): Re-license as LGPLv2+.
18670
18671 2008-04-22  Simon Josefsson  <simon@josefsson.org>
18672
18673         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
18674         parameter to void* as per POSIX standard (MinGW uses char*).
18675
18676 2008-04-21  Bruno Haible  <bruno@clisp.org>
18677
18678         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
18679         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
18680         Define to replacements if REPLACE_ISWCNTRL is 1.
18681         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
18682         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
18683         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
18684         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
18685         what it fixes.
18686         * doc/posix-functions/iswalpha.texi: Likewise.
18687         * doc/posix-functions/iswblank.texi: Likewise.
18688         * doc/posix-functions/iswcntrl.texi: Likewise.
18689         * doc/posix-functions/iswdigit.texi: Likewise.
18690         * doc/posix-functions/iswgraph.texi: Likewise.
18691         * doc/posix-functions/iswlower.texi: Likewise.
18692         * doc/posix-functions/iswprint.texi: Likewise.
18693         * doc/posix-functions/iswpunct.texi: Likewise.
18694         * doc/posix-functions/iswspace.texi: Likewise.
18695         * doc/posix-functions/iswupper.texi: Likewise.
18696         * doc/posix-functions/iswxdigit.texi: Likewise.
18697         Reported by Alain Guibert.
18698
18699 2008-04-21  Bruno Haible  <bruno@clisp.org>
18700
18701         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
18702         Patch by Alain Guibert.
18703
18704 2008-04-21  Bruno Haible  <bruno@clisp.org>
18705
18706         Fix test failures on mingw.
18707         * tests/test-xstrtol.c (print_no_progname): New function.
18708         (main): Install it in error_print_progname hook.
18709         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
18710         * tests/test-xstrtoimax.sh: Likewise.
18711         * tests/test-xstrtoumax.sh: Likewise.
18712
18713 2008-04-21  Bruno Haible  <bruno@clisp.org>
18714
18715         Fix test failure on mingw.
18716         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
18717
18718 2008-04-21  Bruno Haible  <bruno@clisp.org>
18719
18720         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
18721         Actually assign a value.
18722
18723 2008-04-20  Bruno Haible  <bruno@clisp.org>
18724
18725         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
18726         take 2.
18727         * lib/canonicalize.c (canonicalize_file_name): Elide if the
18728         'canonicalize-lgpl' module is also used.
18729         * lib/canonicalize-lgpl.c: Undo last change.
18730         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
18731
18732 2008-04-20  Bruno Haible  <bruno@clisp.org>
18733
18734         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
18735         config.h. Provide _mkdir based fallback for mingw.
18736         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
18737         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
18738         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
18739         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
18740         rather than defining mkdir in config.h.
18741         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
18742         (gl_SYS_STAT_H_DEFAULTS): New macro.
18743         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
18744         HAVE_IO_H any more.
18745         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
18746         HAVE_DECL_MKDIR and HAVE_IO_H.
18747
18748 2008-04-20  Bruno Haible  <bruno@clisp.org>
18749
18750         * lib/isapipe.c: Port to native Windows platforms.
18751
18752 2008-04-20  Bruno Haible  <bruno@clisp.org>
18753
18754         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
18755
18756 2008-04-21  Eric Blake  <ebb9@byu.net>
18757
18758         Work around preprocessors that don't handle UINTMAX_MAX.
18759         * lib/memchr2.c (memchr2): Avoid embedded #if.
18760         Reported by Alain Guibert, fix suggested by Bruno Haible.
18761
18762 2008-04-21  Simon Josefsson  <simon@josefsson.org>
18763
18764         * doc/posix-functions/strftime.texi (strftime): Explain better
18765         Windows incompatibility.  Suggested by Micah Cowan
18766         <micah@cowan.name>.
18767
18768 2008-04-20  Bruno Haible  <bruno@clisp.org>
18769
18770         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
18771         unistr/u8-mblen.
18772
18773 2008-04-20  Bruno Haible  <bruno@clisp.org>
18774
18775         Fix test failure on platforms with non-GNU iconv.
18776         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
18777         (U_TO_U8): Use it, rather than u16_to_u8.
18778         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
18779         units at the end of the input string.
18780         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
18781
18782 2008-04-20  Bruno Haible  <bruno@clisp.org>
18783
18784         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
18785         when the resulting length is 0.
18786         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
18787
18788 2008-04-20  Bruno Haible  <bruno@clisp.org>
18789
18790         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
18791         works.
18792         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
18793
18794 2008-04-20  Bruno Haible  <bruno@clisp.org>
18795
18796         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
18797         * modules/tsearch-tests (configure.ac): Test for initstate function.
18798
18799 2008-04-20  Bruno Haible  <bruno@clisp.org>
18800
18801         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
18802         for nlink_t if missing.
18803         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
18804
18805 2008-04-19  Bruno Haible  <bruno@clisp.org>
18806
18807         Work around snprintf bug on Linux libc5.
18808         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
18809         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18810         gl_SNPRINTF_SIZE1.
18811         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18812         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
18813         that test failed.
18814         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
18815         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
18816         * modules/snprintf (Files): Add m4/printf.m4.
18817         * modules/vsnprintf (Files): Likewise.
18818         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
18819         * doc/posix-functions/vsnprintf.texi: Likewise.
18820
18821 2008-04-19  Bruno Haible  <bruno@clisp.org>
18822
18823         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
18824         from 0.0058 to less than 10^-7.
18825
18826 2008-04-19  Bruno Haible  <bruno@clisp.org>
18827
18828         Fix rounding when a precision is given.
18829         * lib/vasnprintf.c (is_borderline): New function.
18830         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
18831         9...9x.
18832         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
18833         %e, %g.
18834         * tests/test-vasprintf-posix.c (test_function): Likewise.
18835         * tests/test-snprintf-posix.h (test_function): Likewise.
18836         * tests/test-sprintf-posix.h (test_function): Likewise.
18837         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
18838         * tests/test-printf-posix.h (test_function): Likewise.
18839         * tests/test-printf-posix.output: Update.
18840         Reported by John Darrington <john@darrington.wattle.id.au> via
18841         Ben Pfaff <blp@cs.stanford.edu>.
18842
18843 2008-04-18  Simon Josefsson  <simon@josefsson.org>
18844
18845         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
18846         Suggested by Bruno Haible <bruno@clisp.org>.
18847
18848 2008-04-17  Bruno Haible  <bruno@clisp.org>
18849
18850         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
18851         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
18852         implementation.
18853         Patch by Bruce Merry <bmerry@gmail.com>.
18854
18855 2008-04-17  Simon Josefsson  <simon@josefsson.org>
18856
18857         * doc/posix-functions/strftime.texi (strftime): Mention that %e
18858         doesn't work under Windows.
18859
18860 2008-04-16  Bruno Haible  <bruno@clisp.org>
18861
18862         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
18863         New macros.
18864         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
18865         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
18866         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
18867         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
18868         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
18869         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
18870         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
18871         macros.
18872         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
18873         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
18874         Northern Sotho, Uighur.
18875
18876 2008-04-16  Bruno Haible  <bruno@clisp.org>
18877
18878         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
18879         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
18880         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
18881         Reported by Daniel Bergström <daniel@octocode.com>.
18882
18883 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
18884             Bruno Haible  <bruno@clisp.org>
18885
18886         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
18887         function.
18888         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
18889         New functions, mostly extracted from gl_locale_name_default.
18890         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
18891
18892 2008-04-16  Eric Blake  <ebb9@byu.net>
18893
18894         Adjust strtod detection to catch glibc 2.7 bug.
18895         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
18896         Reported by John Gatewood Ham.
18897
18898 2008-04-16  Bruno Haible  <bruno@clisp.org>
18899
18900         Add tentative support for Linux libc5.
18901         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
18902         * lib/fpurge.c (fpurge): Likewise.
18903         * lib/freadable.c (freadable): Likewise.
18904         * lib/freadahead.c (freadahead): Likewise.
18905         * lib/freading.c (freading): Likewise.
18906         * lib/freadptr.c (freadptr): Likewise.
18907         * lib/freadseek.c (freadptrinc): Likewise.
18908         * lib/fseeko.c (rpl_fseeko): Likewise.
18909         * lib/fseterr.c (fseterr): Likewise.
18910         * lib/fwritable.c (fwritable): Likewise.
18911         * lib/fwriting.c (fwriting): Likewise.
18912         Reported by Alain Guibert <alguibert+bts@free.fr>.
18913
18914 2008-04-15  Bruno Haible  <bruno@clisp.org>
18915
18916         * modules/mathl (configure.ac): Define module indicator.
18917
18918 2008-04-15  Bruno Haible  <bruno@clisp.org>
18919
18920         * lib/logl.c (logl): Remove unused variables.
18921
18922 2008-04-15  Bruno Haible  <bruno@clisp.org>
18923
18924         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
18925         fails.
18926
18927 2008-04-15  Bruno Haible  <bruno@clisp.org>
18928
18929         * lib/trim.c (trim2): Fix argument of isspace() macro.
18930
18931 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
18932
18933         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
18934         to 0.
18935         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
18936
18937 2008-04-14  Bruno Haible  <bruno@clisp.org>
18938
18939         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
18940         AC_LANG_PROGRAM argument.
18941         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
18942         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
18943         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
18944         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
18945         * m4/math_h.m4 (gl_MATH_H): Likewise.
18946         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
18947         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
18948         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
18949         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
18950         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
18951         * m4/regex.m4 (gl_REGEX): Likewise.
18952         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
18953         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
18954         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18955         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
18956         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
18957         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
18958         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18959         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
18960
18961 2008-04-14  Jim Meyering  <meyering@redhat.com>
18962
18963         test-strtod: fix typos: s/abs/fabs/
18964         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
18965
18966 2008-04-13  Bruno Haible  <bruno@clisp.org>
18967
18968         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
18969         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
18970         module is also used and while not building the reloc-wrapper.
18971
18972 2008-04-13  Bruno Haible  <bruno@clisp.org>
18973
18974         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
18975
18976 2008-04-13  Bruno Haible  <bruno@clisp.org>
18977
18978         Fix AIX compilation failure introduced on 2008-04-02.
18979         * tests/test-frexp.c (exp): Undefine before redefining.
18980         * tests/test-frexpl.c (exp): Likewise.
18981
18982 2008-04-13  Bruno Haible  <bruno@clisp.org>
18983
18984         Work around a HP-UX stdio bug.
18985         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
18986         * tests/test-ftello.c (main): Likewise.
18987         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
18988         * doc/posix-functions/ftello.texi: Likewise.
18989
18990 2008-04-13  Bruno Haible  <bruno@clisp.org>
18991
18992         Make test-signbit pass on HP-UX/hppa.
18993         * tests/test-signbit.c (minus_zerol): New variable.
18994         (test_signbitl): Use it.
18995
18996 2008-04-13  Bruno Haible  <bruno@clisp.org>
18997
18998         Make truncl work on OSF/1 4.0.
18999         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
19000         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
19001         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
19002         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
19003         HAVE_DECL_TRUNCL.
19004         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
19005         HAVE_DECL_TRUNCL.
19006         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
19007
19008 2008-04-13  Bruno Haible  <bruno@clisp.org>
19009
19010         * lib/unictype.h: Remove trailing comma from enumeration definitions.
19011
19012 2008-04-13  Bruno Haible  <bruno@clisp.org>
19013
19014         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
19015         expression, so as to avoid HP-UX 11 cc compiler bug.
19016
19017 2008-04-13  Bruno Haible  <bruno@clisp.org>
19018
19019         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
19020
19021 2008-04-13  Bruno Haible  <bruno@clisp.org>
19022
19023         * lib/git-merge-changelog.c: Remove empty declaration outside of
19024         functions.
19025
19026 2008-04-13  Bruno Haible  <bruno@clisp.org>
19027
19028         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
19029
19030 2008-04-13  Bruno Haible  <bruno@clisp.org>
19031
19032         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
19033         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
19034         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
19035         also if it exists but lacks definitions of the SHUT_* macros.
19036         * modules/sys_socket (Description): Update.
19037         Reported by Elbert Pol <e.pol@chello.nl>.
19038
19039 2008-04-13  Bruno Haible  <bruno@clisp.org>
19040
19041         * lib/localcharset.c (OS2): Don't redefine if already defined.
19042         Reported by Elbert Pol <e.pol@chello.nl>.
19043
19044 2008-04-13  Bruno Haible  <bruno@clisp.org>
19045
19046         * lib/binary-io.h [__EMX__]: Include <io.h>.
19047         Reported by Elbert Pol <e.pol@chello.nl>.
19048
19049 2008-04-12  Bruno Haible  <bruno@clisp.org>
19050
19051         * lib/fpucw.h: Enable the definitions also for x86_64.
19052         Needed for NetBSD/x86_64.
19053         Reported by Thomas Klausner <tk@giga.or.at>.
19054
19055 2008-04-12  Bruno Haible  <bruno@clisp.org>
19056
19057         * tests/test-strtod.c: Include isnand.h.
19058         (main): Use isnand instead of isnan.
19059         Reported by Jim Meyering.
19060
19061 2008-04-12  Bruno Haible  <bruno@clisp.org>
19062
19063         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
19064         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
19065
19066 2008-04-12  Jim Meyering  <meyering@redhat.com>
19067
19068         * m4/math_h.m4 (gl_MATH_H): Fix typos.
19069
19070 2008-04-12  Bruno Haible  <bruno@clisp.org>
19071
19072         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
19073         Reported by Elbert Pol <e.pol@chello.nl>.
19074
19075 2008-04-12  Eric Blake  <ebb9@byu.net>
19076
19077         Work around Solaris 10 math.h bug.
19078         * m4/math_h.m4 (gl_MATH_H): Check for bug.
19079         (gl_MATH_H_DEFAULTS): Set up default.
19080         * modules/math (Makefile.am): Replace new indicators.
19081         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
19082         * tests/test-math.c (main): Test this.
19083         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
19084         * doc/posix-headers/math.texi (math.h): Mention bug.
19085         Reported by Nelson H. F. Beebe and Jim Meyering.
19086
19087 2008-04-11  Bruno Haible  <bruno@clisp.org>
19088
19089         Adapt to future versions of Apple GCC.
19090         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
19091         Reported by Peter O'Gorman <peter@pogma.com>.
19092
19093 2008-04-11  Bruno Haible  <bruno@clisp.org>
19094
19095         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
19096
19097 2008-04-11  Bruno Haible  <bruno@clisp.org>
19098
19099         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
19100
19101         * modules/getaddrinfo-tests (Makefile.am): Define
19102         test_getaddrinfo_LDADD.
19103
19104 2008-04-11  Bruno Haible  <bruno@clisp.org>
19105
19106         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
19107         (init): Fix syntax error.
19108         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
19109         is declared.
19110
19111 2008-04-11  Bruno Haible  <bruno@clisp.org>
19112
19113         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
19114         * modules/glob (Depends-on): Add stdbool.
19115
19116 2008-04-11  Bruno Haible  <bruno@clisp.org>
19117
19118         * lib/trim.c: Include <string.h>.
19119
19120 2008-04-11  Eric Blake  <ebb9@byu.net>
19121
19122         Avoid compile failure on OS/2.
19123         * lib/regex_internal.h (internal_function): Disable optimization
19124         on OS/2 (__EMX__), where it caused compiler error.
19125         Reported by Elbert Pol.
19126
19127 2008-04-11  Bruno Haible  <bruno@clisp.org>
19128
19129         Flush the standard error stream before aborting. Needed on mingw.
19130         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
19131         * tests/test-array_list.c (ASSERT): Likewise.
19132         * tests/test-array_oset.c (ASSERT): Likewise.
19133         * tests/test-avltree_list.c (ASSERT): Likewise.
19134         * tests/test-avltree_oset.c (ASSERT): Likewise.
19135         * tests/test-avltreehash_list.c (ASSERT): Likewise.
19136         * tests/test-binary-io.c (ASSERT): Likewise.
19137         * tests/test-byteswap.c (ASSERT): Likewise.
19138         * tests/test-c-ctype.c (ASSERT): Likewise.
19139         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
19140         * tests/test-c-strcasestr.c (ASSERT): Likewise.
19141         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
19142         * tests/test-c-strstr.c (ASSERT): Likewise.
19143         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
19144         * tests/test-canonicalize.c (ASSERT): Likewise.
19145         * tests/test-carray_list.c (ASSERT): Likewise.
19146         * tests/test-ceilf1.c (ASSERT): Likewise.
19147         * tests/test-ceilf2.c (ASSERT): Likewise.
19148         * tests/test-ceill.c (ASSERT): Likewise.
19149         * tests/test-count-one-bits.c (ASSERT): Likewise.
19150         * tests/test-fbufmode.c (ASSERT): Likewise.
19151         * tests/test-fflush2.c (ASSERT): Likewise.
19152         * tests/test-floorf1.c (ASSERT): Likewise.
19153         * tests/test-floorf2.c (ASSERT): Likewise.
19154         * tests/test-floorl.c (ASSERT): Likewise.
19155         * tests/test-fopen.c (ASSERT): Likewise.
19156         * tests/test-fpending.c (ASSERT): Likewise.
19157         * tests/test-fprintf-posix.c (ASSERT): Likewise.
19158         * tests/test-fpurge.c (ASSERT): Likewise.
19159         * tests/test-freadable.c (ASSERT): Likewise.
19160         * tests/test-freadahead.c (ASSERT): Likewise.
19161         * tests/test-freading.c (ASSERT): Likewise.
19162         * tests/test-freadptr.c (ASSERT): Likewise.
19163         * tests/test-freadptr2.c (ASSERT): Likewise.
19164         * tests/test-freadseek.c (ASSERT): Likewise.
19165         * tests/test-freopen.c (ASSERT): Likewise.
19166         * tests/test-frexp.c (ASSERT): Likewise.
19167         * tests/test-frexpl.c (ASSERT): Likewise.
19168         * tests/test-fseek.c (ASSERT): Likewise.
19169         * tests/test-fseeko.c (ASSERT): Likewise.
19170         * tests/test-fstrcmp.c (ASSERT): Likewise.
19171         * tests/test-ftell.c (ASSERT): Likewise.
19172         * tests/test-ftello.c (ASSERT): Likewise.
19173         * tests/test-func.c (ASSERT): Likewise.
19174         * tests/test-fwritable.c (ASSERT): Likewise.
19175         * tests/test-fwriting.c (ASSERT): Likewise.
19176         * tests/test-getdelim.c (ASSERT): Likewise.
19177         * tests/test-getline.c (ASSERT): Likewise.
19178         * tests/test-i-ring.c (ASSERT): Likewise.
19179         * tests/test-iconv-utf.c (ASSERT): Likewise.
19180         * tests/test-iconv.c (ASSERT): Likewise.
19181         * tests/test-isfinite.c (ASSERT): Likewise.
19182         * tests/test-isnand.c (ASSERT): Likewise.
19183         * tests/test-isnanf.c (ASSERT): Likewise.
19184         * tests/test-isnanl.h (ASSERT): Likewise.
19185         * tests/test-ldexpl.c (ASSERT): Likewise.
19186         * tests/test-linked_list.c (ASSERT): Likewise.
19187         * tests/test-linkedhash_list.c (ASSERT): Likewise.
19188         * tests/test-localename.c (ASSERT): Likewise.
19189         * tests/test-lseek.c (ASSERT): Likewise.
19190         * tests/test-mbscasecmp.c (ASSERT): Likewise.
19191         * tests/test-mbscasestr1.c (ASSERT): Likewise.
19192         * tests/test-mbscasestr2.c (ASSERT): Likewise.
19193         * tests/test-mbscasestr3.c (ASSERT): Likewise.
19194         * tests/test-mbscasestr4.c (ASSERT): Likewise.
19195         * tests/test-mbschr.c (ASSERT): Likewise.
19196         * tests/test-mbscspn.c (ASSERT): Likewise.
19197         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
19198         * tests/test-mbspbrk.c (ASSERT): Likewise.
19199         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
19200         * tests/test-mbsrchr.c (ASSERT): Likewise.
19201         * tests/test-mbsspn.c (ASSERT): Likewise.
19202         * tests/test-mbsstr1.c (ASSERT): Likewise.
19203         * tests/test-mbsstr2.c (ASSERT): Likewise.
19204         * tests/test-mbsstr3.c (ASSERT): Likewise.
19205         * tests/test-memchr2.c (ASSERT): Likewise.
19206         * tests/test-memmem.c (ASSERT): Likewise.
19207         * tests/test-open.c (ASSERT): Likewise.
19208         * tests/test-printf-frexp.c (ASSERT): Likewise.
19209         * tests/test-printf-frexpl.c (ASSERT): Likewise.
19210         * tests/test-printf-posix.c (ASSERT): Likewise.
19211         * tests/test-quotearg.c (ASSERT): Likewise.
19212         * tests/test-rbtree_list.c (ASSERT): Likewise.
19213         * tests/test-rbtree_oset.c (ASSERT): Likewise.
19214         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
19215         * tests/test-round1.c (ASSERT): Likewise.
19216         * tests/test-roundf1.c (ASSERT): Likewise.
19217         * tests/test-roundl.c (ASSERT): Likewise.
19218         * tests/test-signbit.c (ASSERT): Likewise.
19219         * tests/test-sleep.c (ASSERT): Likewise.
19220         * tests/test-snprintf-posix.c (ASSERT): Likewise.
19221         * tests/test-snprintf.c (ASSERT): Likewise.
19222         * tests/test-sprintf-posix.c (ASSERT): Likewise.
19223         * tests/test-stat-time.c (ASSERT): Likewise.
19224         * tests/test-strcasestr.c (ASSERT): Likewise.
19225         * tests/test-strerror.c (ASSERT): Likewise.
19226         * tests/test-striconv.c (ASSERT): Likewise.
19227         * tests/test-striconveh.c (ASSERT): Likewise.
19228         * tests/test-striconveha.c (ASSERT): Likewise.
19229         * tests/test-strsignal.c (ASSERT): Likewise.
19230         * tests/test-strstr.c (ASSERT): Likewise.
19231         * tests/test-strtod.c (ASSERT): Likewise.
19232         * tests/test-trunc1.c (ASSERT): Likewise.
19233         * tests/test-trunc2.c (ASSERT): Likewise.
19234         * tests/test-truncf1.c (ASSERT): Likewise.
19235         * tests/test-truncf2.c (ASSERT): Likewise.
19236         * tests/test-truncl.c (ASSERT): Likewise.
19237         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
19238         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
19239         * tests/test-vasnprintf.c (ASSERT): Likewise.
19240         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
19241         * tests/test-vasprintf.c (ASSERT): Likewise.
19242         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
19243         * tests/test-vprintf-posix.c (ASSERT): Likewise.
19244         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
19245         * tests/test-vsnprintf.c (ASSERT): Likewise.
19246         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
19247         * tests/test-wcwidth.c (ASSERT): Likewise.
19248         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
19249         * tests/test-xprintf-posix.c (ASSERT): Likewise.
19250         * tests/test-xvasprintf.c (ASSERT): Likewise.
19251         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
19252         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
19253         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
19254         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
19255         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
19256         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
19257         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
19258         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
19259         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
19260         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
19261         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
19262         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
19263         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
19264         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
19265         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
19266         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
19267         * tests/unictype/test-block_list.c (ASSERT): Likewise.
19268         * tests/unictype/test-block_of.c (ASSERT): Likewise.
19269         * tests/unictype/test-block_test.c (ASSERT): Likewise.
19270         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
19271         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
19272         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
19273         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
19274         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
19275         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
19276         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
19277         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
19278         * tests/unictype/test-combining.c (ASSERT): Likewise.
19279         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
19280         * tests/unictype/test-digit.c (ASSERT): Likewise.
19281         * tests/unictype/test-mirror.c (ASSERT): Likewise.
19282         * tests/unictype/test-numeric.c (ASSERT): Likewise.
19283         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
19284         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
19285         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
19286         * tests/unictype/test-scripts.c (ASSERT): Likewise.
19287         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
19288         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
19289         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
19290         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
19291         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
19292         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
19293         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
19294         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
19295         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
19296         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
19297         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
19298         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
19299         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
19300         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
19301         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
19302         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
19303         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
19304         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
19305         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
19306         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
19307         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
19308         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
19309         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
19310         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
19311         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
19312         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
19313         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
19314         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
19315         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
19316         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
19317         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
19318         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
19319         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
19320         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
19321         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
19322         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
19323         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
19324         Reported by Eric Blake.
19325
19326 2008-04-11  Bruno Haible  <bruno@clisp.org>
19327
19328         * lib/wchar.in.h: Tweak comment.
19329
19330 2008-04-11  Bruno Haible  <bruno@clisp.org>
19331
19332         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
19333         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
19334         gl_COMMON.
19335         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
19336
19337 2008-04-11  Bruno Haible  <bruno@clisp.org>
19338
19339         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
19340
19341 2008-04-11  Simon Josefsson  <simon@josefsson.org>
19342
19343         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
19344         of attempting to use non-existing /dev/*random.  Based on patch
19345         from Adam Strzelecki <ono@java.pl> in
19346         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
19347
19348 2008-04-08  Bruno Haible  <bruno@clisp.org>
19349
19350         Add tentative support for emx+gcc.
19351         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
19352         * lib/fpurge.c (fpurge): Likewise.
19353         * lib/freadable.c (freadable): Likewise.
19354         * lib/freadahead.c (freadahead): Likewise.
19355         * lib/freading.c (freading): Likewise.
19356         * lib/freadptr.c (freadptr): Likewise.
19357         * lib/freadseek.c (freadptrinc): Likewise.
19358         * lib/fseeko.c (rpl_fseeko): Likewise.
19359         * lib/fseterr.c (fseterr): Likewise.
19360         * lib/fwritable.c (fwritable): Likewise.
19361         * lib/fwriting.c (fwriting): Likewise.
19362         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
19363
19364 2008-04-09  Eric Blake  <ebb9@byu.net>
19365
19366         Avoid some autoconf warnings.
19367         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
19368         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
19369         * m4/afs.m4 (gl_AFS): Likewise.
19370         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
19371         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
19372         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19373         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
19374         (gl_INTEGER_TYPE_SUFFIX): Likewise.
19375         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
19376         (AC_CHECK_DECLS_ONCE): Likewise.
19377         Rename file...
19378         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
19379         gnulib-tool requires autoconf 2.59 or better.
19380         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
19381
19382 2008-04-08  Eric Blake  <ebb9@byu.net>
19383
19384         Use 'git describe --match' if present (added in git 1.5.5).
19385         * build-aux/git-version-gen: Limit result to tags that match 'v*'
19386         if possible.
19387
19388 2008-04-08  Bruno Haible  <bruno@clisp.org>
19389
19390         Add tentative support for OpenServer.
19391         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
19392         _ptr, _cnt.
19393         * lib/fpurge.c (fpurge): Likewise.
19394         * lib/freadable.c (freadable): Likewise.
19395         * lib/freadahead.c (freadahead): Likewise.
19396         * lib/freading.c (freading): Likewise.
19397         * lib/freadptr.c (freadptr): Likewise.
19398         * lib/freadseek.c (freadptrinc): Likewise.
19399         * lib/fseeko.c (rpl_fseeko): Likewise.
19400         * lib/fseterr.c (fseterr): Likewise.
19401         * lib/fwritable.c (fwritable): Likewise.
19402         * lib/fwriting.c (fwriting): Likewise.
19403         Reported by Roger Cornelius <rac@tenzing.org> and
19404         Brian K. White <brian@aljex.com>.
19405
19406 2008-04-06  Jim Meyering  <meyering@redhat.com>
19407
19408         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
19409
19410 2008-04-06  Bruno Haible  <bruno@clisp.org>
19411
19412         Avoid possible error with non-ASCII bytes in UTF-8 locales.
19413         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
19414         * tests/test-printf-posix.sh: Likewise.
19415         * tests/test-vfprintf-posix.sh: Likewise.
19416         * tests/test-vprintf-posix.sh: Likewise.
19417         * tests/test-xprintf-posix.sh: Likewise.
19418
19419 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19420
19421         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
19422         hide error from 'ls', needed on OS/2.
19423         Report by Elbert Pol <elbert.pol@gmail.com>.
19424
19425 2008-04-04  Eric Blake  <ebb9@byu.net>
19426
19427         Make test-fseeko.c failures meaningful.
19428         * tests/test-fseeko.c: Print line number on failure.
19429         * tests/test-fseek.c: Likewise.
19430         Reported by Nelson H. F. Beebe.
19431
19432         Improve strtod bug detection check.
19433         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
19434         required for Solaris 10.
19435         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
19436
19437 2008-04-04  Bruno Haible  <bruno@clisp.org>
19438
19439         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
19440         by m4/setenv.m4.
19441
19442 2008-04-03  Eric Blake  <ebb9@byu.net>
19443
19444         Ensure sane .version contents.
19445         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
19446         version string.
19447         * build-aux/git-version-gen: Improve documentation.
19448
19449         Make GNU make output nicer.
19450         * top/GNUmakefile [!_have-Makefile]: Add dependency on
19451         MAKECMDGOALS to enforce message for all command line targets.  Set
19452         srcdir for use in maint.mk.
19453
19454         Another maintainer tweak.
19455         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
19456         a target that regenerates version.
19457
19458 2008-04-03  Jim Meyering  <meyering@redhat.com>
19459
19460         vc-list-files: don't cause coreutils "make po-check" failure
19461         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
19462
19463 2008-04-03  Eric Blake  <ebb9@byu.net>
19464
19465         Allow VPATH usage of vc-list-files.
19466         * build-aux/vc-list-files (scriptversion): Add timestamp.
19467         (options): Add --help, --version, -C.
19468         (CVS): Support installed cvsu.
19469
19470 2008-04-02  Bruno Haible  <bruno@clisp.org>
19471
19472         Avoid some "statement with no effect" warnings from gcc.
19473         * tests/test-wctype.c (main): Explicitly ignore unused values.
19474         Reported by Jim Meyering.
19475
19476 2008-04-02  Jim Meyering  <meyering@redhat.com>
19477
19478         Avoid some warnings from "gcc -Wshadow".
19479         * tests/test-frexp.c (exp): Define to a different identifier.
19480         * tests/test-frexpl.c (exp): Likewise.
19481
19482 2008-04-03  Jim Meyering  <meyering@redhat.com>
19483
19484         bootstrap: remove dangling *.[ch] symlinks from lib
19485         * build-aux/bootstrap [dangling symlink removal]: Move find's
19486         -depth option to precede all others, to avoid a warning.
19487         Remove *.[ch] files too, and from "$source_base" (usually lib/).
19488
19489 2008-04-02  Bruno Haible  <bruno@clisp.org>
19490
19491         Avoid some warnings from "gcc -Wshadow".
19492         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
19493         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
19494         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
19495         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
19496         Reported by Jim Meyering.
19497
19498 2008-04-01  Bruno Haible  <bruno@clisp.org>
19499
19500         Fix test to work on IRIX 6.5 with cc.
19501         * tests/test-math.c (numeric_equal): New function.
19502         (main): Use it.
19503
19504 2008-04-01  Bruno Haible  <bruno@clisp.org>
19505
19506         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
19507
19508 2008-04-01  Bruno Haible  <bruno@clisp.org>
19509
19510         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
19511         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
19512         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
19513         (Depends-on): Remove math.
19514
19515         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
19516         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
19517         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
19518         (Depends-on): Remove math.
19519
19520         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
19521         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
19522         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
19523         (Depends-on): Remove math.
19524         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
19525         (Depends-on): Remove math.
19526
19527         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
19528         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
19529         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
19530         (Depends-on): Remove math.
19531         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
19532         (Depends-on): Remove math.
19533
19534         * tests/test-round1.c: Include nan.h.
19535         (main): Use NaNd instead of NAN.
19536         * modules/round-tests (Files): Add tests/nan.h.
19537
19538         * tests/test-trunc1.c: Include nan.h.
19539         (main): Use NaNd instead of NAN.
19540         * modules/trunc-tests (Files): Add tests/nan.h.
19541
19542         * tests/test-roundf1.c: Include nan.h.
19543         (main): Use NaNf instead of NAN.
19544         * modules/roundf-tests (Files): Add tests/nan.h.
19545
19546         * tests/test-truncf1.c: Include nan.h.
19547         (main): Use NaNf instead of NAN.
19548         * modules/truncf-tests (Files): Add tests/nan.h.
19549
19550         * tests/test-ceilf1.c: Include nan.h.
19551         (main): Use NaNf instead of NAN.
19552         * modules/ceilf-tests (Files): Add tests/nan.h.
19553
19554         * tests/test-floorf1.c: Include nan.h.
19555         (main): Use NaNf instead of NAN.
19556         * modules/floorf-tests (Files): Add tests/nan.h.
19557
19558         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
19559         (main): Use NaNf instead of NAN.
19560         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
19561
19562         * tests/test-isnand.c: Include nan.h instead of <math.h>.
19563         (main): Use NaNd instead of NAN.
19564         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
19565
19566         * tests/test-frexp.c: Include nan.h.
19567         (main): Use NaNd instead of NAN.
19568         * modules/frexp-tests (Files): Add tests/nan.h.
19569
19570         * lib/isnan.c: Don't include <math.h>.
19571         (FUNC): Don't use NAN macro.
19572         * modules/isnand-nolibm (Depends-on): Remove math.
19573         * modules/isnanf-nolibm (Depends-on): Remove math.
19574         * modules/isnanl (Depends-on): Remove math.
19575         * modules/isnanl-nolibm (Depends-on): Remove math.
19576
19577         * tests/nan.h: New file.
19578
19579 2008-04-01  Eric Blake  <ebb9@byu.net>
19580
19581         Fix typos.
19582         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
19583         values to be the right type.
19584
19585         For now, cater to gnulib strtod inaccuracies.
19586         * tests/test-strtod.c (main): Allow 1-ulp error on expected
19587         fractional results.  While not as nice from a QoI perspective, it
19588         is a quicker patch than correctly implementing decimal to binary
19589         rounding.
19590
19591 2008-03-31  Eric Blake  <ebb9@byu.net>
19592
19593         Guarantee a definition of NAN.
19594         * lib/math.in.h (NAN): Define if missing.
19595         * tests/test-math.c (main): Test it.
19596         * doc/posix-headers/math.texi (math.h): Document this.
19597         * lib/isnan.c (rpl_isnand): Use it.
19598         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
19599         * tests/test-floorf1.c (NaN): Likewise.
19600         * tests/test-frexp.c (NaN): Likewise.
19601         * tests/test-isnand.c (NaN): Likewise.
19602         * tests/test-isnanf.c (NaN): Likewise.
19603         * tests/test-round1.c (NaN): Likewise.
19604         * tests/test-roundf1.c (NaN): Likewise.
19605         * tests/test-snprintf-posix.h (NaN): Likewise.
19606         * tests/test-sprintf-posix.h (NaN): Likewise.
19607         * tests/test-trunc1.c (NaN): Likewise.
19608         * tests/test-truncf1.c (NaN): Likewise.
19609         * tests/test-vasnprintf-posix.c (NaN): Likewise.
19610         * tests/test-vasprintf-posix.c (NaN): Likewise.
19611         * modules/isnand-nolibm (Depends-on): Add math.
19612         * modules/isnanf-nolibm (Depends-on): Likewise.
19613         * modules/isnanl (Depends-on): Likewise.
19614         * modules/isnanl-nolibm (Depends-on): Likewise.
19615         * modules/snprintf-posix-tests (Depends-on): Likewise.
19616         * modules/sprintf-posix-tests (Depends-on): Likewise.
19617         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
19618         * modules/vsprintf-posix-tests (Depends-on): Likewise.
19619         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
19620         * modules/vasprintf-posix-tests (Depends-on): Likewise.
19621
19622 2008-03-31  Bruno Haible  <bruno@clisp.org>
19623
19624         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
19625         * doc/posix-functions/strtod.texi: Likewise.
19626
19627 2008-03-31  Bruno Haible  <bruno@clisp.org>
19628
19629         * tests/test-strtod.c (main): Don't use C99 syntax.
19630
19631 2008-03-31  Bruno Haible  <bruno@clisp.org>
19632
19633         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
19634         Reported by Eric Blake.
19635
19636 2008-03-31  Jim Meyering  <meyering@redhat.com>
19637
19638         Don't compare actual signbit return values.
19639         * tests/test-strtod.c (main): Rather, compare only their
19640         zero/non-zero nature.
19641
19642 2008-03-31  Eric Blake  <ebb9@byu.net>
19643
19644         More strtod documentation.
19645         * doc/posix-functions/strtod.texi (strtod): Interpret more test
19646         failures as distinct bugs.
19647
19648 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19649
19650         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
19651         Problem reported by Erik Benada in
19652         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
19653
19654 2008-03-30  Bruno Haible  <bruno@clisp.org>
19655
19656         * tests/test-strtod.c: Add comments about which assertion fails on which
19657         platform.
19658         * doc/posix-functions/strtod.texi: Add info about many more platforms.
19659
19660 2008-03-30  Eric Blake  <ebb9@byu.net>
19661
19662         Test signbit behavior on zeros.
19663         * tests/test-signbit.c (test_signbitf): Add tests for zero.
19664         (test_signbitd, test_signbitl): Likewise.
19665
19666         More strtod touchups.
19667         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
19668         sign of negative underflow, for now.  Use .5, not .1.
19669         * doc/posix-functions/strtod.texi (strtod): Mention these
19670         limitations.
19671         Reported by Jim Meyering.
19672
19673 2008-03-30  Bruno Haible  <bruno@clisp.org>
19674
19675         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
19676         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
19677
19678 2008-03-30  Bruno Haible  <bruno@clisp.org>
19679
19680         Avoid failure when attempting to return empty iconv results on some
19681         platforms.
19682         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
19683         allocation, don't report ENOMEM when the resulting string is empty.
19684
19685 2008-03-30  Bruno Haible  <bruno@clisp.org>
19686
19687         Fix buffer overrun.
19688         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
19689         Don't consider the width for tmp_length. Check count against tmp_length
19690         before doing the padding. Ensure enough allocation during padding.
19691
19692 2008-03-30  Eric Blake  <ebb9@byu.net>
19693
19694         strtod touchups.
19695         * lib/strtod.c (strtod): Avoid compiler warnings.
19696         Reported by Jim Meyering.
19697
19698 2008-03-30  Bruno Haible  <bruno@clisp.org>
19699
19700         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
19701         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
19702         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
19703         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
19704         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
19705         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
19706         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
19707         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
19708
19709         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
19710         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
19711         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
19712         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
19713         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
19714         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
19715         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
19716         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
19717
19718         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
19719         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
19720         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
19721         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
19722         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
19723         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
19724         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
19725         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
19726
19727         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
19728         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
19729
19730         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
19731         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
19732
19733         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
19734         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
19735
19736         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
19737         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
19738         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
19739
19740         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
19741         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
19742         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
19743
19744         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
19745         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
19746         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
19747
19748         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
19749         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
19750         * modules/vasprintf (Depends-on): Add EOVERFLOW.
19751
19752         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
19753         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
19754         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
19755         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
19756         (Depends-on): Add EOVERFLOW.
19757         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
19758         (Depends-on): Add EOVERFLOW.
19759         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
19760         (Depends-on): Add EOVERFLOW.
19761         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
19762         (Depends-on): Add EOVERFLOW.
19763         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
19764         (Depends-on): Add EOVERFLOW.
19765         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
19766         (Depends-on): Add EOVERFLOW.
19767         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
19768         (Depends-on): Add EOVERFLOW.
19769         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
19770         (Depends-on): Add EOVERFLOW.
19771
19772         * lib/sprintf.c (EOVERFLOW): Remove fallback.
19773         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
19774         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
19775
19776         * lib/snprintf.c (EOVERFLOW): Remove fallback.
19777         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
19778         * modules/snprintf (Depends-on): Add EOVERFLOW.
19779
19780         * lib/poll.c (EOVERFLOW): Remove fallback.
19781         * modules/poll (Depends-on): Add EOVERFLOW.
19782
19783         * lib/getugroups.c (EOVERFLOW): Remove fallback.
19784         * modules/getugroups (Depends-on): Add EOVERFLOW.
19785
19786         * lib/getdelim.c (EOVERFLOW): Remove fallback.
19787         * modules/getdelim (Depends-on): Add EOVERFLOW.
19788
19789         * lib/ftell.c (EOVERFLOW): Remove fallback.
19790         * modules/ftell (Depends-on): Add EOVERFLOW.
19791
19792         * lib/fprintf.c (EOVERFLOW): Remove fallback.
19793         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
19794         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
19795
19796         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
19797
19798         * modules/EOVERFLOW-tests: New file.
19799         * tests/test-EOVERFLOW.c: New file.
19800
19801         * modules/EOVERFLOW: New file.
19802         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
19803
19804 2008-03-30  Bruno Haible  <bruno@clisp.org>
19805
19806         Fix bug introduced on 2007-06-10.
19807         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
19808         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
19809
19810 2008-03-30  Bruno Haible  <bruno@clisp.org>
19811
19812         Improve freadseek's efficiency after ungetc.
19813         * lib/freadseek.c: Include freadahead.h.
19814         (freadptrinc): New function, extracted from freadseek.
19815         (freadseek): Use it in a loop. Use freadahead to determine the number
19816         of loop iterations.
19817         * modules/freadseek (Depends-on): Add freadahead.
19818         (configure.ac): Require AC_C_INLINE.
19819
19820 2008-03-30  Bruno Haible  <bruno@clisp.org>
19821
19822         * lib/freadseek.c (freadseek): Don't ignore the return value of
19823         freadptr.
19824
19825 2008-03-29  Eric Blake  <ebb9@byu.net>
19826
19827         Add hex float support.
19828         * modules/strtod (Depends-on): Add c-ctype.
19829         (Link): Mention POW_LIB.
19830         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
19831         whitespace between 'e' and exponent.
19832         * tests/test-strtod.c (main): Enable hex float tests.
19833         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
19834         now provides.
19835
19836         Document various strtod bugs, with some fixes.
19837         * doc/posix-functions/strtod.texi (strtod): Document bugs with
19838         "-0x", "inf", "nan", and hex constants.
19839         * doc/posix-functions/atof.texi (atof): Likewise.
19840         * modules/stdlib (Makefile.am): Support strtod.
19841         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
19842         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
19843         detect additional strtod bugs.
19844         * lib/stdlib.in.h (rpl_strtod): Add declarations.
19845         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
19846         bool where appropriate.  Parse 'inf' and 'nan'.
19847         * tests/test-strtod.c: New file.
19848         * modules/strtod (Depends-on): Add stdbool, stdlib.
19849         (configure.ac): Turn on module indicator.
19850         * modules/strtod-tests: New module.
19851
19852 2008-03-29  Eric Blake  <ebb9@byu.net>
19853
19854         Fix ftell on mingw.
19855         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
19856         * modules/ftell-tests (Depends-on): Add binary-io.
19857         * modules/ftello-tests (Depends-on): Likewise.
19858         * tests/test-ftell.c (main): Enhance test to cover behavior after
19859         ungetc.  Enforce binary mode.
19860         * tests/test-ftello.c (main): Likewise.
19861
19862         Pass test-freadseek on cygwin.
19863         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
19864         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
19865         ungetc buffer.
19866
19867         * tests/test-fflush2.c (main): Fix typo.
19868
19869 2008-03-29  Bruno Haible  <bruno@clisp.org>
19870
19871         * tests/test-fflush2.c (main): Temporarily disable the contents of
19872         this test.
19873         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
19874         Reported by Eric Blake.
19875
19876 2008-03-28  Simon Josefsson  <simon@josefsson.org>
19877
19878         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
19879         (GC_SHA224_DIGEST_SIZE): Add.
19880
19881         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
19882         (gc_hash_digest_length): Likewise.
19883         (gc_hash_buffer): Likewise.
19884
19885 2008-03-25  Bruno Haible  <bruno@clisp.org>
19886
19887         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
19888         detail which gettext release to use.
19889         Reported by Simon Josefsson.
19890
19891 2008-03-26  Jim Meyering  <meyering@redhat.com>
19892
19893         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
19894         * modules/gnumakefile (clean-GNUmakefile): Also, use
19895         test ... && ... || : syntax rather than if-then ... fi.
19896
19897         gnumakefile: Don't double-quote-expand $(VPATH) value.
19898         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
19899
19900 2008-03-24  Eric Blake  <ebb9@byu.net>
19901
19902         Alter GNUmakefile to install into top directory.
19903         * modules/maintainer-makefile: Split, and add dependency...
19904         * modules/gnumakefile: to this new module.
19905         * build-aux/GNUmakefile: Move...
19906         * top/GNUmakefile: ...here.
19907         * build-aux/maint.mk: Move...
19908         * top/maint.mk: ...here.
19909         * MODULES.html.sh (Support for maintaining...): Document new
19910         module.
19911
19912 2008-03-23  Bruno Haible  <bruno@clisp.org>
19913
19914         * gnulib-tool: New options --vc-files, --no-vc-files.
19915         (func_usage): Document them.
19916         (vc_files): New variable.
19917         (func_import): Consider vc_files.
19918         (func_create_testdir): Set vc_files to empty.
19919         Suggested by Jim Meyering and Karl Berry.
19920
19921 2008-03-23  Bruno Haible  <bruno@clisp.org>
19922
19923         Fix regex compilation error on HP-UX 11.
19924         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
19925         * modules/regex (Files): Add m4/mbstate_t.m4.
19926         Reported by Ton Voon <ton.voon@altinity.com>.
19927
19928 2008-03-23  Bruno Haible  <bruno@clisp.org>
19929
19930         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
19931
19932 2008-03-23  Eric Blake  <ebb9@byu.net>
19933             Bruno Haible  <bruno@clisp.org>
19934
19935         Install files from top/ in the destination directory.
19936         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
19937         augmentation also for the files from top/.
19938         (func_import, func_create_testdir): Rewrite file names:
19939         top/filename -> filename.
19940
19941 2008-03-23  Bruno Haible  <bruno@clisp.org>
19942
19943         Tweak "gnulib --version" output.
19944         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
19945
19946 2008-03-23  Bruno Haible  <bruno@clisp.org>
19947
19948         Tweak "gnulib --version" output.
19949         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
19950         rather than contents of ChangeLog, when possible.
19951
19952 2008-03-21  Eric Blake  <ebb9@byu.net>
19953
19954         More --version tweaks.
19955         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
19956         date of last ChangeLog entry.
19957
19958 2008-03-21  Jim Meyering  <meyering@redhat.com>
19959
19960         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
19961
19962 2008-03-20  Eric Blake  <ebb9@byu.net>
19963
19964         VPATH fix.
19965         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
19966
19967 2008-03-20  Simon Josefsson  <simon@josefsson.org>
19968
19969         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
19970         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
19971
19972 2008-03-20  Eric Blake  <ebb9@byu.net>
19973
19974         Sync GNUmakefile with coreutils.
19975         * build-aux/GNUmakefile (have-Makefile): Rename...
19976         (_have-Makefile): ...to this, for namespace consideration.
19977         (GNUmakefile.cfg): Include, if present.
19978         (_autoreconf): Define a default.
19979         (_is-dist-target): New rule for rebuilds to pick up intra-release
19980         version.
19981         (maint-cfg.mk): Rename...
19982         (cfg.mk): ...to this.
19983
19984 2008-03-18  Jim Meyering  <meyering@redhat.com>
19985
19986         New script and module: mktempd
19987         * MODULES.html.sh (maint+release support): Add mktempd.
19988         * build-aux/mktempd: New file.
19989         * modules/mktempd: New file.
19990
19991 2008-03-15  Jim Meyering  <meyering@redhat.com>
19992
19993         Undo last change.
19994         * lib/sha1.c, lib/md5.c: 63 != ~63.
19995         Reported by Andreas Schwab.
19996
19997         sha1.c, md5.c: Hoist a redundant expression.
19998         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
19999         "ctx->buflen" only once, before calling *_process_block.
20000         * lib/md5.c (md5_process_bytes): Likewise.
20001
20002 2008-03-14  Eric Blake  <ebb9@byu.net>
20003
20004         Bump copyright year in files generated by gnulib-tool.
20005         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
20006         gnulib-tool, rather than hard-coding it.
20007
20008         Fix 'gnulib-tool --version' output to work with git.
20009         * gnulib-tool (func_gnulib_dir): New function, extracted from...
20010         (startup): ...here.
20011         (func_version): Use it to invoke git-version-gen, rather than
20012         relying on CVS keyword expansion.  Modernize wording.
20013         (cvsdatestamp, last_checkin_date, version): Kill unused
20014         variables.
20015
20016 2008-03-12  Jim Meyering  <meyering@redhat.com>
20017
20018         Recognize optional cast of the argument to free.
20019         * build-aux/useless-if-before-free: Update regexps.
20020
20021         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
20022
20023 2008-03-11  Bruno Haible  <bruno@clisp.org>
20024
20025         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
20026         by a single package.
20027         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
20028         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
20029         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
20030         Reported by Sam Steingold <sds@gnu.org>.
20031
20032 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
20033
20034         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
20035         repositories.
20036
20037 2008-03-11  Bruno Haible  <bruno@clisp.org>
20038
20039         Avoid conflicts between local macro definitions.
20040         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
20041         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
20042
20043 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
20044             Bruno Haible  <bruno@clisp.org>
20045
20046         Make va_copy work with some version of xlc on AIX 5.1.
20047         * lib/stdarg.in.h: New file.
20048         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
20049         On AIX, use a <stdarg.h> file substitute.
20050         * modules/stdarg (Files): Add lib/stdarg.in.h.
20051         (Depends-on): Add include_next.
20052         (Makefile.am): Build a stdarg.h substitute if requested.
20053         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
20054
20055 2008-03-10  Bruno Haible  <bruno@clisp.org>
20056
20057         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
20058         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20059         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
20060
20061 2008-03-10  Bruno Haible  <bruno@clisp.org>
20062
20063         * modules/stdlib (Depends-on): Add include_next, remove
20064         absolute-header.
20065
20066 2008-03-09  Bruno Haible  <bruno@clisp.org>
20067
20068         * lib/freadahead.h (freadahead): Document more precisely.
20069         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
20070         the sum of both buffer sizes.
20071         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
20072         * NEWS: Document the change.
20073
20074 2008-03-09  Bruno Haible  <bruno@clisp.org>
20075
20076         Extend freadptr to return also the buffer size.
20077         * lib/freadptr.h (freadptr): Add sizep argument.
20078         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
20079         (freadptr): Add sizep argument. Determine buffer size like freadahead
20080         does.
20081         * tests/test-freadptr.c: Don't include freadahead.h.
20082         (main): Adapt for new calling convention of freadptr.
20083         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
20084         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
20085         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
20086         tests/test-freadptr2.sh.
20087         (Depends): Remove freadahead.
20088         (TESTS): Add test-freadptr2.sh.
20089         (check_PROGRAMS): Add test-freadptr2.
20090
20091 2008-03-09  Bruno Haible  <bruno@clisp.org>
20092
20093         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
20094         Report and solution by Simon Josefsson.
20095
20096 2008-03-06  Bruno Haible  <bruno@clisp.org>
20097
20098         Make fflush after ungetc work on BSD platforms.
20099         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
20100         * tests/test-fflush2.c: New file.
20101         * tests/test-fflush2.sh: New file.
20102         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
20103         tests/test-fflush2.c.
20104         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
20105         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
20106
20107 2008-03-06  Eric Blake  <ebb9@byu.net>
20108
20109         Likewise for ftello.
20110         * modules/ftello (Dependencies): Add extensions.
20111         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
20112
20113 2008-03-06  Bruno Haible  <bruno@clisp.org>
20114
20115         * modules/fseeko (Dependencies): Add extensions.
20116         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
20117         Needed on glibc systems.
20118
20119 2008-03-06  Bruno Haible  <bruno@clisp.org>
20120
20121         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
20122         email address.
20123         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
20124
20125 2008-03-06  Bruno Haible  <bruno@clisp.org>
20126
20127         * users.txt: Add libgnupdf.
20128
20129 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
20130
20131         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
20132         (Header File Substitutes, Function Substitutes,
20133         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
20134         (Build robot for gnulib): Fix typo.
20135
20136 2008-03-06  Bruno Haible  <bruno@clisp.org>
20137
20138         * doc/gnulib-tool.texi (VCS Issues): Small updates.
20139         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
20140
20141 2008-03-06  Bruno Haible  <bruno@clisp.org>
20142
20143         * doc/func.texi: New file, extracted from doc/gnulib.texi.
20144         * doc/gnulib.texi: Include it.
20145
20146 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20147
20148         * modules/func (License): Change license to unlimited; there was
20149         no LGPL parts in the module anyway.
20150
20151 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20152
20153         * modules/__func__: Renamed to modules/func.
20154         * modules/__func__-tests: Renamed to modules/func-tests.
20155         * tests/test-__func__.c: Renamed to tests/test-func.c.
20156         * m4/__func__.m4: Renamed to m4/func.m4.
20157         * doc/gnulib.texi (__func__): Section renamed to func.
20158         Suggested by Eric Blake <ebb9@byu.net>.
20159
20160 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20161
20162         * doc/gnulib.texi (__func__): Use C99 terminology when talking
20163         about __func__.  Make example self-contained.  Suggested by Eric
20164         Blake <ebb9@byu.net>.
20165
20166         * tests/test-__func__.c (main): Avoid extraneous () around __func.
20167         Suggested by Eric Blake <ebb9@byu.net>.
20168
20169 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20170
20171         * modules/__func__: New file.
20172         * modules/__func__-tests: New file.
20173         * tests/test-__func__.c: New file.
20174         * m4/__func__.m4: New file.
20175         * doc/gnulib.texi (__func__): Document __func__ module.
20176
20177 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20178
20179         * modules/byteswap (License): Re-license as LGPLv2+.
20180
20181 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20182
20183         * doc/Makefile: Add pdf target.
20184
20185 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20186
20187         * modules/inline (License): Use 'unlimited', since there are only
20188         *.m4 files in this module.
20189
20190 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
20191             Bruno Haible  <bruno@clisp.org>
20192
20193         Add support for HP C 7.1 on OpenVMS 8.3.
20194         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
20195
20196 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
20197
20198         Update VMS specifics.
20199         * lib/getopt.c [VMS]: Remove include of unixlib.h.
20200
20201 2008-03-02  Jim Meyering  <meyering@redhat.com>
20202
20203         Remove the last dependency on the "free" module.
20204         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
20205         Reported by Bob Proulx.
20206
20207         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
20208
20209         Remove useless "if" tests before free.  Deprecate "free" module.
20210         * doc/posix-functions/free.texi: Mention that this
20211         module is no longer useful.
20212         * modules/free (Notice): Say this module is obsolete.
20213         * modules/readutmp (Depends-on): Remove free.
20214         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
20215         * lib/putenv.c (putenv): Likewise.
20216         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
20217         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
20218         * tests/test-c-strcasestr.c (main): Likewise.
20219         * tests/test-c-strstr.c (main): Likewise.
20220         * tests/test-mbscasestr1.c (main): Likewise.
20221         * tests/test-mbscasestr2.c (main): Likewise.
20222         * tests/test-mbsstr1.c (main): Likewise.
20223         * tests/test-mbsstr2.c (main): Likewise.
20224         * tests/test-memmem.c (main): Likewise.
20225         * tests/test-strcasestr.c (main): Likewise.
20226         * tests/test-striconv.c (main): Likewise.
20227         * tests/test-striconveh.c (main): Likewise.
20228         * tests/test-striconveha.c (main): Likewise.
20229         * tests/test-strstr.c (main): Likewise.
20230
20231         * build-aux/git-version-gen: Adjust a comment and the Usage string.
20232
20233         bootstrap: sync from coreutils again
20234         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
20235
20236 2008-03-01  Jim Meyering  <meyering@redhat.com>
20237
20238         bootstrap: sync from coreutils
20239         * build-aux/bootstrap (update_po_files): Copy a .po file into place
20240         also when the target doesn't exist.
20241
20242 2008-03-01  Eric Blake  <ebb9@byu.net>
20243
20244         Fix bugs in last patch.
20245         * lib/memchr2.c (memchr2): Fix typo.
20246         * tests/test-memchr2.c: Test previous bug, and don't use GNU
20247         extension.
20248         Reported by Bruce Korb.
20249
20250         New module 'memchr2'.
20251         * modules/memchr2: New file.
20252         * modules/memchr2-tests: Likewise.
20253         * lib/memchr2.h: Likewise.
20254         * lib/memchr2.c: Likewise, based on memchr.c.
20255         * tests/test-memchr2.c: New test.
20256         * MODULES.html.sh (String handling): Add memchr2.
20257
20258 2008-02-29  Bruno Haible  <bruno@clisp.org>
20259
20260         * modules/freadseek-tests: New file.
20261         * tests/test-freadseek.sh: New file.
20262         * tests/test-freadseek.c: New file.
20263
20264         New module 'freadseek'.
20265         * modules/freadseek: New file.
20266         * lib/freadseek.h: New file.
20267         * lib/freadseek.c: New file.
20268         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
20269
20270 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20271
20272         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
20273         wydawca.
20274
20275         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
20276         program_invocation_name and program_invocation_short_name are
20277         present.
20278
20279 2008-02-28  Bruno Haible  <bruno@clisp.org>
20280
20281         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
20282         * tests/test-freadptr.sh: Also test non-seekable stdin.
20283
20284 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
20285
20286         * build-aux/bootstrap (source_base, m4_base)
20287         (doc_base, tests_base): New variables.
20288         (gnulib_tool_options): Do not hardcode base directories, use
20289         the above variables instead.
20290
20291 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
20292
20293         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
20294
20295 2008-02-28  Bruno Haible  <bruno@clisp.org>
20296
20297         * modules/freadptr-tests: New file.
20298         * tests/test-freadptr.sh: New file.
20299         * tests/test-freadptr.c: New file.
20300
20301         New module 'freadptr'.
20302         * modules/freadptr: New file.
20303         * lib/freadptr.h: New file.
20304         * lib/freadptr.c: New file.
20305         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
20306
20307 2008-02-26  Karl Berry  <karl@freefriends.org>
20308
20309         Sync from Libtool:
20310         * libltdl/argz.c (argz_add, argz_count): New functions.
20311         * libltdl/argz.in.h: Declare them.
20312         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
20313
20314 2008-02-22  Bruno Haible  <bruno@clisp.org>
20315
20316         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
20317         is a pointer type.  Needed for HP-UX 10.
20318         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
20319         * doc/posix-functions/gmtime_r.texi: Likewise.
20320         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
20321
20322 2008-02-24  Bruno Haible  <bruno@clisp.org>
20323
20324         * modules/environ-tests: New file.
20325         * tests/test-environ.c: New file.
20326
20327         New module 'environ'.
20328         * modules/environ: New file.
20329         * lib/unistd.in.h (environ): New declaration.
20330         * m4/environ.m4: New file.
20331         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
20332         after use.
20333         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
20334         HAVE_DECL_ENVIRON.
20335         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
20336         HAVE_DECL_ENVIRON.
20337         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
20338         wrong claim that 'environ' is missing on some systems.
20339         * modules/execute (Depends-on): Add environ.
20340         * lib/execute.c (environ): Remove fallback declaration.
20341         * modules/pipe (Depends-on): Add environ.
20342         * lib/pipe.c (environ): Remove fallback declaration.
20343         * modules/setenv (Depends-on): Add environ.
20344         * lib/setenv.c (environ): Remove fallback declaration.
20345         * modules/unsetenv (Depends-on): Add environ.
20346         * lib/unsetenv.c (environ): Remove fallback declaration.
20347         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
20348         m4/environ.m4.
20349         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
20350         (gl_PREREQ_UNSETENV): Likewise.
20351
20352 2008-02-24  Bruno Haible  <bruno@clisp.org>
20353
20354         * doc/posix-functions/environ.texi: Document the MacOS X problem.
20355
20356 2008-02-20  Bob Proulx  <bob@proulx.com>
20357
20358         Enable use of older two part flavor 'git describe'.
20359         * build-aux/git-version-gen: If using the older two part flavor of
20360         git version then recreate the third part now present in the
20361         newer three part flavor of git describe.
20362
20363 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
20364
20365         * lib/fts.c (fts_build): Typo correction to comment.
20366
20367 2008-02-17  Bruno Haible  <bruno@clisp.org>
20368
20369         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
20370         generating no-op conflicts.
20371
20372 2008-02-17  Bruno Haible  <bruno@clisp.org>
20373
20374         Speed up by 10%.
20375         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
20376         result_entries, rather than an index-based loop.
20377
20378 2008-02-17  Bruno Haible  <bruno@clisp.org>
20379
20380         Speed up by 25%.
20381         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
20382         'hashcode_cached'.
20383         (entry_create): New function.
20384         (entry_hashcode): Use the cached hashcode if possible.
20385         (read_changelog_file, try_split_merged_entry): Use entry_create.
20386
20387 2008-02-17  Bruno Haible  <bruno@clisp.org>
20388
20389         Speed up from O(n^2) to O(n) for long ChangeLog files.
20390         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
20391         (read_changelog_file): Change implementation of entries_reversed list
20392         to rbtreehash.
20393         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
20394
20395 2008-02-17  Bruno Haible  <bruno@clisp.org>
20396
20397         New option --split-merged-entry.
20398         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
20399         (find_paragraph_end, try_split_merged_entry): New functions.
20400         (long_options): Add option --split-merged-entry.
20401         (usage): Document option --split-merged-entry.
20402         (main): Implement option --split-merged-entry.
20403         Reported by Eric Blake.
20404
20405 2008-02-17  Bruno Haible  <bruno@clisp.org>
20406
20407         * lib/git-merge-changelog.c: Include c-strstr.h.
20408         (main): Support the "git pull --rebase" situation.
20409         * modules/git-merge-changelog (Depends-on): Add c-strstr.
20410         Reported by Eric Blake.
20411
20412 2008-02-16  Eric Blake  <ebb9@byu.net>
20413
20414         Avoid doubling \ in common case of "c-maybe" quoting style.
20415         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
20416         eliding outer quotes.
20417         * lib/quotearg.h: Document this.
20418         * tests/test-quotearg.c (result_strings, inputs, results_g)
20419         (flag_results, locale_results): Test it by adding a new string to
20420         each test group.
20421         (compare_strings): Test new string.
20422
20423 2008-02-13  Eric Blake  <ebb9@byu.net>
20424
20425         Avoid trigraph quoting in default output.
20426         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
20427         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
20428         unless explicitly requested.
20429         * tests/test-quotearg.c (flag_results, main): Add additional tests.
20430
20431 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
20432
20433         Don't rely on signed integer overflowing to negative value.
20434         * lib/getugroups.c (getugroups): Include <limits.h>.
20435         Instead, compare against INT_MAX, and increment only if the test passes.
20436
20437 2008-02-13  Jim Meyering  <meyering@redhat.com>
20438         and Eric Blake  <ebb9@byu.net>
20439
20440         Avoid shadowing warning and compile errors on Linux.
20441         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
20442         forwarding macros on Linux.
20443         (dcgettext): Define a stub, for Linux.
20444         (results_g, main): Avoid warnings.
20445
20446 2008-02-12  Eric Blake  <ebb9@byu.net>
20447
20448         Silence warning in last patch.
20449         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
20450
20451         Quotearg part 4: add tests, fix c-maybe colon quoting.
20452         * lib/quotearg.h: Improve documentation.
20453         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
20454         escapes when adding outer quotes.  When quoting trigraphs, use
20455         valid C notation.  When quoting NUL, omit extra characters if next
20456         character is not digit.  Alter prototype.
20457         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
20458         callers.
20459         * modules/quotearg-tests: New module.
20460         * tests/test-quotearg.c: New test.
20461
20462 2008-02-07  Eric Blake  <ebb9@byu.net>
20463
20464         Quotearg part 3: add flag to control outer quote elision.
20465         * lib/quotearg.h (c_maybe_quoting_style): New style.
20466         (enum quoting_flags): Better documentation of flags.
20467         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
20468         c-maybe style.
20469         (quotearg_buffer_restyled): Handle new flag to elide outer
20470         quotes.
20471
20472         Quotearg part 2: add flag that can control NUL elision.
20473         * lib/quotearg.h (set_quoting_flags): New prototype.
20474         * lib/quotearg.c (struct quoting_options): Add flag field.
20475         (set_quoting_flags): New function.
20476         (quotearg_buffer_restyled): Add flags parameter.
20477         (quotearg_alloc_mem): Set the flag if length cannot be returned.
20478         (quotearg_n_options): Set the flag, since length cannot be
20479         returned.
20480         (quoting_options_from_style): Default flags correctly.
20481
20482         Quotearg part 1: more wrappers, restore quotearg_char state.
20483         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
20484         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
20485         (quotearg_colon_mem): New wrappers.
20486         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
20487         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
20488         functions.
20489         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
20490         (quotearg_colon_mem): New functions.
20491
20492 2008-02-11  Bruno Haible  <bruno@clisp.org>
20493
20494         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
20495         library in the current directory: it does not work with parallel make.
20496         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20497
20498 2008-02-11  Bruno Haible  <bruno@clisp.org>
20499
20500         * .gitattributes: New file.
20501
20502 2008-02-11  Jim Meyering  <meyering@redhat.com>
20503
20504         useless-if-before-free: Fix reversed exit values.
20505         * build-aux/useless-if-before-free: Use correct values
20506         for EXIT_MATCH and EXIT_NO_MATCH.
20507
20508         * build-aux/useless-if-before-free: Close stdout carefully.
20509
20510 2008-02-10  Bruno Haible  <bruno@clisp.org>
20511
20512         New module 'git-merge-changelog'.
20513         * modules/git-merge-changelog: New file.
20514         * lib/git-merge-changelog.c: New file.
20515
20516 2008-02-10  Jim Meyering  <meyering@redhat.com>
20517
20518         useless-if-before-free: New option: --list (-l).
20519
20520         useless-if-before-free: Don't exit immediately upon open failure.
20521         * build-aux/useless-if-before-free: Exit 2 for errors.
20522         Upon failure to open a file, don't exit immediately.
20523         Rather, just warn and continue with any remaining files.
20524
20525 2008-02-10  Bruno Haible  <bruno@clisp.org>
20526
20527         New abstract list operation 'node_set_value'.
20528         * lib/gl_list.h (gl_list_node_set_value): New function.
20529         (struct gl_list_implementation): New field node_set_value.
20530         * lib/gl_list.c (gl_list_node_set_value): New function.
20531         * lib/gl_array_list.c (gl_array_node_set_value): New function.
20532         (gl_array_list_implementation): Update.
20533         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
20534         (gl_carray_list_implementation): Update.
20535         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
20536         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
20537         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
20538         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
20539         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
20540         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
20541         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
20542         Update.
20543         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
20544         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
20545         (gl_sublist_list_implementation): Update.
20546
20547 2008-02-10  Bruno Haible  <bruno@clisp.org>
20548
20549         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
20550         Needed when ELEMENT is #defined to 'some_type *'.
20551
20552 2008-02-10  Jim Meyering  <meyering@redhat.com>
20553
20554         New script and module: useless-if-before-free
20555         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
20556         * build-aux/useless-if-before-free: New file.
20557         * modules/useless-if-before-free: New file.
20558
20559         * build-aux/gitlog-to-changelog: Use committer date, not author date.
20560
20561         xstrtol_error: Fix typo.
20562         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
20563         s/exit_failure/exit_status/.
20564
20565 2008-02-09  Jim Meyering  <meyering@redhat.com>
20566
20567         New script and module: gitlog-to-changelog
20568         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
20569         * modules/gitlog-to-changelog: New file.
20570         * build-aux/gitlog-to-changelog: New file.
20571
20572 2008-02-08  Jim Meyering  <meyering@redhat.com>
20573
20574         Avoid two "parameter unused" warnings.
20575         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
20576         Mark "st" as used.
20577
20578         Use "git COMMAND", not "git-COMMAND".
20579         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
20580         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
20581         * build-aux/git-version-gen: Use "git status", not "git-status".
20582
20583 2008-02-07  Bruno Haible  <bruno@clisp.org>
20584
20585         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
20586         Avoids a crash on Windows Vista.
20587         Reported by Adam Strzelecki <ono@java.pl> via
20588         Simon Josefsson <simon@josefsson.org>.
20589
20590 2008-02-06  Bruno Haible  <bruno@clisp.org>
20591
20592         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
20593         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
20594         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
20595         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
20596         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
20597         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20598         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
20599         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
20600         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20601         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20602         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20603         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20604         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20605         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20606         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20607         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
20608         left-adjust flag.
20609         * tests/test-snprintf-posix.h (test_function): Likewise.
20610         * tests/test-sprintf-posix.h (test_function): Likewise.
20611         * tests/test-vasprintf-posix.c (test_function): Likewise.
20612         * doc/posix-functions/fprintf.texi: Update.
20613         * doc/posix-functions/printf.texi: Update.
20614         * doc/posix-functions/snprintf.texi: Update.
20615         * doc/posix-functions/sprintf.texi: Update.
20616         * doc/posix-functions/vfprintf.texi: Update.
20617         * doc/posix-functions/vprintf.texi: Update.
20618         * doc/posix-functions/vsnprintf.texi: Update.
20619         * doc/posix-functions/vsprintf.texi: Update.
20620         Reported by Peter Fales <psfales@alcatel-lucent.com>.
20621
20622 2008-02-06  Bruno Haible  <bruno@clisp.org>
20623
20624         Fix bug introduced on 2008-01-26.
20625         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
20626
20627 2008-02-06  Bruno Haible  <bruno@clisp.org>
20628
20629         Fix bug introduced on 2007-06-10.
20630         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
20631         !NEED_PRINTF_FLAG_ZERO.
20632
20633 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
20634
20635         getloadavg: use libperfstat on AIX5
20636         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
20637
20638 2008-02-03  Bruno Haible  <bruno@clisp.org>
20639
20640         * lib/diffseq.h: Add comments about required #includes.
20641         Reported by Michael Biggs <gnulib@doubleplum.net>.
20642
20643 2008-02-01  Bruno Haible  <bruno@clisp.org>
20644
20645         * users.txt: Add gnuit.
20646
20647 2008-01-31  Bruno Haible  <bruno@clisp.org>
20648
20649         * lib/md4.c (set_uint32): Mark as inline.
20650         * lib/md5.c (set_uint32): Likewise.
20651         * lib/sha1.c (set_uint32): Likewise.
20652         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
20653         * m4/md5.m4 (gl_MD5): Likewise.
20654         * m4/sha1.m4 (gl_SHA1): Likewise.
20655
20656 2008-01-31  Jim Meyering  <meyering@redhat.com>
20657
20658         Use "sizeof VAR", rather than a literal "4".
20659         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
20660         * lib/md4.c (md4_read_ctx): Likewise.
20661         * lib/sha1.c (sha1_read_ctx): Likewise.
20662
20663 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20664
20665         * tests/test-sha1.c: New file, based on test-md5.c.
20666
20667         * modules/crypto/sha1-tests: New file.
20668
20669 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20670
20671         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
20672
20673 2008-01-31  Jim Meyering  <meyering@redhat.com>
20674
20675         Prefer "sizeof v" over the equivalent "4".
20676         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
20677         * lib/md5.c (set_uint32): Likewise.
20678         * lib/sha1.c (set_uint32): Likewise.
20679
20680 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20681
20682         * lib/sha1.c (set_uint32): Mark function as static.
20683
20684 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20685
20686         md2: clarify comments to say that alignment is not required.
20687         * lib/md2.h: Remove warning about alignment in comment.
20688         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
20689         never been required.
20690
20691 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20692
20693         md4: adapt alignment constraint fix from sha1.
20694         * lib/md4.c (set_uint32): New function, from sha1.c
20695         (md4_read_ctx): Use it.
20696         (md4_finish_ctx): Doc fix.
20697         * lib/md4.h: Doc fix.
20698
20699 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20700
20701         md5: adapt alignment constraint fix from sha1.
20702         * lib/md5.c (set_uint32): New function, from sha1.c
20703         (md5_read_ctx): Use it.
20704         (md5_finish_ctx): Doc fix.
20705         * lib/md5.h: Doc fix.
20706
20707 2008-01-30  Peter Palfrader  <weasel@debian.org>
20708
20709         sha1: remove the result buffer alignment constraint
20710         * lib/sha1.c (set_uint32): New function.
20711         (sha1_read_ctx): Rewrite to remove the result buffer alignment
20712         constraint.
20713         (sha1_finish_ctx): Remove comment warning about alignment constraint.
20714         * lib/sha1.h: Likewise.
20715
20716 2008-01-30  Andreas Schwab  <schwab@suse.de>
20717             Bruno Haible  <bruno@clisp.org>
20718
20719         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
20720         correct definition of LDBL_MIN_EXP.
20721
20722 2008-01-30  Karl Berry  <karl@gnu.org>
20723
20724         * config/srclist-update: try to preserve x bit on updates.
20725         * config/srclistvars.sh: update for karl.
20726
20727 2008-01-29  Jim Meyering  <meyering@redhat.com>
20728
20729         vasnprintf.c: Avoid warning about unused label
20730         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
20731         "overflow" label definition and associated code with the
20732         same cpp condition that guards the sole use of that label.
20733
20734 2008-01-26  Bruno Haible  <bruno@clisp.org>
20735
20736         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
20737         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
20738         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
20739         * lib/isnanl-nolibm.h (isnanl): Likewise.
20740         Reported by Paul Eggert <eggert@cs.ucla.edu>.
20741
20742 2008-01-26  Bruno Haible  <bruno@clisp.org>
20743
20744         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
20745         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
20746
20747 2008-01-26  Bruno Haible  <bruno@clisp.org>
20748
20749         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
20750         GCC >= 4.0 built-in.
20751         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
20752
20753 2008-01-26  Bruno Haible  <bruno@clisp.org>
20754
20755         Rename isnan, applicable to 'double' only, to isnand.
20756         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
20757         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
20758         (configure.ac): Update.
20759         (Include): Replace "isnan.h" with "isnand.h".
20760         * m4/isnand.m4: Renamed from m4/isnan.m4.
20761         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
20762         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
20763         instead of isnan.c.
20764         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
20765         instead of HAVE_ISNAN_IN_LIBC.
20766         (isnand): Renamed from isnan.
20767         * lib/isnand.c: New file.
20768         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
20769         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
20770         (Makefile.am): Update.
20771         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
20772         Include isnand.h instead of isnan.h.
20773         (main): Test isnand instead of isnan.
20774         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
20775         isnan-nolibm.
20776         * modules/frexp (Depends-on): Likewise.
20777         * modules/frexp-tests (Depends-on): Likewise.
20778         * modules/frexp-nolibm (Depends-on): Likewise.
20779         * modules/frexp-nolibm-tests (Depends-on): Likewise.
20780         * modules/isfinite (Depends-on): Likewise.
20781         * modules/round-tests (Depends-on): Likewise.
20782         * modules/signbit (Depends-on): Likewise.
20783         * modules/signbit-tests (Depends-on): Likewise.
20784         * modules/snprintf-posix (Depends-on): Likewise.
20785         * modules/sprintf-posix (Depends-on): Likewise.
20786         * modules/trunc-tests (Depends-on): Likewise.
20787         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
20788         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
20789         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
20790         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
20791         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
20792         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
20793         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
20794         * modules/vasnprintf-posix (Depends-on): Likewise.
20795         * modules/vasprintf-posix (Depends-on): Likewise.
20796         * modules/vfprintf-posix (Depends-on): Likewise.
20797         * modules/vsnprintf-posix (Depends-on): Likewise.
20798         * modules/vsprintf-posix (Depends-on): Likewise.
20799         * lib/frexp.c: Include isnand.h instead of isnan.h.
20800         (ISNAN): Set to isnand instead of isnan.
20801         * lib/isfinite.c: Include isnand.h instead of isnan.h.
20802         (gl_isfinited): Use isnand instead of isnan.
20803         * lib/signbitd.c: Include isnand.h instead of isnan.h.
20804         (gl_signbitd): Use isnand instead of isnan.
20805         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
20806         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
20807         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
20808         (main): Use isnand instead of isnan.
20809         * tests/test-round1.c: Include isnand.h.
20810         (main): Use isnand instead of isnan.
20811         * tests/test-round2.c: Include isnand.h instead of isnan.h.
20812         (ISNAN): Set to isnand instead of isnan.
20813         * tests/test-trunc1.c: Include isnand.h.
20814         (main): Use isnand instead of isnan.
20815         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
20816         (equal): Use isnand instead of isnan.
20817         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
20818         isnand-nolibm.
20819         * NEWS: Mention the change.
20820
20821 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
20822             Bruno Haible  <bruno@clisp.org>
20823
20824         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
20825         the GCC builtins for signbits are present and set
20826         REPLACE_SIGNBIT_USING_GCC if so.
20827         * lib/math.in.h (signbit): Define using GCC builtins if
20828         REPLACE_SIGNBIT_USING_GCC is set.
20829         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
20830         REPLACE_SIGNBIT_USING_GCC.
20831         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
20832
20833 2008-01-25  Jim Meyering  <meyering@redhat.com>
20834
20835         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
20836         * lib/poll.c: Include <config.h>, not "config.h".
20837         * tests/test-getaddrinfo.c: Likewise.
20838
20839 2008-01-25  Simon Josefsson  <simon@josefsson.org>
20840
20841         * modules/sockets-tests: New file.
20842
20843 2008-01-24  Simon Josefsson  <simon@josefsson.org>
20844
20845         * modules/sockets: New module, can be used to call WSA_Startup and
20846         WSA_Cleanup when needed.
20847
20848         * lib/sockets.h, lib/sockets.c: New files.
20849
20850         * m4/sockets.m4: New file.
20851
20852         * tests/test-sockets.c: New file.
20853
20854 2008-01-19  Bruno Haible  <bruno@clisp.org>
20855
20856         * doc/posix-headers: Renamed from doc/headers.
20857         * doc/posix-functions: Renamed from doc/functions.
20858         * doc/gnulib.texi: Update.
20859
20860 2008-01-19  Bruno Haible  <bruno@clisp.org>
20861
20862         * doc/glibc-functions/strcasestr.texi: Include contents of
20863         doc/functions/strcasestr.texi, fixing the list of platforms.
20864         * doc/functions/strcasestr.texi: Remove file.
20865
20866 2008-01-19  Bruno Haible  <bruno@clisp.org>
20867
20868         * doc/glibc-functions/memmem.texi: Include contents of
20869         doc/functions/memmem.texi.
20870         * doc/functions/memmem.texi: Remove file.
20871
20872 2008-01-18  Bruno Haible  <bruno@clisp.org>
20873
20874         * doc/glibc-functions/*.texi: New files.
20875         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
20876         to use the new files.
20877
20878 2008-01-17  Bruno Haible  <bruno@clisp.org>
20879
20880         * tests/test-gethostname.c (main): Fix printf statement.
20881
20882 2008-01-17  Simon Josefsson  <simon@josefsson.org>
20883
20884         * modules/gethostname-tests: New file.
20885
20886         * tests/test-gethostname.c: New file.
20887
20888 2008-01-17  Simon Josefsson  <simon@josefsson.org>
20889
20890         * lib/gethostname.c: Include string.h unconditionally, strncpy is
20891         used by the UNAME case.  Reported by Bruno Haible
20892         <bruno@clisp.org>.
20893
20894 2008-01-17  Eric Blake  <ebb9@byu.net>
20895
20896         Convert c-strcasestr to be more efficient.
20897         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
20898         (Depends-on): Add c-strcase, remove malloca, strnlen.
20899         * tests/test-c-strcasestr.c (main): Enhance test.
20900         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
20901
20902 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
20903
20904         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
20905         Use it in creating po/Makevars.
20906
20907 2008-01-15  Simon Josefsson  <simon@josefsson.org>
20908
20909         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
20910         Applications that requires it should initialize libgcrypt
20911         manually.
20912
20913 2008-01-16  Simon Josefsson  <simon@josefsson.org>
20914
20915         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
20916
20917 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
20918
20919         Fix problem with getdate on mingw32 reported by Simon Josefsson
20920         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
20921         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
20922         tzname", when deciding whether to declare tzname.
20923         * lib/strftime.c (tzname): Likewise.
20924
20925 2008-01-15  Bruno Haible  <bruno@clisp.org>
20926
20927         Work around a MacOS X 10.5 bug in frexpl().
20928         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
20929         * doc/functions/frexpl.texi: Document the bug.
20930         Reported by Elias Pipping <pipping@gentoo.org>.
20931
20932 2008-01-14  Eric Blake  <ebb9@byu.net>
20933
20934         Touch up previous patch.
20935         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
20936         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
20937
20938         Convert strcasestr module to use Two-Way algorithm.
20939         * modules/strcasestr-simple: New module, based on the old
20940         strcasestr, but with Two-Way rather than KMP.
20941         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
20942         * lib/string.in.h (rpl_strcasestr): Declare.
20943         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
20944         performance.
20945         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
20946         * modules/string (Makefile.am): Support strcasestr.
20947         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
20948         * modules/strcasestr-tests (Depends-on): Check for alarm.
20949         * tests/test-strcasestr.c: Augment test.
20950         * lib/str-two-way.h: Clean up stray macro.
20951         * NEWS: Document new module.
20952         * MODULES.html.sh (string handling): Likewise.
20953         * doc/functions/strcasestr.texi: New file.
20954         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
20955         here, since it is not a POSIX function.
20956
20957 2008-01-14  Colin Watson  <cjwatson@debian.org>
20958             Bruno Haible  <bruno@clisp.org>
20959
20960         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
20961         works fine; if not, set REPLACE_STRSIGNAL.
20962         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
20963         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20964         REPLACE_STRSIGNAL.
20965         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
20966         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
20967         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
20968
20969 2008-01-14  Bruno Haible  <bruno@clisp.org>
20970
20971         * modules/strsignal (Include): Change to <string.h>.
20972
20973 2008-01-14  Colin Watson  <cjwatson@debian.org>
20974
20975         * modules/argp (Notice): Add a notice recommending to change
20976         XGETTEXT_OPTIONS.
20977         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
20978
20979 2008-01-13  Colin Watson  <cjwatson@debian.org>
20980
20981         * modules/strsignal-tests: New file.
20982         * tests/test-strsignal.c: New file.
20983
20984         * lib/strsignal.c: New file, from glibc with modifications.
20985         * lib/siglist.h: New file, from glibc with modifications.
20986         * lib/string.in.h (strsignal): New declaration.
20987         * m4/strsignal.m4: New file.
20988         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20989         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
20990         * modules/strsignal: New file.
20991         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
20992         HAVE_DECL_STRSIGNAL.
20993
20994 2008-01-13  Bruno Haible  <bruno@clisp.org>
20995
20996         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
20997         locale encoding is not ASCII. Needed for OpenBSD 4.0.
20998         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
20999         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
21000
21001 2008-01-13  Bruno Haible  <bruno@clisp.org>
21002
21003         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
21004         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
21005         * lib/argp.h (__attribute__): Likewise.
21006         * lib/c-stack.c (__attribute__): Likewise.
21007         * lib/error.h (__attribute__): Likewise.
21008         * lib/fts.c (__attribute__): Likewise.
21009         * lib/openat.h (__attribute__): Likewise.
21010         * lib/stdio.in.h (__attribute__): Likewise.
21011         * lib/string.in.h (__attribute__): Likewise.
21012         * lib/utimens.c (__attribute__): Likewise.
21013         * lib/vasnprintf.h (__attribute__): Likewise.
21014         * lib/xalloc.h (__attribute__): Likewise.
21015         * lib/xprintf.h (__attribute__): Likewise.
21016         * lib/xstrtol.h (__attribute__): Likewise.
21017         * lib/xvasprintf.h (__attribute__): Likewise.
21018
21019 2008-01-12  Bruno Haible  <bruno@clisp.org>
21020
21021         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
21022         * doc/glibc-headers/a.out.texi: New file.
21023         * doc/glibc-headers/aliases.texi: New file.
21024         * doc/glibc-headers/alloca.texi: New file.
21025         * doc/glibc-headers/ar.texi: New file.
21026         * doc/glibc-headers/argp.texi: New file.
21027         * doc/glibc-headers/argz.texi: New file.
21028         * doc/glibc-headers/byteswap.texi: New file.
21029         * doc/glibc-headers/crypt.texi: New file.
21030         * doc/glibc-headers/endian.texi: New file.
21031         * doc/glibc-headers/envz.texi: New file.
21032         * doc/glibc-headers/err.texi: New file.
21033         * doc/glibc-headers/error.texi: New file.
21034         * doc/glibc-headers/execinfo.texi: New file.
21035         * doc/glibc-headers/fpu_control.texi: New file.
21036         * doc/glibc-headers/fstab.texi: New file.
21037         * doc/glibc-headers/fts.texi: New file.
21038         * doc/glibc-headers/getopt.texi: New file.
21039         * doc/glibc-headers/ieee754.texi: New file.
21040         * doc/glibc-headers/ifaddrs.texi: New file.
21041         * doc/glibc-headers/libintl.texi: New file.
21042         * doc/glibc-headers/mcheck.texi: New file.
21043         * doc/glibc-headers/mntent.texi: New file.
21044         * doc/glibc-headers/obstack.texi: New file.
21045         * doc/glibc-headers/paths.texi: New file.
21046         * doc/glibc-headers/printf.texi: New file.
21047         * doc/glibc-headers/pty.texi: New file.
21048         * doc/glibc-headers/resolv.texi: New file.
21049         * doc/glibc-headers/shadow.texi: New file.
21050         * doc/glibc-headers/sysexits.texi: New file.
21051         * doc/glibc-headers/ttyent.texi: New file.
21052
21053 2008-01-12  Jim Meyering  <meyering@redhat.com>
21054
21055         announce-gen: emit Gnulib's git-based version string.
21056         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
21057         New option --gnulib-version=V, where V is expected to be
21058         the output of running git describe in the gnulib directory.
21059         (get_tool_versions): Request feedback on xdelta.  I suspect it's
21060         not useful, and plan to stop publishing an xdelta file with each
21061         coreutils release.
21062
21063         * build-aux/announce-gen: Also check for lzma-compressed files.
21064
21065 2008-01-11  Bruno Haible  <bruno@clisp.org>
21066
21067         * tests/test-memmem.c (main): Increase maximum allowed time.
21068         * tests/test-strstr.c (main): Likewise.
21069
21070 2008-01-11  Bruno Haible  <bruno@clisp.org>
21071
21072         * doc/functions/memmem.texi: Add more precisions about platforms.
21073         * doc/functions/strstr.texi: Likewise.
21074
21075 2008-01-10  Eric Blake  <ebb9@byu.net>
21076
21077         * m4/strstr.m4: Delete cruft from copy-n-paste.
21078         Reported by Bruno Haible.
21079
21080 2008-01-10  Bruno Haible  <bruno@clisp.org>
21081
21082         Make c-strstr rely on strstr.
21083         * lib/c-strstr.c: Don't include str-kmp.h.
21084         (c_strstr): Define in terms of strstr.
21085         * modules/c-strstr (Files): Remove lib/str-kmp.h.
21086         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
21087
21088 2008-01-10  Bruno Haible  <bruno@clisp.org>
21089
21090         * doc/gnulib.texi (String Functions in C Locale): New section.
21091         * doc/c-ctype.texi: New file.
21092         * doc/c-strcase.texi: New file.
21093         * doc/c-strcaseeq.texi: New file.
21094         * doc/c-strcasestr.texi: New file.
21095         * doc/c-strstr.texi: New file.
21096         * doc/c-strtod.texi: New file.
21097         * doc/c-strtold.texi: New file.
21098
21099 2008-01-10  Eric Blake  <ebb9@byu.net>
21100
21101         * lib/relocatable.h: Fix a comment.
21102
21103 2008-01-10  Eric Blake  <ebb9@byu.net>
21104
21105         Share two-way algorithm.
21106         * lib/str-two-way.h: New file, merged from...
21107         * lib/memmem.c: ...here...
21108         * lib/strstr.c: ...and here.
21109         * modules/memmem (Files): Use it.
21110         * modules/strstr (Files): Likewise.
21111
21112         Avoid quadratic strstr implementations.
21113         * lib/strstr.c: New file.
21114         * m4/strstr.m4: Likewise.
21115         * modules/strstr: Likewise.
21116         * modules/strstr-tests: Likewise.
21117         * tests/test-strstr.c: Likewise.
21118         * lib/string.in.h (rpl_strstr): Declare.
21119         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
21120         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
21121         * modules/string (Makefile.am): Likewise.
21122         * MODULES.html.sh (string handling): Mention new module.
21123         * doc/functions/strstr.texi (strstr): Document the bug.
21124
21125 2008-01-10  Bruno Haible  <bruno@clisp.org>
21126
21127         * lib/relocatable.h (relocate): State whether result is freshly
21128         allocated or not.
21129         * lib/relocatable.c (relocate): Return a freshly allocated string
21130         instead of a pointer to a privately held string.
21131         Reported by Sylvain Beucler <beuc@gnu.org>.
21132
21133 2008-01-10  Colin Watson  <cjwatson@debian.org>
21134
21135         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
21136         s/S_ISNLK/S_ISLNK/.
21137
21138 2008-01-09  Bruno Haible  <bruno@clisp.org>
21139
21140         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
21141         and other files.
21142         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
21143         if it's only a guess.
21144         * modules/memmem: Simplify by depending on memmem-simple.
21145
21146 2008-01-09  Bruno Haible  <bruno@clisp.org>
21147
21148         Work around OpenBSD 4.0 tdelete() bug.
21149         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
21150         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
21151         macros and don't redefine the enum values.
21152         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
21153         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
21154         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
21155
21156 2008-01-09  Bruno Haible  <bruno@clisp.org>
21157
21158         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
21159         (main): Don't perform the tests if setlocale did not install a UTF-8
21160         locale. Needed on OpenBSD 4.0.
21161         * modules/wcwidth-tests (Depends-on): Add localcharset.
21162
21163 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21164
21165         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
21166         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
21167         * NEWS: announce this.
21168         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
21169
21170 2008-01-09  Simon Josefsson  <simon@josefsson.org>
21171         and Eric Blake  <ebb9@byu.net>
21172
21173         Add memmem-simple module.
21174         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
21175         (gl_FUNC_MEMMEM): Separate performance from presence checks.
21176         * modules/memmem-simple: New file.
21177         * modules/memmem (Description): Tweak.
21178         * MODULES.html.sh (string handling): Mention new module.
21179         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
21180         addressed by memmem-simple.
21181         * NEWS: Document the difference.
21182
21183 2008-01-09  Eric Blake  <ebb9@byu.net>
21184
21185         Give gcc some memmem optimization hints.
21186         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
21187         (strcasestr): Declare as pure.
21188         * modules/memmem (Maintainer): Claim my implementation.
21189
21190 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21191
21192         Support AIX 6.1 and higher.
21193         * build-aux/config.libpath: Likewise.
21194         * build-aux/config.rpath: Likewise.
21195
21196 2008-01-08  Jim Meyering  <meyering@redhat.com>
21197             Bruno Haible  <bruno@clisp.org>
21198
21199         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
21200         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
21201         Reported by Peter Fales in
21202         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
21203
21204 2008-01-08  Bruno Haible  <bruno@clisp.org>
21205
21206         * modules/unictype/category-of (Depends-on): Add
21207         unictype/category-none.
21208         * modules/unictype/category-and-tests (Depends-on): Add
21209         unictype/category-{L,N,Lu,Nd}.
21210         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
21211         * modules/unictype/category-or-tests (Depends-on): Add
21212         unictype/category-{L,N}.
21213         * modules/unictype/category-name-tests (Depends-on): Add
21214         unictype/category-{Z,Nl}.
21215         Reported by Simon Josefsson.
21216
21217 2008-01-08  Bruno Haible  <bruno@clisp.org>
21218
21219         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
21220         convention better.
21221         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
21222         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
21223         Reported by Peter Miller <millerp@canb.auug.org.au>.
21224
21225 2008-01-08  Eric Blake  <ebb9@byu.net>
21226
21227         Rewrite memmem to guarantee linear complexity without malloc.
21228         * lib/memmem.c (memmem): Use Two-Way rather than
21229         Knuth-Morris-Pratt, to allow O(1) space usage.
21230         (critical_factorization, two_way_short_needle)
21231         (two_way_long_needle): New functions.
21232         (knuth_morris_pratt): Delete.
21233         * modules/memmem (Depends-on): No longer need malloca or stdbool.
21234         Add stdint.
21235         * tests/test-memmem.c (main): Add tests for periodic needle and
21236         sublinear performance.
21237         * doc/functions/memmem.texi (memmem): Document other deficiencies
21238         in cygwin and older glibc.
21239
21240 2008-01-08  Bruno Haible  <bruno@clisp.org>
21241
21242         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
21243         augmentation.
21244
21245 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
21246
21247         Add a configure time option: --disable-acl.
21248         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
21249         AC_ARG_ENABLE(acl).
21250
21251 2008-01-06  Simon Josefsson  <simon@josefsson.org>
21252
21253         * tests/test-localename.c: Don't include obsolete "setenv.h".
21254
21255         * modules/localename-tests (Depends-on): Need unsetenv.
21256
21257 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21258
21259         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
21260
21261 2008-01-06  Colin Watson  <cjwatson@debian.org>
21262
21263         * users.txt: Add man-db.
21264
21265 2008-01-07  Bruno Haible  <bruno@clisp.org>
21266
21267         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
21268         previous section name.
21269
21270 2008-01-07  Bruno Haible  <bruno@clisp.org>
21271
21272         * lib/progname.c (set_program_name): Don't strip off a leading
21273         "lt-" prefix outside a .libs directory.
21274         Suggested by Paul Eggert.
21275
21276 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
21277             Bruno Haible  <bruno@clisp.org>
21278
21279         Improve memory cleanup in 'relocatable' module.
21280         * lib/relocatable.h (compute_curr_prefix): Change return type to
21281         'char *'.
21282         * lib/relocatable.c (compute_curr_prefix): Change return type to
21283         'char *'. Free curr_installdir after use.
21284         (relocate): Free curr_prefix_better after use.
21285         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
21286
21287 2008-01-01  Bruno Haible  <bruno@clisp.org>
21288
21289         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
21290         failure on older glibc systems.
21291         Reported by Peter Fales <psfales@alcatel-lucent.com>.
21292
21293 2008-01-05  Eric Blake  <ebb9@byu.net>
21294
21295         Avoid quadratic system memmem.
21296         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
21297         Reported by Ralf Wildenhues.
21298
21299         Fix memmem test for mingw.
21300         * modules/memmem-tests (configure.ac): Check for alarm.
21301         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
21302         it.
21303         * doc/functions/memmem.texi: New file.
21304         * doc/gnulib.texi (Function Substitutes): Add memmem.
21305         Reported by Bruno Haible.
21306
21307 2008-01-04  Bruno Haible  <bruno@clisp.org>
21308
21309         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
21310         Require gl_HEADER_STRINGS_H_DEFAULTS, not
21311         gl_HEADER_STRING_H_DEFAULTS.
21312
21313 2008-01-04  Eric Blake  <ebb9@byu.net>
21314
21315         Shorten duration of memmem test.
21316         * tests/test-memmem.c (main): Use alarm to declare failure if test
21317         is taking too long.
21318         Reported by Ralf Wildenhues.
21319
21320 2007-12-21  Simon Josefsson  <simon@josefsson.org>
21321
21322         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
21323         string, needed by strerror.
21324
21325 2008-01-03  Colin Watson  <cjwatson@debian.org>
21326             Bruno Haible  <bruno@clisp.org>
21327
21328         * doc/gnulib-tool.texi (Localization): New section.
21329
21330 2008-01-02  Bruno Haible  <bruno@clisp.org>
21331
21332         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
21333         variables to 'unsigned char *' type.
21334         Reported by Paul Eggert.
21335
21336 2008-01-02  Jim Meyering  <jim@meyering.net>
21337
21338         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
21339
21340 2007-12-31  Jim Meyering  <jim@meyering.net>
21341
21342         Avoid use of private FTS type name.
21343         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
21344
21345 2007-12-30  Karl Berry  <karl@gnu.org>
21346
21347         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
21348         work around defect in Texinfo and/or the standalone Info browser.
21349
21350 2007-12-30  Bruno Haible  <bruno@clisp.org>
21351
21352         Unify 5 copies of the KMP code.
21353         * lib/str-kmp.h: New file.
21354         * lib/c-strcasestr.c: Include str-kmp.h.
21355         (knuth_morris_pratt): Remove function.
21356         (c_strcasestr): Update.
21357         * lib/c-strstr.c: Include str-kmp.h.
21358         (knuth_morris_pratt): Remove function.
21359         (c_strcasestr): Update.
21360         * lib/mbscasestr.c: Include str-kmp.h.
21361         (knuth_morris_pratt_unibyte): Remove function.
21362         * lib/mbsstr.c: Include str-kmp.h.
21363         (knuth_morris_pratt_unibyte): Remove function.
21364         * lib/strcasestr.c: Include str-kmp.h.
21365         (knuth_morris_pratt): Remove function.
21366         (strcasestr): Update.
21367         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
21368         * modules/c-strstr (Files): Likewise.
21369         * modules/mbscasestr (Files): Likewise.
21370         * modules/mbsstr (Files): Likewise.
21371         * modules/strcasestr (Files): Likewise.
21372         Suggested by Paul Eggert.
21373
21374 2007-12-30  Bruno Haible  <bruno@clisp.org>
21375
21376         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
21377         defined.
21378
21379 2007-12-30  Bruno Haible  <bruno@clisp.org>
21380
21381         * lib/xmalloca.h: Include xalloc.h.
21382         (xnmalloca): New macro.
21383
21384 2007-12-30  Bruno Haible  <bruno@clisp.org>
21385
21386         * lib/malloca.h (nmalloca): New macro.
21387         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
21388         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
21389         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
21390         knuth_morris_pratt_multibyte): Likewise.
21391         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
21392         knuth_morris_pratt_multibyte): Likewise.
21393         * lib/memmem.c (knuth_morris_pratt): Likewise.
21394         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
21395
21396 2007-12-25  Bruno Haible  <bruno@clisp.org>
21397
21398         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
21399         * lib/glob.c: Don't include openat.h.
21400         (link_exists2_p): Add back the code that deals with the
21401         !GLOB_ALTDIRFUNC case.
21402         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
21403         let it do the filename concatenation.
21404         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
21405         * modules/glob (Depends-on): Remove openat.
21406
21407 2007-12-31  Bruno Haible  <bruno@clisp.org>
21408
21409         * modules/dirfd (License): Change to LGPLv2+.
21410         Approved by Jim Meyering.
21411
21412 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
21413
21414         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
21415         when multiplying M by sizeof (size_t).
21416
21417 2007-12-10  Martin Lambers  <marlam@marlam.de>
21418
21419         Override getpagesize on mingw.
21420         * lib/getpagesize.c: New file.
21421         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
21422         * modules/getpagesize (Files): Add lib/getpagesize.c.
21423         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
21424         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21425         REPLACE_GETPAGESIZE.
21426         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
21427
21428 2007-12-25  Bruno Haible  <bruno@clisp.org>
21429
21430         * modules/localcharset (Notice): New field.
21431         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
21432         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
21433
21434 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
21435             Bruno Haible  <bruno@clisp.org>
21436
21437         Avoid using the syntax symbol() in formatted documentation.
21438         * MODULES.html.sh (func_module): When replacing symbol() with a
21439         hyperlink, remove the parentheses. Show an error if some remain.
21440         Recognize and render the '...' syntax.
21441         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
21442         Rework. Add paragraph about GCC's inlining.
21443         * doc/alloca.texi: Likewise.
21444         * doc/error.texi: Remove parentheses from symbol reference.
21445         * doc/gnulib-intro.texi: Likewise.
21446         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
21447         * modules/fnmatch (Description): Reword to say "the ... function".
21448         * modules/full-read (Description): Likewise.
21449         * modules/full-write (Description): Likewise.
21450         * modules/safe-read (Description): Likewise.
21451         * modules/safe-write (Description): Likewise.
21452         * modules/strchrnul (Description): Likewise.
21453         * modules/trim (Description): Likewise.
21454         * modules/error (Description): Remove parentheses from symbol
21455         references.
21456         * modules/verror (Description): Likewise.
21457         Reported by Karl Berry.
21458
21459 2007-12-25  Bruno Haible  <bruno@clisp.org>
21460
21461         Fixup after 2007-10-16 commit.
21462         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
21463
21464 2007-12-24  Bruno Haible  <bruno@clisp.org>
21465
21466         Make --enable-relocatable work with DESTDIR.
21467         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
21468         to compute installdir from destprog.
21469         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
21470         also set the RELOC_DESTDIR variable.
21471         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
21472
21473 2007-12-24  Bruno Haible  <bruno@clisp.org>
21474
21475         Fix link error due to xalloc_die().
21476         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
21477         of xreadlink.
21478         * lib/relocwrapper.c: Update comments.
21479         * build-aux/install-reloc: Remove xreadlink.c from file list.
21480         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
21481         xreadlink.c.
21482         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
21483
21484 2007-12-24  Bruno Haible  <bruno@clisp.org>
21485
21486         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
21487         * lib/setenv.h: Remove file.
21488         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
21489         lib/setenv.h.
21490         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
21491         (Depends-on): Add stdlib.
21492         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
21493         gl_FUNC_UNSETENV.
21494         (Include): Replace setenv.h with <stdlib.h>.
21495         * modules/unsetenv: New file.
21496         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
21497         * lib/unsetenv.c: Include <stdlib.h> first.
21498         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
21499         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
21500         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
21501         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
21502         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
21503         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
21504         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
21505         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
21506         * doc/functions/unsetenv.texi: Update.
21507         * modules/xsetenv (Depends-on): Add unsetenv.
21508         * modules/getdate (Depends-on): Likewise.
21509         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
21510         * lib/xsetenv.c: Don't include setenv.h.
21511         * lib/getdate.y: Likewise.
21512         * lib/relocwrapper.c: Likewise.
21513         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
21514         (Depends-on): Add stdlib.
21515         * NEWS: Mention the changes.
21516         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
21517
21518 2007-12-23  Bruno Haible  <bruno@clisp.org>
21519
21520         * lib/memmem.c (memmem): Use lowercase variable names. Tab
21521         indentation.
21522
21523 2007-12-23  Bruno Haible  <bruno@clisp.org>
21524
21525         * lib/c-strcasestr.c: Add more comments.
21526         * lib/c-strstr.c: Likewise.
21527         * lib/mbscasestr.c: Likewise.
21528         * lib/mbsstr.c: Likewise.
21529         * lib/strcasestr.c: Likewise.
21530         * lib/memmem.c: Likewise.
21531
21532 2007-12-23  Bruno Haible  <bruno@clisp.org>
21533
21534         * tests/test-memmem.c: Include <string.h> first.
21535
21536 2007-12-22  Bruno Haible  <bruno@clisp.org>
21537
21538         * gnulib-tool (func_create_testdir): Change $auxdir while generating
21539         the contents of $testsbase.
21540         Reported by Ralf Wildenhues.
21541
21542 2007-12-22  Bruno Haible  <bruno@clisp.org>
21543
21544         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
21545         two variables local_ldadd_before, local_ldadd_last.
21546
21547 2007-12-20  Eric Blake  <ebb9@byu.net>
21548
21549         Work around circular library issue when cross-compiling.
21550         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
21551         that progname.o does not need to pull in rpl_memcmp.
21552
21553 2007-12-19  Eric Blake  <ebb9@byu.net>
21554
21555         Fix memmem to avoid O(n^2) worst-case complexity.
21556         * lib/memmem.c (knuth_morris_pratt): New function.
21557         (memmem): Use it if first few naive iterations fail.
21558         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
21559         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
21560         * modules/memchr (License): Likewise.
21561         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
21562         malloca.
21563         * tests/test-memmem.c: Rewrite, borrowing ideas from
21564         test-mbsstr1.c; the old version wouldn't even compile!
21565         * modules/memmem-tests: New file.
21566         * lib/string.in.h (rpl_memmem): Add declaration.
21567         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
21568         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
21569         REPLACE_MEMMEM.
21570
21571 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21572
21573         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
21574         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
21575         before any system include files, and undef after them all.  This
21576         should fix a problem on VMS reported by John E. Malmberg in
21577         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
21578
21579 2007-12-17  Eric Blake  <ebb9@byu.net>
21580
21581         Revert addition of verify, for BSD/OS.
21582         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
21583         can't handle large files, for the sake of obsolete platforms.
21584         * modules/fseeko (Depends-on): Remove verify.
21585         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
21586         * doc/functions/ftello.texi (ftello): Likewise.
21587         * doc/functions/fgetpos.texi (fgetpos): Likewise.
21588         Reported by Larry Jones.
21589
21590 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
21591
21592         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
21593         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
21594
21595 2007-12-17  Jim Meyering  <meyering@redhat.com>
21596
21597         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
21598         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
21599         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
21600         * modules/getcwd (Depends-on): Add openat.
21601         Reported by Petr Salinger.
21602
21603 2007-12-17  Bruno Haible  <bruno@clisp.org>
21604
21605         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
21606         avoid a segmentation fault of the configure test on x86_64 systems.
21607
21608 2007-12-15  Jim Meyering  <meyering@redhat.com>
21609
21610         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
21611
21612 2007-12-13  Eric Blake  <ebb9@byu.net>
21613
21614         Another fseek test.
21615         * tests/test-fseek.c (main): Also test ungetc handling.
21616         * tests/test-fseeko.c (main): Likewise.
21617         * modules/fseeko (Depends-on): Add verify.
21618         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
21619         large.
21620         Reported by Larry Jones.
21621
21622         Fix fseeko on mingw.
21623         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
21624         seek.
21625
21626         Beef up fseek tests.
21627         * tests/test-fseek.c (main): Also test eof handling.
21628         * tests/test-fseeko.c (main): Likewise.
21629         Reported by Larry Jones.
21630
21631 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
21632
21633         Fix fseeko on BSD-based platforms.
21634         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
21635         successful seek.
21636
21637 2007-12-12  Eric Blake  <ebb9@byu.net>
21638
21639         Allow circular dependency of separate libtests.a
21640         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
21641         when use_libtests.
21642
21643 2007-12-11  Eric Blake  <ebb9@byu.net>
21644
21645         Fix bug with -0.0L in previous patch.
21646         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
21647         * tests/test-isnan.c (main): Also test on zeroes.
21648         * tests/test-isnanf.c (main): Likewise.
21649         * tests/test-isnanl.h (main): Likewise.
21650
21651         Detect pseudo-denormals on x86 even when cross-compiling.
21652         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
21653         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
21654         invalid bit patterns that happen to satisfy ==.
21655
21656         Avoid link failures with separate libtests.a.
21657         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
21658         last, to satisfy circular dependencies.
21659
21660 2007-12-11  Eric Blake  <ebb9@byu.net>
21661         and Bruno Haible  <bruno@clisp.org>
21662
21663         Fix OpenBSD 4.0 <float.h> handling of long double.
21664         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
21665         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
21666         * doc/headers/float.texi (float.h): Document OpenBSD bug.
21667
21668 2007-12-11  Jim Meyering  <meyering@redhat.com>
21669
21670         * users.txt: Add libvirt.
21671
21672         Support versions of autoconf prior to 2.59c.
21673         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
21674         if it is not already defined.
21675
21676 2007-12-09  Bruno Haible  <bruno@clisp.org>
21677
21678         Let 'gnulib-tool --import' collect sources needed for the tests in
21679         tests/ rather than in lib/.
21680         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
21681         argument. If true, add rules to generate libtests.a, and put libtests.a
21682         into $(LDADD). Consider source files in subdirectories and set
21683         uses_subdirs.
21684         (func_emit_initmacro_start, func_emit_initmacro_end,
21685         func_emit_initmacro_done): Pass all arguments explicitly.
21686         (func_import): Determine two module lists main_modules,
21687         testsrelated_modules. Determine use_libtests. Determine two variables
21688         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
21689         instead of just sed_transform_lib_file. Determine two variables
21690         main_files and testsrelated_files. Compute 'files' as the union of
21691         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
21692         func_add_or_update. In the generated gnulib-comp.m4, collect the
21693         object files for tests/ in different variables than those for lib/.
21694         Substitute LIBTESTS_LIBDEPS.
21695         (func_create_testdir): Combine the uses_subdirs results from
21696         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
21697
21698 2007-12-09  Bruno Haible  <bruno@clisp.org>
21699
21700         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
21701         the build-aux directory.
21702
21703 2007-12-09  Bruno Haible  <bruno@clisp.org>
21704
21705         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
21706         introduced on 2006-09-09.
21707
21708 2007-12-07  Jim Meyering  <meyering@redhat.com>
21709
21710         Let these macros work also with autoconf-2.59.
21711         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
21712         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
21713         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
21714
21715 2007-12-06  Jim Meyering  <meyering@redhat.com>
21716
21717         Avoid a configure-time syntax error in gl_FUNC_ACL.
21718         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
21719         function in each branch, before testing the cache variable.
21720
21721 2007-12-04  Eric Blake  <ebb9@byu.net>
21722
21723         Make scripts executable.
21724         * build-aux/config.guess: Add execute permissions.
21725         * build-aux/config.sub: Likewise.
21726         * build-aux/gendocs.sh: Likewise.
21727
21728         Fix frexp on mingw.
21729         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
21730         cross-compiling.
21731         * doc/functions/frexp.texi (frexp): Document the bug.
21732
21733         Make cygwin fseeko check more reliable.
21734         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
21735         version numbers, rather than unrelated feature check.
21736         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
21737         * doc/functions/ftello.texi (ftello): Likewise.
21738         Reported by Bruno Haible.
21739
21740         * m4/strerror.m4: Bump version number.
21741
21742 2007-12-03  Bruno Haible  <bruno@clisp.org>
21743
21744         * doc/functions/mprotect.texi: Mention the mingw problem.
21745
21746 2007-12-03  Eric Blake  <ebb9@byu.net>
21747
21748         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
21749         REPLACE_STRERROR is initialized before this macro.
21750
21751 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
21752
21753         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
21754         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
21755         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
21756         put -lsec in even for programs other than 'ls'.  This fixes a problem
21757         for gettext reported by Bruno Haible in
21758         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
21759         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
21760         Add support for Solaris 10.  This isn't efficient, but should get the
21761         job done for now.
21762
21763 2007-12-03  James Youngman  <jay@gnu.org>
21764
21765         * doc/regexprops-generic.texi: change "an close-group" to "a
21766         close-group" and "illegal" to "not allowed".
21767
21768 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21769
21770         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
21771         pr_byname.h. Needed for the rare case when the maintainer has done
21772         "make maintainer-clean" in the source directory and then attempts a
21773         build outside the source directory.
21774         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
21775         scripts_byname.h.
21776
21777 2007-12-02  Martin Lambers <marlam@marlam.de>
21778             Bruno Haible  <bruno@clisp.org>
21779
21780         * lib/getpagesize.h: Remove file.
21781         * lib/unistd.in.h: Include declaration of getpagesize here.
21782         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
21783         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
21784         HAVE_SYS_PARAM_H.
21785         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
21786         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
21787         * modules/getpagesize (Files): Remove lib/getpagesize.h.
21788         (Depends-on): Add unistd.
21789         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21790         (Include): Use <unistd.h> instead of getpagesize.h.
21791         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
21792         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
21793         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
21794         gl_GETPAGESIZE invocation, already handled by module dependency.
21795         * lib/pagealign_alloc.c: Don't include getpagesize.h.
21796
21797 2007-12-02  Bruno Haible  <bruno@clisp.org>
21798
21799         * modules/strings-tests: New file.
21800         * tests/test-strings.c: New file.
21801
21802         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
21803         * lib/strings.in.h: New file.
21804         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
21805         * m4/strings_h.m4: New file.
21806         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
21807         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
21808         * modules/strings: New file.
21809         * modules/string (Makefile.am): Update.
21810         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
21811         Reported by Karl Berry.
21812
21813 2007-12-01  Eric Blake  <ebb9@byu.net>
21814
21815         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
21816         accomodate fix in cygwin 1.5.25.
21817
21818 2007-12-01  Jim Meyering  <meyering@redhat.com>
21819
21820         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
21821         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
21822         that would inhibit utf8-optimization of a regexp containing line-
21823         or buffer-anchors, e.g., `^', `$'.
21824
21825 2007-11-30  Bruno Haible  <bruno@clisp.org>
21826
21827         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
21828         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
21829         glthread_recursive_lock_init.
21830         * lib/lock.c (glthread_recursive_lock_init)
21831         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
21832         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21833
21834 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
21835
21836         New function qset_acl, like set_acl but with syscall semantics.
21837         * lib/acl.h (qset_acl): New decl.
21838         * lib/acl.c (qset_acl): New function.
21839         (set_acl): Use new function.  Use more-consistent diagnostics.
21840
21841 2007-11-28  Jim Meyering  <meyering@redhat.com>
21842
21843         * modules/physmem (License): Change from GPL to LGPLv2+.
21844
21845 2007-11-26  Bruno Haible  <bruno@clisp.org>
21846
21847         * lib/vasnprintf.c (decode_long_double): Don't abort if the
21848         'long double' type has excess precision.
21849         Reported by Jim Meyering in
21850         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
21851
21852 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21853
21854         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
21855         Sync from <http://gnu.org/licenses>.
21856         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
21857         with license text from same location.
21858         * doc/maintain.texi, doc/standards.texi:  Sync from
21859         <http://savannah.gnu.org/projects/gnustandards>.
21860
21861 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
21862         and Jim Meyering  <meyering@redhat.com>
21863
21864         Adjust getdate' grammar to accept a slightly more regular language.
21865         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
21866         Before, the former was rejected.
21867         * lib/getdate.y (digits_to_date_time): New function, factored
21868         out of ...
21869         (number): ...here.  Just call digits_to_date_time.
21870         (hybrid): New non-terminal to handle an <unsigned number,
21871         signed relative offset> sequence consistently.
21872
21873 2007-11-18  Jim Meyering  <meyering@redhat.com>
21874
21875         Pull my changes from coreutils:
21876         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
21877         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
21878         use of $gnulib_tool_option_extras, so that it's separated from the
21879         preceding argument.
21880
21881         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
21882         * build-aux/bootstrap (cp_mark_as_generated): Create any required
21883         parent destination directories before copying a file into place.
21884
21885 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
21886
21887         bootstrap: work also with 4-argument variant of AC_INIT
21888         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
21889
21890 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21891
21892         Port test-getaddrinfo to Solaris.
21893         Problem reported by Bruno Haible in
21894         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
21895         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
21896         explanation of setting 'hints'.
21897         Don't reject an implementation merely because it returns EAI_SERVICE.
21898         (EAI_SERVICE): Define to 0 if not defined.
21899
21900 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
21901
21902         The license of gnu-make and posix-shell is now "GPLed build tool".
21903         * modules/gnu-make (License): Likewise.
21904         * modules/posix-shell (License): Likewise.
21905
21906         New module posix-shell, for determining a POSIX shell
21907         or perhaps something that is close enough to a POSIX shell.
21908         * m4/posix-shell.m4: New file.
21909         * modules/posix-shell: New file.
21910
21911         * MODULES.html.sh: Mention new module.
21912
21913         New module gnu-make, for determining whether we're using GNU Make.
21914         * m4/gnu-make.m4: New file.
21915         * modules/gnu-make: New file.
21916         * MODULES.html.sh: Mention new module.
21917
21918 2007-11-14  Jim Meyering  <meyering@redhat.com>
21919
21920         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
21921         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
21922         use this macro to create a function _definition_.
21923         Remove useless "#undef ARGMATCH_DIE".
21924
21925 2007-11-14  Bruno Haible  <bruno@clisp.org>
21926
21927         * lib/config.charset: Update for OpenBSD 4.1.
21928         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
21929
21930 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
21931
21932         Document 64-bit #if problems in stdint.texi.
21933         * doc/headers/stdint.texi (stdint.h): Mention problems with
21934         64-bit-#if, and how to work around them.
21935
21936         Don't insist on 'long long int' support in the preprocessor.  It
21937         breaks too many things.  For example, PRIdMAX still uses a 'long
21938         long int' format with the latest Sun compiler, even though
21939         HAVE_LONG_LONG_INT isn't defined due to that compiler's
21940         preprocessor problem.  This causes the latest coreutils to dump
21941         core on Solaris 10 sparc with the Sun C compiler.
21942         Instead, fix the 2007-10-16 problem in a different way, by evaluating
21943         the troublesome expressions at configure-time, not at #if-time.
21944         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
21945         preprocessor.
21946         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
21947         compile-time C checks, done at 'configure'-time.
21948         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
21949         * modules/inttypes (Makefile): Substitute the new symbols that
21950         gl_INTTYPES_H now generates.
21951         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
21952
21953 2007-11-12  Bruno Haible  <bruno@clisp.org>
21954
21955         Tests for Unicode character classification functions.
21956
21957         * modules/unictype/bidicategory-byname-tests: New file.
21958         * modules/unictype/bidicategory-name-tests: New file.
21959         * modules/unictype/bidicategory-of-tests: New file.
21960         * modules/unictype/bidicategory-test-tests: New file.
21961         * modules/unictype/block-list-tests: New file.
21962         * modules/unictype/block-of-tests: New file.
21963         * modules/unictype/block-test-tests: New file.
21964         * modules/unictype/category-C-tests: New file.
21965         * modules/unictype/category-Cc-tests: New file.
21966         * modules/unictype/category-Cf-tests: New file.
21967         * modules/unictype/category-Cn-tests: New file.
21968         * modules/unictype/category-Co-tests: New file.
21969         * modules/unictype/category-Cs-tests: New file.
21970         * modules/unictype/category-L-tests: New file.
21971         * modules/unictype/category-Ll-tests: New file.
21972         * modules/unictype/category-Lm-tests: New file.
21973         * modules/unictype/category-Lo-tests: New file.
21974         * modules/unictype/category-Lt-tests: New file.
21975         * modules/unictype/category-Lu-tests: New file.
21976         * modules/unictype/category-M-tests: New file.
21977         * modules/unictype/category-Mc-tests: New file.
21978         * modules/unictype/category-Me-tests: New file.
21979         * modules/unictype/category-Mn-tests: New file.
21980         * modules/unictype/category-N-tests: New file.
21981         * modules/unictype/category-Nd-tests: New file.
21982         * modules/unictype/category-Nl-tests: New file.
21983         * modules/unictype/category-No-tests: New file.
21984         * modules/unictype/category-P-tests: New file.
21985         * modules/unictype/category-Pc-tests: New file.
21986         * modules/unictype/category-Pd-tests: New file.
21987         * modules/unictype/category-Pe-tests: New file.
21988         * modules/unictype/category-Pf-tests: New file.
21989         * modules/unictype/category-Pi-tests: New file.
21990         * modules/unictype/category-Po-tests: New file.
21991         * modules/unictype/category-Ps-tests: New file.
21992         * modules/unictype/category-S-tests: New file.
21993         * modules/unictype/category-Sc-tests: New file.
21994         * modules/unictype/category-Sk-tests: New file.
21995         * modules/unictype/category-Sm-tests: New file.
21996         * modules/unictype/category-So-tests: New file.
21997         * modules/unictype/category-Z-tests: New file.
21998         * modules/unictype/category-Zl-tests: New file.
21999         * modules/unictype/category-Zp-tests: New file.
22000         * modules/unictype/category-Zs-tests: New file.
22001         * modules/unictype/category-and-not-tests: New file.
22002         * modules/unictype/category-and-tests: New file.
22003         * modules/unictype/category-byname-tests: New file.
22004         * modules/unictype/category-name-tests: New file.
22005         * modules/unictype/category-none-tests: New file.
22006         * modules/unictype/category-of-tests: New file.
22007         * modules/unictype/category-or-tests: New file.
22008         * modules/unictype/category-test-withtable-tests: New file.
22009         * modules/unictype/combining-class-tests: New file.
22010         * modules/unictype/ctype-alnum-tests: New file.
22011         * modules/unictype/ctype-alpha-tests: New file.
22012         * modules/unictype/ctype-blank-tests: New file.
22013         * modules/unictype/ctype-cntrl-tests: New file.
22014         * modules/unictype/ctype-digit-tests: New file.
22015         * modules/unictype/ctype-graph-tests: New file.
22016         * modules/unictype/ctype-lower-tests: New file.
22017         * modules/unictype/ctype-print-tests: New file.
22018         * modules/unictype/ctype-punct-tests: New file.
22019         * modules/unictype/ctype-space-tests: New file.
22020         * modules/unictype/ctype-upper-tests: New file.
22021         * modules/unictype/ctype-xdigit-tests: New file.
22022         * modules/unictype/decimal-digit-tests: New file.
22023         * modules/unictype/digit-tests: New file.
22024         * modules/unictype/mirror-tests: New file.
22025         * modules/unictype/numeric-tests: New file.
22026         * modules/unictype/property-alphabetic-tests: New file.
22027         * modules/unictype/property-ascii-hex-digit-tests: New file.
22028         * modules/unictype/property-bidi-arabic-digit-tests: New file.
22029         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
22030         * modules/unictype/property-bidi-block-separator-tests: New file.
22031         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
22032         * modules/unictype/property-bidi-common-separator-tests: New file.
22033         * modules/unictype/property-bidi-control-tests: New file.
22034         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
22035         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
22036         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
22037         * modules/unictype/property-bidi-european-digit-tests: New file.
22038         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
22039         * modules/unictype/property-bidi-left-to-right-tests: New file.
22040         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
22041         * modules/unictype/property-bidi-other-neutral-tests: New file.
22042         * modules/unictype/property-bidi-pdf-tests: New file.
22043         * modules/unictype/property-bidi-segment-separator-tests: New file.
22044         * modules/unictype/property-bidi-whitespace-tests: New file.
22045         * modules/unictype/property-byname-tests: New file.
22046         * modules/unictype/property-combining-tests: New file.
22047         * modules/unictype/property-composite-tests: New file.
22048         * modules/unictype/property-currency-symbol-tests: New file.
22049         * modules/unictype/property-dash-tests: New file.
22050         * modules/unictype/property-decimal-digit-tests: New file.
22051         * modules/unictype/property-default-ignorable-code-point-tests: New file.
22052         * modules/unictype/property-deprecated-tests: New file.
22053         * modules/unictype/property-diacritic-tests: New file.
22054         * modules/unictype/property-extender-tests: New file.
22055         * modules/unictype/property-format-control-tests: New file.
22056         * modules/unictype/property-grapheme-base-tests: New file.
22057         * modules/unictype/property-grapheme-extend-tests: New file.
22058         * modules/unictype/property-grapheme-link-tests: New file.
22059         * modules/unictype/property-hex-digit-tests: New file.
22060         * modules/unictype/property-hyphen-tests: New file.
22061         * modules/unictype/property-id-continue-tests: New file.
22062         * modules/unictype/property-id-start-tests: New file.
22063         * modules/unictype/property-ideographic-tests: New file.
22064         * modules/unictype/property-ids-binary-operator-tests: New file.
22065         * modules/unictype/property-ids-trinary-operator-tests: New file.
22066         * modules/unictype/property-ignorable-control-tests: New file.
22067         * modules/unictype/property-iso-control-tests: New file.
22068         * modules/unictype/property-join-control-tests: New file.
22069         * modules/unictype/property-left-of-pair-tests: New file.
22070         * modules/unictype/property-line-separator-tests: New file.
22071         * modules/unictype/property-logical-order-exception-tests: New file.
22072         * modules/unictype/property-lowercase-tests: New file.
22073         * modules/unictype/property-math-tests: New file.
22074         * modules/unictype/property-non-break-tests: New file.
22075         * modules/unictype/property-not-a-character-tests: New file.
22076         * modules/unictype/property-numeric-tests: New file.
22077         * modules/unictype/property-other-alphabetic-tests: New file.
22078         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
22079         * modules/unictype/property-other-grapheme-extend-tests: New file.
22080         * modules/unictype/property-other-id-continue-tests: New file.
22081         * modules/unictype/property-other-id-start-tests: New file.
22082         * modules/unictype/property-other-lowercase-tests: New file.
22083         * modules/unictype/property-other-math-tests: New file.
22084         * modules/unictype/property-other-uppercase-tests: New file.
22085         * modules/unictype/property-paired-punctuation-tests: New file.
22086         * modules/unictype/property-paragraph-separator-tests: New file.
22087         * modules/unictype/property-pattern-syntax-tests: New file.
22088         * modules/unictype/property-pattern-white-space-tests: New file.
22089         * modules/unictype/property-private-use-tests: New file.
22090         * modules/unictype/property-punctuation-tests: New file.
22091         * modules/unictype/property-quotation-mark-tests: New file.
22092         * modules/unictype/property-radical-tests: New file.
22093         * modules/unictype/property-sentence-terminal-tests: New file.
22094         * modules/unictype/property-soft-dotted-tests: New file.
22095         * modules/unictype/property-space-tests: New file.
22096         * modules/unictype/property-terminal-punctuation-tests: New file.
22097         * modules/unictype/property-test-tests: New file.
22098         * modules/unictype/property-titlecase-tests: New file.
22099         * modules/unictype/property-unassigned-code-value-tests: New file.
22100         * modules/unictype/property-unified-ideograph-tests: New file.
22101         * modules/unictype/property-uppercase-tests: New file.
22102         * modules/unictype/property-variation-selector-tests: New file.
22103         * modules/unictype/property-white-space-tests: New file.
22104         * modules/unictype/property-xid-continue-tests: New file.
22105         * modules/unictype/property-xid-start-tests: New file.
22106         * modules/unictype/property-zero-width-tests: New file.
22107         * modules/unictype/scripts-tests: New file.
22108         * modules/unictype/syntax-c-ident-tests: New file.
22109         * modules/unictype/syntax-c-whitespace-tests: New file.
22110         * modules/unictype/syntax-java-ident-tests: New file.
22111         * modules/unictype/syntax-java-whitespace-tests: New file.
22112         * tests/unictype/test-bidi_byname.c: New file.
22113         * tests/unictype/test-bidi_name.c: New file.
22114         * tests/unictype/test-bidi_of.c: New file.
22115         * tests/unictype/test-bidi_test.c: New file.
22116         * tests/unictype/test-block_list.c: New file.
22117         * tests/unictype/test-block_of.c: New file.
22118         * tests/unictype/test-block_test.c: New file.
22119         * tests/unictype/test-categ_and.c: New file.
22120         * tests/unictype/test-categ_and_not.c: New file.
22121         * tests/unictype/test-categ_byname.c: New file.
22122         * tests/unictype/test-categ_name.c: New file.
22123         * tests/unictype/test-categ_none.c: New file.
22124         * tests/unictype/test-categ_of.c: New file.
22125         * tests/unictype/test-categ_or.c: New file.
22126         * tests/unictype/test-categ_test_withtable.c: New file.
22127         * tests/unictype/test-combining.c: New file.
22128         * tests/unictype/test-decdigit.c: New file.
22129         * tests/unictype/test-digit.c: New file.
22130         * tests/unictype/test-mirror.c: New file.
22131         * tests/unictype/test-numeric.c: New file.
22132         * tests/unictype/test-pr_byname.c: New file.
22133         * tests/unictype/test-pr_test.c: New file.
22134         * tests/unictype/test-predicate-part1.h: New file.
22135         * tests/unictype/test-predicate-part2.h: New file.
22136         * tests/unictype/test-scripts.c: New file.
22137         * tests/unictype/test-sy_c_ident.c: New file.
22138         * tests/unictype/test-sy_java_ident.c: New file.
22139
22140         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
22141         for Unicode 5.0.0.
22142         * tests/unictype/test-categ_Cc.c: Likewise.
22143         * tests/unictype/test-categ_Cf.c: Likewise.
22144         * tests/unictype/test-categ_Cn.c: Likewise.
22145         * tests/unictype/test-categ_Co.c: Likewise.
22146         * tests/unictype/test-categ_Cs.c: Likewise.
22147         * tests/unictype/test-categ_L.c: Likewise.
22148         * tests/unictype/test-categ_Ll.c: Likewise.
22149         * tests/unictype/test-categ_Lm.c: Likewise.
22150         * tests/unictype/test-categ_Lo.c: Likewise.
22151         * tests/unictype/test-categ_Lt.c: Likewise.
22152         * tests/unictype/test-categ_Lu.c: Likewise.
22153         * tests/unictype/test-categ_M.c: Likewise.
22154         * tests/unictype/test-categ_Mc.c: Likewise.
22155         * tests/unictype/test-categ_Me.c: Likewise.
22156         * tests/unictype/test-categ_Mn.c: Likewise.
22157         * tests/unictype/test-categ_N.c: Likewise.
22158         * tests/unictype/test-categ_Nd.c: Likewise.
22159         * tests/unictype/test-categ_Nl.c: Likewise.
22160         * tests/unictype/test-categ_No.c: Likewise.
22161         * tests/unictype/test-categ_P.c: Likewise.
22162         * tests/unictype/test-categ_Pc.c: Likewise.
22163         * tests/unictype/test-categ_Pd.c: Likewise.
22164         * tests/unictype/test-categ_Pe.c: Likewise.
22165         * tests/unictype/test-categ_Pf.c: Likewise.
22166         * tests/unictype/test-categ_Pi.c: Likewise.
22167         * tests/unictype/test-categ_Po.c: Likewise.
22168         * tests/unictype/test-categ_Ps.c: Likewise.
22169         * tests/unictype/test-categ_S.c: Likewise.
22170         * tests/unictype/test-categ_Sc.c: Likewise.
22171         * tests/unictype/test-categ_Sk.c: Likewise.
22172         * tests/unictype/test-categ_Sm.c: Likewise.
22173         * tests/unictype/test-categ_So.c: Likewise.
22174         * tests/unictype/test-categ_Z.c: Likewise.
22175         * tests/unictype/test-categ_Zl.c: Likewise.
22176         * tests/unictype/test-categ_Zp.c: Likewise.
22177         * tests/unictype/test-categ_Zs.c: Likewise.
22178         * tests/unictype/test-ctype_alnum.c: Likewise.
22179         * tests/unictype/test-ctype_alpha.c: Likewise.
22180         * tests/unictype/test-ctype_blank.c: Likewise.
22181         * tests/unictype/test-ctype_cntrl.c: Likewise.
22182         * tests/unictype/test-ctype_digit.c: Likewise.
22183         * tests/unictype/test-ctype_graph.c: Likewise.
22184         * tests/unictype/test-ctype_lower.c: Likewise.
22185         * tests/unictype/test-ctype_print.c: Likewise.
22186         * tests/unictype/test-ctype_punct.c: Likewise.
22187         * tests/unictype/test-ctype_space.c: Likewise.
22188         * tests/unictype/test-ctype_upper.c: Likewise.
22189         * tests/unictype/test-ctype_xdigit.c: Likewise.
22190         * tests/unictype/test-decdigit.h: Likewise.
22191         * tests/unictype/test-digit.h: Likewise.
22192         * tests/unictype/test-numeric.h: Likewise.
22193         * tests/unictype/test-pr_alphabetic.c: Likewise.
22194         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
22195         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
22196         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
22197         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
22198         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
22199         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
22200         * tests/unictype/test-pr_bidi_control.c: Likewise.
22201         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
22202         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
22203         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
22204         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
22205         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
22206         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
22207         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
22208         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
22209         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
22210         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
22211         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
22212         * tests/unictype/test-pr_combining.c: Likewise.
22213         * tests/unictype/test-pr_composite.c: Likewise.
22214         * tests/unictype/test-pr_currency_symbol.c: Likewise.
22215         * tests/unictype/test-pr_dash.c: Likewise.
22216         * tests/unictype/test-pr_decimal_digit.c: Likewise.
22217         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
22218         * tests/unictype/test-pr_deprecated.c: Likewise.
22219         * tests/unictype/test-pr_diacritic.c: Likewise.
22220         * tests/unictype/test-pr_extender.c: Likewise.
22221         * tests/unictype/test-pr_format_control.c: Likewise.
22222         * tests/unictype/test-pr_grapheme_base.c: Likewise.
22223         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
22224         * tests/unictype/test-pr_grapheme_link.c: Likewise.
22225         * tests/unictype/test-pr_hex_digit.c: Likewise.
22226         * tests/unictype/test-pr_hyphen.c: Likewise.
22227         * tests/unictype/test-pr_id_continue.c: Likewise.
22228         * tests/unictype/test-pr_id_start.c: Likewise.
22229         * tests/unictype/test-pr_ideographic.c: Likewise.
22230         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
22231         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
22232         * tests/unictype/test-pr_ignorable_control.c: Likewise.
22233         * tests/unictype/test-pr_iso_control.c: Likewise.
22234         * tests/unictype/test-pr_join_control.c: Likewise.
22235         * tests/unictype/test-pr_left_of_pair.c: Likewise.
22236         * tests/unictype/test-pr_line_separator.c: Likewise.
22237         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
22238         * tests/unictype/test-pr_lowercase.c: Likewise.
22239         * tests/unictype/test-pr_math.c: Likewise.
22240         * tests/unictype/test-pr_non_break.c: Likewise.
22241         * tests/unictype/test-pr_not_a_character.c: Likewise.
22242         * tests/unictype/test-pr_numeric.c: Likewise.
22243         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
22244         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
22245         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
22246         * tests/unictype/test-pr_other_id_continue.c: Likewise.
22247         * tests/unictype/test-pr_other_id_start.c: Likewise.
22248         * tests/unictype/test-pr_other_lowercase.c: Likewise.
22249         * tests/unictype/test-pr_other_math.c: Likewise.
22250         * tests/unictype/test-pr_other_uppercase.c: Likewise.
22251         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
22252         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
22253         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
22254         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
22255         * tests/unictype/test-pr_private_use.c: Likewise.
22256         * tests/unictype/test-pr_punctuation.c: Likewise.
22257         * tests/unictype/test-pr_quotation_mark.c: Likewise.
22258         * tests/unictype/test-pr_radical.c: Likewise.
22259         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
22260         * tests/unictype/test-pr_soft_dotted.c: Likewise.
22261         * tests/unictype/test-pr_space.c: Likewise.
22262         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
22263         * tests/unictype/test-pr_titlecase.c: Likewise.
22264         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
22265         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
22266         * tests/unictype/test-pr_uppercase.c: Likewise.
22267         * tests/unictype/test-pr_variation_selector.c: Likewise.
22268         * tests/unictype/test-pr_white_space.c: Likewise.
22269         * tests/unictype/test-pr_xid_continue.c: Likewise.
22270         * tests/unictype/test-pr_xid_start.c: Likewise.
22271         * tests/unictype/test-pr_zero_width.c: Likewise.
22272         * tests/unictype/test-sy_c_whitespace.c: Likewise.
22273         * tests/unictype/test-sy_java_whitespace.c: Likewise.
22274
22275 2007-11-12  Bruno Haible  <bruno@clisp.org>
22276
22277         Unicode character classification functions.
22278         * lib/unictype.h: New file.
22279         * modules/unictype/base: New file.
22280         * modules/unictype/category-L: New file.
22281         * modules/unictype/category-Lu: New file.
22282         * modules/unictype/category-Ll: New file.
22283         * modules/unictype/category-Lt: New file.
22284         * modules/unictype/category-Lm: New file.
22285         * modules/unictype/category-Lo: New file.
22286         * modules/unictype/category-M: New file.
22287         * modules/unictype/category-Mn: New file.
22288         * modules/unictype/category-Mc: New file.
22289         * modules/unictype/category-Me: New file.
22290         * modules/unictype/category-N: New file.
22291         * modules/unictype/category-Nd: New file.
22292         * modules/unictype/category-Nl: New file.
22293         * modules/unictype/category-No: New file.
22294         * modules/unictype/category-P: New file.
22295         * modules/unictype/category-Pc: New file.
22296         * modules/unictype/category-Pd: New file.
22297         * modules/unictype/category-Ps: New file.
22298         * modules/unictype/category-Pe: New file.
22299         * modules/unictype/category-Pi: New file.
22300         * modules/unictype/category-Pf: New file.
22301         * modules/unictype/category-Po: New file.
22302         * modules/unictype/category-S: New file.
22303         * modules/unictype/category-Sm: New file.
22304         * modules/unictype/category-Sc: New file.
22305         * modules/unictype/category-Sk: New file.
22306         * modules/unictype/category-So: New file.
22307         * modules/unictype/category-Z: New file.
22308         * modules/unictype/category-Zs: New file.
22309         * modules/unictype/category-Zl: New file.
22310         * modules/unictype/category-Zp: New file.
22311         * modules/unictype/category-C: New file.
22312         * modules/unictype/category-Cc: New file.
22313         * modules/unictype/category-Cf: New file.
22314         * modules/unictype/category-Cs: New file.
22315         * modules/unictype/category-Co: New file.
22316         * modules/unictype/category-Cn: New file.
22317         * modules/unictype/category-or: New file.
22318         * modules/unictype/category-of: New file.
22319         * modules/unictype/category-test: New file.
22320         * modules/unictype/category-test-withtable: New file.
22321         * modules/unictype/category-byname: New file.
22322         * modules/unictype/category-none: New file.
22323         * modules/unictype/category-and: New file.
22324         * modules/unictype/category-and-not: New file.
22325         * modules/unictype/category-name: New file.
22326         * modules/unictype/combining-class: New file.
22327         * modules/unictype/category-all: New file.
22328         * modules/unictype/bidicategory-all: New file.
22329         * modules/unictype/bidicategory-byname: New file.
22330         * modules/unictype/bidicategory-name: New file.
22331         * modules/unictype/bidicategory-of: New file.
22332         * modules/unictype/bidicategory-test: New file.
22333         * modules/unictype/decimal-digit: New file.
22334         * modules/unictype/digit: New file.
22335         * modules/unictype/numeric: New file.
22336         * modules/unictype/mirror: New file.
22337         * modules/unictype/property-white-space: New file.
22338         * modules/unictype/property-alphabetic: New file.
22339         * modules/unictype/property-other-alphabetic: New file.
22340         * modules/unictype/property-not-a-character: New file.
22341         * modules/unictype/property-default-ignorable-code-point: New file.
22342         * modules/unictype/property-other-default-ignorable-code-point: New
22343         file.
22344         * modules/unictype/property-deprecated: New file.
22345         * modules/unictype/property-logical-order-exception: New file.
22346         * modules/unictype/property-variation-selector: New file.
22347         * modules/unictype/property-private-use: New file.
22348         * modules/unictype/property-unassigned-code-value: New file.
22349         * modules/unictype/property-uppercase: New file.
22350         * modules/unictype/property-other-uppercase: New file.
22351         * modules/unictype/property-lowercase: New file.
22352         * modules/unictype/property-other-lowercase: New file.
22353         * modules/unictype/property-titlecase: New file.
22354         * modules/unictype/property-soft-dotted: New file.
22355         * modules/unictype/property-id-start: New file.
22356         * modules/unictype/property-other-id-start: New file.
22357         * modules/unictype/property-id-continue: New file.
22358         * modules/unictype/property-other-id-continue: New file.
22359         * modules/unictype/property-xid-start: New file.
22360         * modules/unictype/property-xid-continue: New file.
22361         * modules/unictype/property-pattern-white-space: New file.
22362         * modules/unictype/property-pattern-syntax: New file.
22363         * modules/unictype/property-join-control: New file.
22364         * modules/unictype/property-grapheme-base: New file.
22365         * modules/unictype/property-grapheme-extend: New file.
22366         * modules/unictype/property-other-grapheme-extend: New file.
22367         * modules/unictype/property-grapheme-link: New file.
22368         * modules/unictype/property-bidi-control: New file.
22369         * modules/unictype/property-bidi-left-to-right: New file.
22370         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
22371         * modules/unictype/property-bidi-arabic-right-to-left: New file.
22372         * modules/unictype/property-bidi-european-digit: New file.
22373         * modules/unictype/property-bidi-eur-num-separator: New file.
22374         * modules/unictype/property-bidi-eur-num-terminator: New file.
22375         * modules/unictype/property-bidi-arabic-digit: New file.
22376         * modules/unictype/property-bidi-common-separator: New file.
22377         * modules/unictype/property-bidi-block-separator: New file.
22378         * modules/unictype/property-bidi-segment-separator: New file.
22379         * modules/unictype/property-bidi-whitespace: New file.
22380         * modules/unictype/property-bidi-non-spacing-mark: New file.
22381         * modules/unictype/property-bidi-boundary-neutral: New file.
22382         * modules/unictype/property-bidi-pdf: New file.
22383         * modules/unictype/property-bidi-embedding-or-override: New file.
22384         * modules/unictype/property-bidi-other-neutral: New file.
22385         * modules/unictype/property-hex-digit: New file.
22386         * modules/unictype/property-ascii-hex-digit: New file.
22387         * modules/unictype/property-ideographic: New file.
22388         * modules/unictype/property-unified-ideograph: New file.
22389         * modules/unictype/property-radical: New file.
22390         * modules/unictype/property-ids-binary-operator: New file.
22391         * modules/unictype/property-ids-trinary-operator: New file.
22392         * modules/unictype/property-zero-width: New file.
22393         * modules/unictype/property-space: New file.
22394         * modules/unictype/property-non-break: New file.
22395         * modules/unictype/property-iso-control: New file.
22396         * modules/unictype/property-format-control: New file.
22397         * modules/unictype/property-dash: New file.
22398         * modules/unictype/property-hyphen: New file.
22399         * modules/unictype/property-punctuation: New file.
22400         * modules/unictype/property-line-separator: New file.
22401         * modules/unictype/property-paragraph-separator: New file.
22402         * modules/unictype/property-quotation-mark: New file.
22403         * modules/unictype/property-sentence-terminal: New file.
22404         * modules/unictype/property-terminal-punctuation: New file.
22405         * modules/unictype/property-currency-symbol: New file.
22406         * modules/unictype/property-math: New file.
22407         * modules/unictype/property-other-math: New file.
22408         * modules/unictype/property-paired-punctuation: New file.
22409         * modules/unictype/property-left-of-pair: New file.
22410         * modules/unictype/property-combining: New file.
22411         * modules/unictype/property-composite: New file.
22412         * modules/unictype/property-decimal-digit: New file.
22413         * modules/unictype/property-numeric: New file.
22414         * modules/unictype/property-diacritic: New file.
22415         * modules/unictype/property-extender: New file.
22416         * modules/unictype/property-ignorable-control: New file.
22417         * modules/unictype/property-test: New file.
22418         * modules/unictype/property-byname: New file.
22419         * modules/unictype/property-all: New file.
22420         * modules/unictype/scripts: New file.
22421         * modules/unictype/scripts-all: New file.
22422         * modules/unictype/block-of: New file.
22423         * modules/unictype/block-test: New file.
22424         * modules/unictype/block-list: New file.
22425         * modules/unictype/block-all: New file.
22426         * modules/unictype/syntax-c-whitespace: New file.
22427         * modules/unictype/syntax-java-whitespace: New file.
22428         * modules/unictype/syntax-c-ident: New file.
22429         * modules/unictype/syntax-java-ident: New file.
22430         * modules/unictype/ctype-alnum: New file.
22431         * modules/unictype/ctype-alpha: New file.
22432         * modules/unictype/ctype-cntrl: New file.
22433         * modules/unictype/ctype-digit: New file.
22434         * modules/unictype/ctype-graph: New file.
22435         * modules/unictype/ctype-lower: New file.
22436         * modules/unictype/ctype-print: New file.
22437         * modules/unictype/ctype-punct: New file.
22438         * modules/unictype/ctype-space: New file.
22439         * modules/unictype/ctype-upper: New file.
22440         * modules/unictype/ctype-xdigit: New file.
22441         * modules/unictype/ctype-blank: New file.
22442         * lib/unictype/bidi_byname.c: New file.
22443         * lib/unictype/bidi_name.c: New file.
22444         * lib/unictype/bidi_of.c: New file.
22445         * lib/unictype/bidi_test.c: New file.
22446         * lib/unictype/bitmap.h: New file.
22447         * lib/unictype/block_test.c: New file.
22448         * lib/unictype/blocks.c: New file.
22449         * lib/unictype/categ_C.c: New file.
22450         * lib/unictype/categ_Cc.c: New file.
22451         * lib/unictype/categ_Cf.c: New file.
22452         * lib/unictype/categ_Cn.c: New file.
22453         * lib/unictype/categ_Co.c: New file.
22454         * lib/unictype/categ_Cs.c: New file.
22455         * lib/unictype/categ_L.c: New file.
22456         * lib/unictype/categ_Ll.c: New file.
22457         * lib/unictype/categ_Lm.c: New file.
22458         * lib/unictype/categ_Lo.c: New file.
22459         * lib/unictype/categ_Lt.c: New file.
22460         * lib/unictype/categ_Lu.c: New file.
22461         * lib/unictype/categ_M.c: New file.
22462         * lib/unictype/categ_Mc.c: New file.
22463         * lib/unictype/categ_Me.c: New file.
22464         * lib/unictype/categ_Mn.c: New file.
22465         * lib/unictype/categ_N.c: New file.
22466         * lib/unictype/categ_Nd.c: New file.
22467         * lib/unictype/categ_Nl.c: New file.
22468         * lib/unictype/categ_No.c: New file.
22469         * lib/unictype/categ_P.c: New file.
22470         * lib/unictype/categ_Pc.c: New file.
22471         * lib/unictype/categ_Pd.c: New file.
22472         * lib/unictype/categ_Pe.c: New file.
22473         * lib/unictype/categ_Pf.c: New file.
22474         * lib/unictype/categ_Pi.c: New file.
22475         * lib/unictype/categ_Po.c: New file.
22476         * lib/unictype/categ_Ps.c: New file.
22477         * lib/unictype/categ_S.c: New file.
22478         * lib/unictype/categ_Sc.c: New file.
22479         * lib/unictype/categ_Sk.c: New file.
22480         * lib/unictype/categ_Sm.c: New file.
22481         * lib/unictype/categ_So.c: New file.
22482         * lib/unictype/categ_Z.c: New file.
22483         * lib/unictype/categ_Zl.c: New file.
22484         * lib/unictype/categ_Zp.c: New file.
22485         * lib/unictype/categ_Zs.c: New file.
22486         * lib/unictype/categ_and.c: New file.
22487         * lib/unictype/categ_and_not.c: New file.
22488         * lib/unictype/categ_byname.c: New file.
22489         * lib/unictype/categ_name.c: New file.
22490         * lib/unictype/categ_none.c: New file.
22491         * lib/unictype/categ_of.c: New file.
22492         * lib/unictype/categ_or.c: New file.
22493         * lib/unictype/categ_test.c: New file.
22494         * lib/unictype/combining.c: New file.
22495         * lib/unictype/ctype_alnum.c: New file.
22496         * lib/unictype/ctype_alpha.c: New file.
22497         * lib/unictype/ctype_blank.c: New file.
22498         * lib/unictype/ctype_cntrl.c: New file.
22499         * lib/unictype/ctype_digit.c: New file.
22500         * lib/unictype/ctype_graph.c: New file.
22501         * lib/unictype/ctype_lower.c: New file.
22502         * lib/unictype/ctype_print.c: New file.
22503         * lib/unictype/ctype_punct.c: New file.
22504         * lib/unictype/ctype_space.c: New file.
22505         * lib/unictype/ctype_upper.c: New file.
22506         * lib/unictype/ctype_xdigit.c: New file.
22507         * lib/unictype/decdigit.c: New file.
22508         * lib/unictype/digit.c: New file.
22509         * lib/unictype/identsyntaxmap.h: New file.
22510         * lib/unictype/mirror.c: New file.
22511         * lib/unictype/numeric.c: New file.
22512         * lib/unictype/pr_alphabetic.c: New file.
22513         * lib/unictype/pr_ascii_hex_digit.c: New file.
22514         * lib/unictype/pr_bidi_arabic_digit.c: New file.
22515         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
22516         * lib/unictype/pr_bidi_block_separator.c: New file.
22517         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
22518         * lib/unictype/pr_bidi_common_separator.c: New file.
22519         * lib/unictype/pr_bidi_control.c: New file.
22520         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
22521         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
22522         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
22523         * lib/unictype/pr_bidi_european_digit.c: New file.
22524         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
22525         * lib/unictype/pr_bidi_left_to_right.c: New file.
22526         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
22527         * lib/unictype/pr_bidi_other_neutral.c: New file.
22528         * lib/unictype/pr_bidi_pdf.c: New file.
22529         * lib/unictype/pr_bidi_segment_separator.c: New file.
22530         * lib/unictype/pr_bidi_whitespace.c: New file.
22531         * lib/unictype/pr_byname.c: New file.
22532         * lib/unictype/pr_byname.gperf: New file.
22533         * lib/unictype/pr_combining.c: New file.
22534         * lib/unictype/pr_composite.c: New file.
22535         * lib/unictype/pr_currency_symbol.c: New file.
22536         * lib/unictype/pr_dash.c: New file.
22537         * lib/unictype/pr_decimal_digit.c: New file.
22538         * lib/unictype/pr_default_ignorable_code_point.c: New file.
22539         * lib/unictype/pr_deprecated.c: New file.
22540         * lib/unictype/pr_diacritic.c: New file.
22541         * lib/unictype/pr_extender.c: New file.
22542         * lib/unictype/pr_format_control.c: New file.
22543         * lib/unictype/pr_grapheme_base.c: New file.
22544         * lib/unictype/pr_grapheme_extend.c: New file.
22545         * lib/unictype/pr_grapheme_link.c: New file.
22546         * lib/unictype/pr_hex_digit.c: New file.
22547         * lib/unictype/pr_hyphen.c: New file.
22548         * lib/unictype/pr_id_continue.c: New file.
22549         * lib/unictype/pr_id_start.c: New file.
22550         * lib/unictype/pr_ideographic.c: New file.
22551         * lib/unictype/pr_ids_binary_operator.c: New file.
22552         * lib/unictype/pr_ids_trinary_operator.c: New file.
22553         * lib/unictype/pr_ignorable_control.c: New file.
22554         * lib/unictype/pr_iso_control.c: New file.
22555         * lib/unictype/pr_join_control.c: New file.
22556         * lib/unictype/pr_left_of_pair.c: New file.
22557         * lib/unictype/pr_line_separator.c: New file.
22558         * lib/unictype/pr_logical_order_exception.c: New file.
22559         * lib/unictype/pr_lowercase.c: New file.
22560         * lib/unictype/pr_math.c: New file.
22561         * lib/unictype/pr_non_break.c: New file.
22562         * lib/unictype/pr_not_a_character.c: New file.
22563         * lib/unictype/pr_numeric.c: New file.
22564         * lib/unictype/pr_other_alphabetic.c: New file.
22565         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
22566         * lib/unictype/pr_other_grapheme_extend.c: New file.
22567         * lib/unictype/pr_other_id_continue.c: New file.
22568         * lib/unictype/pr_other_id_start.c: New file.
22569         * lib/unictype/pr_other_lowercase.c: New file.
22570         * lib/unictype/pr_other_math.c: New file.
22571         * lib/unictype/pr_other_uppercase.c: New file.
22572         * lib/unictype/pr_paired_punctuation.c: New file.
22573         * lib/unictype/pr_paragraph_separator.c: New file.
22574         * lib/unictype/pr_pattern_syntax.c: New file.
22575         * lib/unictype/pr_pattern_white_space.c: New file.
22576         * lib/unictype/pr_private_use.c: New file.
22577         * lib/unictype/pr_punctuation.c: New file.
22578         * lib/unictype/pr_quotation_mark.c: New file.
22579         * lib/unictype/pr_radical.c: New file.
22580         * lib/unictype/pr_sentence_terminal.c: New file.
22581         * lib/unictype/pr_soft_dotted.c: New file.
22582         * lib/unictype/pr_space.c: New file.
22583         * lib/unictype/pr_terminal_punctuation.c: New file.
22584         * lib/unictype/pr_test.c: New file.
22585         * lib/unictype/pr_titlecase.c: New file.
22586         * lib/unictype/pr_unassigned_code_value.c: New file.
22587         * lib/unictype/pr_unified_ideograph.c: New file.
22588         * lib/unictype/pr_uppercase.c: New file.
22589         * lib/unictype/pr_variation_selector.c: New file.
22590         * lib/unictype/pr_white_space.c: New file.
22591         * lib/unictype/pr_xid_continue.c: New file.
22592         * lib/unictype/pr_xid_start.c: New file.
22593         * lib/unictype/pr_zero_width.c: New file.
22594         * lib/unictype/scripts.c: New file.
22595         * lib/unictype/sy_c_ident.c: New file.
22596         * lib/unictype/sy_c_whitespace.c: New file.
22597         * lib/unictype/sy_java_ident.c: New file.
22598         * lib/unictype/sy_java_whitespace.c: New file.
22599
22600         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
22601         Unicode 5.0.0.
22602         * lib/unictype/blocks.h: Likewise.
22603         * lib/unictype/categ_C.h: Likewise.
22604         * lib/unictype/categ_Cc.h: Likewise.
22605         * lib/unictype/categ_Cf.h: Likewise.
22606         * lib/unictype/categ_Cn.h: Likewise.
22607         * lib/unictype/categ_Co.h: Likewise.
22608         * lib/unictype/categ_Cs.h: Likewise.
22609         * lib/unictype/categ_L.h: Likewise.
22610         * lib/unictype/categ_Ll.h: Likewise.
22611         * lib/unictype/categ_Lm.h: Likewise.
22612         * lib/unictype/categ_Lo.h: Likewise.
22613         * lib/unictype/categ_Lt.h: Likewise.
22614         * lib/unictype/categ_Lu.h: Likewise.
22615         * lib/unictype/categ_M.h: Likewise.
22616         * lib/unictype/categ_Mc.h: Likewise.
22617         * lib/unictype/categ_Me.h: Likewise.
22618         * lib/unictype/categ_Mn.h: Likewise.
22619         * lib/unictype/categ_N.h: Likewise.
22620         * lib/unictype/categ_Nd.h: Likewise.
22621         * lib/unictype/categ_Nl.h: Likewise.
22622         * lib/unictype/categ_No.h: Likewise.
22623         * lib/unictype/categ_P.h: Likewise.
22624         * lib/unictype/categ_Pc.h: Likewise.
22625         * lib/unictype/categ_Pd.h: Likewise.
22626         * lib/unictype/categ_Pe.h: Likewise.
22627         * lib/unictype/categ_Pf.h: Likewise.
22628         * lib/unictype/categ_Pi.h: Likewise.
22629         * lib/unictype/categ_Po.h: Likewise.
22630         * lib/unictype/categ_Ps.h: Likewise.
22631         * lib/unictype/categ_S.h: Likewise.
22632         * lib/unictype/categ_Sc.h: Likewise.
22633         * lib/unictype/categ_Sk.h: Likewise.
22634         * lib/unictype/categ_Sm.h: Likewise.
22635         * lib/unictype/categ_So.h: Likewise.
22636         * lib/unictype/categ_Z.h: Likewise.
22637         * lib/unictype/categ_Zl.h: Likewise.
22638         * lib/unictype/categ_Zp.h: Likewise.
22639         * lib/unictype/categ_Zs.h: Likewise.
22640         * lib/unictype/categ_of.h: Likewise.
22641         * lib/unictype/combining.h: Likewise.
22642         * lib/unictype/ctype_alnum.h: Likewise.
22643         * lib/unictype/ctype_alpha.h: Likewise.
22644         * lib/unictype/ctype_blank.h: Likewise.
22645         * lib/unictype/ctype_cntrl.h: Likewise.
22646         * lib/unictype/ctype_digit.h: Likewise.
22647         * lib/unictype/ctype_graph.h: Likewise.
22648         * lib/unictype/ctype_lower.h: Likewise.
22649         * lib/unictype/ctype_print.h: Likewise.
22650         * lib/unictype/ctype_punct.h: Likewise.
22651         * lib/unictype/ctype_space.h: Likewise.
22652         * lib/unictype/ctype_upper.h: Likewise.
22653         * lib/unictype/ctype_xdigit.h: Likewise.
22654         * lib/unictype/decdigit.h: Likewise.
22655         * lib/unictype/digit.h: Likewise.
22656         * lib/unictype/mirror.h: Likewise.
22657         * lib/unictype/numeric.h: Likewise.
22658         * lib/unictype/pr_alphabetic.h: Likewise.
22659         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
22660         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
22661         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
22662         * lib/unictype/pr_bidi_block_separator.h: Likewise.
22663         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
22664         * lib/unictype/pr_bidi_common_separator.h: Likewise.
22665         * lib/unictype/pr_bidi_control.h: Likewise.
22666         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
22667         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
22668         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
22669         * lib/unictype/pr_bidi_european_digit.h: Likewise.
22670         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
22671         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
22672         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
22673         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
22674         * lib/unictype/pr_bidi_pdf.h: Likewise.
22675         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
22676         * lib/unictype/pr_bidi_whitespace.h: Likewise.
22677         * lib/unictype/pr_combining.h: Likewise.
22678         * lib/unictype/pr_composite.h: Likewise.
22679         * lib/unictype/pr_currency_symbol.h: Likewise.
22680         * lib/unictype/pr_dash.h: Likewise.
22681         * lib/unictype/pr_decimal_digit.h: Likewise.
22682         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
22683         * lib/unictype/pr_deprecated.h: Likewise.
22684         * lib/unictype/pr_diacritic.h: Likewise.
22685         * lib/unictype/pr_extender.h: Likewise.
22686         * lib/unictype/pr_format_control.h: Likewise.
22687         * lib/unictype/pr_grapheme_base.h: Likewise.
22688         * lib/unictype/pr_grapheme_extend.h: Likewise.
22689         * lib/unictype/pr_grapheme_link.h: Likewise.
22690         * lib/unictype/pr_hex_digit.h: Likewise.
22691         * lib/unictype/pr_hyphen.h: Likewise.
22692         * lib/unictype/pr_id_continue.h: Likewise.
22693         * lib/unictype/pr_id_start.h: Likewise.
22694         * lib/unictype/pr_ideographic.h: Likewise.
22695         * lib/unictype/pr_ids_binary_operator.h: Likewise.
22696         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
22697         * lib/unictype/pr_ignorable_control.h: Likewise.
22698         * lib/unictype/pr_iso_control.h: Likewise.
22699         * lib/unictype/pr_join_control.h: Likewise.
22700         * lib/unictype/pr_left_of_pair.h: Likewise.
22701         * lib/unictype/pr_line_separator.h: Likewise.
22702         * lib/unictype/pr_logical_order_exception.h: Likewise.
22703         * lib/unictype/pr_lowercase.h: Likewise.
22704         * lib/unictype/pr_math.h: Likewise.
22705         * lib/unictype/pr_non_break.h: Likewise.
22706         * lib/unictype/pr_not_a_character.h: Likewise.
22707         * lib/unictype/pr_numeric.h: Likewise.
22708         * lib/unictype/pr_other_alphabetic.h: Likewise.
22709         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
22710         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
22711         * lib/unictype/pr_other_id_continue.h: Likewise.
22712         * lib/unictype/pr_other_id_start.h: Likewise.
22713         * lib/unictype/pr_other_lowercase.h: Likewise.
22714         * lib/unictype/pr_other_math.h: Likewise.
22715         * lib/unictype/pr_other_uppercase.h: Likewise.
22716         * lib/unictype/pr_paired_punctuation.h: Likewise.
22717         * lib/unictype/pr_paragraph_separator.h: Likewise.
22718         * lib/unictype/pr_pattern_syntax.h: Likewise.
22719         * lib/unictype/pr_pattern_white_space.h: Likewise.
22720         * lib/unictype/pr_private_use.h: Likewise.
22721         * lib/unictype/pr_punctuation.h: Likewise.
22722         * lib/unictype/pr_quotation_mark.h: Likewise.
22723         * lib/unictype/pr_radical.h: Likewise.
22724         * lib/unictype/pr_sentence_terminal.h: Likewise.
22725         * lib/unictype/pr_soft_dotted.h: Likewise.
22726         * lib/unictype/pr_space.h: Likewise.
22727         * lib/unictype/pr_terminal_punctuation.h: Likewise.
22728         * lib/unictype/pr_titlecase.h: Likewise.
22729         * lib/unictype/pr_unassigned_code_value.h: Likewise.
22730         * lib/unictype/pr_unified_ideograph.h: Likewise.
22731         * lib/unictype/pr_uppercase.h: Likewise.
22732         * lib/unictype/pr_variation_selector.h: Likewise.
22733         * lib/unictype/pr_white_space.h: Likewise.
22734         * lib/unictype/pr_xid_continue.h: Likewise.
22735         * lib/unictype/pr_xid_start.h: Likewise.
22736         * lib/unictype/pr_zero_width.h: Likewise.
22737         * lib/unictype/scripts.h: Likewise.
22738         * lib/unictype/scripts_byname.gperf: Likewise.
22739         * lib/unictype/sy_c_ident.h: Likewise.
22740         * lib/unictype/sy_c_whitespace.h: Likewise.
22741         * lib/unictype/sy_java_ident.h: Likewise.
22742         * lib/unictype/sy_java_whitespace.h: Likewise.
22743
22744         * lib/unictype/Makefile: New file.
22745         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
22746         glibc.
22747         * lib/unictype/3level.h: New file, copied from glibc.
22748         * lib/unictype/3levelbit.h: New file.
22749
22750 2007-11-11  Bruno Haible  <bruno@clisp.org>
22751
22752         * modules/gperf: New file.
22753         * modules/iconv_open (Depends-on): Add it.
22754         (Makefile.am): Remove the GPERF definition.
22755
22756 2007-11-11  Bruno Haible  <bruno@clisp.org>
22757
22758         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
22759         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
22760
22761 2007-11-11  Bruno Haible  <bruno@clisp.org>
22762
22763         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
22764         (usage): Remove function.
22765
22766 2007-11-11  Bruno Haible  <bruno@clisp.org>
22767
22768         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
22769         gl_FUNC_CEILF_LIBS.
22770         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
22771         gl_FUNC_CEIL_LIBS.
22772         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
22773         gl_FUNC_CEILL_LIBS.
22774         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
22775         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
22776         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
22777
22778 2007-11-11  Bruno Haible  <bruno@clisp.org>
22779
22780         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
22781         roundf were declared but do not exist on functions.
22782         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
22783         roundl were declared but do not exist on functions.
22784         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
22785         HAVE_FLOORL_AND_CEILL, respectively.
22786         Needed for Sun C on Solaris 10.
22787
22788 2007-11-11  Bruno Haible  <bruno@clisp.org>
22789
22790         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
22791         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
22792         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
22793         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
22794         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
22795         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
22796         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
22797         HAVE_DECL_ROUNDF.
22798         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
22799         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
22800         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
22801         of HAVE_DECL_ROUND*.
22802         * modules/math (Makefile.am): Update.
22803
22804 2007-11-10  Bruno Haible  <bruno@clisp.org>
22805
22806         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
22807         ptrdiff_t as m4/intl.m4.
22808
22809 2007-11-10  Jim Meyering  <meyering@redhat.com>
22810
22811         Avoid link failure for the argmatch test.
22812         * tests/test-argmatch.c (usage): Define function to avoid a link
22813         failure: argmatch_die requires a usage function.
22814
22815 2007-11-09  Bruno Haible  <bruno@clisp.org>
22816
22817         * doc/functions/snprintf.texi: Mention BeOS deficiency.
22818         * doc/functions/vsnprintf.texi: Likewise.
22819         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
22820         with a size argument < 2.
22821
22822 2007-11-09  Bruno Haible  <bruno@clisp.org>
22823
22824         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
22825         buffer. Fixes an inefficiency introduced on 2007-11-03.
22826
22827 2007-11-09  Bruno Haible  <bruno@clisp.org>
22828
22829         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
22830         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
22831
22832 2007-11-08  Jim Meyering  <meyering@redhat.com>
22833
22834         Change cache variable name prefix "jm_" to "gl_" everywhere.
22835         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
22836         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
22837         * m4/uptime.m4: s/gl_/jm_/
22838
22839 2007-11-07  Bruno Haible  <bruno@clisp.org>
22840
22841         Update to GNU gettext 0.17.
22842         * m4/intl.m4: Update to GNU gettext 0.17.
22843         * m4/po.m4: Likewise.
22844         * modules/gettext (Files): Remove m4/ulonglong.m4.
22845         (configure.ac): Require gettext infrastructure from version 0.17.
22846
22847 2007-11-06  Bruno Haible  <bruno@clisp.org>
22848
22849         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
22850         symbolic values are not defined in a public header.
22851         * lib/freadable.c (freadable) [QNX]: Likewise.
22852         * lib/freadahead.c (freadahead) [QNX]: Likewise.
22853         * lib/freading.c (freading) [QNX]: Likewise.
22854         * lib/fseterr.c (fseterr) [QNX]: Likewise.
22855         * lib/fwritable.c (fwritable) [QNX]: Likewise.
22856         * lib/fwriting.c (fwriting) [QNX]: Likewise.
22857         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
22858         Reported by Alain Magloire.
22859
22860         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
22861
22862 2007-11-05  Bruno Haible  <bruno@clisp.org>
22863
22864         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
22865         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
22866         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
22867         Reported by Eric Blake.
22868
22869 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22870             Bruno Haible  <bruno@clisp.org>
22871
22872         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
22873         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
22874         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
22875         (malloc): Undefine also before including <stdlib.h>.
22876         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
22877         Needed on OSF/1 4.0.
22878
22879 2007-11-05  Jim Meyering  <meyering@redhat.com>
22880
22881         git-version-gen: sync from coreutils.
22882         * build-aux/git-version-gen: Add comments.
22883         Change the first '-' to '.' in the snapshot version string,
22884         e.g., 6.9-377-08144 -> 6.9.377-08144
22885         Remove first parameter.
22886         Don't declare a version "-dirty" merely because a time
22887         stamp has changed.
22888
22889 2007-11-04  Bruno Haible  <bruno@clisp.org>
22890
22891         * lib/lock.h: Protect all macro definitions containing an 'if'
22892         statement through a "do { ... } while (0)".
22893         * lib/tls.h: Likewise.
22894
22895 2007-11-04  Bruno Haible  <bruno@clisp.org>
22896
22897         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
22898
22899 2007-11-04  Bruno Haible  <bruno@clisp.org>
22900
22901         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
22902         * modules/fprintf-posix (Depends-on): Add nocrash.
22903         * modules/snprintf-posix (Depends-on): Likewise.
22904         * modules/sprintf-posix (Depends-on): Likewise.
22905         * modules/vasnprintf-posix (Depends-on): Likewise.
22906         * modules/vasprintf-posix (Depends-on): Likewise.
22907         * modules/vfprintf-posix (Depends-on): Likewise.
22908         * modules/vsnprintf-posix (Depends-on): Likewise.
22909         * modules/vsprintf-posix (Depends-on): Likewise.
22910         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22911         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22912         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22913         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22914         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22915         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22916         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22917
22918 2007-11-04  Bruno Haible  <bruno@clisp.org>
22919
22920         * modules/nocrash: New file.
22921         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
22922         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
22923
22924 2007-11-04  Bruno Haible  <bruno@clisp.org>
22925
22926         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
22927         precision handling.
22928         * tests/test-vasprintf-posix.c (test_function): Likewise.
22929         * tests/test-snprintf-posix.h (test_function): Likewise.
22930         * tests/test-sprintf-posix.h (test_function): Likewise.
22931
22932         Fix *printf behaviour for large precisions on mingw and BeOS.
22933         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
22934         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
22935         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
22936         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
22937         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22938         gl_PRINTF_PRECISION and test its result. Invoke
22939         gl_PREREQ_VASNPRINTF_PRECISION.
22940         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22941         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22942         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22943         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22944         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22945         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22946         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22947         * doc/functions/fprintf.texi: Update.
22948         * doc/functions/printf.texi: Update.
22949         * doc/functions/snprintf.texi: Update.
22950         * doc/functions/sprintf.texi: Update.
22951         * doc/functions/vfprintf.texi: Update.
22952         * doc/functions/vprintf.texi: Update.
22953         * doc/functions/vsnprintf.texi: Update.
22954         * doc/functions/vsprintf.texi: Update.
22955
22956 2007-11-04  Bruno Haible  <bruno@clisp.org>
22957
22958         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
22959
22960 2007-11-04  Bruno Haible  <bruno@clisp.org>
22961
22962         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
22963         Reported by Sylvain Beucler <beuc@gnu.org>.
22964
22965 2007-11-03  Bruno Haible  <bruno@clisp.org>
22966
22967         * tests/test-fprintf-posix2.sh: New file.
22968         * tests/test-fprintf-posix2.c: New file.
22969         * modules/fprintf-posix-tests (Files): Add them.
22970         (TESTS): Add test-fprintf-posix2.sh.
22971         (configure.ac): Check for getrlimit and setrlimit.
22972         (check_PROGRAMS): Add test-fprintf-posix2.
22973
22974         * tests/test-printf-posix2.sh: New file.
22975         * tests/test-printf-posix2.c: New file.
22976         * modules/printf-posix-tests (Files): Add them.
22977         (TESTS): Add test-printf-posix2.sh.
22978         (configure.ac): Check for getrlimit and setrlimit.
22979         (check_PROGRAMS): Add test-printf-posix2.
22980
22981         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
22982         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
22983         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
22984         (decode_double): New function, copied from decode_long_double.
22985         (scale10_round_decimal_decoded): New function, extracted from
22986         scale10_round_decimal_long_double.
22987         (scale10_round_decimal_long_double): Use it.
22988         (scale10_round_decimal_double): New function.
22989         (floorlog10): New function.
22990         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
22991         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
22992         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
22993         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22994         gl_PRINTF_ENOMEM and test its result. Invoke
22995         gl_PREREQ_VASNPRINTF_ENOMEM.
22996         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22997         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22998         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22999         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23000         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23001         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23002         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23003         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
23004         * modules/snprintf-posix (Depends-on): Likewise.
23005         * modules/sprintf-posix (Depends-on): Likewise.
23006         * modules/vasnprintf-posix (Depends-on): Likewise.
23007         * modules/vasprintf-posix (Depends-on): Likewise.
23008         * modules/vfprintf-posix (Depends-on): Likewise.
23009         * modules/vsnprintf-posix (Depends-on): Likewise.
23010         * modules/vsprintf-posix (Depends-on): Likewise.
23011         * doc/functions/fprintf.texi: Update.
23012         * doc/functions/printf.texi: Update.
23013         * doc/functions/snprintf.texi: Update.
23014         * doc/functions/sprintf.texi: Update.
23015         * doc/functions/vfprintf.texi: Update.
23016         * doc/functions/vprintf.texi: Update.
23017         * doc/functions/vsnprintf.texi: Update.
23018         * doc/functions/vsprintf.texi: Update.
23019
23020 2007-11-03  Bruno Haible  <bruno@clisp.org>
23021
23022         * modules/frexp-nolibm-tests: New file.
23023
23024         * modules/frexp-nolibm: New file.
23025         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
23026
23027 2007-11-03  Bruno Haible  <bruno@clisp.org>
23028
23029         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
23030         value is C99 compliant.
23031         Needed for OSF/1 5.1.
23032
23033 2007-11-03  Bruno Haible  <bruno@clisp.org>
23034
23035         Fix out-of-memory handling of vasnprintf.
23036         * lib/printf-parse.c: Include <errno.h>.
23037         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
23038         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
23039         is already set.
23040
23041 2007-11-02  Eric Blake  <ebb9@byu.net>
23042
23043         Fix tests on cygwin.
23044         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
23045
23046 2007-11-01  Bruno Haible  <bruno@clisp.org>
23047
23048         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
23049         warning.
23050         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
23051         needed for POSIX compatibility.
23052
23053 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23054
23055         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
23056         for compatibility with GNU.
23057
23058 2007-11-01  Bruno Haible  <bruno@clisp.org>
23059
23060         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
23061         (putenv): Renamed from rpl_putenv. Change argument type from
23062         'const char *' to 'char *'.
23063         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
23064         of defining putenv in config.h, just set REPLACE_PUTENV.
23065         * modules/putenv (Depends-on): Add stdlib.
23066         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23067         (Include): Use <stdlib.h>.
23068         * lib/stdlib.in.h (putenv): New declaration.
23069         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
23070         REPLACE_PUTENV.
23071         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
23072         REPLACE_PUTENV.
23073         Needed for MacOS X 10.5.0.
23074         Reported by Peter O'Gorman <peter@pogma.com>.
23075
23076 2007-11-01  Jim Meyering  <meyering@redhat.com>
23077
23078         Treat an empty date string exactly like "0".
23079         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
23080         if the remaining date string (to be parsed) is empty, use "0".
23081         Reported by Mischa Molhoek and discussed in this thread:
23082         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
23083
23084 2007-10-31  Bruno Haible  <bruno@clisp.org>
23085
23086         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
23087         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
23088         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
23089         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
23090         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
23091         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
23092
23093 2007-10-31  Bruno Haible  <bruno@clisp.org>
23094
23095         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
23096         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
23097         (AC_TYPE_LONG_LONG_INT): Use it.
23098         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
23099         it as well.
23100         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
23101         to m4/longlong.m4.
23102         * modules/stdint (Files): Remove m4/ulonglong.m4.
23103         * modules/strtoull (Files): Use m4/longlong.m4 instead of
23104         m4/ulonglong.m4.
23105         * modules/strtoumax (Files): Likewise.
23106
23107 2007-10-30  Bruno Haible  <bruno@clisp.org>
23108
23109         * modules/xvasprintf-posix: New file.
23110         Suggested by Eric Blake.
23111
23112 2007-10-30  Bruno Haible  <bruno@clisp.org>
23113
23114         * modules/xprintf-posix-tests: New file.
23115         * tests/test-xprintf-posix.sh: New file.
23116         * tests/test-xprintf-posix.c: New file.
23117         * tests/test-xfprintf-posix.c: New file.
23118
23119         * modules/xprintf-posix: New file.
23120
23121 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23122
23123         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
23124         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
23125         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
23126
23127 2007-10-29  Bruno Haible  <bruno@clisp.org>
23128
23129         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
23130         contain the special marker '_cv_'.
23131         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
23132         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
23133         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
23134         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
23135         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
23136         Reported by Ralf Wildenhues.
23137
23138 2007-10-29  Bruno Haible  <bruno@clisp.org>
23139
23140         * gnulib-tool (func_import): When --lgpl is not specified, set
23141         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
23142         GPLv3.
23143         Reported by Simon Josefsson.
23144
23145 2007-10-28  Bruno Haible  <bruno@clisp.org>
23146
23147         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
23148         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
23149         HAVE_DECL_ISFINITE.
23150         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
23151         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
23152         HAVE_DECL_ISFINITE.
23153
23154 2007-10-28  Bruno Haible  <bruno@clisp.org>
23155
23156         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
23157         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
23158
23159 2007-10-28  Bruno Haible  <bruno@clisp.org>
23160
23161         Fix link errors with Sun C 5.0 on Solaris 10.
23162         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
23163         function is declared but not present in the compiler's libm.
23164         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
23165         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
23166         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
23167         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
23168         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
23169         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
23170         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
23171         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
23172         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
23173         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
23174         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
23175         HAVE_DECL_FLOORL.
23176
23177 2007-10-28  Bruno Haible  <bruno@clisp.org>
23178
23179         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
23180         gl_FUNC_FLOORL. Cache the result.
23181         (gl_FUNC_FLOORL): Use it.
23182         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
23183         gl_FUNC_CEILL. Cache the result.
23184         (gl_FUNC_CEILL): Use it.
23185
23186         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
23187         gl_FUNC_FLOOR. Cache the result.
23188         (gl_FUNC_FLOOR): Use it.
23189         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
23190         gl_FUNC_CEIL. Cache the result.
23191         (gl_FUNC_CEIL): Use it.
23192
23193         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
23194         gl_FUNC_FLOORF. Cache the result.
23195         (gl_FUNC_FLOORF): Use it.
23196         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
23197         gl_FUNC_CEILF. Cache the result.
23198         (gl_FUNC_CEILF): Use it.
23199
23200 2007-10-28  Bruno Haible  <bruno@clisp.org>
23201
23202         * gnulib-tool: Allow specifying the LGPL version number through
23203         --lgpl=2 or --lgpl=3.
23204         (func_usage): Document --lgpl with argument.
23205         Handle --lgpl=... arguments.
23206         (func_import): Recognize also gl_LGPL calls with an argument. When
23207         --lgpl=2 is used and the module's license is just LGPL, report an
23208         error. Set sed_transform_lib_file according to the lgpl variable. In
23209         the generated files, use --lgpl or gl_LGPL invocations with argument,
23210         if necessary.
23211         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
23212         an LGPv2+ license.
23213         * doc/gnulib-tool.texi (Modified imports): Update explanation of
23214         gl_LGPL macro.
23215
23216 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23217             Bruno Haible  <bruno@clisp.org>
23218
23219         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
23220         (u16_uctomb_aux): Likewise.
23221         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
23222         !HAVE_INLINE.
23223         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
23224
23225 2007-10-28  Bruno Haible  <bruno@clisp.org>
23226
23227         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
23228         Invoke AM_GETTEXT_OPTION if it exists.
23229         * modules/vasprintf: Likewise.
23230         * modules/verror: Likewise.
23231         * modules/xprintf: Likewise.
23232         * modules/xvasprintf: Likewise.
23233
23234 2007-10-27  Ben Pfaff  <blp@gnu.org>
23235
23236         * lib/math.in.h: Define isfinite macro and prototypes for
23237         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
23238         implementations.
23239         * m4/math_h.m4: New substitutions for isfinite module.
23240         * lib/isfinite.c: New file.
23241         * m4/isfinite.m4: New file.
23242         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
23243         * modules/isfinite: New file.
23244         * modules/isfinite-tests: New file.
23245         * tests/tests-isfinite.c: New file.
23246         * doc/functions/isfinite.texi: Mention isfinite module.
23247         * MODULES.html.sh: Mention new module.
23248
23249 2007-10-27  Ben Pfaff  <blp@gnu.org>
23250
23251         Ralf Wildenhues reported that Tru64 4.0D declares the round
23252         functions but does not have definitions.
23253         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
23254         cannot be found in any library, set the output variable to
23255         "missing" instead of "".
23256         * m4/round.m4: Also use our substitute if we cannot find round in
23257         any library, even if it is declared.
23258         * m4/roundf.m4: Likewise for roundf.
23259         * m4/roundl.m4: Likewise for roundl.
23260         * lib/math.in.h: Undefine roundf, round, roundl before defining
23261         their replacements, to allow for hypothetical systems where these
23262         may be defined as macros but not available in libraries.
23263
23264 2007-10-27  Bruno Haible  <bruno@clisp.org>
23265
23266         * doc/gnulib.texi: Invoke @firstparagraphindent.
23267         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
23268         changes in gnulib.
23269         (Source changes): New section.
23270
23271 2007-10-26  Bruno Haible  <bruno@clisp.org>
23272
23273         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
23274         borrowed from autoconf.
23275
23276 2007-10-26  Bruno Haible  <bruno@clisp.org>
23277
23278         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
23279         strerror returned the empty string. Needed on HP-UX 11.00.
23280
23281 2007-10-24  Micah Cowan  <micah@cowan.name>
23282
23283         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
23284         * build-aux/bootstrap: Remove support for now-unnecessary option,
23285         --cvs-user, and envvars CVS_USER, CVS_RSH.
23286
23287 2007-10-24  Jim Meyering  <meyering@redhat.com>
23288
23289         Avoid diagnostics from sha1sum when there is no cached checksum.
23290         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
23291         if the po.s1 file hasn't been created yet.
23292
23293         * build-aux/bootstrap: Sync from coreutils:
23294         2007-10-24  Jim Meyering  <meyering@redhat.com>
23295         Get gnulib from the git repository, not from an obsolete cvs one.
23296         * build-aux/bootstrap: Suggestion from Micah Cowan.
23297         2007-10-04  Jim Meyering  <jim@meyering.net>
23298         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
23299         (update_po_files): Work also when there are no .po files in po/.
23300
23301 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23302
23303         * README: Append ".git" to git and cg examples.
23304         Problem reported by Benoit Sigoure.
23305
23306 2007-10-23  Micah Cowan  <micah@cowan.name>
23307
23308         * users.txt: Add wget.
23309
23310 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23311
23312         Fix linking of some unistdio tests on FreeBSD.
23313         * modules/unistdio/u16-vsnprintf-tests
23314         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
23315         * modules/unistdio/u16-vsprintf-tests
23316         (test_u16_vsnprintf1_LDADD): Likewise.
23317         * modules/unistdio/u32-vsnprintf-tests
23318         (test_u32_vsnprintf1_LDADD): Likewise.
23319         * modules/unistdio/u32-vsprintf-tests
23320         (test_u32_vsprintf1_LDADD): Likewise.
23321         * modules/unistdio/u8-vsnprintf-tests
23322         (test_u8_vsnprintf1_LDADD): Likewise.
23323         * modules/unistdio/u8-vsprintf-tests
23324         (test_u8_vsprintf1_LDADD): Likewise.
23325         * modules/unistdio/ulc-vsnprintf-tests
23326         (test_ulc_vsnprintf1_LDADD): Likewise.
23327         * modules/unistdio/ulc-vsprintf-tests
23328         (test_ulc_vsprintf1_LDADD): Likewise.
23329
23330         Fix linking of some uniconv tests on FreeBSD.
23331         * modules/uniconv/u16-conv-from-enc-tests
23332         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
23333         * modules/uniconv/u16-conv-to-enc-tests
23334         (test_u16_conv_to_enc_LDADD): Likewise.
23335         * modules/uniconv/u16-strconv-from-enc-tests
23336         (test_u16_strconv_from_enc_LDADD): Likewise.
23337         * modules/uniconv/u16-strconv-to-enc-tests
23338         (test_u16_strconv_to_enc_LDADD): Likewise.
23339         * modules/uniconv/u32-conv-from-enc-tests
23340         (test_u32_conv_from_enc_LDADD): Likewise.
23341         * modules/uniconv/u32-conv-to-enc-tests
23342         (test_u32_conv_to_enc_LDADD): Likewise.
23343         * modules/uniconv/u32-strconv-from-enc-tests
23344         (test_u32_strconv_from_enc_LDADD): Likewise.
23345         * modules/uniconv/u32-strconv-to-enc-tests
23346         (test_u32_strconv_to_enc_LDADD): Likewise.
23347         * modules/uniconv/u8-conv-from-enc-tests
23348         (test_u8_conv_from_enc_LDADD): Likewise.
23349         * modules/uniconv/u8-conv-to-enc-tests
23350         (test_u8_conv_to_enc_LDADD): Likewise.
23351         * modules/uniconv/u8-strconv-from-enc-tests
23352         (test_u8_strconv_from_enc_LDADD): Likewise.
23353         * modules/uniconv/u8-strconv-to-enc-tests
23354         (test_u8_strconv_to_enc_LDADD): Likewise.
23355
23356 2007-10-22  Bruno Haible  <bruno@clisp.org>
23357
23358         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
23359         size.
23360
23361 2007-10-22  Eric Blake  <ebb9@byu.net>
23362
23363         Tweak x*printf documentation.
23364         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
23365         variable name and comments.
23366         Suggested by Bruno Haible.
23367
23368 2007-10-22  Bruno Haible  <bruno@clisp.org>
23369
23370         * lib/acl.c (copy_acl): Fix file name in comment.
23371
23372 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23373
23374         Fix Tru64 problem with stdbool.h.
23375         * lib/stdbool.in.h (false, true):
23376         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
23377         Don't declare as an enum in this situation; it runs afoul of Tru64.
23378         Problem reported by Steven M. Schweda in
23379         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
23380
23381 2007-10-22  Eric Blake  <ebb9@byu.net>
23382
23383         Also wrap vf?printf.
23384         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
23385         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
23386         (xvprintf, xvfprintf): New functions.
23387
23388 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23389
23390         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
23391         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
23392
23393         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
23394         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
23395
23396 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23397
23398         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
23399         by Bruno Haible.
23400
23401 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23402
23403         * lib/getloadavg.c
23404         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
23405         Undef `sys' after including sys/table.h, for Tru64 4.0D.
23406
23407         * tests/test-i-ring.c: Work for C89.
23408
23409 2007-10-22  Bruno Haible  <bruno@clisp.org>
23410
23411         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
23412         -1u, in preprocessor expression, so that we don't test for the bug
23413         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
23414         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
23415
23416 2007-10-22  Eric Blake  <ebb9@byu.net>
23417
23418         * tests/test-yesno.sh: Silence stderr during test.
23419
23420 2007-10-22  Simon Josefsson  <simon@josefsson.org>
23421
23422         * modules/crypto/gc-camellia: New file.
23423
23424         * m4/gc-camellia.m4: New file.
23425
23426         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
23427
23428         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
23429
23430 2007-10-22  Simon Josefsson  <simon@josefsson.org>
23431
23432         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
23433         --help to stdout.  Reported by sms@antinode.org (Steven
23434         M. Schweda).
23435
23436 2007-10-22  Simon Josefsson  <simon@josefsson.org>
23437
23438         * users.txt: Fix link to libksba.
23439
23440 2007-10-21  Ben Pfaff  <blp@gnu.org>
23441
23442         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
23443         round.c roundf implementation that depends on floorf and ceilf to
23444         be tested unconditionally.
23445
23446 2007-10-21  Ben Pfaff  <blp@gnu.org>
23447
23448         * m4/check-libm-func.m4: Removed.
23449         * m4/check-math-lib.m4: New file.
23450         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
23451         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
23452         definition and lack of AC_LIBOBJ([roundf]).
23453         * m4/roundl.m4: Ditto, and similarly for roundl.
23454         * modules/round: Reference new m4 file.
23455         * modules/roundf: Ditto.
23456         * modules/roundl: Ditto.
23457         * tests/test-round2.c (main): Use ROUND instead of round.
23458         Bug report from Bruno Haible.
23459
23460 2007-10-21  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
23463         context.
23464
23465 2007-10-21  Bruno Haible  <bruno@clisp.org>
23466
23467         * tests/test-wcwidth.c (main): Allow negative result for some control
23468         characters.
23469
23470         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
23471         Needed on OSF/1 5.1.
23472
23473 2007-10-21  Bruno Haible  <bruno@clisp.org>
23474
23475         * tests/test-floorf1.c: Include isnanf.h.
23476         (main): Use isnanf() instead of isnan().
23477         * tests/test-ceilf1.c: Include isnanf.h.
23478         (main): Use isnanf() instead of isnan().
23479         * tests/test-truncf1.c: Include isnanf.h.
23480         (main): Use isnanf() instead of isnan().
23481         * tests/test-roundf1.c: Include isnanf.h.
23482         (main): Use isnanf() instead of isnan().
23483
23484 2007-10-21  Eric Blake  <ebb9@byu.net>
23485
23486         * users.txt: Update URL for m4.
23487
23488 2007-10-21  Bruno Haible  <bruno@clisp.org>
23489
23490         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
23491
23492 2007-10-21  Bruno Haible  <bruno@clisp.org>
23493
23494         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
23495         Git's management files if the CVS files are not present.
23496
23497 2007-10-20  Bruno Haible  <bruno@clisp.org>
23498
23499         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
23500         gcc-3.4.x.
23501
23502 2007-10-20  Ben Pfaff  <blp@gnu.org>
23503
23504         * lib/math.in.h: Declare round, roundf, roundl if we are providing
23505         implementations.
23506         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
23507         * lib/round.c: New file.
23508         * lib/roundf.c: New file.
23509         * lib/roundl.c: New file.
23510         * m4/round.m4: New file.
23511         * m4/roundf.m4: New file.
23512         * m4/roundl.m4: New file.
23513         * m4/check-libm-func-m4: New file.
23514         * modules/math: Replace round, roundf, roundl related @VARS@ in
23515         math.in.h.
23516         * modules/round: New file.
23517         * modules/round-tests: New file.
23518         * modules/roundf: New file.
23519         * modules/roundf-tests: New file.
23520         * modules/roundl: New file.
23521         * modules/roundl-tests: New file.
23522         * tests/test-round1.c: New file.
23523         * tests/test-round2.c: New file.
23524         * tests/test-roundf1.c: New file.
23525         * tests/test-roundf2.c: New file.
23526         * tests/test-roundl.c: New file.
23527         * doc/functions/round.texi: Mention round module.
23528         * doc/functions/roundf.texi: Mention roundf module.
23529         * doc/functions/roundl.texi: Mention roundl module.
23530         * MODULES.html.sh: Mention new modules.
23531         Thanks to Bruno Haible for suggestions.
23532
23533 2007-10-20  Jim Meyering  <meyering@redhat.com>
23534
23535         * lib/xprintf.c: Include <config.h> unconditionally.
23536
23537         Change xprintf's license to GPL.
23538         * modules/xprintf (License): s/LGPL/GPL/, since this module
23539         depends on modules (exit and exitfail) which are GPL.
23540         Suggestion from Bruno Haible.
23541
23542         xprintf fixes.
23543         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
23544         Use a clearer diagnostic.
23545         Patch from Bruno Haible.
23546
23547 2007-10-20  Bruno Haible  <bruno@clisp.org>
23548
23549         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
23550         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
23551         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23552
23553 2007-10-20  Bruno Haible  <bruno@clisp.org>
23554
23555         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
23556         precision in the comparison result > x - 1 or similar.
23557         * tests/test-ceilf2.c (correct_result_p): Likewise.
23558         * tests/test-truncf2.c (correct_result_p): Likewise.
23559         * tests/test-trunc2.c (correct_result_p): Likewise.
23560         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23561
23562 2007-10-20  Bruno Haible  <bruno@clisp.org>
23563
23564         * modules/ceil: New file.
23565         * m4/ceil.m4: New file.
23566         * doc/functions/ceil.texi: Mention the 'ceil' module.
23567
23568 2007-10-20  Bruno Haible  <bruno@clisp.org>
23569
23570         * modules/floor: New file.
23571         * m4/floor.m4: New file.
23572         * doc/functions/floor.texi: Mention the 'floor' module.
23573
23574 2007-10-20  Bruno Haible  <bruno@clisp.org>
23575
23576         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
23577         of %a.
23578         * modules/floorf-tests (Depends-on): Likewise.
23579         * modules/truncf-tests (Depends-on): Likewise.
23580         * modules/trunc-tests (Depends-on): Likewise.
23581         Reported by Ben Pfaff.
23582
23583 2007-10-19  Jim Meyering  <meyering@redhat.com>
23584
23585         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
23586         Don't bother testing specific errno values.  Just test ferror.
23587
23588         New module: xprintf
23589         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
23590
23591 2007-10-19  Bruno Haible  <bruno@clisp.org>
23592
23593         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
23594         syntax.
23595         * modules/javaexec (Makefile.am): Likewise.
23596         * modules/relocatable-prog (Makefile.am): Likewise.
23597         Suggested by Jim Meyering.
23598
23599 2007-10-18  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
23602         Reported by Jim Meyering.
23603
23604 2007-10-18  Eric Blake  <ebb9@byu.net>
23605
23606         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
23607
23608 2007-10-18  Bruno Haible  <bruno@clisp.org>
23609
23610         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
23611         the format string into writable memory. Needed in Fortify conditions.
23612
23613 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
23614             Bruno Haible  <bruno@clisp.org>
23615
23616         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
23617         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
23618         * modules/trim (Depends-on): Add mbchar.
23619         (configure.ac): Add gl_FUNC_MBRTOWC.
23620         (Makefile.am): Augment lib_SOURCES.
23621
23622 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23623
23624         Modify glob.c to use fstatat and dirfd, to simplify it.
23625         Suggested by Eric Blake.
23626         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
23627         Don't include <stdbool.h>; not used.
23628         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
23629         (link_exists_p): Simplify implementation, since we can now assume
23630         dirfd and fstatat.
23631         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
23632
23633 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23634
23635         * gnulib-tool (func_get_dependencies): Fix sed script to
23636         match only tests.
23637
23638 2007-10-17  Bruno Haible  <bruno@clisp.org>
23639
23640         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
23641         allow locale names without encoding suffix.
23642         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
23643         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23644
23645 2007-10-16  Bruno Haible  <bruno@clisp.org>
23646
23647         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
23648         * lib/getgroups.c (getgroups): Likewise.
23649         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
23650
23651 2007-10-16  Bruno Haible  <bruno@clisp.org>
23652
23653         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
23654         * modules/malloc-posix (License): Likewise.
23655         * modules/realloc-posix (License): Likewise.
23656         * modules/calloc-posix (License): Likewise.
23657         * modules/intprops (License): Change from GPL to LGPL, with
23658         Paul Eggert's approval.
23659
23660 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23661
23662         Merge glibc changes into lib/glob.c.
23663
23664         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
23665         2007-10-15 04:59:03 UTC.  Here are the changes:
23666
23667         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
23668
23669         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
23670
23671         * lib/glob.c: Add some branch prediction throughout.
23672
23673         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
23674
23675         [BZ #5103]
23676         * lib/glob.c (glob): Recognize patterns starting \/.
23677
23678         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
23679
23680         [BZ #3996]
23681         * lib/glob.c (attribute_hidden): Define if not defined.
23682         (glob): Unescape dirname, filename or username when needed and not
23683         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
23684         is NULL.  Handle unescaped [ in pattern without closing ].
23685         Don't pass GLOB_CHECK down to recursive glob for directories.
23686         (__glob_pattern_type): New function.
23687         (__glob_pattern_p): Implement using __glob_pattern_type.
23688         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
23689         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
23690         Remove unreachable code.
23691
23692         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
23693
23694         * lib/glob.c (glob_in_dir): Add some comments and asserts to
23695         explain why there are no leaks.
23696
23697         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
23698
23699         [BZ #3253]
23700         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
23701         time, rather allocate increasingly bigger arrays of pointers, if
23702         possible with alloca, if too large with malloc.
23703
23704 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23705
23706         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
23707         Problem reported by H.Merijn Brand in
23708         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
23709         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
23710         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
23711
23712 2007-10-15  Bruno Haible  <bruno@clisp.org>
23713
23714         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
23715         with explicit rpl_ prefix.
23716         * lib/fopen.c (fopen): Likewise.
23717         * lib/freopen.c (freopen): Likewise.
23718         * lib/iconv.c (iconv): Likewise.
23719         * lib/iconv_close.c (iconv_close): Likewise.
23720
23721 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23722
23723         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
23724
23725 2007-10-15  Bruno Haible  <bruno@clisp.org>
23726
23727         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
23728         <stddef.h> instead of <stdlib.h> since we only need NULL.
23729         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23730
23731 2007-10-15  Bruno Haible  <bruno@clisp.org>
23732
23733         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
23734         Replace paragraph talking about LIBOBJS.
23735         Reported by Colin Watson <cjwatson@debian.org>.
23736
23737 2007-10-15  Bruno Haible  <bruno@clisp.org>
23738
23739         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
23740         <stdlib.h> before using NULL.
23741
23742 2007-10-15  Simon Josefsson  <simon@josefsson.org>
23743
23744         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
23745         Reported by Albert Chin <china@thewrittenword.com>.
23746
23747 2007-10-14  Bruno Haible  <bruno@clisp.org>
23748
23749         * modules/iconv_open-utf-tests: New file.
23750         * tests/test-iconv-utf.c: New file.
23751
23752         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
23753         * modules/iconv_open-utf: New file.
23754         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
23755         (iconv, iconv_close): New declarations.
23756         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
23757         be defined.
23758         (iconv_open): Add special handling of conversion between UTF-8 and
23759         UTF-{16,32}{BE,LE}.
23760         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
23761         * lib/iconv_close.c: New file.
23762         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
23763         gl_FUNC_ICONV_OPEN.
23764         (gl_FUNC_ICONV_OPEN): Use it.
23765         (gl_FUNC_ICONV_OPEN_UTF): New macro.
23766         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
23767         and REPLACE_ICONV_UTF.
23768         * modules/iconv_open (Depends-on): Add c-strcase.
23769         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
23770         ICONV_CONST.
23771         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
23772
23773 2007-10-13  Albert Chin  <china@thewrittenword.com>
23774             Bruno Haible  <bruno@clisp.org>
23775
23776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
23777         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
23778
23779 2007-10-13  Bruno Haible  <bruno@clisp.org>
23780
23781         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
23782         defined, use the ISO C99 inline semantics.
23783         * lib/argp.h (ARGP_EI): Likewise.
23784
23785 2007-10-13  Bruno Haible  <bruno@clisp.org>
23786
23787         Handle 'inline' change in gcc 4.3.0.
23788         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
23789         argp_fmtstream_write, argp_fmtstream_set_lmargin,
23790         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
23791         argp_fmtstream_point): Disable 'extern' declaration if the function
23792         definition is going to be provided inline.
23793         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
23794         semantics, not the ISO C99 inline semantics.
23795         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
23796         'extern' declaration if the function definition is going to be provided
23797         inline.
23798         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
23799         the GNU C inline semantics, not the ISO C99 inline semantics. With
23800         GCC 4.2, avoid a warning.
23801
23802 2007-10-13  Bruno Haible  <bruno@clisp.org>
23803
23804         * lib/freading.h (freading): Enable the use of __freading for
23805         glibc >= 2.7.
23806         * lib/freading.c (freading): Likewise.
23807
23808 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23809
23810         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
23811         "warning: C99 inline functions are not supported; using GNU89".
23812
23813 2007-10-12  Bruno Haible  <bruno@clisp.org>
23814
23815         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
23816         of 2.
23817         * tests/test-ceilf2.c: New file.
23818         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
23819
23820         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
23821         * modules/ceilf-tests: Update.
23822
23823 2007-10-12  Bruno Haible  <bruno@clisp.org>
23824
23825         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
23826         of 2.
23827         * tests/test-floorf2.c: New file.
23828         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
23829
23830         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
23831         * modules/floorf-tests: Update.
23832
23833 2007-10-12  Bruno Haible  <bruno@clisp.org>
23834
23835         * tests/test-trunc2.c: New file.
23836         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
23837
23838         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
23839         * modules/trunc-tests: Update.
23840
23841 2007-10-12  Bruno Haible  <bruno@clisp.org>
23842
23843         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
23844         of 2.
23845         * tests/test-truncf2.c: New file.
23846         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
23847
23848         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
23849         * modules/truncf-tests: Update.
23850
23851 2007-10-11  Eric Blake  <ebb9@byu.net>
23852
23853         Don't claim strerror is broken on Interix.
23854         * doc/functions/strerror.texi (strerror): Known broken systems are
23855         now Solaris 8, and not Interix.
23856         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
23857         Interix on cross-compile.
23858         Reported by Martin Koeppe in
23859         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
23860
23861 2007-10-11  Bruno Haible  <bruno@clisp.org>
23862
23863         * modules/i-ring-tests: New file.
23864         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
23865         instead of assert.
23866
23867 2007-10-11  Bruno Haible  <bruno@clisp.org>
23868
23869         * modules/filenamecat-tests: New file.
23870         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
23871         * lib/filenamecat.c: Remove test code.
23872
23873 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23874
23875         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
23876
23877         * lib/strerror.c: Include <string.h> always, to test interface,
23878         and to remove the need for the dummy.
23879         Include intprops.h to compute width instead of doing it ourselves
23880         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
23881         (strerror): Define it to return NULL if there's no system strerror.
23882         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
23883         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
23884         ancient pre-strerror Unix systems well any more.  Saying "unknown
23885         system error" is enough.
23886         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
23887         simpler strerror.c implementation.
23888         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
23889         Simplify the tests to reflect the simpler strerror implementation.
23890         * modules/strerror (Depends-on): Add intprops.
23891
23892 2007-10-09  Eric Blake  <ebb9@byu.net>
23893
23894         Silence test-fpending.
23895         * modules/fpending-tests (Files): Add wrapper script.
23896         * tests/test-fpending.sh: New file.
23897
23898 2007-10-09  Bruno Haible  <bruno@clisp.org>
23899
23900         * MODULES.html.sh (func_module): Don't create a hyperlink for
23901         function names like 'printf_frexp'.
23902         (Misc): Add crc, memxor.
23903         (Characteristics of floating types): New section.
23904         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
23905         isnanf-nolibm, signbit, trunc, truncf, truncl.
23906         (Enhancements for ISO C 99 functions): New subsection Input/output.
23907         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
23908         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
23909         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
23910         (Compatibility checks for POSIX:2001 functions): Add clock-time.
23911         (Enhancements for POSIX:2001 functions): Add chdir-long.
23912         (File system functions): Add areadlink, chdir-safer, read-file.
23913         Remove cycle-check.
23914         (File system as inode set): New section.
23915         (Date and time): Add gethrxtime.
23916         (Multithreading): Add openmp.
23917         (Internationalization functions): Add localename.
23918         (Unicode string functions): Add unistr/u*-mbsnlen.
23919         (Support for maintaining and releasing projects): Add git-version-gen.
23920         (Lone files): Remove directories.
23921
23922 2007-10-08  Ben Pfaff  <blp@gnu.org>
23923
23924         * lib/xmalloca.h: Fix typo in comment.
23925
23926 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23927
23928         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
23929         when avoiding problems with integer overflow.  Use a portable test
23930         instead.
23931
23932 2007-10-08  Simon Josefsson  <simon@josefsson.org>
23933
23934         * modules/dummy (License): Change to LGPLv2+.
23935         * modules/float (License): Likewise
23936         * modules/realloc (License): Likewise
23937         * modules/stdlib (License): Likewise
23938
23939 2007-10-07  Bruno Haible  <bruno@clisp.org>
23940
23941         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
23942         * floor.c (TWO_MANT_DIG): Likewise.
23943         * ceil.c (TWO_MANT_DIG): Likewise.
23944         Reported by Ben Pfaff.
23945
23946 2007-10-07  Bruno Haible  <bruno@clisp.org>
23947
23948         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
23949         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
23950         * lib/frexp.c (FUNC): Likewise.
23951         * lib/printf-frexp.h (printf_frexp): Likewise.
23952         * lib/printf-frexpl.h (printf_frexpl): Likewise.
23953         * lib/printf-frexp.c (FUNC): Likewise.
23954         Suggested by Jim Meyering.
23955
23956 2007-10-07  Jim Meyering  <meyering@redhat.com>
23957
23958         Make xnanosleep's integer overflow test more robust.
23959         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
23960         so that gcc-4.3.0 doesn't optimize away this test for overflow.
23961
23962 2007-10-07  Bruno Haible  <bruno@clisp.org>
23963
23964         * NEWS: Mention the license change.
23965
23966         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
23967         abbreviations in the modules files.
23968
23969         Change copyright notice from GPLv2+ to GPLv3+.
23970         * README: Change copyright notice.
23971         * MODULES.html.sh: Likewise.
23972         * build-aux/bootstrap.conf: Likewise.
23973         * build-aux/config.libpath: Likewise.
23974         * build-aux/csharpcomp.sh.in: Likewise.
23975         * build-aux/csharpexec.sh.in: Likewise.
23976         * build-aux/install-reloc: Likewise.
23977         * build-aux/javacomp.sh.in: Likewise.
23978         * build-aux/javaexec.sh.in: Likewise.
23979         * build-aux/ldd.sh.in: Likewise.
23980         * build-aux/reloc-ldflags: Likewise.
23981         * build-aux/relocatable.sh.in: Likewise.
23982         * build-aux/x-to-1.in: Likewise.
23983         * check-module: Likewise.
23984         * config/srclistvars.sh: Likewise.
23985         * gnulib-tool: Likewise.
23986         * lib/acl-internal.h: Likewise.
23987         * lib/acl.c: Likewise.
23988         * lib/acl.h: Likewise.
23989         * lib/acl_entries.c: Likewise.
23990         * lib/areadlink-with-size.c: Likewise.
23991         * lib/areadlink.c: Likewise.
23992         * lib/areadlink.h: Likewise.
23993         * lib/argmatch.c: Likewise.
23994         * lib/argmatch.h: Likewise.
23995         * lib/argp-ba.c: Likewise.
23996         * lib/argp-eexst.c: Likewise.
23997         * lib/argp-fmtstream.c: Likewise.
23998         * lib/argp-fmtstream.h: Likewise.
23999         * lib/argp-fs-xinl.c: Likewise.
24000         * lib/argp-help.c: Likewise.
24001         * lib/argp-namefrob.h: Likewise.
24002         * lib/argp-parse.c: Likewise.
24003         * lib/argp-pin.c: Likewise.
24004         * lib/argp-pv.c: Likewise.
24005         * lib/argp-pvh.c: Likewise.
24006         * lib/argp-xinl.c: Likewise.
24007         * lib/argp.h: Likewise.
24008         * lib/at-func.c: Likewise.
24009         * lib/atanl.c: Likewise.
24010         * lib/backupfile.c: Likewise.
24011         * lib/backupfile.h: Likewise.
24012         * lib/basename.c: Likewise.
24013         * lib/binary-io.h: Likewise.
24014         * lib/byteswap.in.h: Likewise.
24015         * lib/c-stack.c: Likewise.
24016         * lib/c-stack.h: Likewise.
24017         * lib/c-strcasestr.c: Likewise.
24018         * lib/c-strcasestr.h: Likewise.
24019         * lib/c-strstr.c: Likewise.
24020         * lib/c-strstr.h: Likewise.
24021         * lib/c-strtod.c: Likewise.
24022         * lib/calloc.c: Likewise.
24023         * lib/canon-host.c: Likewise.
24024         * lib/canon-host.h: Likewise.
24025         * lib/canonicalize-lgpl.c: Likewise.
24026         * lib/canonicalize.c: Likewise.
24027         * lib/canonicalize.h: Likewise.
24028         * lib/ceil.c: Likewise.
24029         * lib/ceilf.c: Likewise.
24030         * lib/ceill.c: Likewise.
24031         * lib/chdir-long.c: Likewise.
24032         * lib/chdir-long.h: Likewise.
24033         * lib/chdir-safer.c: Likewise.
24034         * lib/chdir-safer.h: Likewise.
24035         * lib/chown.c: Likewise.
24036         * lib/classpath.c: Likewise.
24037         * lib/classpath.h: Likewise.
24038         * lib/clean-temp.c: Likewise.
24039         * lib/clean-temp.h: Likewise.
24040         * lib/cloexec.c: Likewise.
24041         * lib/close-stream.c: Likewise.
24042         * lib/closein.c: Likewise.
24043         * lib/closein.h: Likewise.
24044         * lib/closeout.c: Likewise.
24045         * lib/closeout.h: Likewise.
24046         * lib/concat-filename.c: Likewise.
24047         * lib/copy-file.c: Likewise.
24048         * lib/copy-file.h: Likewise.
24049         * lib/count-one-bits.h: Likewise.
24050         * lib/crc.c: Likewise.
24051         * lib/crc.h: Likewise.
24052         * lib/creat-safer.c: Likewise.
24053         * lib/csharpcomp.c: Likewise.
24054         * lib/csharpcomp.h: Likewise.
24055         * lib/csharpexec.c: Likewise.
24056         * lib/csharpexec.h: Likewise.
24057         * lib/cycle-check.c: Likewise.
24058         * lib/cycle-check.h: Likewise.
24059         * lib/diacrit.c: Likewise.
24060         * lib/diacrit.h: Likewise.
24061         * lib/diffseq.h: Likewise.
24062         * lib/dirchownmod.c: Likewise.
24063         * lib/dirent.in.h: Likewise.
24064         * lib/dirfd.c: Likewise.
24065         * lib/dirfd.h: Likewise.
24066         * lib/dirname.c: Likewise.
24067         * lib/dirname.h: Likewise.
24068         * lib/dummy.c: Likewise.
24069         * lib/dup-safer.c: Likewise.
24070         * lib/dup2.c: Likewise.
24071         * lib/eealloc.h: Likewise.
24072         * lib/error.c: Likewise.
24073         * lib/error.h: Likewise.
24074         * lib/euidaccess.c: Likewise.
24075         * lib/exclude.c: Likewise.
24076         * lib/exclude.h: Likewise.
24077         * lib/execute.c: Likewise.
24078         * lib/execute.h: Likewise.
24079         * lib/exitfail.c: Likewise.
24080         * lib/exitfail.h: Likewise.
24081         * lib/expl.c: Likewise.
24082         * lib/fatal-signal.c: Likewise.
24083         * lib/fatal-signal.h: Likewise.
24084         * lib/fbufmode.c: Likewise.
24085         * lib/fbufmode.h: Likewise.
24086         * lib/fchdir.c: Likewise.
24087         * lib/fchmodat.c: Likewise.
24088         * lib/fchownat.c: Likewise.
24089         * lib/fcntl--.h: Likewise.
24090         * lib/fcntl-safer.h: Likewise.
24091         * lib/fcntl.in.h: Likewise.
24092         * lib/fd-safer.c: Likewise.
24093         * lib/fflush.c: Likewise.
24094         * lib/file-has-acl.c: Likewise.
24095         * lib/file-set.c: Likewise.
24096         * lib/file-type.c: Likewise.
24097         * lib/file-type.h: Likewise.
24098         * lib/fileblocks.c: Likewise.
24099         * lib/filemode.c: Likewise.
24100         * lib/filemode.h: Likewise.
24101         * lib/filename.h: Likewise.
24102         * lib/filenamecat.c: Likewise.
24103         * lib/filenamecat.h: Likewise.
24104         * lib/findprog.c: Likewise.
24105         * lib/findprog.h: Likewise.
24106         * lib/float.in.h: Likewise.
24107         * lib/floor.c: Likewise.
24108         * lib/floorf.c: Likewise.
24109         * lib/floorl.c: Likewise.
24110         * lib/fopen-safer.c: Likewise.
24111         * lib/fopen.c: Likewise.
24112         * lib/fpending.c: Likewise.
24113         * lib/fpending.h: Likewise.
24114         * lib/fprintf.c: Likewise.
24115         * lib/fprintftime.h: Likewise.
24116         * lib/fpucw.h: Likewise.
24117         * lib/fpurge.c: Likewise.
24118         * lib/fpurge.h: Likewise.
24119         * lib/freadable.c: Likewise.
24120         * lib/freadable.h: Likewise.
24121         * lib/freadahead.c: Likewise.
24122         * lib/freadahead.h: Likewise.
24123         * lib/freading.c: Likewise.
24124         * lib/freading.h: Likewise.
24125         * lib/free.c: Likewise.
24126         * lib/freopen.c: Likewise.
24127         * lib/frexp.c: Likewise.
24128         * lib/frexpl.c: Likewise.
24129         * lib/fseek.c: Likewise.
24130         * lib/fseterr.c: Likewise.
24131         * lib/fseterr.h: Likewise.
24132         * lib/fstatat.c: Likewise.
24133         * lib/fstrcmp.c: Likewise.
24134         * lib/fstrcmp.h: Likewise.
24135         * lib/fsusage.c: Likewise.
24136         * lib/fsusage.h: Likewise.
24137         * lib/ftell.c: Likewise.
24138         * lib/ftello.c: Likewise.
24139         * lib/fts-cycle.c: Likewise.
24140         * lib/fts.c: Likewise.
24141         * lib/fts_.h: Likewise.
24142         * lib/full-read.c: Likewise.
24143         * lib/full-read.h: Likewise.
24144         * lib/full-write.c: Likewise.
24145         * lib/full-write.h: Likewise.
24146         * lib/fwritable.c: Likewise.
24147         * lib/fwritable.h: Likewise.
24148         * lib/fwriteerror.c: Likewise.
24149         * lib/fwriteerror.h: Likewise.
24150         * lib/fwriting.c: Likewise.
24151         * lib/fwriting.h: Likewise.
24152         * lib/gcd.c: Likewise.
24153         * lib/gcd.h: Likewise.
24154         * lib/getcwd.c: Likewise.
24155         * lib/getdate.h: Likewise.
24156         * lib/getdate.y: Likewise.
24157         * lib/getdomainname.c: Likewise.
24158         * lib/getdomainname.h: Likewise.
24159         * lib/getgroups.c: Likewise.
24160         * lib/gethostname.c: Likewise.
24161         * lib/gethrxtime.c: Likewise.
24162         * lib/gethrxtime.h: Likewise.
24163         * lib/getloadavg.c: Likewise.
24164         * lib/getndelim2.c: Likewise.
24165         * lib/getndelim2.h: Likewise.
24166         * lib/getnline.c: Likewise.
24167         * lib/getnline.h: Likewise.
24168         * lib/getopt.c: Likewise.
24169         * lib/getopt.in.h: Likewise.
24170         * lib/getopt1.c: Likewise.
24171         * lib/getopt_int.h: Likewise.
24172         * lib/getpagesize.h: Likewise.
24173         * lib/getsubopt.c: Likewise.
24174         * lib/gettime.c: Likewise.
24175         * lib/getugroups.c: Likewise.
24176         * lib/getugroups.h: Likewise.
24177         * lib/getusershell.c: Likewise.
24178         * lib/gl_anyavltree_list1.h: Likewise.
24179         * lib/gl_anyavltree_list2.h: Likewise.
24180         * lib/gl_anyhash_list1.h: Likewise.
24181         * lib/gl_anyhash_list2.h: Likewise.
24182         * lib/gl_anylinked_list1.h: Likewise.
24183         * lib/gl_anylinked_list2.h: Likewise.
24184         * lib/gl_anyrbtree_list1.h: Likewise.
24185         * lib/gl_anyrbtree_list2.h: Likewise.
24186         * lib/gl_anytree_list1.h: Likewise.
24187         * lib/gl_anytree_list2.h: Likewise.
24188         * lib/gl_anytree_oset.h: Likewise.
24189         * lib/gl_anytreehash_list1.h: Likewise.
24190         * lib/gl_anytreehash_list2.h: Likewise.
24191         * lib/gl_array_list.c: Likewise.
24192         * lib/gl_array_list.h: Likewise.
24193         * lib/gl_array_oset.c: Likewise.
24194         * lib/gl_array_oset.h: Likewise.
24195         * lib/gl_avltree_list.c: Likewise.
24196         * lib/gl_avltree_list.h: Likewise.
24197         * lib/gl_avltree_oset.c: Likewise.
24198         * lib/gl_avltree_oset.h: Likewise.
24199         * lib/gl_avltreehash_list.c: Likewise.
24200         * lib/gl_avltreehash_list.h: Likewise.
24201         * lib/gl_carray_list.c: Likewise.
24202         * lib/gl_carray_list.h: Likewise.
24203         * lib/gl_linked_list.c: Likewise.
24204         * lib/gl_linked_list.h: Likewise.
24205         * lib/gl_linkedhash_list.c: Likewise.
24206         * lib/gl_linkedhash_list.h: Likewise.
24207         * lib/gl_list.c: Likewise.
24208         * lib/gl_list.h: Likewise.
24209         * lib/gl_oset.c: Likewise.
24210         * lib/gl_oset.h: Likewise.
24211         * lib/gl_rbtree_list.c: Likewise.
24212         * lib/gl_rbtree_list.h: Likewise.
24213         * lib/gl_rbtree_oset.c: Likewise.
24214         * lib/gl_rbtree_oset.h: Likewise.
24215         * lib/gl_rbtreehash_list.c: Likewise.
24216         * lib/gl_rbtreehash_list.h: Likewise.
24217         * lib/gl_sublist.c: Likewise.
24218         * lib/gl_sublist.h: Likewise.
24219         * lib/group-member.c: Likewise.
24220         * lib/group-member.h: Likewise.
24221         * lib/hard-locale.c: Likewise.
24222         * lib/hard-locale.h: Likewise.
24223         * lib/hash-pjw.c: Likewise.
24224         * lib/hash-pjw.h: Likewise.
24225         * lib/hash-triple.c: Likewise.
24226         * lib/hash.c: Likewise.
24227         * lib/hash.h: Likewise.
24228         * lib/human.c: Likewise.
24229         * lib/human.h: Likewise.
24230         * lib/i-ring.c: Likewise.
24231         * lib/i-ring.h: Likewise.
24232         * lib/idcache.c: Likewise.
24233         * lib/imaxabs.c: Likewise.
24234         * lib/imaxdiv.c: Likewise.
24235         * lib/inet_pton.c: Likewise.
24236         * lib/inet_pton.h: Likewise.
24237         * lib/intprops.h: Likewise.
24238         * lib/inttostr.c: Likewise.
24239         * lib/inttostr.h: Likewise.
24240         * lib/inttypes.in.h: Likewise.
24241         * lib/isapipe.c: Likewise.
24242         * lib/isdir.c: Likewise.
24243         * lib/isnan.c: Likewise.
24244         * lib/isnan.h: Likewise.
24245         * lib/isnanf.c: Likewise.
24246         * lib/isnanf.h: Likewise.
24247         * lib/isnanl-nolibm.h: Likewise.
24248         * lib/isnanl.c: Likewise.
24249         * lib/isnanl.h: Likewise.
24250         * lib/javacomp.c: Likewise.
24251         * lib/javacomp.h: Likewise.
24252         * lib/javaexec.c: Likewise.
24253         * lib/javaexec.h: Likewise.
24254         * lib/javaversion.c: Likewise.
24255         * lib/javaversion.h: Likewise.
24256         * lib/javaversion.java: Likewise.
24257         * lib/lbrkprop.h: Likewise.
24258         * lib/lchmod.h: Likewise.
24259         * lib/lchown.c: Likewise.
24260         * lib/ldexpl.c: Likewise.
24261         * lib/linebreak.c: Likewise.
24262         * lib/linebreak.h: Likewise.
24263         * lib/linebuffer.c: Likewise.
24264         * lib/linebuffer.h: Likewise.
24265         * lib/locale.in.h: Likewise.
24266         * lib/logl.c: Likewise.
24267         * lib/long-options.c: Likewise.
24268         * lib/long-options.h: Likewise.
24269         * lib/lstat.c: Likewise.
24270         * lib/lstat.h: Likewise.
24271         * lib/math.in.h: Likewise.
24272         * lib/mbchar.c: Likewise.
24273         * lib/mbchar.h: Likewise.
24274         * lib/mbfile.h: Likewise.
24275         * lib/mbiter.h: Likewise.
24276         * lib/mbscasecmp.c: Likewise.
24277         * lib/mbscasestr.c: Likewise.
24278         * lib/mbschr.c: Likewise.
24279         * lib/mbscspn.c: Likewise.
24280         * lib/mbslen.c: Likewise.
24281         * lib/mbsncasecmp.c: Likewise.
24282         * lib/mbsnlen.c: Likewise.
24283         * lib/mbspbrk.c: Likewise.
24284         * lib/mbspcasecmp.c: Likewise.
24285         * lib/mbsrchr.c: Likewise.
24286         * lib/mbssep.c: Likewise.
24287         * lib/mbsspn.c: Likewise.
24288         * lib/mbsstr.c: Likewise.
24289         * lib/mbstok_r.c: Likewise.
24290         * lib/mbswidth.c: Likewise.
24291         * lib/mbswidth.h: Likewise.
24292         * lib/mbuiter.h: Likewise.
24293         * lib/memcasecmp.c: Likewise.
24294         * lib/memcasecmp.h: Likewise.
24295         * lib/memchr.c: Likewise.
24296         * lib/memcmp.c: Likewise.
24297         * lib/memcoll.c: Likewise.
24298         * lib/memcoll.h: Likewise.
24299         * lib/memcpy.c: Likewise.
24300         * lib/memrchr.c: Likewise.
24301         * lib/mkancesdirs.c: Likewise.
24302         * lib/mkdir-p.c: Likewise.
24303         * lib/mkdir-p.h: Likewise.
24304         * lib/mkdir.c: Likewise.
24305         * lib/mkdirat.c: Likewise.
24306         * lib/mkdtemp.c: Likewise.
24307         * lib/mkstemp-safer.c: Likewise.
24308         * lib/mkstemp.c: Likewise.
24309         * lib/modechange.c: Likewise.
24310         * lib/modechange.h: Likewise.
24311         * lib/mountlist.c: Likewise.
24312         * lib/mountlist.h: Likewise.
24313         * lib/mpsort.c: Likewise.
24314         * lib/nanosleep.c: Likewise.
24315         * lib/obstack.c: Likewise.
24316         * lib/obstack.h: Likewise.
24317         * lib/open-safer.c: Likewise.
24318         * lib/open.c: Likewise.
24319         * lib/openat-die.c: Likewise.
24320         * lib/openat-priv.h: Likewise.
24321         * lib/openat-proc.c: Likewise.
24322         * lib/openat.c: Likewise.
24323         * lib/openat.h: Likewise.
24324         * lib/pagealign_alloc.c: Likewise.
24325         * lib/pagealign_alloc.h: Likewise.
24326         * lib/physmem.c: Likewise.
24327         * lib/physmem.h: Likewise.
24328         * lib/pipe-safer.c: Likewise.
24329         * lib/pipe.c: Likewise.
24330         * lib/pipe.h: Likewise.
24331         * lib/posixtm.c: Likewise.
24332         * lib/posixtm.h: Likewise.
24333         * lib/posixver.c: Likewise.
24334         * lib/printf-frexp.c: Likewise.
24335         * lib/printf-frexp.h: Likewise.
24336         * lib/printf-frexpl.c: Likewise.
24337         * lib/printf-frexpl.h: Likewise.
24338         * lib/printf.c: Likewise.
24339         * lib/progname.c: Likewise.
24340         * lib/progname.h: Likewise.
24341         * lib/progreloc.c: Likewise.
24342         * lib/putenv.c: Likewise.
24343         * lib/quote.c: Likewise.
24344         * lib/quote.h: Likewise.
24345         * lib/quotearg.c: Likewise.
24346         * lib/quotearg.h: Likewise.
24347         * lib/raise.c: Likewise.
24348         * lib/readline.c: Likewise.
24349         * lib/readline.h: Likewise.
24350         * lib/readlink.c: Likewise.
24351         * lib/readtokens.c: Likewise.
24352         * lib/readtokens.h: Likewise.
24353         * lib/readtokens0.c: Likewise.
24354         * lib/readtokens0.h: Likewise.
24355         * lib/readutmp.c: Likewise.
24356         * lib/readutmp.h: Likewise.
24357         * lib/realloc.c: Likewise.
24358         * lib/relocwrapper.c: Likewise.
24359         * lib/rename-dest-slash.c: Likewise.
24360         * lib/rename.c: Likewise.
24361         * lib/rmdir.c: Likewise.
24362         * lib/rpmatch.c: Likewise.
24363         * lib/safe-read.c: Likewise.
24364         * lib/safe-read.h: Likewise.
24365         * lib/safe-write.c: Likewise.
24366         * lib/safe-write.h: Likewise.
24367         * lib/same-inode.h: Likewise.
24368         * lib/same.c: Likewise.
24369         * lib/same.h: Likewise.
24370         * lib/save-cwd.c: Likewise.
24371         * lib/save-cwd.h: Likewise.
24372         * lib/savedir.c: Likewise.
24373         * lib/savedir.h: Likewise.
24374         * lib/savewd.c: Likewise.
24375         * lib/savewd.h: Likewise.
24376         * lib/search.in.h: Likewise.
24377         * lib/setenv.c: Likewise.
24378         * lib/setenv.h: Likewise.
24379         * lib/settime.c: Likewise.
24380         * lib/sh-quote.c: Likewise.
24381         * lib/sh-quote.h: Likewise.
24382         * lib/sig2str.c: Likewise.
24383         * lib/sig2str.h: Likewise.
24384         * lib/signal.in.h: Likewise.
24385         * lib/signbitd.c: Likewise.
24386         * lib/signbitf.c: Likewise.
24387         * lib/signbitl.c: Likewise.
24388         * lib/sigprocmask.c: Likewise.
24389         * lib/sincosl.c: Likewise.
24390         * lib/sleep.c: Likewise.
24391         * lib/sprintf.c: Likewise.
24392         * lib/sqrtl.c: Likewise.
24393         * lib/stat-time.h: Likewise.
24394         * lib/stdio--.h: Likewise.
24395         * lib/stdio-safer.h: Likewise.
24396         * lib/stdlib--.h: Likewise.
24397         * lib/stdlib-safer.h: Likewise.
24398         * lib/stdlib.in.h: Likewise.
24399         * lib/stpcpy.c: Likewise.
24400         * lib/stpncpy.c: Likewise.
24401         * lib/strchrnul.c: Likewise.
24402         * lib/strcspn.c: Likewise.
24403         * lib/strerror.c: Likewise.
24404         * lib/strftime.c: Likewise.
24405         * lib/strftime.h: Likewise.
24406         * lib/striconveh.c: Likewise.
24407         * lib/striconveh.h: Likewise.
24408         * lib/striconveha.c: Likewise.
24409         * lib/striconveha.h: Likewise.
24410         * lib/stripslash.c: Likewise.
24411         * lib/strnlen1.c: Likewise.
24412         * lib/strnlen1.h: Likewise.
24413         * lib/strtod.c: Likewise.
24414         * lib/strtoimax.c: Likewise.
24415         * lib/strtok_r.c: Likewise.
24416         * lib/strtol.c: Likewise.
24417         * lib/strtoll.c: Likewise.
24418         * lib/strtoul.c: Likewise.
24419         * lib/strtoull.c: Likewise.
24420         * lib/sysexits.in.h: Likewise.
24421         * lib/tempname.c: Likewise.
24422         * lib/tempname.h: Likewise.
24423         * lib/timespec.h: Likewise.
24424         * lib/tls.c: Likewise.
24425         * lib/tls.h: Likewise.
24426         * lib/tmpdir.c: Likewise.
24427         * lib/tmpdir.h: Likewise.
24428         * lib/tmpfile-safer.c: Likewise.
24429         * lib/tmpfile.c: Likewise.
24430         * lib/trigl.c: Likewise.
24431         * lib/trigl.h: Likewise.
24432         * lib/trim.c: Likewise.
24433         * lib/trim.h: Likewise.
24434         * lib/trunc.c: Likewise.
24435         * lib/truncf.c: Likewise.
24436         * lib/truncl.c: Likewise.
24437         * lib/tsearch.c: Likewise.
24438         * lib/unicodeio.c: Likewise.
24439         * lib/unicodeio.h: Likewise.
24440         * lib/unistd--.h: Likewise.
24441         * lib/unistd-safer.h: Likewise.
24442         * lib/unistdio/ulc-fprintf.c: Likewise.
24443         * lib/unistdio/ulc-vfprintf.c: Likewise.
24444         * lib/unlinkdir.c: Likewise.
24445         * lib/unlinkdir.h: Likewise.
24446         * lib/unlocked-io.h: Likewise.
24447         * lib/unsetenv.c: Likewise.
24448         * lib/userspec.c: Likewise.
24449         * lib/utime.c: Likewise.
24450         * lib/utimecmp.c: Likewise.
24451         * lib/utimecmp.h: Likewise.
24452         * lib/utimens.c: Likewise.
24453         * lib/verify.h: Likewise.
24454         * lib/verror.c: Likewise.
24455         * lib/verror.h: Likewise.
24456         * lib/version-etc-fsf.c: Likewise.
24457         * lib/version-etc.c: Likewise.
24458         * lib/version-etc.h: Likewise.
24459         * lib/vfprintf.c: Likewise.
24460         * lib/vprintf.c: Likewise.
24461         * lib/vsprintf.c: Likewise.
24462         * lib/w32spawn.h: Likewise.
24463         * lib/wait-process.c: Likewise.
24464         * lib/wait-process.h: Likewise.
24465         * lib/wcwidth.c: Likewise.
24466         * lib/write-any-file.c: Likewise.
24467         * lib/xalloc-die.c: Likewise.
24468         * lib/xalloc.h: Likewise.
24469         * lib/xasprintf.c: Likewise.
24470         * lib/xgetcwd.c: Likewise.
24471         * lib/xgetcwd.h: Likewise.
24472         * lib/xgetdomainname.c: Likewise.
24473         * lib/xgetdomainname.h: Likewise.
24474         * lib/xgethostname.c: Likewise.
24475         * lib/xmalloc.c: Likewise.
24476         * lib/xmalloca.c: Likewise.
24477         * lib/xmalloca.h: Likewise.
24478         * lib/xmemcoll.c: Likewise.
24479         * lib/xnanosleep.c: Likewise.
24480         * lib/xreadlink.c: Likewise.
24481         * lib/xreadlink.h: Likewise.
24482         * lib/xsetenv.c: Likewise.
24483         * lib/xsetenv.h: Likewise.
24484         * lib/xstriconv.c: Likewise.
24485         * lib/xstriconv.h: Likewise.
24486         * lib/xstrndup.c: Likewise.
24487         * lib/xstrndup.h: Likewise.
24488         * lib/xstrtod.c: Likewise.
24489         * lib/xstrtod.h: Likewise.
24490         * lib/xstrtol-error.c: Likewise.
24491         * lib/xstrtol.c: Likewise.
24492         * lib/xstrtol.h: Likewise.
24493         * lib/xtime.h: Likewise.
24494         * lib/xvasprintf.c: Likewise.
24495         * lib/xvasprintf.h: Likewise.
24496         * lib/yesno.c: Likewise.
24497         * lib/yesno.h: Likewise.
24498         * posix-modules: Likewise.
24499         * tests/test-alloca-opt.c: Likewise.
24500         * tests/test-arcfour.c: Likewise.
24501         * tests/test-arctwo.c: Likewise.
24502         * tests/test-argmatch.c: Likewise.
24503         * tests/test-argp-2.sh: Likewise.
24504         * tests/test-argp.c: Likewise.
24505         * tests/test-arpa_inet.c: Likewise.
24506         * tests/test-array_list.c: Likewise.
24507         * tests/test-array_oset.c: Likewise.
24508         * tests/test-atexit.c: Likewise.
24509         * tests/test-avltree_list.c: Likewise.
24510         * tests/test-avltree_oset.c: Likewise.
24511         * tests/test-avltreehash_list.c: Likewise.
24512         * tests/test-base64.c: Likewise.
24513         * tests/test-binary-io.c: Likewise.
24514         * tests/test-byteswap.c: Likewise.
24515         * tests/test-c-ctype.c: Likewise.
24516         * tests/test-c-strcasecmp.c: Likewise.
24517         * tests/test-c-strcasestr.c: Likewise.
24518         * tests/test-c-strncasecmp.c: Likewise.
24519         * tests/test-c-strstr.c: Likewise.
24520         * tests/test-canonicalize-lgpl.c: Likewise.
24521         * tests/test-canonicalize.c: Likewise.
24522         * tests/test-carray_list.c: Likewise.
24523         * tests/test-ceilf.c: Likewise.
24524         * tests/test-ceill.c: Likewise.
24525         * tests/test-count-one-bits.c: Likewise.
24526         * tests/test-crc.c: Likewise.
24527         * tests/test-dirname.c: Likewise.
24528         * tests/test-fbufmode.c: Likewise.
24529         * tests/test-fcntl.c: Likewise.
24530         * tests/test-fflush.c: Likewise.
24531         * tests/test-floorf.c: Likewise.
24532         * tests/test-floorl.c: Likewise.
24533         * tests/test-fopen.c: Likewise.
24534         * tests/test-fprintf-posix.c: Likewise.
24535         * tests/test-fprintf-posix.h: Likewise.
24536         * tests/test-fpurge.c: Likewise.
24537         * tests/test-freadable.c: Likewise.
24538         * tests/test-freadahead.c: Likewise.
24539         * tests/test-freading.c: Likewise.
24540         * tests/test-freopen.c: Likewise.
24541         * tests/test-frexp.c: Likewise.
24542         * tests/test-frexpl.c: Likewise.
24543         * tests/test-fseek.c: Likewise.
24544         * tests/test-fseeko.c: Likewise.
24545         * tests/test-fseterr.c: Likewise.
24546         * tests/test-fstrcmp.c: Likewise.
24547         * tests/test-ftell.c: Likewise.
24548         * tests/test-ftello.c: Likewise.
24549         * tests/test-fwritable.c: Likewise.
24550         * tests/test-fwriting.c: Likewise.
24551         * tests/test-getaddrinfo.c: Likewise.
24552         * tests/test-getpass.c: Likewise.
24553         * tests/test-gettimeofday.c: Likewise.
24554         * tests/test-hmac-md5.c: Likewise.
24555         * tests/test-hmac-sha1.c: Likewise.
24556         * tests/test-iconv.c: Likewise.
24557         * tests/test-iconvme.c: Likewise.
24558         * tests/test-inttypes.c: Likewise.
24559         * tests/test-isnan.c: Likewise.
24560         * tests/test-isnanf.c: Likewise.
24561         * tests/test-isnanl-nolibm.c: Likewise.
24562         * tests/test-isnanl.c: Likewise.
24563         * tests/test-isnanl.h: Likewise.
24564         * tests/test-ldexpl.c: Likewise.
24565         * tests/test-linked_list.c: Likewise.
24566         * tests/test-linkedhash_list.c: Likewise.
24567         * tests/test-locale.c: Likewise.
24568         * tests/test-localename.c: Likewise.
24569         * tests/test-lock.c: Likewise.
24570         * tests/test-lseek.c: Likewise.
24571         * tests/test-malloca.c: Likewise.
24572         * tests/test-math.c: Likewise.
24573         * tests/test-mbscasecmp.c: Likewise.
24574         * tests/test-mbscasestr1.c: Likewise.
24575         * tests/test-mbscasestr2.c: Likewise.
24576         * tests/test-mbscasestr3.c: Likewise.
24577         * tests/test-mbscasestr4.c: Likewise.
24578         * tests/test-mbschr.c: Likewise.
24579         * tests/test-mbscspn.c: Likewise.
24580         * tests/test-mbsncasecmp.c: Likewise.
24581         * tests/test-mbspbrk.c: Likewise.
24582         * tests/test-mbspcasecmp.c: Likewise.
24583         * tests/test-mbsrchr.c: Likewise.
24584         * tests/test-mbsspn.c: Likewise.
24585         * tests/test-mbsstr1.c: Likewise.
24586         * tests/test-mbsstr2.c: Likewise.
24587         * tests/test-mbsstr3.c: Likewise.
24588         * tests/test-md5.c: Likewise.
24589         * tests/test-memmem.c: Likewise.
24590         * tests/test-netinet_in.c: Likewise.
24591         * tests/test-open.c: Likewise.
24592         * tests/test-printf-frexp.c: Likewise.
24593         * tests/test-printf-frexpl.c: Likewise.
24594         * tests/test-printf-posix.c: Likewise.
24595         * tests/test-printf-posix.h: Likewise.
24596         * tests/test-rbtree_list.c: Likewise.
24597         * tests/test-rbtree_oset.c: Likewise.
24598         * tests/test-rbtreehash_list.c: Likewise.
24599         * tests/test-read-file.c: Likewise.
24600         * tests/test-rijndael.c: Likewise.
24601         * tests/test-search.c: Likewise.
24602         * tests/test-signbit.c: Likewise.
24603         * tests/test-sleep.c: Likewise.
24604         * tests/test-snprintf-posix.c: Likewise.
24605         * tests/test-snprintf-posix.h: Likewise.
24606         * tests/test-snprintf.c: Likewise.
24607         * tests/test-sprintf-posix.c: Likewise.
24608         * tests/test-sprintf-posix.h: Likewise.
24609         * tests/test-stat-time.c: Likewise.
24610         * tests/test-stdbool.c: Likewise.
24611         * tests/test-stdint.c: Likewise.
24612         * tests/test-stdio.c: Likewise.
24613         * tests/test-stdlib.c: Likewise.
24614         * tests/test-stpncpy.c: Likewise.
24615         * tests/test-strcasestr.c: Likewise.
24616         * tests/test-striconv.c: Likewise.
24617         * tests/test-striconveh.c: Likewise.
24618         * tests/test-striconveha.c: Likewise.
24619         * tests/test-string.c: Likewise.
24620         * tests/test-sys_select.c: Likewise.
24621         * tests/test-sys_socket.c: Likewise.
24622         * tests/test-sys_stat.c: Likewise.
24623         * tests/test-sys_time.c: Likewise.
24624         * tests/test-sysexits.c: Likewise.
24625         * tests/test-time.c: Likewise.
24626         * tests/test-tls.c: Likewise.
24627         * tests/test-trunc.c: Likewise.
24628         * tests/test-truncf.c: Likewise.
24629         * tests/test-truncl.c: Likewise.
24630         * tests/test-unistd.c: Likewise.
24631         * tests/test-vasnprintf-posix.c: Likewise.
24632         * tests/test-vasnprintf-posix2.c: Likewise.
24633         * tests/test-vasnprintf.c: Likewise.
24634         * tests/test-vasprintf-posix.c: Likewise.
24635         * tests/test-vasprintf.c: Likewise.
24636         * tests/test-verify.c: Likewise.
24637         * tests/test-vfprintf-posix.c: Likewise.
24638         * tests/test-vprintf-posix.c: Likewise.
24639         * tests/test-vsnprintf-posix.c: Likewise.
24640         * tests/test-vsnprintf.c: Likewise.
24641         * tests/test-vsprintf-posix.c: Likewise.
24642         * tests/test-wchar.c: Likewise.
24643         * tests/test-wctype.c: Likewise.
24644         * tests/test-wcwidth.c: Likewise.
24645         * tests/test-xstrtol.c: Likewise.
24646         * tests/test-xvasprintf.c: Likewise.
24647         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
24648         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
24649         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
24650         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
24651         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
24652         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
24653         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
24654         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
24655         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
24656         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
24657         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
24658         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
24659         * tests/uniname/test-uninames.c: Likewise.
24660         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
24661         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
24662         * tests/unistdio/test-u16-printf1.h: Likewise.
24663         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
24664         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
24665         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
24666         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
24667         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
24668         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
24669         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
24670         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
24671         * tests/unistdio/test-u32-printf1.h: Likewise.
24672         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
24673         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
24674         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
24675         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
24676         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
24677         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
24678         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
24679         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
24680         * tests/unistdio/test-u8-printf1.h: Likewise.
24681         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
24682         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
24683         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
24684         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
24685         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
24686         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
24687         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
24688         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
24689         * tests/unistdio/test-ulc-printf1.h: Likewise.
24690         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
24691         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
24692         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
24693         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
24694         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
24695         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
24696         * tests/uniwidth/test-u16-strwidth.c: Likewise.
24697         * tests/uniwidth/test-u16-width.c: Likewise.
24698         * tests/uniwidth/test-u32-strwidth.c: Likewise.
24699         * tests/uniwidth/test-u32-width.c: Likewise.
24700         * tests/uniwidth/test-u8-strwidth.c: Likewise.
24701         * tests/uniwidth/test-u8-width.c: Likewise.
24702         * tests/uniwidth/test-uc_width.c: Likewise.
24703         * config/srclist-update: Likewise.
24704         (fixlicense): Update to GPLv3+.
24705
24706         Change copyright notice from LGPLv2.1+ to LGPLv3+.
24707         * tests/test-tsearch.c: Change copyright notice.
24708
24709         Change copyright notice from LGPLv2.0+ to LGPLv3+.
24710         * lib/c-strcaseeq.h: Change copyright notice.
24711         * lib/streq.h: Likewise.
24712         * lib/uniconv.h: Likewise.
24713         * lib/uniconv/u-conv-from-enc.h: Likewise.
24714         * lib/uniconv/u-conv-to-enc.h: Likewise.
24715         * lib/uniconv/u-strconv-from-enc.h: Likewise.
24716         * lib/uniconv/u-strconv-to-enc.h: Likewise.
24717         * lib/uniconv/u16-conv-from-enc.c: Likewise.
24718         * lib/uniconv/u16-conv-to-enc.c: Likewise.
24719         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
24720         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
24721         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
24722         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
24723         * lib/uniconv/u32-conv-from-enc.c: Likewise.
24724         * lib/uniconv/u32-conv-to-enc.c: Likewise.
24725         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
24726         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
24727         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
24728         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
24729         * lib/uniconv/u8-conv-from-enc.c: Likewise.
24730         * lib/uniconv/u8-conv-to-enc.c: Likewise.
24731         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
24732         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
24733         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
24734         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
24735         * lib/uniname.h: Likewise.
24736         * lib/uniname/uniname.c: Likewise.
24737         * lib/unistdio.h: Likewise.
24738         * lib/unistdio/u-asnprintf.h: Likewise.
24739         * lib/unistdio/u-asprintf.h: Likewise.
24740         * lib/unistdio/u-printf-args.c: Likewise.
24741         * lib/unistdio/u-printf-args.h: Likewise.
24742         * lib/unistdio/u-printf-parse.h: Likewise.
24743         * lib/unistdio/u-snprintf.h: Likewise.
24744         * lib/unistdio/u-sprintf.h: Likewise.
24745         * lib/unistdio/u-vasprintf.h: Likewise.
24746         * lib/unistdio/u-vsnprintf.h: Likewise.
24747         * lib/unistdio/u-vsprintf.h: Likewise.
24748         * lib/unistdio/u16-asnprintf.c: Likewise.
24749         * lib/unistdio/u16-asprintf.c: Likewise.
24750         * lib/unistdio/u16-printf-parse.c: Likewise.
24751         * lib/unistdio/u16-snprintf.c: Likewise.
24752         * lib/unistdio/u16-sprintf.c: Likewise.
24753         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
24754         * lib/unistdio/u16-u16-asprintf.c: Likewise.
24755         * lib/unistdio/u16-u16-snprintf.c: Likewise.
24756         * lib/unistdio/u16-u16-sprintf.c: Likewise.
24757         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
24758         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
24759         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
24760         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
24761         * lib/unistdio/u16-vasnprintf.c: Likewise.
24762         * lib/unistdio/u16-vasprintf.c: Likewise.
24763         * lib/unistdio/u16-vsnprintf.c: Likewise.
24764         * lib/unistdio/u16-vsprintf.c: Likewise.
24765         * lib/unistdio/u32-asnprintf.c: Likewise.
24766         * lib/unistdio/u32-asprintf.c: Likewise.
24767         * lib/unistdio/u32-printf-parse.c: Likewise.
24768         * lib/unistdio/u32-snprintf.c: Likewise.
24769         * lib/unistdio/u32-sprintf.c: Likewise.
24770         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
24771         * lib/unistdio/u32-u32-asprintf.c: Likewise.
24772         * lib/unistdio/u32-u32-snprintf.c: Likewise.
24773         * lib/unistdio/u32-u32-sprintf.c: Likewise.
24774         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
24775         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
24776         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
24777         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
24778         * lib/unistdio/u32-vasnprintf.c: Likewise.
24779         * lib/unistdio/u32-vasprintf.c: Likewise.
24780         * lib/unistdio/u32-vsnprintf.c: Likewise.
24781         * lib/unistdio/u32-vsprintf.c: Likewise.
24782         * lib/unistdio/u8-asnprintf.c: Likewise.
24783         * lib/unistdio/u8-asprintf.c: Likewise.
24784         * lib/unistdio/u8-printf-parse.c: Likewise.
24785         * lib/unistdio/u8-snprintf.c: Likewise.
24786         * lib/unistdio/u8-sprintf.c: Likewise.
24787         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
24788         * lib/unistdio/u8-u8-asprintf.c: Likewise.
24789         * lib/unistdio/u8-u8-snprintf.c: Likewise.
24790         * lib/unistdio/u8-u8-sprintf.c: Likewise.
24791         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
24792         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
24793         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
24794         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
24795         * lib/unistdio/u8-vasnprintf.c: Likewise.
24796         * lib/unistdio/u8-vasprintf.c: Likewise.
24797         * lib/unistdio/u8-vsnprintf.c: Likewise.
24798         * lib/unistdio/u8-vsprintf.c: Likewise.
24799         * lib/unistdio/ulc-asnprintf.c: Likewise.
24800         * lib/unistdio/ulc-asprintf.c: Likewise.
24801         * lib/unistdio/ulc-printf-parse.c: Likewise.
24802         * lib/unistdio/ulc-snprintf.c: Likewise.
24803         * lib/unistdio/ulc-sprintf.c: Likewise.
24804         * lib/unistdio/ulc-vasnprintf.c: Likewise.
24805         * lib/unistdio/ulc-vasprintf.c: Likewise.
24806         * lib/unistdio/ulc-vsnprintf.c: Likewise.
24807         * lib/unistdio/ulc-vsprintf.c: Likewise.
24808         * lib/unistr.h: Likewise.
24809         * lib/unistr/u-cpy-alloc.h: Likewise.
24810         * lib/unistr/u-cpy.h: Likewise.
24811         * lib/unistr/u-endswith.h: Likewise.
24812         * lib/unistr/u-move.h: Likewise.
24813         * lib/unistr/u-set.h: Likewise.
24814         * lib/unistr/u-startswith.h: Likewise.
24815         * lib/unistr/u-stpcpy.h: Likewise.
24816         * lib/unistr/u-stpncpy.h: Likewise.
24817         * lib/unistr/u-strcat.h: Likewise.
24818         * lib/unistr/u-strcpy.h: Likewise.
24819         * lib/unistr/u-strcspn.h: Likewise.
24820         * lib/unistr/u-strdup.h: Likewise.
24821         * lib/unistr/u-strlen.h: Likewise.
24822         * lib/unistr/u-strncat.h: Likewise.
24823         * lib/unistr/u-strncpy.h: Likewise.
24824         * lib/unistr/u-strnlen.h: Likewise.
24825         * lib/unistr/u-strpbrk.h: Likewise.
24826         * lib/unistr/u-strspn.h: Likewise.
24827         * lib/unistr/u-strstr.h: Likewise.
24828         * lib/unistr/u-strtok.h: Likewise.
24829         * lib/unistr/u16-check.c: Likewise.
24830         * lib/unistr/u16-chr.c: Likewise.
24831         * lib/unistr/u16-cmp.c: Likewise.
24832         * lib/unistr/u16-cpy-alloc.c: Likewise.
24833         * lib/unistr/u16-cpy.c: Likewise.
24834         * lib/unistr/u16-endswith.c: Likewise.
24835         * lib/unistr/u16-mblen.c: Likewise.
24836         * lib/unistr/u16-mbsnlen.c: Likewise.
24837         * lib/unistr/u16-mbtouc-aux.c: Likewise.
24838         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
24839         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
24840         * lib/unistr/u16-mbtouc.c: Likewise.
24841         * lib/unistr/u16-mbtoucr.c: Likewise.
24842         * lib/unistr/u16-move.c: Likewise.
24843         * lib/unistr/u16-next.c: Likewise.
24844         * lib/unistr/u16-prev.c: Likewise.
24845         * lib/unistr/u16-set.c: Likewise.
24846         * lib/unistr/u16-startswith.c: Likewise.
24847         * lib/unistr/u16-stpcpy.c: Likewise.
24848         * lib/unistr/u16-stpncpy.c: Likewise.
24849         * lib/unistr/u16-strcat.c: Likewise.
24850         * lib/unistr/u16-strchr.c: Likewise.
24851         * lib/unistr/u16-strcmp.c: Likewise.
24852         * lib/unistr/u16-strcpy.c: Likewise.
24853         * lib/unistr/u16-strcspn.c: Likewise.
24854         * lib/unistr/u16-strdup.c: Likewise.
24855         * lib/unistr/u16-strlen.c: Likewise.
24856         * lib/unistr/u16-strmblen.c: Likewise.
24857         * lib/unistr/u16-strmbtouc.c: Likewise.
24858         * lib/unistr/u16-strncat.c: Likewise.
24859         * lib/unistr/u16-strncmp.c: Likewise.
24860         * lib/unistr/u16-strncpy.c: Likewise.
24861         * lib/unistr/u16-strnlen.c: Likewise.
24862         * lib/unistr/u16-strpbrk.c: Likewise.
24863         * lib/unistr/u16-strrchr.c: Likewise.
24864         * lib/unistr/u16-strspn.c: Likewise.
24865         * lib/unistr/u16-strstr.c: Likewise.
24866         * lib/unistr/u16-strtok.c: Likewise.
24867         * lib/unistr/u16-to-u32.c: Likewise.
24868         * lib/unistr/u16-to-u8.c: Likewise.
24869         * lib/unistr/u16-uctomb-aux.c: Likewise.
24870         * lib/unistr/u16-uctomb.c: Likewise.
24871         * lib/unistr/u32-check.c: Likewise.
24872         * lib/unistr/u32-chr.c: Likewise.
24873         * lib/unistr/u32-cmp.c: Likewise.
24874         * lib/unistr/u32-cpy-alloc.c: Likewise.
24875         * lib/unistr/u32-cpy.c: Likewise.
24876         * lib/unistr/u32-endswith.c: Likewise.
24877         * lib/unistr/u32-mblen.c: Likewise.
24878         * lib/unistr/u32-mbsnlen.c: Likewise.
24879         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
24880         * lib/unistr/u32-mbtouc.c: Likewise.
24881         * lib/unistr/u32-mbtoucr.c: Likewise.
24882         * lib/unistr/u32-move.c: Likewise.
24883         * lib/unistr/u32-next.c: Likewise.
24884         * lib/unistr/u32-prev.c: Likewise.
24885         * lib/unistr/u32-set.c: Likewise.
24886         * lib/unistr/u32-startswith.c: Likewise.
24887         * lib/unistr/u32-stpcpy.c: Likewise.
24888         * lib/unistr/u32-stpncpy.c: Likewise.
24889         * lib/unistr/u32-strcat.c: Likewise.
24890         * lib/unistr/u32-strchr.c: Likewise.
24891         * lib/unistr/u32-strcmp.c: Likewise.
24892         * lib/unistr/u32-strcpy.c: Likewise.
24893         * lib/unistr/u32-strcspn.c: Likewise.
24894         * lib/unistr/u32-strdup.c: Likewise.
24895         * lib/unistr/u32-strlen.c: Likewise.
24896         * lib/unistr/u32-strmblen.c: Likewise.
24897         * lib/unistr/u32-strmbtouc.c: Likewise.
24898         * lib/unistr/u32-strncat.c: Likewise.
24899         * lib/unistr/u32-strncmp.c: Likewise.
24900         * lib/unistr/u32-strncpy.c: Likewise.
24901         * lib/unistr/u32-strnlen.c: Likewise.
24902         * lib/unistr/u32-strpbrk.c: Likewise.
24903         * lib/unistr/u32-strrchr.c: Likewise.
24904         * lib/unistr/u32-strspn.c: Likewise.
24905         * lib/unistr/u32-strstr.c: Likewise.
24906         * lib/unistr/u32-strtok.c: Likewise.
24907         * lib/unistr/u32-to-u16.c: Likewise.
24908         * lib/unistr/u32-to-u8.c: Likewise.
24909         * lib/unistr/u32-uctomb.c: Likewise.
24910         * lib/unistr/u8-check.c: Likewise.
24911         * lib/unistr/u8-chr.c: Likewise.
24912         * lib/unistr/u8-cmp.c: Likewise.
24913         * lib/unistr/u8-cpy-alloc.c: Likewise.
24914         * lib/unistr/u8-cpy.c: Likewise.
24915         * lib/unistr/u8-endswith.c: Likewise.
24916         * lib/unistr/u8-mblen.c: Likewise.
24917         * lib/unistr/u8-mbsnlen.c: Likewise.
24918         * lib/unistr/u8-mbtouc-aux.c: Likewise.
24919         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
24920         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
24921         * lib/unistr/u8-mbtouc.c: Likewise.
24922         * lib/unistr/u8-mbtoucr.c: Likewise.
24923         * lib/unistr/u8-move.c: Likewise.
24924         * lib/unistr/u8-next.c: Likewise.
24925         * lib/unistr/u8-prev.c: Likewise.
24926         * lib/unistr/u8-set.c: Likewise.
24927         * lib/unistr/u8-startswith.c: Likewise.
24928         * lib/unistr/u8-stpcpy.c: Likewise.
24929         * lib/unistr/u8-stpncpy.c: Likewise.
24930         * lib/unistr/u8-strcat.c: Likewise.
24931         * lib/unistr/u8-strchr.c: Likewise.
24932         * lib/unistr/u8-strcmp.c: Likewise.
24933         * lib/unistr/u8-strcpy.c: Likewise.
24934         * lib/unistr/u8-strcspn.c: Likewise.
24935         * lib/unistr/u8-strdup.c: Likewise.
24936         * lib/unistr/u8-strlen.c: Likewise.
24937         * lib/unistr/u8-strmblen.c: Likewise.
24938         * lib/unistr/u8-strmbtouc.c: Likewise.
24939         * lib/unistr/u8-strncat.c: Likewise.
24940         * lib/unistr/u8-strncmp.c: Likewise.
24941         * lib/unistr/u8-strncpy.c: Likewise.
24942         * lib/unistr/u8-strnlen.c: Likewise.
24943         * lib/unistr/u8-strpbrk.c: Likewise.
24944         * lib/unistr/u8-strrchr.c: Likewise.
24945         * lib/unistr/u8-strspn.c: Likewise.
24946         * lib/unistr/u8-strstr.c: Likewise.
24947         * lib/unistr/u8-strtok.c: Likewise.
24948         * lib/unistr/u8-to-u16.c: Likewise.
24949         * lib/unistr/u8-to-u32.c: Likewise.
24950         * lib/unistr/u8-uctomb-aux.c: Likewise.
24951         * lib/unistr/u8-uctomb.c: Likewise.
24952         * lib/unitypes.h: Likewise.
24953         * lib/uniwidth.h: Likewise.
24954         * lib/uniwidth/cjk.h: Likewise.
24955         * lib/uniwidth/u16-strwidth.c: Likewise.
24956         * lib/uniwidth/u16-width.c: Likewise.
24957         * lib/uniwidth/u32-strwidth.c: Likewise.
24958         * lib/uniwidth/u32-width.c: Likewise.
24959         * lib/uniwidth/u8-strwidth.c: Likewise.
24960         * lib/uniwidth/u8-width.c: Likewise.
24961         * lib/uniwidth/width.c: Likewise.
24962
24963 2007-10-07  Bruno Haible  <bruno@clisp.org>
24964
24965         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
24966         The file is still under LGPL (see modules/inttypes).
24967
24968 2007-10-06  Bruno Haible  <bruno@clisp.org>
24969
24970         * modules/trunc (Dependencies): Add 'extensions'.
24971         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
24972         Reported by Ben Pfaff <blp@gnu.org>.
24973
24974 2007-10-06  Bruno Haible  <bruno@clisp.org>
24975
24976         * modules/freopen-tests: New file.
24977         * tests/test-freopen.c: New file.
24978
24979         * modules/fopen-tests: New file.
24980         * tests/test-fopen.c: New file.
24981
24982         * modules/fopen: New file.
24983         * lib/fopen.c: New file.
24984         * m4/fopen.m4: New file.
24985         * modules/freopen: New file.
24986         * lib/freopen.c: New file.
24987         * m4/freopen.m4: New file.
24988         * lib/stdio.in.h (fopen, freopen): New declarations.
24989         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
24990         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
24991         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
24992         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
24993         * doc/functions/fopen.texi: Mention the 'fopen' module.
24994         * doc/functions/freopen.texi: Mention the 'freopen' module.
24995
24996 2007-10-06  Bruno Haible  <bruno@clisp.org>
24997
24998         * modules/open-tests: New file.
24999         * tests/test-open.c: New file.
25000
25001         * modules/open: New file.
25002         * lib/open.c: New file.
25003         * m4/open.m4: New file.
25004         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
25005         lib/open.c does.
25006         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
25007         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
25008         macros.
25009         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
25010         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
25011         REPLACE_OPEN.
25012         * doc/functions/open.texi: Mention the 'open' module.
25013
25014 2007-10-04  Bruno Haible  <bruno@clisp.org>
25015
25016         * modules/ceill-tests: New file.
25017         * tests/test-ceill.c: New file.
25018
25019         * modules/ceill: New file.
25020         * lib/ceill.c: Replace entire file.
25021         * m4/ceill.m4: New file.
25022         * lib/math.in.h (ceill): Replace declaration.
25023         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
25024         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
25025         * doc/functions/ceill.texi: Mention the 'ceill' module.
25026         * modules/mathl (Files): Remove lib/ceill.c.
25027         (Depends-on): Add ceill.
25028
25029 2007-10-04  Bruno Haible  <bruno@clisp.org>
25030
25031         * modules/ceilf-tests: New file.
25032         * tests/test-ceilf.c: New file.
25033
25034         * modules/ceilf: New file.
25035         * lib/ceil.c: New file.
25036         * lib/ceilf.c: New file.
25037         * m4/ceilf.m4: New file.
25038         * lib/math.in.h (ceilf): New declaration.
25039         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
25040         HAVE_DECL_CEILF.
25041         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
25042         HAVE_DECL_CEILF.
25043         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
25044
25045 2007-10-04  Bruno Haible  <bruno@clisp.org>
25046
25047         * modules/floorl-tests: New file.
25048         * tests/test-floorl.c: New file.
25049
25050         * modules/floorl: New file.
25051         * lib/floorl.c: Replace entire file.
25052         * m4/floorl.m4: New file.
25053         * lib/math.in.h (floorl): Replace declaration.
25054         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
25055         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
25056         * doc/functions/floorl.texi: Mention the 'floorl' module.
25057         * modules/mathl (Files): Remove lib/floorl.c.
25058         (Depends-on): Add floorl.
25059
25060 2007-10-04  Bruno Haible  <bruno@clisp.org>
25061
25062         * modules/floorf-tests: New file.
25063         * tests/test-floorf.c: New file.
25064
25065         * modules/floorf: New file.
25066         * lib/floor.c: New file.
25067         * lib/floorf.c: New file.
25068         * m4/floorf.m4: New file.
25069         * lib/math.in.h (floorf): New declaration.
25070         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
25071         HAVE_DECL_FLOORF.
25072         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
25073         HAVE_DECL_FLOORF.
25074         * doc/functions/floorf.texi: Mention the 'floorf' module.
25075
25076 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
25077             Bruno Haible  <bruno@clisp.org>
25078
25079         Advertise for the Git server instead of the CVS server.
25080         * doc/gnulib-intro.texi (Steady Development): Mention the Git
25081         repository instead of the CVS one.
25082         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
25083         about all VCS systems generically.
25084         * doc/gnulib.texi (Introduction): Capitalize `Git'.
25085
25086 2007-10-04  Bruno Haible  <bruno@clisp.org>
25087
25088         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
25089         means.
25090         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
25091
25092 2007-10-04  Bruno Haible  <bruno@clisp.org>
25093
25094         * modules/truncl-tests: New file.
25095         * tests/test-truncl.c: New file.
25096
25097         * modules/truncl: New file.
25098         * lib/truncl.c: New file.
25099         * m4/truncl.m4: New file.
25100         * lib/math.in.h (truncl): New declaration.
25101         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
25102         HAVE_DECL_TRUNCL.
25103         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
25104         HAVE_DECL_TRUNCL.
25105         * doc/functions/truncl.texi: Mention the 'truncl' module.
25106
25107 2007-10-04  Bruno Haible  <bruno@clisp.org>
25108
25109         * modules/truncf-tests: New file.
25110         * tests/test-truncf.c: New file.
25111
25112         * modules/truncf: New file.
25113         * lib/trunc.c: Make paramerizable through USE_* macros.
25114         * lib/truncf.c: New file.
25115         * m4/truncf.m4: New file.
25116         * lib/math.in.h (truncf): New declaration.
25117         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
25118         HAVE_DECL_TRUNCF.
25119         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
25120         HAVE_DECL_TRUNCF.
25121         * doc/functions/truncf.texi: Mention the 'truncf' module.
25122
25123 2007-10-03  Bruno Haible  <bruno@clisp.org>
25124
25125         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
25126         augmentation also for tests modules.
25127         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
25128         * modules/atexit-tests (Makefile.am): Likewise.
25129         * modules/binary-io-tests (Makefile.am): Likewise.
25130         * modules/c-strcase-tests (Makefile.am): Likewise.
25131         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
25132         * modules/canonicalize-tests (Makefile.am): Likewise.
25133         * modules/closein-tests (Makefile.am): Likewise.
25134         * modules/fprintf-posix-tests (Makefile.am): Likewise.
25135         * modules/freadahead-tests (Makefile.am): Likewise.
25136         * modules/fseek-tests (Makefile.am): Likewise.
25137         * modules/fseeko-tests (Makefile.am): Likewise.
25138         * modules/ftell-tests (Makefile.am): Likewise.
25139         * modules/ftello-tests (Makefile.am): Likewise.
25140         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
25141         * modules/isnanl-tests (Makefile.am): Likewise.
25142         * modules/lseek-tests (Makefile.am): Likewise.
25143         * modules/mbscasecmp-tests (Makefile.am): Likewise.
25144         * modules/mbscasestr-tests (Makefile.am): Likewise.
25145         * modules/mbschr-tests (Makefile.am): Likewise.
25146         * modules/mbscspn-tests (Makefile.am): Likewise.
25147         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
25148         * modules/mbspbrk-tests (Makefile.am): Likewise.
25149         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
25150         * modules/mbsrchr-tests (Makefile.am): Likewise.
25151         * modules/mbsspn-tests (Makefile.am): Likewise.
25152         * modules/mbsstr-tests (Makefile.am): Likewise.
25153         * modules/printf-posix-tests (Makefile.am): Likewise.
25154         * modules/snprintf-posix-tests (Makefile.am): Likewise.
25155         * modules/sprintf-posix-tests (Makefile.am): Likewise.
25156         * modules/tsearch-tests (Makefile.am): Likewise.
25157         * modules/uniname/uniname-tests (Makefile.am): Likewise.
25158         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
25159         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
25160         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
25161         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
25162         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
25163         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
25164         * modules/vprintf-posix-tests (Makefile.am): Likewise.
25165         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
25166         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
25167         * modules/xstrtoimax-tests (Makefile.am): Likewise.
25168         * modules/xstrtol-tests (Makefile.am): Likewise.
25169         * modules/xstrtoumax-tests (Makefile.am): Likewise.
25170         * modules/yesno-tests (Makefile.am): Likewise.
25171
25172 2007-10-03  Bruno Haible  <bruno@clisp.org>
25173
25174         * modules/trunc-tests: New file.
25175         * tests/test-trunc.c: New file.
25176
25177         * modules/trunc: New file.
25178         * lib/trunc.c: New file.
25179         * m4/trunc.m4: New file.
25180         * lib/math.in.h (trunc): New declaration.
25181         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
25182         HAVE_DECL_TRUNC.
25183         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
25184         HAVE_DECL_TRUNC.
25185         * doc/functions/trunc.texi: Mention the 'trunc' module.
25186
25187 2007-10-03  Bruno Haible  <bruno@clisp.org>
25188
25189         * tests/test-fpending.c: New file, mostly copied
25190         from coreutils/lib/t-fpending.c.
25191         * modules/fpending-tests: New file.
25192
25193 2007-10-03  Bruno Haible  <bruno@clisp.org>
25194
25195         Port the stdio extensions to QNX (untested).
25196         * lib/fseterr.c (fseterr): Add support for QNX.
25197         * lib/fbufmode.c (fbufmode): Likewise.
25198         * lib/freadable.c (freadable): Likewise.
25199         * lib/fwritable.c (fwritable): Likewise.
25200         * lib/freading.c (freading): Likewise.
25201         * lib/fwriting.c (fwriting): Likewise.
25202         * lib/freadahead.c (freadahed): Likewise.
25203         * lib/fpurge.c (fpurge): Likewise.
25204         * lib/fseeko.c (rpl_fseeko): Likewise.
25205
25206 2007-10-03  Bruno Haible  <bruno@clisp.org>
25207             Jim Meyering  <jim@meyering.net>
25208             Eric Blake  <ebb9@byu.net>
25209
25210         * doc/relocatable.texi: Use @command instead of @program.
25211
25212 2007-10-02  Jim Meyering  <jim@meyering.net>
25213
25214         Perform one more "_.h" -> ".in.h" substitution.
25215         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
25216         instead of unistd_.h here, too.
25217
25218 2007-10-01  Bruno Haible  <bruno@clisp.org>
25219
25220         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
25221         Needed for the alloca-opt module.
25222
25223 2007-09-30  Bruno Haible  <bruno@clisp.org>
25224
25225         * lib/alloca.in.h: Renamed from lib/alloca_.h.
25226         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
25227         alloca_.h.
25228         * lib/argz.in.h: Renamed from lib/argz_.h.
25229         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
25230         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
25231         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
25232         byteswap_.h.
25233         * lib/dirent.in.h: Renamed from lib/dirent_.h.
25234         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
25235         dirent_.h.
25236         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
25237         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
25238         fcntl_.h.
25239         * lib/float.in.h: Renamed from lib/float_.h.
25240         * modules/float (Files, Makefile.am): Use float.in.h instead of
25241         float_.h.
25242         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
25243         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
25244         fnmatch_.h.
25245         * lib/getopt.in.h: Renamed from lib/getopt_.h.
25246         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
25247         getopt_.h.
25248         * lib/glob.in.h: Renamed from lib/glob_.h.
25249         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
25250         * lib/iconv.in.h: Renamed from lib/iconv_.h.
25251         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
25252         iconv_.h.
25253         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
25254         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
25255         inttypes_.h.
25256         * lib/locale.in.h: Renamed from lib/locale_.h.
25257         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
25258         locale_.h.
25259         * lib/math.in.h: Renamed from lib/math_.h.
25260         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
25261         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
25262         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
25263         of netinet_in_.h. Add dependency.
25264         * lib/poll.in.h: Renamed from lib/poll_.h.
25265         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
25266         * lib/search.in.h: Renamed from lib/search_.h.
25267         * modules/search (Files, Makefile.am): Use search.in.h instead of
25268         search_.h.
25269         * lib/signal.in.h: Renamed from lib/signal_.h.
25270         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
25271         _signal.h.
25272         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
25273         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
25274         stdbool_.h.
25275         * lib/stdint.in.h: Renamed from lib/stdint_.h.
25276         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
25277         stdint_.h.
25278         * lib/stdio.in.h: Renamed from lib/stdio_.h.
25279         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
25280         stdio_.h.
25281         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
25282         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
25283         stdlib_.h.
25284         * lib/string.in.h: Renamed from lib/string_.h.
25285         * modules/string (Files, Makefile.am): Use string.in.h instead of
25286         string_.h.
25287         * doc/gnulib-tool.texi (Initial import): Update.
25288         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
25289         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
25290         of sys_select_.h. Add dependency.
25291         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
25292         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
25293         of sys_socket_.h.
25294         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
25295         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
25296         sys_stat_.h.
25297         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
25298         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
25299         sys_time_.h.
25300         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
25301         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
25302         sysexits_.h.
25303         * lib/time.in.h: Renamed from lib/time_.h.
25304         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
25305         * lib/unistd.in.h: Renamed from lib/unistd_.h.
25306         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
25307         unistd_.h.
25308         * lib/wchar.in.h: Renamed from lib/wchar_.h.
25309         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
25310         wchar_.h.
25311         * lib/wctype.in.h: Renamed from lib/wctype_.h.
25312         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
25313         wctype_.h.
25314         * build-aux/bootstrap (slurp): Update.
25315         * lib/.cppi-disable: Update.
25316
25317 2007-09-30  Bruno Haible  <bruno@clisp.org>
25318
25319         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
25320         Needed on BeOS.
25321
25322 2007-09-30  Bruno Haible  <bruno@clisp.org>
25323
25324         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
25325
25326 2007-09-29  Bruno Haible  <bruno@clisp.org>
25327
25328         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
25329
25330 2007-09-29  Bruno Haible  <bruno@clisp.org>
25331
25332         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
25333         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
25334         * build-aux/install-reloc: Compile also areadlink.c.
25335         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
25336
25337 2007-09-29  Bruno Haible  <bruno@clisp.org>
25338
25339         * gnulib-tool (func_emit_initmacro_done): Indentation.
25340
25341 2007-09-29  Bruno Haible  <bruno@clisp.org>
25342
25343         * README: Add CVS checkout update instructions.
25344         Info from Bob Proulx <bob@proulx.com>.
25345
25346 2007-09-28  Eric Blake  <ebb9@byu.net>
25347
25348         Provide move-if-change.
25349         * build-aux/move-if-change: New file, based on best practice
25350         rather than any canonical upstream location.
25351
25352 2007-09-28  Jim Meyering  <jim@meyering.net>
25353
25354         Fix canonicalize loop-detection corner case.
25355         Do not attempt to stat the symlink values stored via seen_triple.
25356         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
25357         on linux-2.6.18, (but not 2.6.22).
25358         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
25359         triple_compare.  The former compares dev,ino,filename, while the latter
25360         would actually stat dirname(filename) when dev and ino were equal.
25361         * lib/hash-triple.c: Install <string.h>.
25362         (STREQ): Define.
25363         (triple_compare_ino_str): New function.
25364         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
25365
25366 2007-09-28  Eric Blake  <ebb9@byu.net>
25367
25368         Enforce that AC_REPLACE_FUNCS files exist.
25369         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
25370         override check for typos.
25371
25372         Fix test-closein on Solaris 10.
25373         * tests/test-closein.c (main): Don't assume stdin can be inherited
25374         closed on all systems.
25375         * tests/test-closein.sh: Likewise.
25376         Reported by Piotr Tarnowski.
25377
25378 2007-09-28  Jim Meyering  <jim@meyering.net>
25379
25380         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
25381
25382 2007-09-27  Jim Meyering  <jim@meyering.net>
25383
25384         canonicalize: Avoid a false-positive cycle failure.
25385         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
25386         Sort.  Remove cycle-check.
25387         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
25388         not cycle-check.h.
25389         (seen_triple): New function.
25390         (canonicalize_filename_mode): Use it instead of cycle-check.
25391         * tests/test-canonicalize.c: Add a test for this bug.
25392         * tests/test-canonicalize.sh: Set up and run the test.
25393
25394         New module, file-set, from coreutils.
25395         * modules/file-set: Define it.
25396         * lib/file-set.c, lib/file-set.h: Implement.
25397
25398         New module, hash-triple, from coreutils.
25399         * modules/hash-triple: Define it.
25400         * lib/hash-triple.c, lib/hash-triple.h: Implement.
25401
25402 2007-09-25  Eric Blake  <ebb9@byu.net>
25403
25404         Fix strerror on Interix.
25405         * lib/string_.h (strerror): Declare replacement.
25406         * doc/functions/strerror.texi (strerror): Document the Interix
25407         shortcoming.
25408         * modules/string (Makefile.am): Support new hooks.
25409         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
25410         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
25411         gl_FUNC_STRERROR_SEPARATE.
25412         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
25413         * lib/strerror.c (rpl_strerror): Provide replacement.
25414         * modules/strerror (Depends-on): Add string.
25415         (configure.ac): Detect use of module.
25416         * tests/test-strerror.c: New file.
25417         * modules/strerror-tests: New test module.
25418         * modules/argp (Depends-on): Add strerror.
25419         * modules/error (Depends-on): Likewise.
25420         Reported by Martin Koeppe.
25421
25422 2007-09-24  Bruno Haible  <bruno@clisp.org>
25423
25424         * README: Update git instructions.
25425
25426 2007-09-24  Eric Blake  <ebb9@byu.net>
25427
25428         Revert fpending breakage from 2007-09-08.
25429         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
25430         __fpending.c.
25431
25432 2007-09-24  Jim Meyering  <jim@meyering.net>
25433
25434         filenamecat.c: Add a test.
25435         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
25436         showing how the function works when DIR is the empty string.
25437
25438 2007-09-21  Simon Josefsson  <simon@josefsson.org>
25439
25440         * tests/test-canonicalize.sh: Turn on executable bit.
25441
25442 2007-09-19  Eric Blake  <ebb9@byu.net>
25443
25444         * README: Update CVS instructions.
25445
25446 2007-09-18  Bruno Haible  <bruno@clisp.org>
25447
25448         * modules/areadlink: New file.
25449         * lib/areadlink.h (areadlink): New declaration.
25450         * lib/areadlink.c: New file, based on lib/xreadlink.c.
25451
25452 2007-09-17  Jim Meyering  <jim@meyering.net>
25453
25454         * lib/savewd.c (ESTALE) [!defined]: Define.
25455         Reported to be required on Interix by Martin Koeppe.
25456
25457 2007-09-17  Bruno Haible  <bruno@clisp.org>
25458
25459         * gnulib-tool (func_version): Use $version.
25460
25461 2007-09-16  Bruno Haible  <bruno@clisp.org>
25462
25463         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
25464         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
25465         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
25466         Reported by Greg Schafer <gschafer@zip.com.au>.
25467
25468 2007-09-15  Bruno Haible  <bruno@clisp.org>
25469
25470         * gnulib-tool (sed): Try a little harder to make bash understand the
25471         alias.
25472         Reported by Bruce Korb <bruce.korb@gmail.com>.
25473
25474 2007-09-13  Eric Blake  <ebb9@byu.net>
25475
25476         * ChangeLog: Remove conflict markers.
25477
25478 2007-09-13  Simon Josefsson  <simon@josefsson.org>
25479
25480         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
25481         Reported by Bruno Haible <bruno@clisp.org>.
25482
25483 2007-09-12  Bruno Haible  <bruno@clisp.org>
25484
25485         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
25486         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
25487         is not defined.
25488
25489 2007-09-12  Eric Blake  <ebb9@byu.net>
25490
25491         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
25492         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
25493         Autoconf definition.
25494         * modules/euidaccess (Depends-on): Add extensions, for
25495         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
25496         * modules/fnmatch (Depends-on): Likewise.
25497         * modules/getaddrinfo (Depends-on): Likewise.
25498         * modules/getdelim (Depends-on): Likewise.
25499         * modules/getline (Depends-on): Likewise.
25500         * modules/getsubopt (Depends-on): Likewise.
25501         * modules/gettext (Depends-on): Likewise.
25502         * modules/group-member (Depends-on): Likewise.
25503         * modules/mbchar (Depends-on): Likewise.
25504         * modules/memmem (Depends-on): Likewise.
25505         * modules/mempcpy (Depends-on): Likewise.
25506         * modules/memrchr (Depends-on): Likewise.
25507         * modules/pagealign_alloc (Depends-on): Likewise.
25508         * modules/readutmp (Depends-on): Likewise.
25509         * modules/stpcpy (Depends-on): Likewise.
25510         * modules/stpncpy (Depends-on): Likewise.
25511         * modules/strchrnul (Depends-on): Likewise.
25512         * modules/strndup (Depends-on): Likewise.
25513         * modules/strsep (Depends-on): Likewise.
25514         * modules/strverscmp (Depends-on): Likewise.
25515         * modules/vasprintf (Depends-on): Likewise.
25516         * modules/wcwidth (Depends-on): Likewise.
25517         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
25518         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
25519         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
25520         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
25521         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
25522         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
25523         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
25524         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25525         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
25526         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
25527         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25528         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
25529         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
25530         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
25531         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
25532         * m4/readutmp.m4 (gl_READUTMP): Likewise.
25533         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
25534         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
25535         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
25536         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
25537         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25538         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
25539         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
25540         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
25541         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
25542         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25543         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
25544         so that lock.m4 can be used in gettext without extensions module.
25545
25546 2007-09-11  Bruno Haible  <bruno@clisp.org>
25547
25548         * m4/isc-posix.m4: Remove file.
25549         Suggested by Eric Blake.
25550
25551 2007-09-11  Eric Blake  <ebb9@byu.net>
25552
25553         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
25554
25555 2007-09-10  Bruno Haible  <bruno@clisp.org>
25556
25557         * posix-modules: Fix typo in error message.
25558         Reported by Matt <mkraai@beckman.com>.
25559
25560 2007-09-09  Bruno Haible  <bruno@clisp.org>
25561
25562         * doc/functions/getdelim.texi: Update list of platforms lacking the
25563         function.
25564         * doc/functions/getline.texi: Likewise.
25565
25566 2007-09-09  Jim Meyering  <jim@meyering.net>
25567
25568         * lib/hash.c (hash_initialize): Detect calloc failure.
25569         Reported by Bruno Haible.
25570
25571 2007-09-09  Bruno Haible  <bruno@clisp.org>
25572
25573         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
25574         malloc or realloc fails.
25575
25576 2007-09-09  Bruno Haible  <bruno@clisp.org>
25577
25578         * modules/getcwd (Depends-on): Add malloc-posix.
25579         * modules/glob (Depends-on): Likewise.
25580         * modules/putenv (Depends-on): Likewise.
25581         * modules/strdup (Depends-on): Likewise.
25582         * modules/getdelim (Depends-on): Add realloc-posix.
25583         * modules/read-file (Depends-on): Likewise.
25584
25585 2007-09-09  Bruno Haible  <bruno@clisp.org>
25586
25587         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
25588         (gl_FUNC_MALLOC_POSIX): Require it.
25589         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
25590         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
25591         * modules/realloc (Files): Add m4/malloc.m4.
25592         * modules/calloc (Files): Likewise.
25593
25594 2007-09-09  Bruno Haible  <bruno@clisp.org>
25595
25596         * modules/malloc-posix: New file.
25597         * modules/malloc (Depends-on): Add malloc-posix.
25598         * lib/malloc.c: Include errno.h.
25599         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
25600         and a POSIX-compatible malloc into a single function. Set ENOMEM
25601         when returning NULL.
25602         * m4/malloc.m4: New file.
25603         * doc/functions/malloc.texi: Mention the malloc-posix module.
25604         * lib/stdlib_.h (malloc): New declaration.
25605         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
25606         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
25607         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
25608         and HAVE_MALLOC_POSIX.
25609
25610 2007-09-09  Bruno Haible  <bruno@clisp.org>
25611
25612         * modules/realloc-posix: New file.
25613         * modules/realloc (Depends-on): Add realloc-posix.
25614         * lib/realloc.c: Include errno.h.
25615         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
25616         and a POSIX-compatible realloc into a single function. Set ENOMEM
25617         when returning NULL.
25618         * m4/realloc.m4: New file.
25619         * doc/functions/realloc.texi: Mention the realloc-posix module.
25620         * lib/stdlib_.h (realloc): New declaration.
25621         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
25622         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
25623         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
25624         and HAVE_REALLOC_POSIX.
25625
25626 2007-09-09  Bruno Haible  <bruno@clisp.org>
25627
25628         * modules/calloc-posix: New file.
25629         * modules/calloc (Depends-on): Add calloc-posix.
25630         * lib/calloc.c: Include errno.h.
25631         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
25632         and a POSIX-compatible calloc into a single function. Set ENOMEM
25633         when returning NULL.
25634         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
25635         * doc/functions/calloc.texi: Mention the calloc-posix module.
25636         * lib/stdlib_.h (calloc): New declaration.
25637         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
25638         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
25639         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
25640         and HAVE_CALLOC_POSIX.
25641
25642 2007-09-09  Bruno Haible  <bruno@clisp.org>
25643
25644         Allow for modules to show an arbitrary notice.
25645         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
25646         * gnulib-tool: New option --extract-notice.
25647         (func_usage): Document it.
25648         (sed_extract_prog): Update.
25649         (func_get_notice): New function.
25650         (func_modules_notice): New function.
25651         (func_import, func_create_testdir): Invoke it.
25652         Suggested by Jim Meyering.
25653
25654 2007-09-09  Bruno Haible  <bruno@clisp.org>
25655
25656         * gnulib-tool: New options --verbose, --quiet.
25657         (func_usage): Document them.
25658         (verbose): New variable.
25659         (func_execute_command): New function.
25660         (func_import): Don't show the module list and the file list if
25661         $verbose < 0.
25662         (func_create_testdir): Likewise. Use func_execute_command.
25663         (func_create_megatestdir): Use func_execute_command.
25664
25665 2007-09-08  Bruno Haible  <bruno@clisp.org>
25666
25667         * gnulib-tool (func_import): Prefer rsync over wget when available,
25668         for fetching the PO files.
25669
25670 2007-09-08  Bruno Haible  <bruno@clisp.org>
25671
25672         * posix-modules: New file. Portions copied from gnulib-tool.
25673         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
25674
25675 2007-09-08  Jim Meyering  <jim@meyering.net>
25676
25677         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
25678         * lib/fpending.h: Rename from __fpending.h.
25679         * lib/fpending.c: Rename from __fpending.c.
25680         Include "fpending.h", not "__fpending.h".
25681         * lib/__fpending.h, lib/__fpending.c: Remove files.
25682         * modules/fpending (Files): Reflect new file names.
25683         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
25684
25685 2007-09-08  Bruno Haible  <bruno@clisp.org>
25686
25687         * m4/inttypes-h.m4: Remove stub file.
25688
25689 2007-09-07  Simon Josefsson  <simon@josefsson.org>
25690
25691         * doc/headers/stdint.texi: Discuss #include_next issue.
25692
25693 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25694
25695         * build-aux/bootstrap: Remove obsolete comment about wget --help.
25696
25697 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25698
25699         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
25700         in variable name.
25701
25702 2007-09-03  Jim Meyering  <jim@meyering.net>
25703
25704         New module: git-version-gen.
25705         * modules/git-version-gen: New file.
25706
25707         Import changes from coreutils for bootstrap script.
25708
25709         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
25710
25711         bootstrap: uses rsync to download the .po files
25712         * build-aux/bootstrap (po_download_command_format): New global.
25713         (download_po_files): Use rsync.
25714         (update_po_files): Don't remove .po files after download,
25715         so future rsync runs can take advantage of the copies.
25716
25717         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
25718
25719         Solve the unnecessary-.po-file-regeneration problem once and for all.
25720         * build-aux/bootstrap (download_po_files): New function, renamed from
25721         get_translations.  Now, downloads, but doesn't update LINGUAS.
25722         (update_po_files): New function.
25723
25724         bootstrap: Ignore more.
25725         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
25726         uniwidth to e.g., lib/.gitignore.
25727         (slurp): Handle the sys_stat_.h -> sys mapping, too.
25728
25729         * build-aux/bootstrap: New setting: vc_ignore.
25730         (insert_sorted_if_absent): Create $file if absent.
25731         Adapt to new, possibly empty, list: $vc_ignore.
25732
25733         bootstrap: generate more ignorable names
25734         * build-aux/bootstrap (slurp): When generating ignorable names,
25735         also map .sin to .sed, .gperf to .c, and .y to .c.
25736
25737 2007-09-03  Jim Meyering  <jim@meyering.net>
25738
25739         * build-aux/git-version-gen: New file, from coreutils.  For details, see
25740         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
25741
25742 2007-09-02  Bruno Haible  <bruno@clisp.org>
25743
25744         Fix mis-recognition of 'mcs' on QNX 6.
25745         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
25746         output contains the string "Mono".
25747         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
25748         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
25749
25750 2007-09-01  Bruno Haible  <bruno@clisp.org>
25751
25752         Fix collision between uniwidth/* and linebreak modules.
25753         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
25754         u32_width): Remove declarations.
25755         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
25756         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
25757         streq3, streq2, streq1, streq0): Remove functions.
25758         (STREQ): Remove macro.
25759         (is_cjk_encoding): Remove function.
25760         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
25761         (uc_width, u8_width, u16_width, u32_width): Remove functions.
25762         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
25763         * NEWS: Document the change.
25764
25765 2007-09-01  Bruno Haible  <bruno@clisp.org>
25766
25767         * lib/streq.h: Add double-inclusion guard.
25768
25769 2007-09-01  Karl Berry  <karl@gnu.org>
25770
25771         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
25772
25773 2007-08-28  Jim Meyering  <jim@meyering.net>
25774
25775         Rename mreadlink_with_size to areadlink_with_size.
25776         * NEWS: Document the change.
25777         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
25778         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
25779         * lib/mreadlink.h: Rename this to...
25780         * lib/areadlink.h: ...this.
25781         * modules/mreadlink-with-size: Rename this to...
25782         * modules/areadlink-with-size: ...this.
25783         * lib/canonicalize.c: Reflect the renaming.
25784         * modules/canonicalize: Likewise.
25785
25786 2007-08-26  Bruno Haible  <bruno@clisp.org>
25787
25788         * gnulib-tool (func_import): When deciding which files to remove,
25789         consider also dangling symbolic links.
25790         Reported by Eric Blake.
25791
25792 2007-08-26  Bruno Haible  <bruno@clisp.org>
25793
25794         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
25795
25796 2007-08-23  Simon Josefsson  <simon@josefsson.org>
25797
25798         * lib/readline.c: Don't include getline.h, the prototype is now
25799         found in stdio.h.
25800
25801 2007-08-23  Jim Meyering  <jim@meyering.net>
25802
25803         Getdelim touchup.
25804         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
25805         around the funlockfile call, since funlockfile never sets errno.
25806         Don't set errno upon failed realloc.
25807
25808 2007-08-22  Eric Blake  <ebb9@byu.net>
25809
25810         Getline touchups.
25811         * lib/getdelim.c (getdelim): Revert regression that required *n to
25812         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
25813         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
25814         getdelim, rather than whether implementation is missing.
25815         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
25816         * lib/stdio_.h (getline): Also declare if replacement is
25817         required.
25818         * doc/functions/getdelim.texi: New file.
25819         * doc/functions/getline.texi: Likewise.
25820         * doc/gnulib.texi (Function Substitutes): Add new files.
25821         Reported by Bruno Haible.
25822
25823 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
25824
25825         * users.txt: Add Guile.
25826
25827 2007-08-22  Eric Blake  <ebb9@byu.net>
25828
25829         * tests/test-getdelim.c (main): Use remove, not unlink.
25830         * tests/test-getline.c (main): Likewise.
25831
25832         Move getline and getdelim into stdio.h, per POSIX 200x.
25833         * modules/getline (Files): Remove getline.h.
25834         (Depends-on): Add stdio.
25835         (configure.ac): Add module indicator.
25836         * modules/getdelim (Files): Remove getdelim.h.
25837         (Depends-on): Add stdio.
25838         (configure.ac): Add module indicator.
25839         * modules/stdio (Makefile.am): Work with new indicators.
25840         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
25841         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
25842         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
25843         * lib/getdelim.h: Delete.
25844         * lib/getline.h: Delete.
25845         * lib/stdio_.h (getdelim, getline): Declare.
25846         * modules/getdelim-tests: New module.
25847         * modules/getline-tests: Likewise.
25848         * tests/test-getdelim.c: New file.
25849         * tests/test-getline.c: Likewise.
25850         * NEWS: Document the change.
25851         * lib/getline.c: Update choice of header.
25852         * lib/csharpcomp.c: Likewise.
25853         * lib/getpass.c: Likewise.
25854         * lib/javacomp.c: Likewise.
25855         * lib/javaversion.c: Likewise.
25856         * lib/yesno.c: Likewise.
25857         * lib/getdelim.c: Likewise.
25858         (getdelim): Set errno on failure, and avoid memory leak.
25859
25860 2007-08-19  Bruno Haible  <bruno@clisp.org>
25861
25862         * modules/closein (Depends-on): Add freadahead.
25863         * lib/closein.c: Include freadahead.h.
25864         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
25865         is zero.
25866
25867 2007-08-19  Bruno Haible  <bruno@clisp.org>
25868
25869         * modules/freadahead-tests: New file.
25870         * tests/test-freadahead.sh: New file.
25871         * tests/test-freadahead.c: New file.
25872
25873         * modules/freadahead: New file.
25874         * lib/freadahead.h: New file.
25875         * lib/freadahead.c: New file.
25876         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
25877         fbufmode, fpurge, freadable, fwritable.
25878
25879 2007-08-19  Eric Blake  <ebb9@byu.net>
25880
25881         Test yesno in combination with closein.
25882         * lib/yesno.c (yesno): Document use of stdin.
25883         * modules/yesno-tests (Files): New module.
25884         * tests/test-yesno.c (main): New file.
25885         * tests/test-yesno.sh: Likewise.
25886
25887 2007-08-19  Bruno Haible  <bruno@clisp.org>
25888
25889         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
25890         * lib/fseeko.c (rpl_fseeko): Likewise.
25891         * lib/fseterr.c (fseterr): Likewise.
25892
25893 2007-08-19  Bruno Haible  <bruno@clisp.org>
25894
25895         * tests/test-lseek.c (main): Disable a test for BeOS.
25896         * doc/functions/lseek.texi: Document the BeOS bug.
25897
25898 2007-08-19  Bruno Haible  <bruno@clisp.org>
25899             Eric Blake  <ebb9@byu.net>
25900
25901         * lib/lseek.c: Include <sys/stat.h>.
25902         (rpl_lseek): Add workaround code also for Unix platforms.
25903         Needed for BeOS.
25904         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
25905         * doc/functions/lseek.texi: Document BeOS definiency.
25906
25907 2007-08-18  Bruno Haible  <bruno@clisp.org>
25908
25909         * modules/fstrcmp-tests: New file.
25910         * tests/test-fstrcmp.c: New file.
25911
25912 2007-08-18  Bruno Haible  <bruno@clisp.org>
25913
25914         * modules/fstrcmp: New file, from GNU gettext with modifications.
25915         * lib/fstrcmp.h: New file, from GNU gettext.
25916         * lib/fstrcmp.c: New file, from GNU gettext.
25917         * MODULES.html.sh (String handling): Add fstrcmp.
25918
25919 2007-08-18  Bruno Haible  <bruno@clisp.org>
25920
25921         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
25922         'bool'.
25923         (diag, compareseq): Remove const from the ctxt argument.
25924         (USE_HEURISTIC): Undefine at the end.
25925
25926 2007-08-18  Jim Meyering  <jim@meyering.net>
25927
25928         New file: lib/idcache.h
25929         * NEWS: Mention the addition.
25930         * modules/idcache (Files): Add lib/idcache.h
25931         * lib/idcache.c: Include "idcache.h".
25932         Don't include <sys/types.h>.
25933         Add a FIXME comment.
25934         Move file-scoped "static" declarations to the top.
25935         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
25936
25937 2007-08-17  Bruno Haible  <bruno@clisp.org>
25938         and Paul Eggert  <eggert@cs.ucla.edu>
25939
25940         * MODULES.html.sh: Add diffseq.
25941         * modules/diffseq: New file.
25942         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
25943         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
25944
25945 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25946
25947         Import changes from coreutils for bootstrap script.
25948
25949         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
25950
25951         * build-aux/bootstrap (slurp): Work even in environments where
25952         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
25953         current code does not slurp files whose names start with ".", and
25954         this looks like it might be a troublesome area.
25955
25956         2007-07-11  Jim Meyering  <jim@meyering.net>
25957
25958         If there's a GPL vN copyright comment, require that N == 3.
25959
25960         2007-07-08  Jim Meyering  <jim@meyering.net>
25961
25962         Run the coreutils-specific code only if tests/Makefile.am.in exists.
25963         * build-aux/bootstrap (mam_template): Move definition out of loop.
25964
25965         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
25966
25967         * build-aux/bootstrap (symlink_to_dir): Rename function from
25968         symlink_to_gnulib.  Add a directory parameter.  Update all
25969         callers.
25970         (cp_mark_as_generated): Also check for -- and link to -- files in
25971         gl/.
25972
25973         2007-07-08  Jim Meyering  <jim@meyering.net>
25974
25975         Adapt to deeper hierarchy in gnulib.
25976         * build-aux/bootstrap (symlink_to_dir): If the destination
25977         directory doesn't exist, create it. This is required at least for
25978         "lib/uniwidth/cjk.h".
25979
25980         2007-05-15  Jim Meyering  <jim@meyering.net>
25981
25982         * build-aux/bootstrap: Now that generated Makefile.am files
25983         are no longer under version control, they must be created at
25984         bootstrap time.
25985
25986 2007-08-14  Ben Pfaff  <blp@gnu.org>
25987
25988         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
25989
25990 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25991
25992         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
25993         given the changes below.
25994         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
25995         even on hosts that have padding bits beyond the supported 64.
25996
25997 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25998
25999         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
26000         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
26001         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
26002         depends on it.
26003         (xstrtol_error): Remove.
26004         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
26005         but with a different signature.
26006         (ATTRIBUTE_NORETURN, __attribute__): New macros.
26007         * lib/xstrtol-error.c: Include exitfail.h.
26008         (xstrtol_fatal): New function, with a different signature from the
26009         old xstrtol_error, so that the caller need not worry about passing
26010         in an exit status, or about storage management of the option argument.
26011         (xstrtol_error): Now a static function.  Redo signature to
26012         implement xstrtol_fatal.  Output the correct number of hyphens in
26013         front of the option so that the caller need not worry about
26014         storage management.
26015         (N_): New macro.
26016         (_): Remove; not used now.
26017         * modules/xstrtol: Depend on getopt.
26018         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
26019         of old STRTOL_FATAL_ERROR macro.
26020         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
26021         of test program.
26022         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
26023         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
26024
26025 2007-08-08  Eric Blake  <ebb9@byu.net>
26026
26027         * lib/xstrtol-error.c: Add missing include.
26028
26029         Move xstrtol messages into gnulib domain, when --pobase is used.
26030         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
26031         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
26032         * modules/xstrtol (Files): Distribute new file.
26033         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
26034         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
26035         * tests/test-xstrtol.c: ...into new file.
26036         * tests/test-xstrtoul.c: Also test xstrtoul.
26037         * tests/test-xstrtoimax.c: Also test xstrtoimax.
26038         * tests/test-xstrtoumax.c: Also test xstrtoumax.
26039         * tests/test-xstrtol.sh: Drive the tests.
26040         * tests/test-xstrtoimax.sh: Likewise.
26041         * tests/test-xstrtoumax.sh: Likewise.
26042         * modules/xstrtol-tests: New module.
26043         * modules/xstrtoimax-tests: Likewise.
26044         * modules/xstrtoumax-tests: Likewise.
26045
26046 2007-08-08  Jim Meyering  <jim@meyering.net>
26047
26048         New function: mfile_name_concat.
26049         * lib/filenamecat.c (mfile_name_concat): New function, just like
26050         file_name_concat, but return NULL upon failure rather than exiting
26051         with a diagnostic.
26052         * lib/filenamecat.h: Declare it.
26053
26054 2007-08-07  Bruno Haible  <bruno@clisp.org>
26055
26056         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
26057         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
26058         warning from gcc.
26059         Reported by Eric Blake.
26060
26061 2007-08-07  Simon Josefsson  <simon@josefsson.org>
26062
26063         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
26064         * modules/crypto/arcfour (License): Likewise.
26065         * modules/crypto/des-tests (License): Likewise.
26066         * modules/crypto/gc-arctwo-tests (License): Likewise.
26067         * modules/crypto/gc-des-tests (License): Likewise.
26068         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
26069         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
26070         * modules/crypto/gc-md2-tests (License): Likewise.
26071         * modules/crypto/gc-md4-tests (License): Likewise.
26072         * modules/crypto/gc-md5-tests (License): Likewise.
26073         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
26074         * modules/crypto/gc-rijndael-tests (License): Likewise.
26075         * modules/crypto/gc-sha1-tests (License): Likewise.
26076         * modules/crypto/gc-tests (License): Likewise.
26077         * modules/crypto/hmac-md5 (License): Likewise.
26078         * modules/crypto/hmac-sha1 (License): Likewise.
26079         * modules/crypto/md2-tests (License): Likewise.
26080         * modules/crypto/md4-tests (License): Likewise.
26081         * modules/crypto/md5 (License): Likewise.
26082         * modules/crypto/rijndael (License): Likewise.
26083         * modules/crypto/sha1 (License): Likewise.
26084         * modules/memxor (License): Likewise.
26085
26086 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26087         and Bruno Haible  <bruno@clisp.org>
26088
26089         * NEWS: Describe interface changes to human, xstrtol.
26090         * lib/human.h: Include <xstrtol.h>.
26091         (human_options): Return enum strtol_error, not int.  Remove
26092         bool arg; take int * instead.
26093         * lib/human.c: Don't include "gettext.h".
26094         (_): Remove; no longer used.
26095         Don't include <xstrtol.h>, since human.h does it.
26096         (human_options): Adjust to abovementioned interface changes.
26097         Do not report error to stderr; that's now the caller's
26098         responsibility.
26099         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
26100         interface change.
26101         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
26102         Str, Argument_type_string.  All uses changed.  Put " argument"
26103         in diagnostics to make them clearer.  Change wording of suffix
26104         message for clarity.
26105         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
26106         Argument_type_string.
26107         (STRTOL_FATAL_WARN): Remove; no longer used.
26108         * modules/human (Depends-on): Remove gettext-h.
26109
26110 2007-08-06  Simon Josefsson  <simon@josefsson.org>
26111
26112         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
26113
26114 2007-07-31  Bruno Haible  <bruno@clisp.org>
26115
26116         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
26117         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
26118         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
26119
26120 2007-07-31  Bruno Haible  <bruno@clisp.org>
26121
26122         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
26123         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
26124
26125 2007-07-30  Bruno Haible  <bruno@clisp.org>
26126
26127         * modules/base64 (License): Use the synonymous term "LGPLv2+".
26128         * modules/c-ctype (License): Likewise.
26129         * modules/c-strcase (License): Likewise.
26130         * modules/check-version (License): Likewise.
26131         * modules/iconv (License): Likewise.
26132         * modules/iconv_open (License): Likewise.
26133         * modules/read-file (License): Likewise.
26134         * modules/striconv (License): Likewise.
26135         * modules/strverscmp (License): Likewise.
26136         * modules/vasprintf (License): Likewise.
26137         * modules/crypto/des (License): Likewise.
26138         * modules/crypto/gc (License): Likewise.
26139         * modules/crypto/gc-arcfour (License): Likewise.
26140         * modules/crypto/gc-arctwo (License): Likewise.
26141         * modules/crypto/gc-des (License): Likewise.
26142         * modules/crypto/gc-hmac-md5 (License): Likewise.
26143         * modules/crypto/gc-hmac-sha1 (License): Likewise.
26144         * modules/crypto/gc-md2 (License): Likewise.
26145         * modules/crypto/gc-md4 (License): Likewise.
26146         * modules/crypto/gc-md5 (License): Likewise.
26147         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
26148         * modules/crypto/gc-random (License): Likewise.
26149         * modules/crypto/gc-rijndael (License): Likewise.
26150         * modules/crypto/gc-sha1 (License): Likewise.
26151         * modules/crypto/md2 (License): Likewise.
26152         * modules/crypto/md4 (License): Likewise.
26153
26154 2007-07-30  Jim Meyering  <jim@meyering.net>
26155
26156         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
26157         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
26158         it has valid stat data.  This bug would cause du not to count the
26159         sizes of inaccessible directories.
26160         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
26161         in <http://bugzilla.redhat.com/250077>.
26162
26163 2007-07-25  Peter O'Gorman  <peter@pogma.com>
26164             Bruno Haible  <bruno@clisp.org>
26165
26166         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
26167         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
26168         #include_next, gives a diagnostic about it, but reports no error in
26169         the exit code.
26170         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
26171
26172 2007-07-24  Ben Pfaff  <blp@gnu.org>
26173
26174         Improve name: "count-one-bits" is better than "popcount".
26175         * MODULES.html.sh: Update name.
26176         * lib/popcount.h: Renamed lib/count-one-bits.h.
26177         (popcount): Renamed count_one_bits.
26178         (popcountl): Renamed count_one_bits_l.
26179         (popcountll): Renamed count_one_bits_ll.
26180         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
26181         * modules/popcount: Renamed module/count-one-bits.
26182         * modules/popcount-tests: Renamed module/count-one-bits-tests.
26183         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
26184
26185 2007-07-23  Ben Pfaff  <blp@gnu.org>
26186
26187         * lib/popcount.h (popcount32): Reduce size of constants, to allow
26188         better code generation, and add U to large constants to avoid
26189         warnings, in non-GCC case.
26190         Suggested by Bruno Haible.
26191
26192 2007-07-23  Ben Pfaff  <blp@gnu.org>
26193
26194         * lib/popcount.h: Use verify_true instead of if...abort.
26195         * modules/popcount: Depend on verify module.
26196         Suggested by Jim Meyering.
26197
26198 2007-07-23  Bruno Haible  <bruno@clisp.org>
26199
26200         * gnulib-tool (func_import): Create a .cvsignore file also when the
26201         directory is not yet in CVS but the toplevel directory is. When
26202         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
26203         Reported by Karl Berry.
26204
26205 2007-07-22  Ben Pfaff  <blp@gnu.org>
26206
26207         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
26208         case.
26209         Suggested by Eric Blake.
26210
26211 2007-07-22  Ben Pfaff  <blp@gnu.org>
26212
26213         New module: popcount.
26214         * MODULES.html.sh: Add popcount.
26215         * modules/popcount: New file.
26216         * modules/popcount-tests: New file.
26217         * tests/test-popcount.c: New file.
26218         * lib/popcount.h: New file.
26219         * m4/popcount.m4: New file.
26220
26221 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26222
26223         * build-aux/announce-gen: Update to GPLv3.
26224
26225         * build-aux/config.guess: Update from config.
26226
26227 2007-07-21  Bruno Haible  <bruno@clisp.org>
26228
26229         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
26230         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
26231
26232 2007-07-20  Jim Meyering  <jim@meyering.net>
26233
26234         * check-module: Diagnose a self-dependency.
26235
26236 2007-07-19  Bruno Haible  <bruno@clisp.org>
26237
26238         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
26239         empty.
26240         Reported by Eric Blake.
26241
26242 2007-07-18  Bruno Haible  <bruno@clisp.org>
26243
26244         * gnulib-tool: New options --po-base, --po-domain.
26245         (func_usage): Document them.
26246         (pobase, po_domain): New variables.
26247         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
26248         DEFAULT_TEXT_DOMAIN.
26249         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
26250         (func_import): Consider pobase and po_domain. Create a po/ directory.
26251         (func_create_testdir): Set pobase and po_domain to empty.
26252         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
26253         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
26254
26255 2007-07-18  Bruno Haible  <bruno@clisp.org>
26256
26257         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26258         EXTRA_DIST augmentation for files in build-aux/.
26259
26260 2007-07-16  Bruno Haible  <bruno@clisp.org>
26261
26262         * modules/lseek (License): Use the synonymous term "LGPLv2+".
26263         * modules/getdelim (License): Likewise.
26264
26265 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26266
26267         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
26268         * modules/d-type (License): Likewise.
26269         * modules/extensions (License): Likewise.
26270         * modules/fnmatch (License): Likewise.
26271         * modules/fseeko (License): Likewise.
26272         * modules/getaddrinfo (License): Likewise.
26273         * modules/getline (License): Likewise.
26274         * modules/getlogin_r (License): Likewise.
26275         * modules/getpass (License): Likewise.
26276         * modules/gettimeofday (License): Likewise.
26277         * modules/glob (License): Likewise.
26278         * modules/inet_ntop (License): Likewise.
26279         * modules/malloc (License): Likewise.
26280         * modules/malloca (License): Likewise.
26281         * modules/memmem (License): Likewise.
26282         * modules/mempcpy (License): Likewise.
26283         * modules/memset (License): Likewise.
26284         * modules/minmax (License): Likewise.
26285         * modules/mktime (License): Likewise.
26286         * modules/netinet_in (License): Likewise.
26287         * modules/pathmax (License): Likewise.
26288         * modules/poll (License): Likewise.
26289         * modules/regex (License): Likewise.
26290         * modules/snprintf (License): Likewise.
26291         * modules/stdbool (License): Likewise.
26292         * modules/stdint (License): Likewise.
26293         * modules/stdio (License): Likewise.
26294         * modules/strcase (License): Likewise.
26295         * modules/strcasestr (License): Likewise.
26296         * modules/strdup (License): Likewise.
26297         * modules/string (License): Likewise.
26298         * modules/strndup (License): Likewise.
26299         * modules/strnlen (License): Likewise.
26300         * modules/strpbrk (License): Likewise.
26301         * modules/strptime (License): Likewise.
26302         * modules/strsep (License): Likewise.
26303         * modules/sys_select (License): Likewise.
26304         * modules/sys_socket (License): Likewise.
26305         * modules/sys_stat (License): Likewise.
26306         * modules/sys_time (License): Likewise.
26307         * modules/time (License): Likewise.
26308         * modules/time_r (License): Likewise.
26309         * modules/timegm (License): Likewise.
26310         * modules/unistd (License): Likewise.
26311         * modules/vsnprintf (License): Likewise.
26312         * modules/wctype (License): Likewise.
26313
26314 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26315
26316         * modules/argz (License): LGPLv2+.
26317
26318 2007-07-15  Karl Berry  <karl@gnu.org>
26319
26320         * doc/gnulib.texi: revise node structure per new fdl.texi.
26321
26322 2007-07-14  Bruno Haible  <bruno@clisp.org>
26323
26324         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
26325         the output file.
26326         * lib/uniname/uninames.h: Regenerated.
26327
26328 2007-07-14  Karl Berry  <karl@gnu.org>
26329
26330         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
26331         omitting sectioning and index commands.
26332
26333 2007-07-13  Bruno Haible  <bruno@clisp.org>
26334
26335         New gnulib-tool option --more-symlinks.
26336         * gnulib-tool (func_usage): Document --more-symlinks.
26337         (do_copyrights): New variable.
26338         Recognize option --more-symlinks.
26339         (func_import): Don't add a copyright notice transform to
26340         sed_transform_lib_file if do_copyrights is empty.
26341
26342 2007-07-13  Bruno Haible  <bruno@clisp.org>
26343
26344         * lib/vasnprintf.c (decimal_point_char): Define also if
26345         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
26346         && !NEED_PRINTF_DIRECTIVE_A.
26347         Reported by Clemens Koller <clemens.koller@anagramm.de> via
26348         Gary V. Vaughan <gary@gnu.org>.
26349
26350 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
26351
26352         * lib/inttypes_.h: Undo previous change, since it was fixed
26353         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
26354
26355 2007-07-13  Bruno Haible  <bruno@clisp.org>
26356
26357         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
26358         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
26359
26360 2007-07-13  Jim Meyering  <jim@meyering.net>
26361
26362         df: Don't fail for Tru64's "file-on-file mount".
26363         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
26364         so we fall through and use statfs instead.  Details here:
26365         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
26366         Reported by Albert Chin.
26367
26368 2007-07-13  Bruno Haible  <bruno@clisp.org>
26369
26370         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
26371         * modules/configmake (License): Likewise.
26372         * modules/gettext (License): Likewise.
26373         * modules/gettext-h (License): Likewise.
26374         * modules/include_next (License): Likewise.
26375         * modules/link-warning (License): Likewise.
26376         * modules/localcharset (License): Likewise.
26377         * modules/localename (License): Likewise.
26378         * modules/lock (License): Likewise.
26379         * modules/relocatable-lib-lgpl (License): Likewise.
26380         * modules/size_max (License): Likewise.
26381         * modules/vasnprintf (License): Likewise.
26382         * modules/wchar (License): Likewise.
26383         * modules/xsize (License): Likewise.
26384
26385 2007-07-13  Bruno Haible  <bruno@clisp.org>
26386
26387         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
26388         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
26389
26390 2007-07-12  Bruno Haible  <bruno@clisp.org>
26391
26392         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
26393         in the modules files.
26394
26395 2007-07-11  Karl Berry  <karl@gnu.org>
26396
26397         * MODULES.html.sh (func_module): use
26398          sed -e '\|^'"${includefile}"'$|d'
26399          instead of /.../d, to avoid errors on $includefile's containing /.
26400
26401 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26402
26403         * gnulib-tool (func_import): Avoid duplication of --avoid
26404         statements
26405         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
26406         names to `_' in variable names.
26407
26408 2007-07-10  Eric Blake  <ebb9@byu.net>
26409
26410         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
26411         * NEWS: Document this change.
26412
26413 2007-07-08  Bruno Haible  <bruno@clisp.org>
26414
26415         Update to Unicode 5.0.
26416         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
26417         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
26418         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
26419         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
26420         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
26421         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
26422         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
26423         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
26424         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
26425         U+10A3F, U+1D242..U+1D244.
26426         (nonspacing_table_ind): Update.
26427         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
26428         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
26429
26430 2007-07-08  Bruno Haible  <bruno@clisp.org>
26431
26432         Update to Unicode 5.0.
26433         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
26434         code transform. Extend the name index field of unicode_name_to_code and
26435         unicode_code_to_name from 16 to 24 bits.
26436         * lib/uniname/uniname.c (unicode_character_name,
26437         unicode_name_character): Add the range 0x12xxx to the code transform.
26438         * lib/uniname/uninames.h: Regenerated.
26439         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
26440
26441 2007-07-07  Bruno Haible  <bruno@clisp.org>
26442
26443         * modules/wcwidth-tests: New file.
26444         * tests/test-wcwidth.c: New file.
26445
26446         Work around MacOS X wcwidth() bug.
26447         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
26448         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
26449         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
26450         original wcwidth in non-UTF-8 locales.
26451         * modules/wcwidth (Depends-on): Add localcharset, streq,
26452         uniwidth/width.
26453         * doc/functions/wcwidth.texi: Update.
26454
26455 2007-07-07  Bruno Haible  <bruno@clisp.org>
26456
26457         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
26458         (wcwidth): New declaration.
26459         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
26460         macros.
26461         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
26462         here. Prepare for creating <wchar.h> unconditionally.
26463         * modules/wchar (Depends-on): Add link-warning.
26464         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
26465         REPLACE_WCWIDTH, and GL_LINK_WARNING.
26466         * lib/wcwidth.h: Remove file.
26467         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
26468         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
26469         * modules/wcwidth (Files): Remove lib/wcwidth.h.
26470         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
26471         (Include): Replace wcwidth.h with <wchar.h>.
26472         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
26473         * lib/mbchar.h: Don't include wcwidth.h.
26474         * lib/mbswidth.c: Likewise.
26475         * NEWS: Mention the change.
26476
26477 2007-07-07  Bruno Haible  <bruno@clisp.org>
26478
26479         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
26480         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
26481         definition with an external declaration.
26482         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
26483         defined as a function. Remove AC_C_INLINE requirement.
26484         * modules/wcwidth (Files): Add lib/wcwidth.c.
26485         (Makefile.am): Remove redundant statement.
26486
26487 2007-07-07  Bruno Haible  <bruno@clisp.org>
26488
26489         * MODULES.html.sh (Unicode string functions): Add the new modules.
26490
26491         * tests/uniwidth/test-u32-strwidth.c: New file.
26492         * modules/uniwidth/u32-strwidth-tests: New file.
26493
26494         * lib/uniwidth/u32-strwidth.c: New file.
26495         * modules/uniwidth/u32-strwidth: New file.
26496
26497         * tests/uniwidth/test-u16-strwidth.c: New file.
26498         * modules/uniwidth/u16-strwidth-tests: New file.
26499
26500         * lib/uniwidth/u16-strwidth.c: New file.
26501         * modules/uniwidth/u16-strwidth: New file.
26502
26503         * tests/uniwidth/test-u8-strwidth.c: New file.
26504         * modules/uniwidth/u8-strwidth-tests: New file.
26505
26506         * lib/uniwidth/u8-strwidth.c: New file.
26507         * modules/uniwidth/u8-strwidth: New file.
26508
26509         * tests/uniwidth/test-u32-width.c: New file.
26510         * modules/uniwidth/u32-width-tests: New file.
26511
26512         * lib/uniwidth/u32-width.c: New file.
26513         * modules/uniwidth/u32-width: New file.
26514
26515         * tests/uniwidth/test-u16-width.c: New file.
26516         * modules/uniwidth/u16-width-tests: New file.
26517
26518         * lib/uniwidth/u16-width.c: New file.
26519         * modules/uniwidth/u16-width: New file.
26520
26521         * tests/uniwidth/test-u8-width.c: New file.
26522         * modules/uniwidth/u8-width-tests: New file.
26523
26524         * lib/uniwidth/u8-width.c: New file.
26525         * modules/uniwidth/u8-width: New file.
26526
26527         * tests/uniwidth/test-uc_width.c: New file.
26528         * modules/uniwidth/width-tests: New file.
26529
26530         * lib/uniwidth/width.c: New file, from GNU libiconv.
26531         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
26532         * modules/uniwidth/width: New file.
26533
26534         * lib/uniwidth.h: New file, from GNU libiconv.
26535         * modules/uniwidth/base: New file.
26536
26537 2007-07-07  Bruno Haible  <bruno@clisp.org>
26538
26539         * lib/uniname.h: New file, from GNU gettext.
26540         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
26541         * lib/uniname/uninames.h: New file, from GNU gettext.
26542         * lib/uniname/uniname.c: New file, from GNU gettext.
26543         * tests/uniname/test-uninames.sh: New file.
26544         * tests/uniname/test-uninames.c: New file, from GNU gettext.
26545         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
26546         * modules/uniname/base: New file.
26547         * modules/uniname/uniname: New file.
26548         * modules/uniname/uniname-tests: New file.
26549         * MODULES.html.sh (Unicode string functions): Add the new modules.
26550
26551 2007-07-06  Bruno Haible  <bruno@clisp.org>
26552
26553         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
26554
26555 2007-07-06  Bruno Haible  <bruno@clisp.org>
26556
26557         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
26558         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
26559         includes <cygwin/sys_time.h> which includes <sys/select.h> which
26560         include <sys/time.h>.
26561         Reported by Eric Blake.
26562
26563 2007-07-06  Eric Blake  <ebb9@byu.net>
26564
26565         Fix testing canonicalize on cygwin.
26566         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
26567         Revert patch from 2007-06-19.
26568         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
26569         canonicalize module is also in use.
26570         * tests/test-canonicalize.c: New file.
26571         * tests/test-canonicalize.sh: Likewise.
26572         * modules/canonicalize-tests: Likewise.
26573
26574 2007-07-06  Jim Meyering  <jim@meyering.net>
26575
26576         * lib/getugroups.c (getugroups): Detect getgrent failure.
26577         Adjust comment to reflect reality: this function may return -1.
26578
26579 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
26580
26581         * build-aux/bootstrap (TP_URL,get_translations): Update to use
26582         the new TP address.
26583         (usage): Fix typo
26584         (gnulib_mk): New variable.
26585
26586 2007-07-05  Jim Meyering  <jim@meyering.net>
26587
26588         Don't let endgrent clobber errno, no matter how improbable.
26589         * lib/getugroups.c (getugroups): Save and restore errno around
26590         endgrent call.
26591
26592         Close the group DB even when failing with 2^31 or more members.
26593         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
26594
26595 2007-07-04  Jim Meyering  <jim@meyering.net>
26596
26597         * lib/getugroups.h: New file.
26598         * lib/getugroups.c: Include "getugroups.h".
26599         Remove uses of "register" keyword.
26600         Move local variable, "cp", down into scope where used.
26601         Give "username" parameter the "const" attribute.
26602         * modules/getugroups (Files): Add lib/getugroups.h
26603
26604 2007-07-04  Karl Berry  <karl@gnu.org>
26605
26606         * MODULES.html.sh (func_all_modules): Complete rename of
26607         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
26608
26609 2007-07-02  Bruno Haible  <bruno@clisp.org>
26610
26611         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
26612         mode, when inttypes.h comes from gnulib.
26613         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
26614
26615 2007-07-02  Simon Josefsson  <simon@josefsson.org>
26616
26617         * NEWS: Mention lgpl module name change.
26618
26619         * modules/lgpl-2.1: Renamed from lgpl.
26620
26621         * NEWS: Mention gpl module name change.
26622
26623         * modules/gpl-3.0: New file, based on gpl-2.0.
26624
26625         * modules/gpl-2.0: Renamed from gpl.
26626
26627         * modules/gpl: Fix filename, doc/gpl.texi is now found at
26628         doc/gpl-2.0.texi.
26629
26630 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26631
26632         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
26633         #define __STDC_LIMIT_MACROS temporarily while including
26634         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
26635         Problem reported by Joel E. Denny in
26636         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
26637
26638 2007-07-01  Bruno Haible  <bruno@clisp.org>
26639
26640         * lib/unistdio.h: New file.
26641         * lib/unistdio/u-asnprintf.h: New file.
26642         * lib/unistdio/u-asprintf.h: New file.
26643         * lib/unistdio/u-printf-args.c: New file.
26644         * lib/unistdio/u-printf-args.h: New file.
26645         * lib/unistdio/u-printf-parse.h: New file.
26646         * lib/unistdio/u-snprintf.h: New file.
26647         * lib/unistdio/u-sprintf.h: New file.
26648         * lib/unistdio/u-vasprintf.h: New file.
26649         * lib/unistdio/u-vsnprintf.h: New file.
26650         * lib/unistdio/u-vsprintf.h: New file.
26651         * lib/unistdio/ulc-asnprintf.c: New file.
26652         * lib/unistdio/ulc-asprintf.c: New file.
26653         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
26654         * lib/unistdio/ulc-printf-parse.c: New file.
26655         * lib/unistdio/ulc-snprintf.c: New file.
26656         * lib/unistdio/ulc-sprintf.c: New file.
26657         * lib/unistdio/ulc-vasnprintf.c: New file.
26658         * lib/unistdio/ulc-vasprintf.c: New file.
26659         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
26660         * lib/unistdio/ulc-vsnprintf.c: New file.
26661         * lib/unistdio/ulc-vsprintf.c: New file.
26662         * lib/unistdio/u8-asnprintf.c: New file.
26663         * lib/unistdio/u8-asprintf.c: New file.
26664         * lib/unistdio/u8-printf-parse.c: New file.
26665         * lib/unistdio/u8-snprintf.c: New file.
26666         * lib/unistdio/u8-sprintf.c: New file.
26667         * lib/unistdio/u8-vasnprintf.c: New file.
26668         * lib/unistdio/u8-vasprintf.c: New file.
26669         * lib/unistdio/u8-vsnprintf.c: New file.
26670         * lib/unistdio/u8-vsprintf.c: New file.
26671         * lib/unistdio/u8-u8-asnprintf.c: New file.
26672         * lib/unistdio/u8-u8-asprintf.c: New file.
26673         * lib/unistdio/u8-u8-snprintf.c: New file.
26674         * lib/unistdio/u8-u8-sprintf.c: New file.
26675         * lib/unistdio/u8-u8-vasnprintf.c: New file.
26676         * lib/unistdio/u8-u8-vasprintf.c: New file.
26677         * lib/unistdio/u8-u8-vsnprintf.c: New file.
26678         * lib/unistdio/u8-u8-vsprintf.c: New file.
26679         * lib/unistdio/u16-asnprintf.c: New file.
26680         * lib/unistdio/u16-asprintf.c: New file.
26681         * lib/unistdio/u16-printf-parse.c: New file.
26682         * lib/unistdio/u16-snprintf.c: New file.
26683         * lib/unistdio/u16-sprintf.c: New file.
26684         * lib/unistdio/u16-vasnprintf.c: New file.
26685         * lib/unistdio/u16-vasprintf.c: New file.
26686         * lib/unistdio/u16-vsnprintf.c: New file.
26687         * lib/unistdio/u16-vsprintf.c: New file.
26688         * lib/unistdio/u16-u16-asnprintf.c: New file.
26689         * lib/unistdio/u16-u16-asprintf.c: New file.
26690         * lib/unistdio/u16-u16-snprintf.c: New file.
26691         * lib/unistdio/u16-u16-sprintf.c: New file.
26692         * lib/unistdio/u16-u16-vasnprintf.c: New file.
26693         * lib/unistdio/u16-u16-vasprintf.c: New file.
26694         * lib/unistdio/u16-u16-vsnprintf.c: New file.
26695         * lib/unistdio/u16-u16-vsprintf.c: New file.
26696         * lib/unistdio/u32-asnprintf.c: New file.
26697         * lib/unistdio/u32-asprintf.c: New file.
26698         * lib/unistdio/u32-printf-parse.c: New file.
26699         * lib/unistdio/u32-snprintf.c: New file.
26700         * lib/unistdio/u32-sprintf.c: New file.
26701         * lib/unistdio/u32-vasnprintf.c: New file.
26702         * lib/unistdio/u32-vasprintf.c: New file.
26703         * lib/unistdio/u32-vsnprintf.c: New file.
26704         * lib/unistdio/u32-vsprintf.c: New file.
26705         * lib/unistdio/u32-u32-asnprintf.c: New file.
26706         * lib/unistdio/u32-u32-asprintf.c: New file.
26707         * lib/unistdio/u32-u32-snprintf.c: New file.
26708         * lib/unistdio/u32-u32-sprintf.c: New file.
26709         * lib/unistdio/u32-u32-vasnprintf.c: New file.
26710         * lib/unistdio/u32-u32-vasprintf.c: New file.
26711         * lib/unistdio/u32-u32-vsnprintf.c: New file.
26712         * lib/unistdio/u32-u32-vsprintf.c: New file.
26713         * tests/unistdio/test-ulc-asnprintf1.c: New file.
26714         * tests/unistdio/test-ulc-asnprintf1.h: New file.
26715         * tests/unistdio/test-ulc-printf1.h: New file.
26716         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
26717         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
26718         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
26719         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
26720         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
26721         * tests/unistdio/test-ulc-vasprintf1.c: New file.
26722         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
26723         * tests/unistdio/test-ulc-vsprintf1.c: New file.
26724         * tests/unistdio/test-u8-asnprintf1.c: New file.
26725         * tests/unistdio/test-u8-asnprintf1.h: New file.
26726         * tests/unistdio/test-u8-printf1.h: New file.
26727         * tests/unistdio/test-u8-vasnprintf1.c: New file.
26728         * tests/unistdio/test-u8-vasnprintf2.c: New file.
26729         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
26730         * tests/unistdio/test-u8-vasnprintf3.c: New file.
26731         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
26732         * tests/unistdio/test-u8-vasprintf1.c: New file.
26733         * tests/unistdio/test-u8-vsnprintf1.c: New file.
26734         * tests/unistdio/test-u8-vsprintf1.c: New file.
26735         * tests/unistdio/test-u16-asnprintf1.c: New file.
26736         * tests/unistdio/test-u16-asnprintf1.h: New file.
26737         * tests/unistdio/test-u16-printf1.h: New file.
26738         * tests/unistdio/test-u16-vasnprintf1.c: New file.
26739         * tests/unistdio/test-u16-vasnprintf2.c: New file.
26740         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
26741         * tests/unistdio/test-u16-vasnprintf3.c: New file.
26742         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
26743         * tests/unistdio/test-u16-vasprintf1.c: New file.
26744         * tests/unistdio/test-u16-vsnprintf1.c: New file.
26745         * tests/unistdio/test-u16-vsprintf1.c: New file.
26746         * tests/unistdio/test-u32-asnprintf1.c: New file.
26747         * tests/unistdio/test-u32-asnprintf1.h: New file.
26748         * tests/unistdio/test-u32-printf1.h: New file.
26749         * tests/unistdio/test-u32-vasnprintf1.c: New file.
26750         * tests/unistdio/test-u32-vasnprintf2.c: New file.
26751         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
26752         * tests/unistdio/test-u32-vasnprintf3.c: New file.
26753         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
26754         * tests/unistdio/test-u32-vasprintf1.c: New file.
26755         * tests/unistdio/test-u32-vsnprintf1.c: New file.
26756         * tests/unistdio/test-u32-vsprintf1.c: New file.
26757         * modules/unistdio/base: New file.
26758         * modules/unistdio/u-printf-args: New file.
26759         * modules/unistdio/ulc-asnprintf: New file.
26760         * modules/unistdio/ulc-asprintf: New file.
26761         * modules/unistdio/ulc-fprintf: New file.
26762         * modules/unistdio/ulc-printf-parse: New file.
26763         * modules/unistdio/ulc-snprintf: New file.
26764         * modules/unistdio/ulc-sprintf: New file.
26765         * modules/unistdio/ulc-vasnprintf: New file.
26766         * modules/unistdio/ulc-vasprintf: New file.
26767         * modules/unistdio/ulc-vfprintf: New file.
26768         * modules/unistdio/ulc-vsnprintf: New file.
26769         * modules/unistdio/ulc-vsprintf: New file.
26770         * modules/unistdio/u8-asnprintf: New file.
26771         * modules/unistdio/u8-asprintf: New file.
26772         * modules/unistdio/u8-printf-parse: New file.
26773         * modules/unistdio/u8-snprintf: New file.
26774         * modules/unistdio/u8-sprintf: New file.
26775         * modules/unistdio/u8-vasnprintf: New file.
26776         * modules/unistdio/u8-vasprintf: New file.
26777         * modules/unistdio/u8-vsnprintf: New file.
26778         * modules/unistdio/u8-vsprintf: New file.
26779         * modules/unistdio/u8-u8-asnprintf: New file.
26780         * modules/unistdio/u8-u8-asprintf: New file.
26781         * modules/unistdio/u8-u8-snprintf: New file.
26782         * modules/unistdio/u8-u8-sprintf: New file.
26783         * modules/unistdio/u8-u8-vasnprintf: New file.
26784         * modules/unistdio/u8-u8-vasprintf: New file.
26785         * modules/unistdio/u8-u8-vsnprintf: New file.
26786         * modules/unistdio/u8-u8-vsprintf: New file.
26787         * modules/unistdio/u16-asnprintf: New file.
26788         * modules/unistdio/u16-asprintf: New file.
26789         * modules/unistdio/u16-printf-parse: New file.
26790         * modules/unistdio/u16-snprintf: New file.
26791         * modules/unistdio/u16-sprintf: New file.
26792         * modules/unistdio/u16-vasnprintf: New file.
26793         * modules/unistdio/u16-vasprintf: New file.
26794         * modules/unistdio/u16-vsnprintf: New file.
26795         * modules/unistdio/u16-vsprintf: New file.
26796         * modules/unistdio/u16-u16-asnprintf: New file.
26797         * modules/unistdio/u16-u16-asprintf: New file.
26798         * modules/unistdio/u16-u16-snprintf: New file.
26799         * modules/unistdio/u16-u16-sprintf: New file.
26800         * modules/unistdio/u16-u16-vasnprintf: New file.
26801         * modules/unistdio/u16-u16-vasprintf: New file.
26802         * modules/unistdio/u16-u16-vsnprintf: New file.
26803         * modules/unistdio/u16-u16-vsprintf: New file.
26804         * modules/unistdio/u32-asnprintf: New file.
26805         * modules/unistdio/u32-asprintf: New file.
26806         * modules/unistdio/u32-printf-parse: New file.
26807         * modules/unistdio/u32-snprintf: New file.
26808         * modules/unistdio/u32-sprintf: New file.
26809         * modules/unistdio/u32-vasnprintf: New file.
26810         * modules/unistdio/u32-vasprintf: New file.
26811         * modules/unistdio/u32-vsnprintf: New file.
26812         * modules/unistdio/u32-vsprintf: New file.
26813         * modules/unistdio/u32-u32-asnprintf: New file.
26814         * modules/unistdio/u32-u32-asprintf: New file.
26815         * modules/unistdio/u32-u32-snprintf: New file.
26816         * modules/unistdio/u32-u32-sprintf: New file.
26817         * modules/unistdio/u32-u32-vasnprintf: New file.
26818         * modules/unistdio/u32-u32-vasprintf: New file.
26819         * modules/unistdio/u32-u32-vsnprintf: New file.
26820         * modules/unistdio/u32-u32-vsprintf: New file.
26821         * modules/unistdio/ulc-asnprintf-tests: New file.
26822         * modules/unistdio/ulc-vasnprintf-tests: New file.
26823         * modules/unistdio/ulc-vasprintf-tests: New file.
26824         * modules/unistdio/ulc-vsnprintf-tests: New file.
26825         * modules/unistdio/ulc-vsprintf-tests: New file.
26826         * modules/unistdio/u8-asnprintf-tests: New file.
26827         * modules/unistdio/u8-vasnprintf-tests: New file.
26828         * modules/unistdio/u8-vasprintf-tests: New file.
26829         * modules/unistdio/u8-vsnprintf-tests: New file.
26830         * modules/unistdio/u8-vsprintf-tests: New file.
26831         * modules/unistdio/u16-asnprintf-tests: New file.
26832         * modules/unistdio/u16-vasnprintf-tests: New file.
26833         * modules/unistdio/u16-vasprintf-tests: New file.
26834         * modules/unistdio/u16-vsnprintf-tests: New file.
26835         * modules/unistdio/u16-vsprintf-tests: New file.
26836         * modules/unistdio/u32-asnprintf-tests: New file.
26837         * modules/unistdio/u32-vasnprintf-tests: New file.
26838         * modules/unistdio/u32-vasprintf-tests: New file.
26839         * modules/unistdio/u32-vsnprintf-tests: New file.
26840         * modules/unistdio/u32-vsprintf-tests: New file.
26841         * MODULES.html.sh (Unicode string functions): Add the new modules.
26842
26843 2007-07-01  Bruno Haible  <bruno@clisp.org>
26844
26845         * lib/sprintf.c (sprintf): Limit the available length estimation,
26846         to avoid address wraparound.
26847         * lib/vsprintf.c (vsprintf): Likewise.
26848         * modules/sprintf-posix (Dependencies): Add stdint.
26849         * modules/vsprintf-posix (Dependencies): Likewise.
26850
26851 2007-07-01  Bruno Haible  <bruno@clisp.org>
26852
26853         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
26854         Windows PATH as well. Conservative double-quoting. Comments.
26855
26856 2007-07-01  Bruno Haible  <bruno@clisp.org>
26857             Eric Blake  <ebb9@byu.net>
26858             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26859
26860         * gnulib-tool (self_abspathname): Fix algorithm to cope with
26861         empty components in $PATH, denoting '.'.
26862
26863 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26864
26865         * gnulib-tool: Fix indentation.
26866         (func_create_megatestdir): Likewise.
26867         Report by Bruno Haible.
26868
26869 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26870
26871         Sync from Automake.
26872         * build-aux/gnupload: Fix shell portability issues with for loops.
26873         Report by Karl Berry.
26874
26875 2007-06-29  Simon Josefsson  <simon@josefsson.org>
26876
26877         * build-aux/maint.mk (POURL): Use translationproject.org.
26878
26879 2007-06-27  Simon Josefsson  <simon@josefsson.org>
26880             Bruno Haible  <bruno@clisp.org>
26881
26882         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
26883         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
26884         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
26885         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
26886         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
26887
26888 2007-06-27  Bruno Haible  <bruno@clisp.org>
26889
26890         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
26891         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
26892
26893 2007-06-26  Karl Berry  <karl@gnu.org>
26894
26895         * MODULES.html.sh: remove xreadlink-with-size.
26896
26897 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26898
26899         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
26900         method that I hope also handles the double-include problem noted
26901         by Bruno Haible in
26902         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
26903
26904 2007-06-23  Bruno Haible  <bruno@clisp.org>
26905
26906         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26907         Don't let the 'mostlyclean' target fail if the last subdirectory could
26908         not be removed.
26909         Reported by Karl Berry.
26910
26911 2007-06-23  Bruno Haible  <bruno@clisp.org>
26912
26913         * gnulib-tool (echo): Add a speedier workaround for ksh.
26914         * tests/test-echo.sh: Likewise.
26915
26916 2007-06-23  Bruno Haible  <bruno@clisp.org>
26917
26918         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
26919         * tests/test-echo.sh: Likewise.
26920
26921 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26922
26923         * gnulib-tool (IFS): Initialize early, so we don't set it to
26924         empty later.
26925         (self_abspathname): Rewrite algorithm to set it, reindent.
26926         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
26927         (func_create_megatestdir): Merge some sed scripts.
26928
26929 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26930
26931         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
26932         exposed by Sun Studio 11 cc on Solaris 8.
26933
26934 2007-06-22  Bruno Haible  <bruno@clisp.org>
26935
26936         * gnulib-tool (echo): Ensure the echo primitive does not interpret
26937         backslashes.
26938         * tests/test-echo.sh: New file.
26939
26940 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26941
26942         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
26943         simplify `sed_replace_build_aux' scripts, they are portable but
26944         echoing them with `echo' is not.
26945         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
26946
26947 2007-06-21  Karl Berry  <karl@gnu.org>
26948
26949         * config/srclist.txt: guess we can't handle the licenses via
26950         srclist at the moment.
26951
26952 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
26953
26954         * MODULES.html.sh: Add include_next.
26955         * modules/include_next: New file.
26956
26957 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
26958
26959         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
26960         INCLUDE_NEXT.
26961         (gl_CHECK_NEXT_HEADERS): New macro.
26962         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
26963         the obsolescent gl_ABSOLUTE_HEADER.
26964         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
26965         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
26966         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
26967         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26968         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
26969         * m4/math_h.m4 (gl_MATH_H): Likewise.
26970         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26971         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
26972         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
26973         * m4/stdint.m4 (gl_STDINT_H): Likewise.
26974         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
26975         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
26976         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
26977         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26978         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26979         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
26980         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
26981         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
26982         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
26983         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
26984         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
26985         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
26986         * m4/inttypes.m4 (gl_INTTYPES_H): Define
26987         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
26988         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
26989         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
26990         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
26991         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
26992         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
26993         * lib/float_.h: Likewise.
26994         * lib/inttypes_.h: Likewise.
26995         * lib/math_.h: Likewise.
26996         * lib/search_.h: Likewise.
26997         * lib/signal_.h: Likewise.
26998         * lib/stdint_.h: Likewise.
26999         * lib/stdio_.h: Likewise.
27000         * lib/stdlib_.h: Likewise.
27001         * lib/string_.h: Likewise.
27002         * lib/sys_stat_.h: Likewise.
27003         * lib/sys_time_.h: Likewise.
27004         * lib/time_.h: Likewise.
27005         * lib/unistd_.h: Likewise.
27006         * lib/wchar_.h: Likewise.
27007         * lib/wctype_.h: Likewise.
27008         * lib/dirent_.h: Likewise.
27009         * lib/iconv_.h: Likewise.
27010         * lib/locale_.h: Likewise.
27011         * lib/netinet_in_.h: Likewise.
27012         * lib/sys_select_.h: Likewise.
27013         * lib/sys_socket_.h: Likewise.
27014         * lib/sysexits_.h: Likewise.
27015         * modules/fcntl (Depends-on): Depend on include_next, not
27016         absolute_header.
27017         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
27018         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
27019         * modules/fchdir: Likewise.
27020         * modules/float: Likewise.
27021         * modules/iconv_open: Likewise.
27022         * modules/inttypes: Likewise.
27023         * modules/locale: Likewise.
27024         * modules/math: Likewise.
27025         * modules/netinet_in: Likewise.
27026         * modules/search: Likewise.
27027         * modules/signal: Likewise.
27028         * modules/stdint: Likewise.
27029         * modules/stdio: Likewise.
27030         * modules/stdlib: Likewise.
27031         * modules/string: Likewise.
27032         * modules/sys_select: Likewise.
27033         * modules/sys_socket: Likewise.
27034         * modules/sys_stat: Likewise.
27035         * modules/sys_time: Likewise.
27036         * modules/sysexits: Likewise.
27037         * modules/time: Likewise.
27038         * modules/unistd: Likewise.
27039         * modules/wchar: Likewise.
27040         * modules/wctype: Likewise.
27041         * modules/sys_stat: Change maintainer to "all".
27042         * modules/unistd: Likewise.
27043
27044 2007-06-20  Karl Berry  <karl@gnu.org>
27045
27046         * config/srclist.txt: track www changes in license files.
27047
27048 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
27049
27050         * build-aux/bootstrap: Remove stray dot.
27051         Make sure build_aux settings are honored when linking
27052         gnulib_extra_files.
27053
27054 2007-06-19  Eric Blake  <ebb9@byu.net>
27055
27056         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
27057         Allow compilation on cygwin.
27058
27059 2007-06-19  Jim Meyering  <jim@meyering.net>
27060
27061         xreadlink-with-size: Remove module.  No longer used.
27062         Ex-callers now use xreadlink or mreadlink-with-size.
27063         * modules/xreadlink-with-size: Remove module.
27064         * lib/xreadlink-with-size.c: Remove file.
27065         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
27066         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
27067         just before the function definition *is* accurate.
27068
27069         Eliminate one way canonicalize_filename_mode could exit.
27070         * lib/canonicalize.c (canonicalize_filename_mode):
27071         Use mreadlink_with_size, not xreadlink_with_size.
27072
27073 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
27074
27075         Detect porting problems to FreeBSD/arm, which has time_t wider than
27076         long int.  Original problem reported for GNU diff by Xin Li in
27077         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
27078         * modules/getdate (Depends-on): Add intprops, verify.
27079         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
27080         is an integer type no wider than long int.
27081
27082 2007-06-18  Jim Meyering  <jim@meyering.net>
27083
27084         New module: mreadlink-with-size.
27085         * MODULES.html.sh: Add mreadlink-with-size.
27086         * modules/mreadlink-with-size: New module
27087         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
27088         not xreadlink-with-size.
27089         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
27090
27091 2007-06-16  Bruno Haible  <bruno@clisp.org>
27092
27093         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
27094         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
27095         Reported by Gary V. Vaughan <gary@gnu.org>.
27096
27097 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
27098
27099         Revamp lchown so that it lives in unistd.h where it belongs.
27100         * lib/lchown.h: Remove.
27101         * lib/dirchownmod.c: Don't include lib/lchown.h.
27102         * lib/fchownat.c: Likewise.
27103         * lib/openat.c: Likewise.
27104         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
27105         does not follow symlinks.
27106         (EOPNOTSUPP): Define if not defined.
27107         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
27108         is defined to 0.
27109         (lchown): New decl.
27110         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
27111         Do not check for lchown decl.
27112         Set REPLACE_LCHOWN.
27113         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
27114         REPLACE_LCHOWN.
27115         * modules/chown: Make it clear it follows symlinks.
27116         * modules/lchown: Make it clear it doesn't follow symlinks.
27117         (Files): Remove lib/lchown.h
27118         (Depends-on): Add unistd.
27119         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
27120         (Include): Include <unistd.h>, not "lchown.h".
27121         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
27122         REPLACE_LCHOWN.
27123
27124 2007-06-15  Jim Meyering  <jim@meyering.net>
27125
27126         Change license (GPL to LGPL) of fsusage and dependents.
27127         * modules/fsusage (License): Change to LGPL.
27128         * modules/full-read (License): Likewise.
27129         * modules/full-write (License): Likewise.
27130         * modules/safe-read (License): Likewise.
27131         * modules/safe-write (License): Likewise.
27132
27133 2007-06-14  Ben Pfaff  <blp@gnu.org>
27134
27135         Missing part of allocsa -> malloca transition.
27136         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
27137         gl_MALLOCA.
27138
27139 2007-06-12  Bruno Haible  <bruno@clisp.org>
27140
27141         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
27142         to ia64, x86_64, i386.
27143         Reported by Eric Blake.
27144
27145 2007-06-12  Bruno Haible  <bruno@clisp.org>
27146
27147         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
27148         cross-compiling to x86_64.
27149
27150 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
27151
27152         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
27153         glitch reported by Ralf Wildenhues in
27154         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
27155
27156         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
27157         Vin Shelton.
27158
27159 2007-06-11  Bruno Haible  <bruno@clisp.org>
27160
27161         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
27162         replacement string.
27163         Reported by Eric Blake.
27164
27165 2007-06-10  Bruno Haible  <bruno@clisp.org>
27166
27167         Prepare vasnprintf code for use with Unicode strings.
27168         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
27169         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
27170         TYPE_U32_STRING.
27171         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
27172         a_u32_string variants.
27173         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
27174         * lib/printf-args.c: Don't include config.h and the specification
27175         header if PRINTF_FETCHARGS is already defined.
27176         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
27177         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
27178         TYPE_U16_STRING, TYPE_U32_STRING.
27179         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
27180         u16_directive, u16_directives, u32_directive, u32_directives): New
27181         types.
27182         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
27183         New declarations.
27184         * lib/printf-parse.c: Don't include config.h and the specification
27185         header if PRINTF_PARSE is already defined. Eliminate the set of
27186         parameters for WIDE_CHAR_VERSION; the user of this file must provide
27187         them now. Include c-ctype.h.
27188         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
27189         directive and CHAR_T_ONLY_ASCII.
27190         * lib/vasnprintf.c: Don't include config.h and the specification header
27191         if VASNPRINTF is already defined.
27192         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
27193         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
27194         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
27195         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
27196         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
27197         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
27198         code accordingly.
27199         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
27200         pad_ourselves also in this case, with the 'c' and 's' directives, and
27201         with a different notion of "width".
27202         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
27203
27204 2007-06-10  Bruno Haible  <bruno@clisp.org>
27205
27206         * modules/unistr/u32-mbsnlen: New file.
27207         * lib/unistr/u32-mbsnlen.c: New file.
27208
27209         * modules/unistr/u16-mbsnlen: New file.
27210         * lib/unistr/u16-mbsnlen.c: New file.
27211
27212         * modules/unistr/u8-mbsnlen: New file.
27213         * lib/unistr/u8-mbsnlen.c: New file.
27214
27215         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
27216         declarations.
27217
27218 2007-06-10  Bruno Haible  <bruno@clisp.org>
27219
27220         * lib/string_.h (mbsnlen): New declaration.
27221         * lib/mbsnlen.c: New file.
27222         * m4/mbsnlen.m4: New file.
27223         * modules/mbsnlen: New file.
27224         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
27225         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
27226         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
27227
27228 2007-06-10  Bruno Haible  <bruno@clisp.org>
27229
27230         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
27231
27232 2007-06-10  Bruno Haible  <bruno@clisp.org>
27233
27234         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
27235         * lib/mbuiter.h: Likewise.
27236
27237 2007-06-10  Bruno Haible  <bruno@clisp.org>
27238
27239         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
27240         declaration.
27241
27242 2007-06-10  Karl Berry  <karl@gnu.org>
27243
27244         * config/srclist.txt: remove gettext entries, Bruno prefers
27245         to update individually.
27246
27247 2007-06-10  Bruno Haible  <bruno@clisp.org>
27248
27249         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
27250         'maxlen'. Ensure only length + width bytes are allocated, not
27251         length + 1 + width.
27252
27253 2007-06-09  Bruno Haible  <bruno@clisp.org>
27254
27255         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
27256         (CHAR_T): Remove macro.
27257         (VASNPRINTF): Update.
27258
27259 2007-06-09  Bruno Haible  <bruno@clisp.org>
27260
27261         * MODULES.html.sh (Unicode string functions): Add the new modules.
27262
27263         * modules/uniconv/u32-conv-to-enc: New file.
27264         * lib/uniconv/u32-conv-to-enc.c: New file.
27265         * modules/uniconv/u32-conv-to-enc-tests: New file.
27266         * tests/uniconv/test-u32-conv-to-enc.c: New file.
27267
27268         * modules/uniconv/u16-conv-to-enc: New file.
27269         * lib/uniconv/u16-conv-to-enc.c: New file.
27270         * lib/uniconv/u-conv-to-enc.h: New file.
27271         * modules/uniconv/u16-conv-to-enc-tests: New file.
27272         * tests/uniconv/test-u16-conv-to-enc.c: New file.
27273
27274         * modules/uniconv/u8-conv-to-enc: New file.
27275         * lib/uniconv/u8-conv-to-enc.c: New file.
27276         * modules/uniconv/u8-conv-to-enc-tests: New file.
27277         * tests/uniconv/test-u8-conv-to-enc.c: New file.
27278
27279         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
27280         u32_conv_to_encoding): New declarations.
27281
27282 2007-06-09  Bruno Haible  <bruno@clisp.org>
27283
27284         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
27285
27286 2007-06-09  Bruno Haible  <bruno@clisp.org>
27287
27288         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
27289         * modules/malloca: Renamed from modules/allocsa, updated.
27290         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
27291         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
27292         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
27293         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
27294         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
27295         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
27296         * modules/xmalloca: Renamed from modules/xallocsa, updated.
27297         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
27298         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
27299         * modules/c-strcasestr (Depends-on): Update.
27300         * lib/c-strcasestr.c: Update.
27301         * modules/c-strstr (Depends-on): Update.
27302         * lib/c-strstr.c: Update.
27303         * modules/canonicalize-lgpl (Depends-on): Update.
27304         * lib/canonicalize-lgpl.c: Update.
27305         * modules/clean-temp (Depends-on): Update.
27306         * lib/clean-temp.c: Update.
27307         * modules/csharpcomp (Depends-on): Update.
27308         * lib/csharpcomp.c: Update.
27309         * modules/csharpexec (Depends-on): Update.
27310         * lib/csharpexec.c: Update.
27311         * modules/javacomp (Depends-on): Update.
27312         * lib/javacomp.c: Update.
27313         * modules/javaexec (Depends-on): Update.
27314         * lib/javaexec.c: Update.
27315         * modules/mbscasestr (Depends-on): Update.
27316         * lib/mbscasestr.c: Update.
27317         * modules/mbsstr (Depends-on): Update.
27318         * lib/mbsstr.c: Update.
27319         * modules/setenv (Depends-on): Update.
27320         * lib/setenv.c: Update.
27321         * modules/strcasestr (Depends-on): Update.
27322         * lib/strcasestr.c: Update.
27323         * modules/striconveha (Depends-on): Update.
27324         * lib/striconveha.c: Update.
27325         * modules/relocatable-prog-wrapper (Files): Update.
27326         * lib/relocwrapper.c: Update.
27327         * build-aux/install-reloc: Update.
27328         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
27329
27330 2007-06-08  Bruno Haible  <bruno@clisp.org>
27331
27332         Port to uClibc.
27333         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
27334         * lib/fpurge.c (fpurge): Likewise.
27335         * lib/freading.c (freading): Likewise.
27336         * lib/fseeko.c (rpl_fseeko): Likewise.
27337         * lib/fseterr.c (fseterr): Likewise.
27338         * lib/fwriting.c (fwriting): Likewise.
27339         * tests/test-fflush.c (main): Avoid a failure on uClibc.
27340
27341 2007-06-08  Bruno Haible  <bruno@clisp.org>
27342
27343         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
27344         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
27345         * modules/gettext (Files): Add m4/intlmacosx.m4.
27346
27347 2007-06-07  Bruno Haible  <bruno@clisp.org>
27348
27349         * modules/localename-tests: New file.
27350         * tests/test-localename.c: New file.
27351
27352         New module 'localename'.
27353         * lib/localename.h: New file.
27354         * lib/localename.c: New file, from GNU gettext.
27355         * m4/localename.m4: New file.
27356         * modules/localename: New file.
27357
27358 2007-06-07  Bruno Haible  <bruno@clisp.org>
27359
27360         Work around the lack of <wchar.h> on some builds of uClibc.
27361         * doc/headers/wchar.texi: Update.
27362         * lib/wchar_.h: Include <wchar.h> only if it exists.
27363         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
27364         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
27365         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
27366         doesn't exist.
27367         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
27368         * modules/mbfile (Depends-on): Add wchar.
27369         * modules/mbiter (Depends-on): Likewise.
27370         * modules/mbuiter (Depends-on): Likewise.
27371         Reported by Simon Josefsson.
27372
27373 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
27374
27375         Work around problem reported by Steven M. Schweda in
27376         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
27377         Tru64 5.1B with the Compaq compiler environment installed declares
27378         an 'isblank' function but does not define it in the C library.
27379         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
27380         * lib/regex_internal.h (isblank): Likewise.
27381         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
27382         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
27383
27384 2007-06-05  Bruno Haible  <bruno@clisp.org>
27385
27386         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
27387         ia64.
27388         * modules/printf-safe: New file.
27389         * modules/fprintf-posix (Depends-on): Add printf-safe.
27390         * modules/printf-posix (Depends-on): Likewise.
27391         * modules/snprintf-posix (Depends-on): Likewise.
27392         * modules/sprintf-posix (Depends-on): Likewise.
27393         * modules/vasnprintf-posix (Depends-on): Likewise.
27394         * modules/vasprintf-posix (Depends-on): Likewise.
27395         * modules/vfprintf-posix (Depends-on): Likewise.
27396         * modules/vprintf-posix (Depends-on): Likewise.
27397         * modules/vsnprintf-posix (Depends-on): Likewise.
27398         * modules/vsprintf-posix (Depends-on): Likewise.
27399         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
27400         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
27401         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
27402         "no" on i386, x86_64, ia64.
27403         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
27404         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
27405         on i386, x86_64, ia64.
27406         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
27407         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
27408         on i386, x86_64, ia64.
27409         * tests/test-vasnprintf-posix.c: Include float.h.
27410         (LDBL80_WORDS): New macro.
27411         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
27412         on i386, x86_64, ia64.
27413         * tests/test-vasprintf-posix.c: Include float.h.
27414         (LDBL80_WORDS): New macro.
27415         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
27416         on i386, x86_64, ia64.
27417         * tests/test-snprintf-posix.c: Include float.h.
27418         * tests/test-sprintf-posix.c: Likewise.
27419         * tests/test-vsnprintf-posix.c: Likewise.
27420         * tests/test-vsprintf-posix.c: Likewise.
27421
27422 2007-06-05  Bruno Haible  <bruno@clisp.org>
27423
27424         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
27425         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
27426         non-IEEE numbers on i386, x86_64, ia64.
27427         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
27428         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
27429         * tests/test-isnanl.h: Include float.h.
27430         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
27431
27432 2007-06-05  Bruno Haible  <bruno@clisp.org>
27433
27434         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
27435         also the %a / %A. Handle the %a / %A code before this extra handling.
27436
27437 2007-06-05  Bruno Haible  <bruno@clisp.org>
27438
27439         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
27440         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
27441
27442 2007-06-05  Bruno Haible  <bruno@clisp.org>
27443
27444         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
27445         typo in variable name.
27446
27447 2007-06-05  Eric Blake  <ebb9@byu.net>
27448
27449         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
27450         Reported by Simon Josefsson.
27451
27452 2007-06-04  Bruno Haible  <bruno@clisp.org>
27453
27454         Avoid test failures on some PowerPC platforms.
27455         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
27456         Define differently for PowerPC.
27457         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
27458         Reported by Gary V. Vaughan <gary@gnu.org>.
27459
27460 2007-06-02  Bruno Haible  <bruno@clisp.org>
27461
27462         Fix test-stdint failure on FreeBSD/ia64.
27463         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
27464         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
27465         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
27466         * doc/headers/stdint.texi: Update.
27467
27468 2007-06-01  Bruno Haible  <bruno@clisp.org>
27469
27470         * tests/test-binary-io.c (main): Pass a third argument to open().
27471         Reported by Gary V. Vaughan <gary@gnu.org>.
27472
27473 2007-06-01  Bruno Haible  <bruno@clisp.org>
27474
27475         * doc/functions/frexpl.texi: Update for mingw.
27476
27477 2007-06-01  Bruno Haible  <bruno@clisp.org>
27478
27479         * tests/test-lseek.c (main): Disable test of errno for invalid third
27480         argument.
27481         * doc/functions/lseek.texi: Update.
27482         Reported by Gary V. Vaughan <gary@gnu.org>.
27483
27484 2007-05-28  Bruno Haible  <bruno@clisp.org>
27485
27486         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
27487
27488 2007-05-31  Eric Blake  <ebb9@byu.net>
27489
27490         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
27491         cross compiling.
27492
27493 2007-05-30  Eric Blake  <ebb9@byu.net>
27494         and Bruno Haible  <bruno@clisp.org>
27495
27496         Work around mingw test failures exposed by m4-1.4.9b.
27497         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
27498         * tests/test-unistd.c: Disable uid_t and git_t tests for the
27499         moment.
27500
27501 2007-05-30  Bruno Haible  <bruno@clisp.org>
27502
27503         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
27504         assuming that they are closed. Needed on HP-UX 11.
27505
27506 2007-05-29  Bruno Haible  <bruno@clisp.org>
27507
27508         Fix a problem with #include_next.
27509         * lib/dirent_.h: Split the double-inclusion guard.
27510         * lib/fcntl_.h: Likewise.
27511         * lib/float_.h: Likewise.
27512         * lib/iconv_.h: Likewise.
27513         * lib/inttypes_.h: Likewise.
27514         * lib/locale_.h: Likewise.
27515         * lib/math_.h: Likewise.
27516         * lib/netinet_in_.h: Likewise.
27517         * lib/search_.h: Likewise.
27518         * lib/signal_.h: Likewise.
27519         * lib/stdint_.h: Likewise.
27520         * lib/stdio_.h: Likewise.
27521         * lib/stdlib_.h: Likewise.
27522         * lib/string_.h: Likewise.
27523         * lib/sys_select_.h: Likewise.
27524         * lib/sys_socket_.h: Likewise.
27525         * lib/sys_stat_.h: Likewise.
27526         * lib/sys_time_.h: Likewise.
27527         * lib/sysexits_.h: Likewise.
27528         * lib/time_.h: Likewise.
27529         * lib/unistd_.h: Likewise.
27530         * lib/wchar_.h: Likewise.
27531         * lib/wctype_.h: Likewise.
27532
27533 2007-05-29  Bruno Haible  <bruno@clisp.org>
27534
27535         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
27536         for the moment.
27537
27538 2007-05-29  Bruno Haible  <bruno@clisp.org>
27539
27540         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
27541         invocation.
27542         Reported by Eric Blake.
27543
27544 2007-05-29  Bruno Haible  <bruno@clisp.org>
27545
27546         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
27547         compiling case.
27548
27549 2007-05-29  Eric Blake  <ebb9@byu.net>
27550             Bruno Haible  <bruno@clisp.org>
27551
27552         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
27553         cross compiles.
27554
27555 2007-05-28  Eric Blake  <ebb9@byu.net>
27556
27557         * modules/closein-tests (test_closein_LDADD): Support test on
27558         cygwin with libtool.
27559
27560 2007-05-28  Bruno Haible  <bruno@clisp.org>
27561
27562         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
27563         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
27564         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
27565         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
27566         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
27567         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
27568         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
27569         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
27570         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
27571
27572 2007-05-28  Eric Blake  <ebb9@byu.net>
27573
27574         Unconditionally include <config.h> in unit tests.
27575         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
27576         * tests/test-allocsa.c, tests/test-arcfour.c,
27577         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
27578         tests/test-array_list.c, tests/test-array_oset.c,
27579         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
27580         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
27581         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
27582         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
27583         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
27584         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
27585         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
27586         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
27587         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
27588         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
27589         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
27590         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
27591         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
27592         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
27593         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
27594         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
27595         test-md5.c, test-memmem.c, test-printf-posix.c,
27596         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
27597         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
27598         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
27599         test-strcasestr.c, test-striconv.c, test-striconveh.c,
27600         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
27601         test-vasnprintf-posix2.c, test-vasnprintf.c,
27602         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
27603         test-vfprintf-posix.c, test-vprintf-posix.c,
27604         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
27605         test-xvasprintf.c: Likewise.
27606
27607 2007-05-28  Bruno Haible  <bruno@clisp.org>
27608
27609         * gnulib-tool (func_import): Remember the --with-tests command-line
27610         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
27611         Reported by Eric Blake.
27612
27613 2007-05-28  Bruno Haible  <bruno@clisp.org>
27614
27615         * modules/ftell-tests: New file.
27616         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
27617         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
27618
27619         * lib/ftell.c: New file.
27620         * modules/ftell: New file.
27621         * m4/ftell.m4: New file.
27622         * doc/functions/ftell.texi: Update.
27623         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
27624         REPLACE_FTELL.
27625         * lib/stdio_.h (rpl_ftell): New declaration.
27626         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
27627         REPLACE_FTELL.
27628
27629 2007-05-28  Eric Blake  <ebb9@byu.net>
27630
27631         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
27632
27633 2007-05-28  Bruno Haible  <bruno@clisp.org>
27634
27635         * modules/fseek-tests: New file.
27636         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
27637         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
27638
27639         * lib/fseek.c: New file.
27640         * modules/fseek: New file.
27641         * m4/fseek.m4: New file.
27642         * doc/functions/fseek.texi: Update.
27643         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
27644         REPLACE_FSEEK.
27645         * lib/stdio_.h (rpl_fseek): New declaration.
27646         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
27647         REPLACE_FSEEK.
27648
27649 2007-05-28  Bruno Haible  <bruno@clisp.org>
27650
27651         * lib/stdio_.h (fflush): More comments.
27652
27653 2007-05-28  Bruno Haible  <bruno@clisp.org>
27654
27655         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
27656         runtime test.
27657
27658 2007-05-28  Eric Blake  <ebb9@byu.net>
27659
27660         Improve lseek module.
27661         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
27662         * lib/unistd_.h (lseek): Scale back link warning message.
27663         * tests/test-lseek.c: Beef up test.
27664         * tests/test-lseek.sh: Exercise more facets of lseek.
27665         Reported by Bruno Haible.
27666
27667 2007-05-28  Bruno Haible  <bruno@clisp.org>
27668
27669         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
27670         to define.
27671
27672 2007-05-27  Bruno Haible  <bruno@clisp.org>
27673
27674         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
27675
27676 2007-05-27  Bruno Haible  <bruno@clisp.org>
27677
27678         * modules/openmp: New file.
27679         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
27680         Noah Misch.
27681
27682 2007-05-26  Bruno Haible  <bruno@clisp.org>
27683
27684         * modules/chdir-long (Depends-on): Add fchdir.
27685         * modules/chdir-safer (Depends-on): Likewise.
27686         * modules/fts (Depends-on): Likewise.
27687         * modules/fts-lgpl (Depends-on): Likewise.
27688         * modules/openat (Depends-on): Likewise.
27689         * modules/savewd (Depends-on): Likewise.
27690
27691 2007-05-24  Eric Blake  <ebb9@byu.net>
27692
27693         Fix lseek on mingw.
27694         * modules/lseek: New module.
27695         * m4/lseek.m4: New file.
27696         * lib/lseek.c: New file.
27697         * modules/lseek-tests: New file.
27698         * tests/test-lseek.c: New file.
27699         * tests/test-lseek.sh: New file.
27700         * MODULES.html.sh: Document lseek module.
27701         * modules/fflush (Depends-on): Add lseek, fseeko.
27702         * modules/fseeko (Depends-on): Likewise.
27703         * modules/ftello (Depends-on): Likewise.
27704         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
27705         broken.
27706         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
27707         broken.
27708         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
27709         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
27710         * lib/ftello.c (rpl_ftello): Likewise.
27711         * tests/test-fseeko.c (main): Test this.
27712         * tests/test-fseeko.sh: Likewise.
27713         * tests/test-ftello.c (main): Likewise.
27714         * tests/test-ftello.sh: Likewise.
27715         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
27716         implies replacing fseek.
27717         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
27718         HAVE_FTELLO.
27719         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
27720         * modules/unistd (Makefile.am): Likewise.
27721         * lib/unistd_.h (lseek): Declare a replacement.
27722         * doc/functions/lseek.texi (lseek): Document this fix.
27723         * doc/functions/fseek.texi (fseek): Likewise.
27724         * doc/functions/ftell.texi (ftell): Likewise.
27725
27726 2007-05-24  Bruno Haible  <bruno@clisp.org>
27727
27728         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
27729         in the printed representation of a NaN.
27730         * tests/test-vasprintf-posix.c (test_function): Likewise.
27731         * tests/test-snprintf-posix.h (test_function): Likewise.
27732         * tests/test-sprintf-posix.h (test_function): Likewise.
27733         Reported by Eric Blake.
27734
27735 2007-05-23  Eric Blake  <ebb9@byu.net>
27736
27737         Fix fseeko/ftello on cygwin 1.5.24.
27738         * doc/functions/fseeko.texi (fseeko): Document the fix.
27739         * doc/functions/ftello.texi (ftello): Document the fix.
27740         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
27741         * doc/functions/stdout.text (stdout): New file.
27742         * doc/functions/stderr.text (stderr): New file.
27743         * doc/gnulib.texi (Function Substitutes): Use new files.
27744         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
27745         prior to 1.7.0.
27746         * tests/test-ftello.c (main): Likewise for ftello.
27747         * tests/test-fseeko.sh: New file.
27748         * tests/test-ftello.sh: New file.
27749         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
27750         with seekable stdin.
27751         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
27752         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
27753         (gl_REPLACE_FSEEKO): New macro.
27754         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
27755         * modules/fseeko (Files): Distribute fseeko.c.
27756         * modules/ftello (Files): Distribute ftello.c.
27757         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
27758         mode.
27759         * lib/ftello.c (rpl_ftello): New file.
27760         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
27761         fseeko, ftello.
27762         (gl_STDIN_LARGE_OFFSET): New macro.
27763         * modules/stdio (Makefile.am): Perform the replacement.
27764         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
27765
27766 2007-05-23  Bruno Haible  <bruno@clisp.org>
27767
27768         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
27769         GNULIB_POSIXCHECK is defined.
27770
27771 2007-05-21  Bruno Haible  <bruno@clisp.org>
27772
27773         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
27774         Check also the output for NaN arguments. When cross-compiling, guess
27775         no on IRIX.
27776         * lib/vasnprintf.c: Update comments.
27777         * tests/test-vasnprintf-posix.c (strisnan): New function.
27778         (test_function): Use it.
27779         * tests/test-vasprintf-posix.c (strisnan): New function.
27780         (test_function): Use it.
27781         * tests/test-snprintf-posix.h (strisnan): New function.
27782         (test_function): Use it.
27783         * tests/test-sprintf-posix.h (strisnan): New function.
27784         (test_function): Use it.
27785         Reported by Eric Blake.
27786
27787 2007-05-20  Bruno Haible  <bruno@clisp.org>
27788
27789         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
27790         numbers that fails on BeOS.
27791         * doc/functions/frexpl.texi: Update.
27792
27793 2007-05-20  Jim Meyering  <jim@meyering.net>
27794
27795         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
27796         forced upon us by glibc-2.6.
27797
27798 2007-05-20  Bruno Haible  <bruno@clisp.org>
27799
27800         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
27801         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
27802         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
27803         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
27804         NEED_PRINTF_INFINITE.
27805         (is_infinitel): New function.
27806         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
27807         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
27808         gl_PREREQ_VASNPRINTF_INFINITE.
27809         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
27810         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27811         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
27812         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
27813         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
27814         gl_PREREQ_VASNPRINTF_INFINITE.
27815         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27816         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27817         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27818         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27819         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27820         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27821         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27822         * doc/functions/fprintf.texi: Update.
27823         * doc/functions/printf.texi: Update.
27824         * doc/functions/snprintf.texi: Update.
27825         * doc/functions/sprintf.texi: Update.
27826         * doc/functions/vfprintf.texi: Update.
27827         * doc/functions/vprintf.texi: Update.
27828         * doc/functions/vsnprintf.texi: Update.
27829         * doc/functions/vsprintf.texi: Update.
27830
27831 2007-05-20  Bruno Haible  <bruno@clisp.org>
27832
27833         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
27834         was not found in libc.
27835         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
27836
27837 2007-05-20  Bruno Haible  <bruno@clisp.org>
27838
27839         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
27840         printed as "-nan" instead of "nan".
27841         * tests/test-vasprintf-posix.c (test_function): Likewise.
27842         * tests/test-snprintf-posix.h (test_function): Likewise.
27843         * tests/test-sprintf-posix.h (test_function): Likewise.
27844         Needed for HP-UX 11.
27845
27846 2007-05-20  Jim Meyering  <jim@meyering.net>
27847
27848         Fix buggy test for the fchownat-deref bug.
27849         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
27850         symlink required for the run-test.  Without it, this test would
27851         always declare that fchownat doesn't work, and client code would
27852         unnecessarily use the replacement function with fixed libc.
27853         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
27854         Reported by Greg Schafer.
27855
27856 2007-05-19  Bruno Haible  <bruno@clisp.org>
27857
27858         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
27859         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
27860         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
27861         Needed for IRIX 6.5 and Solaris 2.5.1.
27862
27863 2007-05-19  Bruno Haible  <bruno@clisp.org>
27864
27865         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
27866         (test_function): Skip tests involving -0.0 on platforms where
27867         -0.0 = 0.0.
27868         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
27869         (test_function): Skip tests involving -0.0 on platforms where
27870         -0.0 = 0.0.
27871         * tests/test-snprintf-posix.h (have_minus_zero): New function.
27872         (test_function): Skip tests involving -0.0 on platforms where
27873         -0.0 = 0.0.
27874         * tests/test-sprintf-posix.h (have_minus_zero): New function.
27875         (test_function): Skip tests involving -0.0 on platforms where
27876         -0.0 = 0.0.
27877         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
27878         tests.
27879         * tests/test-printf-posix.h (test_function): Likewise.
27880         * tests/test-printf-posix.output: Remove all -0.0 related results.
27881         Needed for IRIX 6.5.
27882
27883 2007-05-19  Bruno Haible  <bruno@clisp.org>
27884
27885         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
27886         printed as "nan0x7fffffff" instead of "nan".
27887         * tests/test-vasprintf-posix.c (test_function): Likewise.
27888         * tests/test-snprintf-posix.h (test_function): Likewise.
27889         * tests/test-sprintf-posix.h (test_function): Likewise.
27890         * tests/test-fprintf-posix.h (NaN): Remove macro.
27891         (test_function): Remove all NaN related tests.
27892         * tests/test-printf-posix.h (NaN): Remove macro.
27893         (test_function): Remove all NaN related tests.
27894         * tests/test-printf-posix.output: Remove all NaN related results.
27895         Needed for IRIX 6.5.
27896
27897 2007-05-19  Bruno Haible  <bruno@clisp.org>
27898
27899         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
27900         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
27901
27902 2007-05-19  Bruno Haible  <bruno@clisp.org>
27903
27904         * lib/float_.h: New file.
27905         * m4/float_h.m4: New file.
27906         * modules/float: New file.
27907         * modules/isnanl (Dependencies): Add float.
27908         * modules/isnanl-nolibm (Dependencies): Likewise.
27909         * modules/mathl (Dependencies): Likewise.
27910         * modules/printf-frexpl (Dependencies): Likewise.
27911         * modules/signbit (Dependencies): Likewise.
27912         * modules/vasnprintf (Dependencies): Likewise.
27913         * doc/headers/float.texi: Update.
27914
27915 2007-05-19  Jim Meyering  <jim@meyering.net>
27916
27917         * lib/utimens.c (gl_futimens): Rename from futimens,
27918         now that glibc-2.6 declares futimens.
27919         * lib/utimens.h: Likewise.
27920
27921 2007-05-19  Bruno Haible  <bruno@clisp.org>
27922
27923         Avoid test failures on mingw.
27924         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
27925         * tests/test-printf-posix.sh: Likewise.
27926         * tests/test-vfprintf-posix.sh: Likewise.
27927         * tests/test-vprintf-posix.sh: Likewise.
27928
27929 2007-05-19  Bruno Haible  <bruno@clisp.org>
27930
27931         Fix *printf result for NaN, Inf, -0.0 on mingw.
27932         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
27933         * lib/vasnprintf.c: Include math.h and isnan.h.
27934         (is_infinite_or_zero): New function.
27935         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
27936         values in the %f, %F, %e, %E, %g, %G directives.
27937         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
27938         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27939         gl_PRINTF_INFINITE and test its result. Invoke
27940         gl_PREREQ_VASNPRINTF_INFINITE.
27941         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27942         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27943         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27944         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27945         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27946         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27947         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27948         * doc/functions/fprintf.texi: Update.
27949         * doc/functions/printf.texi: Update.
27950         * doc/functions/snprintf.texi: Update.
27951         * doc/functions/sprintf.texi: Update.
27952         * doc/functions/vfprintf.texi: Update.
27953         * doc/functions/vprintf.texi: Update.
27954         * doc/functions/vsnprintf.texi: Update.
27955         * doc/functions/vsprintf.texi: Update.
27956
27957 2007-05-19  Bruno Haible  <bruno@clisp.org>
27958
27959         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
27960         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
27961         Instead of multiplying with 10^k, set extra_zeroes to k.
27962         (scale10_round_long_double): Remove function.
27963
27964 2007-05-18  Bruno Haible  <bruno@clisp.org>
27965
27966         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
27967         introduced on 2007-05-06.
27968
27969 2007-05-18  Bruno Haible  <bruno@clisp.org>
27970
27971         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
27972         %g directives.
27973         * tests/test-vasprintf-posix.c (test_function): Likewise.
27974         * tests/test-snprintf-posix.h (test_function): Likewise.
27975         * tests/test-sprintf-posix.h (test_function): Likewise.
27976
27977 2007-05-18  Bruno Haible  <bruno@clisp.org>
27978
27979         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
27980         (strmatch): New function.
27981         (test_function): Test the %f directive on numbers of various exponents.
27982         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
27983         (strmatch): New function.
27984         (test_function): Test the %f directive on numbers of various exponents.
27985         * tests/test-snprintf-posix.h (strmatch): New function.
27986         (test_function): Test the %f directive on numbers of various exponents.
27987         * tests/test-sprintf-posix.h (strmatch): New function.
27988         (test_function): Test the %f directive on numbers of various exponents.
27989         * tests/test-snprintf-posix.c (SIZEOF): New macro.
27990         * tests/test-sprintf-posix.c (SIZEOF): New macro.
27991         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
27992         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
27993
27994 2007-05-18  Bruno Haible  <bruno@clisp.org>
27995
27996         Add support for 'long double' number output.
27997         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
27998         * lib/vasnprintf.c: Include math.h and float+.h.
27999         (mp_limb_t): New type.
28000         (GMP_LIMB_BITS): New macro.
28001         (mp_twolimb_t): New type.
28002         (GMP_TWOLIMB_BITS): New macro.
28003         (mpn_t): New type.
28004         (multiply, divide, convert_to_decimal, decode_long_double,
28005         scale10_round_long_double, scale10_round_decimal_long_double,
28006         floorlog10l): New functions.
28007         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
28008         for the %f, %F, %e, %E, %g, %G directives.
28009         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
28010         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28011         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
28012         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
28013         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28014         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28015         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28016         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28017         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28018         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28019         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28020         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
28021         * modules/snprintf-posix (Depends-on): Likewise.
28022         * modules/sprintf-posix (Depends-on): Likewise.
28023         * modules/vasnprintf-posix (Depends-on): Likewise.
28024         * modules/vasprintf-posix (Depends-on): Likewise.
28025         * modules/vfprintf-posix (Depends-on): Likewise.
28026         * modules/vsnprintf-posix (Depends-on): Likewise.
28027         * modules/vsprintf-posix (Depends-on): Likewise.
28028         * modules/vasnprintf (Files): Add lib/float+.h.
28029         * doc/functions/fprintf.texi: Update.
28030         * doc/functions/printf.texi: Update.
28031         * doc/functions/snprintf.texi: Update.
28032         * doc/functions/sprintf.texi: Update.
28033         * doc/functions/vfprintf.texi: Update.
28034         * doc/functions/vprintf.texi: Update.
28035         * doc/functions/vsnprintf.texi: Update.
28036         * doc/functions/vsprintf.texi: Update.
28037
28038 2007-05-18  Bruno Haible  <bruno@clisp.org>
28039
28040         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
28041
28042 2007-05-18  Bruno Haible  <bruno@clisp.org>
28043
28044         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
28045         for printing 64-bit integers. Needed for mingw.
28046
28047 2007-05-18  Bruno Haible  <bruno@clisp.org>
28048
28049         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
28050         gl_FUNC_FREXPL_WORKS.
28051         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
28052
28053 2007-05-18  Bruno Haible  <bruno@clisp.org>
28054
28055         * modules/frexpl-nolibm-tests: New file.
28056
28057         * modules/frexpl-nolibm: New file.
28058         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
28059
28060 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
28061
28062         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
28063         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
28064         GCC 4.2, which otherwise issues a lot of warnings.
28065         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
28066         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
28067         Likewise.
28068         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
28069         * modules/iconv_open (iconv.h): Likewise.
28070         * modules/locale (locale.h): Likewise.
28071         * modules/netinet_in (netinet/in.h): Likewise.
28072         * modules/sys_select (sys_select.h): Likewise.
28073         * modules/sys_socket (sys/socket.h): Likewise.
28074         * modules/sys_stat (sys/stat.h): Likewise.
28075         * modules/sysexits (sysexits.h): Likewise.
28076         * modules/unistd (unistd.h): Likewise.
28077
28078 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28079
28080         * modules/closein-tests (Makefile.am): Distribute
28081         `test-closein.sh'.
28082
28083 2007-05-17  Bruno Haible  <bruno@clisp.org>
28084
28085         * tests/test-printf-posix.output: Renamed from
28086         tests/test-fprintf-posix.out.
28087         * modules/fprintf-posix-tests: Update.
28088         * modules/printf-posix-tests: Update.
28089         * modules/vfprintf-posix-tests: Update.
28090         * modules/vprintf-posix-tests: Update.
28091         * tests/test-fprintf-posix.sh: Update.
28092         * tests/test-printf-posix.sh: Update.
28093         * tests/test-vfprintf-posix.sh: Update.
28094         * tests/test-vprintf-posix.sh: Update.
28095         Reported by Ralf Wildenhues.
28096
28097 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
28098
28099         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
28100         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
28101         GCC 4.2, which otherwise issues a lot of warnings.
28102         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
28103         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
28104         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
28105         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
28106         it should no longer be needed.
28107         * lib/string_.h: Likewise.
28108         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
28109         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
28110         * modules/inttypes (inttypes.h): Likewise.
28111         * modules/math (math.h): Likewise.
28112         * modules/search (search.h): Likewise.
28113         * modules/signal (signal.h): Likewise.
28114         * modules/stdint (stdint.h): Likewise.
28115         * modules/stdio (stdio.h): Likewise.
28116         * modules/stdlib (stdlib.h): Likewise.
28117         * modules/string (string.h): Likewise.
28118         * modules/sys_time (sys/time.h): Likewise.
28119         * modules/time (time.h): Likewise.
28120         * modules/wchar (wchar.h): Likewise.
28121         * modules/wctype (wtype.h): Likewise.
28122
28123 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
28124
28125         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
28126
28127 2007-05-13  Bruno Haible  <bruno@clisp.org>
28128
28129         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
28130         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28131         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
28132         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
28133         (gl_PREREQ_STRTOK_R): Don't require it here.
28134
28135 2007-05-13  Bruno Haible  <bruno@clisp.org>
28136
28137         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
28138         when used in C++ mode.
28139
28140 2007-05-12  Bruno Haible  <bruno@clisp.org>
28141
28142         * lib/linebuffer.h: Tweak doc.
28143         * lib/linebuffer.c: Likewise.
28144
28145 2007-05-12  James Youngman  <jay@gnu.org>
28146
28147         * lib/linebuffer.c (readlinebuffer_delim): New function,
28148         like readlinebuffer, but use a caller-specified delimiter.
28149         (readlinebuffer): Just call readlinebuffer_delim with '\n'
28150         as the delimiter.
28151         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
28152
28153 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28154
28155         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
28156         * modules/openat (Files): Remove openat-die.c.
28157         (Depends-on): Add openat-die.
28158         * modules/openat-die: New module.
28159
28160 2007-05-06  Bruno Haible  <bruno@clisp.org>
28161
28162         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
28163         Update with info about Cygwin.
28164         * doc/functions/fprintf.texi: Update.
28165         * doc/functions/printf.texi: Update.
28166         * doc/functions/snprintf.texi: Update.
28167         * doc/functions/sprintf.texi: Update.
28168         * doc/functions/vfprintf.texi: Update.
28169         * doc/functions/vprintf.texi: Update.
28170         * doc/functions/vsnprintf.texi: Update.
28171         * doc/functions/vsprintf.texi: Update.
28172         Reported by Eric Blake.
28173
28174 2007-05-06  Bruno Haible  <bruno@clisp.org>
28175
28176         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
28177         padding ourselves for the floating-point directives.
28178         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
28179         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
28180         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28181         gl_PRINTF_FLAG_ZERO and test its result. Invoke
28182         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
28183         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28184         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
28185         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28186         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28187         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28188         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28189         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28190         * tests/test-snprintf-posix.h (test_function): Also check the width
28191         and some flags in the %f directive.
28192         * tests/test-sprintf-posix.h (test_function): Likewise.
28193         * tests/test-vasnprintf-posix.c (test_function): Likewise.
28194         * tests/test-vasprintf-posix.c (test_function): Likewise.
28195         * doc/functions/fprintf.texi: Update.
28196         * doc/functions/printf.texi: Update.
28197         * doc/functions/snprintf.texi: Update.
28198         * doc/functions/sprintf.texi: Update.
28199         * doc/functions/vfprintf.texi: Update.
28200         * doc/functions/vprintf.texi: Update.
28201         * doc/functions/vsnprintf.texi: Update.
28202         * doc/functions/vsprintf.texi: Update.
28203
28204 2007-05-06  Bruno Haible  <bruno@clisp.org>
28205
28206         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
28207         pass the ' flag character to sprintf or snprintf.
28208         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
28209         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
28210         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28211         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
28212         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
28213         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28214         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
28215         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28216         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28217         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28218         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28219         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28220         * tests/test-snprintf-posix.h (test_function): Also check the grouping
28221         flag.
28222         * tests/test-sprintf-posix.h (test_function): Likewise.
28223         * tests/test-vasnprintf-posix.c (test_function): Likewise.
28224         * tests/test-vasprintf-posix.c (test_function): Likewise.
28225         * doc/functions/fprintf.texi: Update.
28226         * doc/functions/printf.texi: Update.
28227         * doc/functions/snprintf.texi: Update.
28228         * doc/functions/sprintf.texi: Update.
28229         * doc/functions/vfprintf.texi: Update.
28230         * doc/functions/vprintf.texi: Update.
28231         * doc/functions/vsnprintf.texi: Update.
28232         * doc/functions/vsprintf.texi: Update.
28233
28234 2007-05-01  Bruno Haible  <bruno@clisp.org>
28235
28236         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
28237
28238 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
28239
28240         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
28241         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
28242
28243 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28244
28245         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
28246         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
28247         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
28248
28249 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
28250
28251         * lib/argp-help.c (struct hol_entry): New member `ord'.
28252         (HOL_ENTRY_PTRCMP): Use ord for comparison
28253         (hol_sort): Initialize ord.
28254
28255 2007-05-01  Bruno Haible  <bruno@clisp.org>
28256
28257         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
28258         Reported by Eric Blake.
28259         * doc/gnulib.texi (Function Substitutes): Update.
28260
28261 2007-05-01  Bruno Haible  <bruno@clisp.org>
28262
28263         * doc/functions.texi: Remove file, now redundant through
28264         doc/functions/*.texi.
28265
28266 2007-05-01  Bruno Haible  <bruno@clisp.org>
28267
28268         * modules/argp (Depends-on): Add sleep.
28269
28270 2007-05-01  Bruno Haible  <bruno@clisp.org>
28271
28272         * modules/sleep-tests: New file.
28273         * tests/test-sleep.c: New file.
28274
28275         * modules/sleep: New file.
28276         * lib/sleep.c: New file.
28277         * m4/sleep.m4: New file.
28278         * lib/unistd_.h (sleep): New declaration.
28279         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
28280         HAVE_SLEEP.
28281         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
28282         * doc/functions/sleep.texi: Document the sleep module.
28283
28284 2007-05-01  Bruno Haible  <bruno@clisp.org>
28285
28286         * lib/sigprocmask.h: Remove file.
28287         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
28288         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
28289         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
28290         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
28291         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
28292         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
28293         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
28294         HAVE_SIGSET_T as a shell variable.
28295         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
28296         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
28297         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
28298         (Depends-on): Add signal. Remove verify.
28299         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
28300         (Include): Mention <signal.h> instead of sigprocmask.h.
28301         * NEWS: Mention the change.
28302         * lib/fatal-signal.c: Don't include sigprocmask.h.
28303
28304 2007-05-01  Bruno Haible  <bruno@clisp.org>
28305
28306         * modules/signal: New file.
28307         * lib/signal_.h: New file.
28308         * m4/signal_h.m4: New file.
28309
28310 2007-05-01  Bruno Haible  <bruno@clisp.org>
28311
28312         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
28313         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
28314         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
28315         HAVE_WCTYPE_CTMP_BUG into wctype.h.
28316
28317 2007-05-01  Bruno Haible  <bruno@clisp.org>
28318
28319         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
28320         configure time.
28321         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
28322         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
28323         * modules/sys_stat (Makefile.am): Substitute their values into
28324         sys/stat.h.
28325
28326 2007-05-01  Bruno Haible  <bruno@clisp.org>
28327
28328         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
28329         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
28330         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
28331
28332 2007-05-01  Bruno Haible  <bruno@clisp.org>
28333
28334         * doc/header/assert.texi: Undo last change: don't mention the gnulib
28335         'assert' module here.
28336
28337 2007-05-01  Bruno Haible  <bruno@clisp.org>
28338
28339         * doc/functions/*.texi: New files.
28340         * doc/functions/google-ranking.txt: New file.
28341         * doc/gnulib.texi (Function Substitutes): New chapter.
28342         (ctime, inet_ntoa): Remove sections.
28343         * doc/ctime.texi: Remove file.
28344         * doc/inet_ntoa.texi: Remove file.
28345         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
28346         dependencies.
28347         (%.info): New rule, specifying a --reference-limit.
28348
28349 2007-05-01  Bruno Haible  <bruno@clisp.org>
28350
28351         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
28352
28353 2007-05-01  Bruno Haible  <bruno@clisp.org>
28354
28355         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
28356         the portability of 'mkdir' to mingw systems.
28357
28358 2007-05-01  Bruno Haible  <bruno@clisp.org>
28359
28360         * doc/headers/google-ranking.txt: New file.
28361
28362 2007-04-30  Eric Blake  <ebb9@byu.net>
28363
28364         Prefer fseeko to fseek.
28365         * modules/getpass (Depends-on): Add fseeko.
28366         * lib/getpass.c (getpass): Use fseeko, not fseek.
28367
28368 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
28369
28370         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
28371         assumes the sorting is stable, while most qsort implementations
28372         are not.  Use argument addresses to ensure they never compare as
28373         equal.
28374
28375         * tests/test-argp-2.sh (usage-indent test): Fix output
28376         (func_compare): Restore diff options
28377         * tests/test-argp.c: Restore #include "progname.h"
28378
28379 2007-04-29  Bruno Haible  <bruno@clisp.org>
28380
28381         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
28382         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28383         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
28384         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28385         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
28386         (configure.ac): Define CHECK_SNPRINTF_POSIX.
28387         (TESTS, check_PROGRAMS): Add test-snprintf.
28388         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
28389         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
28390         (TESTS, check_PROGRAMS): Add test-vsnprintf.
28391         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
28392         assertions that fail on HP-UX, OSF/1, or IRIX.
28393         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
28394
28395 2007-04-29  Bruno Haible  <bruno@clisp.org>
28396
28397         * MODULES.html.sh (posix_functions): Remove 'contents'.
28398
28399 2007-04-29  Karl Berry  <karl@gnu.org>
28400
28401         * config/srclist.txt (gendocs_template_min): new entry.
28402
28403 2007-04-29  Bruno Haible  <bruno@clisp.org>
28404
28405         Work around fpurge bug on BSD systems.
28406         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
28407         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
28408         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
28409         fpurge to rpl_fpurge if the system already has this function.
28410         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
28411         the case where the system already has this function. Correct invariants
28412         on BSD systems.
28413         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
28414         BSD systems.
28415
28416 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
28417
28418         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
28419         proposed by Sven Verdoolaege.
28420
28421         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
28422         options.
28423         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
28424         (usage and help tests): Update
28425
28426 2007-04-29  Bruno Haible  <bruno@clisp.org>
28427
28428         * tests/test-fflush.c (main): Use a file of size 17, not 10.
28429         Print more information in case of failure. Disable a test on BeOS.
28430
28431 2007-04-29  Bruno Haible  <bruno@clisp.org>
28432
28433         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
28434         This helps debugging on systems on which no gdb is available.
28435
28436 2007-04-29  Bruno Haible  <bruno@clisp.org>
28437
28438         * lib/freading.h: Improve comments.
28439         * lib/fwriting.h: Likewise.
28440         * tests/test-freading.c (main): Don't check freading immediately after
28441         repositioning. Needed for glibc.
28442
28443 2007-04-29  Bruno Haible  <bruno@clisp.org>
28444
28445         * lib/freading.c (freading): Trivial simplification.
28446
28447 2007-04-28  Bruno Haible  <bruno@clisp.org>
28448
28449         * tests/test-fwriting.c (main): Also test the interaction between
28450         fflush and fwriting.
28451         * modules/fwriting-tests (Depends-on): Add fflush.
28452
28453         * tests/test-freading.c (main): Also test the interaction between
28454         fflush and freading.
28455         * modules/freading-tests (Depends-on): Add fflush.
28456
28457 2007-04-28  Bruno Haible  <bruno@clisp.org>
28458
28459         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
28460         fseeko and ftello.
28461         Suggested by Eric Blake.
28462
28463 2007-04-28  Jim Meyering  <jim@meyering.net>
28464
28465         Avoid false-negative in gl_STDINT_H's C99 conformance test.
28466         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
28467         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
28468
28469 2007-04-27  Eric Blake  <ebb9@byu.net>
28470
28471         * doc/headers/assert.texi (assert.h): Document assert module use.
28472
28473 2007-04-27  Bruno Haible  <bruno@clisp.org>
28474
28475         * doc/headers/*.texi: New files.
28476         * doc/gnulib.texi (Header File Substitutes): New chapter.
28477         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
28478         dependencies.
28479         (standards.info ,standards.html, standards.dvi): Update dependencies.
28480         (mostlyclean, clean): New targets.
28481
28482 2007-04-27  Bruno Haible  <bruno@clisp.org>
28483
28484         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
28485         * modules/sysexits (Files, Makefile.am): Update.
28486
28487         * lib/sys_socket_.h: Renamed from lib/socket_.h.
28488         * modules/sys_socket (Files, Makefile.am): Update.
28489
28490         * lib/sys_stat_.h: Renamed from lib/stat_.h.
28491         * modules/sys_stat (Files, Makefile.am): Update.
28492
28493 2007-04-27  Eric Blake  <ebb9@byu.net>
28494
28495         * lib/freading.h: Improve comments.
28496         * lib/fwriting.h: Likewise.
28497         * lib/fflush.c: Likewise.
28498
28499         Fix closein for mingw.
28500         * modules/closein-tests: Add tests for closein.
28501         * tests/test-closein.c: New file.
28502         * tests/test-closein.sh: Likewise.
28503         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
28504         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
28505
28506 2007-04-27  Bruno Haible  <bruno@clisp.org>
28507
28508         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
28509         version is < 6.
28510         * lib/math_.h [__DECC]: Likewise.
28511         * lib/stdio_.h [__DECC]: Likewise.
28512         * lib/stdlib_.h [__DECC]: Likewise.
28513         * lib/string_.h [__DECC]: Likewise.
28514         * lib/time_.h [__DECC]: Likewise.
28515         * lib/wchar_.h [__DECC]: Likewise.
28516         * lib/wctype_.h [__DECC]: Likewise.
28517
28518 2007-04-27  Bruno Haible  <bruno@clisp.org>
28519
28520         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
28521
28522 2007-04-27  Bruno Haible  <bruno@clisp.org>
28523
28524         * lib/fflush.c: Add comments.
28525         * modules/fpurge-tests (Depends-on): Add fflush.
28526         * modules/freadable-tests (Depends-on): Likewise.
28527         * modules/fwritable-tests (Depends-on): Likewise.
28528
28529 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
28530
28531         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
28532         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
28533         Report by Bruno Haible <bruno@clisp.org>.
28534
28535 2007-04-26  Eric Blake  <ebb9@byu.net>
28536
28537         Fix fflush on mingw.
28538         * modules/fflush (Depends-on): Add freading.
28539         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
28540         but unread data.
28541
28542 2007-04-26  Eric Blake  <ebb9@byu.net>
28543         and Bruno Haible  <bruno@clisp.org>
28544
28545         Implement freading and fwriting.
28546         * lib/freading.c: New file.
28547         * lib/freading.h: Likewise.
28548         * m4/freading.m4: Likewise.
28549         * modules/freading: Likewise.
28550         * modules/freading-tests: Likewise.
28551         * tests/test-freading.c: Likewise.
28552         * lib/fwriting.c: New file.
28553         * lib/fwriting.h: Likewise.
28554         * m4/fwriting.m4: Likewise.
28555         * modules/fwriting: Likewise.
28556         * modules/fwriting-tests: Likewise.
28557         * tests/test-fwriting.c: Likewise.
28558         * MODULES.html.sh (File stream based Input/Output): Mention them.
28559
28560 2007-04-26  Bruno Haible  <bruno@clisp.org>
28561
28562         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
28563         'long' when we assume it.
28564         Suggested by Eric Blake.
28565
28566 2007-04-26  Bruno Haible  <bruno@clisp.org>
28567
28568         Ensure fseeko, ftello are declared on glibc systems.
28569         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
28570         * modules/fseeko (configure.ac-early): Likewise.
28571         * modules/ftello (configure.ac-early): Likewise.
28572         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
28573         AC_FUNC_FSEEKO for this.
28574         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
28575         (gl_CHECK_FSEEKO): Remove macro.
28576
28577 2007-04-26  Bruno Haible  <bruno@clisp.org>
28578
28579         * tests/test-fflush.c (main): Also check the ftell result after
28580         fflush and fseek/fseeko.
28581         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
28582         file descriptor position cache in the stream.
28583         * lib/fseeko.c (rpl_fseeko): Likewise.
28584
28585 2007-04-26  Bruno Haible  <bruno@clisp.org>
28586
28587         * modules/fflush-tests (Depends-on): Add fseeko.
28588
28589 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
28590             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28591
28592         * lib/argz_.h: ensure error_t definition is obtained in same
28593         mechanism system argz.h would have.
28594         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
28595         argz facilities are known bad.  Err on the side of caution if
28596         cross-compiling.
28597
28598 2007-04-25  Eric Blake  <ebb9@byu.net>
28599
28600         * lib/fpurge.c (includes): Use stdlib.h for free.
28601         * tests/test-fflush.c (main): Also test fflush-fseeko.
28602
28603 2007-04-25  Bruno Haible  <bruno@clisp.org>
28604
28605         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
28606         * lib/fseeko.c: New file.
28607         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
28608         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
28609         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
28610         gl_FUNC_FSEEKO.
28611         (gl_FUNC_FSEEKO): Invoke it.
28612         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
28613         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
28614         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
28615
28616 2007-04-25  Bruno Haible  <bruno@clisp.org>
28617
28618         * modules/fflush (Depends-on): Add ftello.
28619
28620 2007-04-25  Bruno Haible  <bruno@clisp.org>
28621
28622         * modules/ftello-tests: New file.
28623         * tests/test-ftello.c: New file.
28624
28625         * modules/ftello: New file.
28626         * m4/ftello.m4: New file.
28627         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
28628         HAVE_FTELLO.
28629         * lib/stdio_.h (ftello): New declaration.
28630         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
28631         HAVE_FTELLO.
28632
28633 2007-04-25  Bruno Haible  <bruno@clisp.org>
28634
28635         * modules/fseeko-tests: New file.
28636         * tests/test-fseeko.c: New file.
28637
28638         * modules/fseeko: New file.
28639         * m4/fseeko.m4: New file.
28640         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
28641         HAVE_FSEEKO.
28642         * lib/stdio_.h (fseeko): New declaration.
28643         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
28644         HAVE_FSEEKO.
28645
28646 2007-04-25  Bruno Haible  <bruno@clisp.org>
28647
28648         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
28649
28650 2007-04-25  Bruno Haible  <bruno@clisp.org>
28651
28652         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
28653         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
28654         * tests/test-unistd.c: Likewise.
28655         * tests/test-fcntl.c: Likewise.
28656
28657 2007-04-23  Eric Blake  <ebb9@byu.net>
28658
28659         * lib/fflush.c: Fix missing include.
28660         Reported by Bruno Haible.
28661
28662 2007-04-23  Bruno Haible  <bruno@clisp.org>
28663
28664         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
28665         Reported by Eric Blake.
28666
28667 2007-04-23  Bruno Haible  <bruno@clisp.org>
28668
28669         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
28670
28671 2007-04-23  Bruno Haible  <bruno@clisp.org>
28672
28673         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
28674
28675 2007-04-23  Bruno Haible  <bruno@clisp.org>
28676
28677         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
28678         Needed on HP-UX 11.
28679
28680 2007-04-16  Eric Blake  <ebb9@byu.net>
28681
28682         Make fflush rely on fpurge.
28683         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
28684         open coding all variants.
28685         * modules/fflush (Depends-on): Add fpurge and unistd.
28686         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
28687         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
28688
28689         Fix --with-tests compilation on cygwin.
28690         * modules/argmatch-tests (Makefile.am): List gnulib library first
28691         in LDADD.
28692         * modules/argp-tests (Makefile.am): Likewise.
28693         * modules/array-list-tests (Makefile.am): Likewise.
28694         * modules/array-oset-tests (Makefile.am): Likewise.
28695         * modules/avltree-list-tests (Makefile.am): Likewise.
28696         * modules/avltree-oset-tests (Makefile.am): Likewise.
28697         * modules/avltreehash-list-tests (Makefile.am): Likewise.
28698         * modules/carray-list-tests (Makefile.am): Likewise.
28699         * modules/dirname-tests (Makefile.am): Likewise.
28700         * modules/frexp-tests (Makefile.am): Likewise.
28701         * modules/isnanl-tests (Makefile.am): Likewise.
28702         * modules/linked-list-tests (Makefile.am): Likewise.
28703         * modules/linkedhash-list-tests (Makefile.am): Likewise.
28704         * modules/lock-tests (Makefile.am): Likewise.
28705         * modules/rbtree-list-tests (Makefile.am): Likewise.
28706         * modules/rbtree-oset-tests (Makefile.am): Likewise.
28707         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
28708         * modules/tls-tests (Makefile.am): Likewise.
28709         * modules/tsearch-tests (Makefile.am): Likewise.
28710         * modules/xvasprintf-tests (Makefile.am): Likewise.
28711
28712         Fix fpurge for cygwin.
28713         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
28714         value.
28715         * modules/fpurge-tests (Depends-on): Clean up trash.
28716
28717 2007-04-16  Simon Josefsson  <simon@josefsson.org>
28718
28719         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
28720
28721         * m4/autobuild.m4: Re-indent.
28722
28723 2007-04-13  Bruno Haible  <bruno@clisp.org>
28724
28725         * modules/fpurge-tests: New file.
28726         * tests/test-fpurge.c: New file.
28727
28728         * modules/fpurge: New file.
28729         * lib/fpurge.h: New file.
28730         * lib/fpurge.c: New file.
28731         * m4/fpurge.m4: New file.
28732
28733 2007-04-13  Bruno Haible  <bruno@clisp.org>
28734
28735         * modules/fbufmode-tests: New file.
28736         * tests/test-fbufmode.c: New file.
28737
28738         * modules/fbufmode: New file.
28739         * lib/fbufmode.h: New file.
28740         * lib/fbufmode.c: New file.
28741         * m4/fbufmode.m4: New file.
28742
28743 2007-04-13  Bruno Haible  <bruno@clisp.org>
28744
28745         * modules/fwritable-tests: New file.
28746         * tests/test-fwritable.c: New file.
28747
28748         * modules/fwritable: New file.
28749         * lib/fwritable.h: New file.
28750         * lib/fwritable.c: New file.
28751         * m4/fwritable.m4: New file.
28752
28753 2007-04-13  Bruno Haible  <bruno@clisp.org>
28754
28755         * modules/freadable-tests: New file.
28756         * tests/test-freadable.c: New file.
28757
28758         * modules/freadable: New file.
28759         * lib/freadable.h: New file.
28760         * lib/freadable.c: New file.
28761         * m4/freadable.m4: New file.
28762
28763 2007-04-13  Bruno Haible  <bruno@clisp.org>
28764
28765         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
28766         MOSTLYCLEANFILES.
28767
28768 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28769
28770         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
28771         gzip bootstrap.conf to avoid dragging in i18n machinery.
28772         (gnulib_tool_option): Use it.
28773
28774 2007-04-13  Bruno Haible  <bruno@clisp.org>
28775
28776         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
28777         %F directives.
28778         * tests/test-vasprintf-posix.c (test_function): Likewise.
28779         * tests/test-snprintf-posix.h (test_function): Likewise.
28780         * tests/test-sprintf-posix.h (test_function): Likewise.
28781         * tests/test-fprintf-posix.h (test_function): Likewise.
28782         * tests/test-printf-posix.h (test_function): Likewise.
28783         * tests/test-fprintf-posix.out: Likewise.
28784
28785 2007-04-13  Bruno Haible  <bruno@clisp.org>
28786
28787         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
28788         * modules/tls-tests (configure.ac): Likewise.
28789         Reported by Arto C. Nirkko <anirkko@insel.ch>.
28790
28791 2007-04-13  Bruno Haible  <bruno@clisp.org>
28792
28793         * lib/tls.c (glthread_tls_get): Fix return type.
28794         Patch by Arto C. Nirkko <anirkko@insel.ch>.
28795
28796 2007-04-12  Eric Blake  <ebb9@byu.net>
28797
28798         * modules/gettime (Depends-on): Remove gettime.
28799         Reported by Dmitry V. Levin.
28800
28801 2007-04-12  Bruno Haible  <bruno@clisp.org>
28802
28803         * modules/fflush (Include): Mention <stdio.h>.
28804         * modules/strtoimax (Include): Mention <inttypes.h>.
28805         * modules/strtoumax (Include): Likewise.
28806
28807 2007-04-12  Eric Blake  <ebb9@byu.net>
28808
28809         * .cvsignore: New file.
28810         * .gitignore: Likewise.
28811
28812 2007-04-12  Bruno Haible  <bruno@clisp.org>
28813
28814         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
28815         not before, since $(LDADD) often contains libgnu.a.
28816         * modules/striconv-tests (test_striconv_LDADD): Likewise.
28817         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
28818         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
28819         Needed on Cygwin.
28820
28821 2007-04-12  Eric Blake  <ebb9@byu.net>
28822
28823         Work around glibc's failure to flush stdin on fclose.
28824         * lib/closein.c (close_stdin): Flush stdin before closing.
28825
28826         Work around glibc's failure to reset seekable stdin on exit.
28827         * modules/closein: New module.
28828         * lib/closein.c: New file.
28829         * lib/closein.h: Likewise.
28830         * m4/closein.m4: Likewise.
28831         * MODULES.html.sh (File stream based Input/Output): Document it.
28832
28833 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28834
28835         * gnulib-tool: Rename generated 'autobuild' script to
28836         'do-autobuild' in --create-megatestdir output.
28837
28838         * doc/gnulib.texi (Build robot for gnulib): Fix.
28839
28840 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28841
28842         * modules/sysexits (Depends-on): Add absolute-header.
28843
28844 2007-04-12  Eric Blake  <ebb9@byu.net>
28845
28846         No need to preserve errno on success.
28847         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
28848         Reported by Bruno Haible.
28849
28850 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28851
28852         * MODULES.html.sh (Support for maintaining and releasing
28853         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
28854
28855 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28856
28857         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
28858
28859 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28860
28861         * modules/autobuild: New module.
28862
28863         * m4/autobuild.m4: New file.
28864
28865 2007-04-11  Bruno Haible  <bruno@clisp.org>
28866
28867         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
28868         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
28869         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
28870         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
28871         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28872         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28873         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28874         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28875         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28876         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28877         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
28878         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28879         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28880         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
28881         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28882         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28883         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
28884         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28885         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28886         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
28887         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28888         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28889         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
28890         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28891         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28892         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
28893         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28894         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28895         Reported by Eric Blake.
28896
28897 2007-04-11  Bruno Haible  <bruno@clisp.org>
28898
28899         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
28900
28901 2007-04-10  Bruno Haible  <bruno@clisp.org>
28902
28903         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
28904         for NaN and Infinity. Needed on FreeBSD 6.1.
28905         * tests/test-vasnprintf-posix.c (test_function): Undo last change
28906         regarding results for "%010a" of Infinity and NaN.
28907         * tests/test-vasprintf-posix.c (test_function): Likewise.
28908         * tests/test-snprintf-posix.h (test_function): Likewise.
28909         * tests/test-sprintf-posix.h (test_function): Likewise.
28910         * tests/test-fprintf-posix.h (test_function): Likewise.
28911         * tests/test-printf-posix.h (test_function): Likewise.
28912         * tests/test-fprintf-posix.out: Likewise.
28913
28914 2007-04-10  Bruno Haible  <bruno@clisp.org>
28915
28916         * modules/locale-tests: New file.
28917         * tests/test-locale.c: New file.
28918
28919         * modules/locale: New file.
28920         * lib/locale_.h: New file.
28921         * m4/locale_h.m4: New file.
28922
28923 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
28924             Bruno Haible  <bruno@clisp.org>
28925
28926         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
28927         be determined, test for availability of the copysignf, copysign,
28928         copysignl functions.
28929         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
28930         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
28931         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
28932
28933 2007-04-09  Eric Blake  <ebb9@byu.net>
28934
28935         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
28936         * modules/stdio (Makefile.am): Support fflush.
28937         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
28938         * modules/fflush: New file.
28939         * lib/fflush.c: Likewise.
28940         * m4/fflush.m4: Likewise.
28941         * modules/fflush-tests: New test.
28942         * tests/test-fflush.c: Likewise.
28943         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
28944
28945 2007-04-06  Bruno Haible  <bruno@clisp.org>
28946
28947         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
28948         (VASNPRINTF): Use signbit for faster determination whether to print a
28949         minus sign.
28950         * modules/vasnprintf (Files): Remove lib/float+.h.
28951         * modules/fprintf-posix (Depends-on): Add signbit.
28952         * modules/snprintf-posix (Depends-on): Likewise.
28953         * modules/sprintf-posix (Depends-on): Likewise.
28954         * modules/vasnprintf-posix (Depends-on): Likewise.
28955         * modules/vasprintf-posix (Depends-on): Likewise.
28956         * modules/vfprintf-posix (Depends-on): Likewise.
28957         * modules/vsnprintf-posix (Depends-on): Likewise.
28958         * modules/vsprintf-posix (Depends-on): Likewise.
28959
28960 2007-04-06  Bruno Haible  <bruno@clisp.org>
28961
28962         * tests/test-frexp.c (main): Test also the sign bit of zero results.
28963         * tests/test-frexpl.c (main): Likewise.
28964         * tests/test-ldexpl.c (main): Likewise.
28965         * modules/frexp-tests (Depends-on): Add signbit.
28966         * modules/frexpl-tests (Depdends-on): Likewise.
28967         * modules/ldexpl-tests (Depdends-on): Likewise.
28968
28969 2007-04-06  Bruno Haible  <bruno@clisp.org>
28970
28971         * modules/signbit-tests: New file.
28972         * tests/test-signbit.c: New file.
28973
28974         * modules/signbit: New file.
28975         * lib/signbitf.c: New file.
28976         * lib/signbitd.c: New file.
28977         * lib/signbitl.c: New file.
28978         * m4/signbit.m4: New file.
28979         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
28980         (signbit): New macro.
28981         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
28982         REPLACE_SIGNBIT.
28983         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
28984         REPLACE_FREXPL into math.h.
28985
28986 2007-04-06  Bruno Haible  <bruno@clisp.org>
28987
28988         * modules/isnanf-nolibm-tests: New file.
28989         * tests/test-isnanf.c: New file.
28990
28991         * modules/isnanf-nolibm: New file.
28992         * lib/isnanf.h: New file.
28993         * lib/isnanf.c: New file.
28994         * lib/isnan.c: Consider the USE_FLOAT macro.
28995         * m4/isnanf.m4: New file.
28996
28997 2007-04-06  Bruno Haible  <bruno@clisp.org>
28998
28999         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
29000         (Link): New section.
29001
29002         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
29003
29004 2007-04-06  Bruno Haible  <bruno@clisp.org>
29005
29006         Assume the 'long double' type.
29007         * m4/longdouble.m4: Remove file.
29008         * config/srclist.txt: Don't mention longdouble.m4.
29009         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
29010         * lib/float+.h: Likewise.
29011         * lib/frexp.c: Likewise.
29012         * lib/printf-args.h: Likewise.
29013         * lib/printf-args.c: Likewise.
29014         * lib/printf-frexp.c: Likewise.
29015         * lib/printf-parse.c: Likewise.
29016         * lib/vasnprintf.c: Likewise.
29017         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
29018         * m4/intl.m4: Likewise.
29019         * m4/isnanl.m4: Likewise.
29020         * m4/printf.m4: Likewise.
29021         * m4/printf-frexpl.m4: Likewise.
29022         * m4/vasnprintf.m4: Likewise.
29023         * modules/allocsa (Files): Remove m4/longdouble.m4.
29024         * modules/gettext (Files): Likewise.
29025         * modules/relocatable-prog-wrapper (Files): Likewise.
29026         * modules/vasnprintf (Files): Likewise.
29027         * modules/isnanl (Files): Likewise.
29028         (Include): Simplify.
29029         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
29030         (Include): Simplify.
29031         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
29032         (Include): Simplify.
29033         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
29034         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29035         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
29036         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29037         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
29038         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29039         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
29040         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29041         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
29042         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29043         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
29044         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29045         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
29046         * tests/test-isnanl.c: Likewise.
29047         * tests/test-snprintf-posix.h: Likewise.
29048         * tests/test-sprintf-posix.h: Likewise.
29049         * tests/test-vasnprintf-posix.c: Likewise.
29050         * tests/test-vasnprintf-posix2.c: Likewise.
29051         * tests/test-vasprintf-posix.c: Likewise.
29052
29053 2007-04-06  Bruno Haible  <bruno@clisp.org>
29054
29055         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
29056         * lib/math_.h [__DECC]: Include the overridden include file through
29057         #include_next, outside the double-inclusion guard.
29058         * lib/stdio_.h [__DECC]: Likewise.
29059         * lib/stdlib_.h [__DECC]: Likewise.
29060         * lib/string_.h [__DECC]: Likewise.
29061         * lib/time_.h [__DECC]: Likewise.
29062         * lib/wchar_.h [__DECC]: Likewise.
29063         * lib/wctype_.h [__DECC]: Likewise.
29064         * lib/inttypes_.h [__DECC]: Likewise.
29065         Reported by Albert Chin <china@thewrittenword.com> in
29066         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
29067
29068 2007-04-04  Eric Blake  <ebb9@byu.net>
29069
29070         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
29071         1.5.x.
29072
29073 2007-04-04  Bruno Haible  <bruno@clisp.org>
29074
29075         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
29076         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
29077
29078 2007-04-04  Bruno Haible  <bruno@clisp.org>
29079
29080         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
29081         results for "%010a" of Infinity and NaN.
29082         * tests/test-vasprintf-posix.c (test_function): Likewise.
29083         * tests/test-snprintf-posix.h (test_function): Likewise.
29084         * tests/test-sprintf-posix.h (test_function): Likewise.
29085         * tests/test-fprintf-posix.h (test_function): Remove these tests.
29086         * tests/test-printf-posix.h (test_function): Likewise.
29087         * tests/test-fprintf-posix.out: Update.
29088         Needed for FreeBSD 6.1.
29089
29090 2007-04-04  Bruno Haible  <bruno@clisp.org>
29091
29092         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
29093         directly used by the gnulib modules nor by gnulib-tool.
29094
29095 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
29096
29097         * DEPENDENCIES: Give overall description of version dependency
29098         desirability.  Use more-typical names for apps.
29099         Add shell, coreutils, diffutils, grep, tar, gzip.
29100
29101 2007-04-04  Simon Josefsson  <simon@josefsson.org>
29102
29103         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
29104
29105 2007-04-04  Karl Berry  <karl@gnu.org>
29106
29107         * MODULES.html.sh (func_module): missing '.
29108
29109 2007-04-03  Bruno Haible  <bruno@clisp.org>
29110
29111         * modules/argmatch-tests (Makefile.am): New variable
29112         test_argmatch_LDADD.
29113         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
29114         * modules/array-list-tests (Makefile.am): New variable
29115         test_array_list_LDADD.
29116         * modules/array-oset-tests (Makefile.am): New variable
29117         test_array_oset_LDADD.
29118         * modules/avltree-list-tests (Makefile.am): New variable
29119         test_avltree_list_LDADD.
29120         * modules/avltree-oset-tests (Makefile.am): New variable
29121         test_avltree_oset_LDADD.
29122         * modules/avltreehash-list-tests (Makefile.am): New variable
29123         test_avltreehash_list_LDADD.
29124         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
29125         test_canonicalize_lgpl_LDADD.
29126         * modules/carray-list-tests (Makefile.am): New variable
29127         test_carray_list_LDADD.
29128         * modules/dirname-tests (Makefile.am): New variable
29129         test_dirname_LDADD.
29130         * modules/linked-list-tests (Makefile.am): New variable
29131         test_linked_list_LDADD.
29132         * modules/linkedhash-list-tests (Makefile.am): New variable
29133         test_linkedhash_list_LDADD.
29134         * modules/rbtree-list-tests (Makefile.am): New variable
29135         test_rbtree_list_LDADD.
29136         * modules/rbtree-oset-tests (Makefile.am): New variable
29137         test_rbtree_oset_LDADD.
29138         * modules/rbtreehash-list-tests (Makefile.am): New variable
29139         test_rbtreehash_list_LDADD.
29140         * modules/xvasprintf-tests (Makefile.am): New variable
29141         test_xvasprintf_LDADD.
29142         Reported by Eric Blake.
29143
29144 2007-04-03  Eric Blake  <ebb9@byu.net>
29145
29146         * DEPENDENCIES: Weaken m4 requirements.
29147
29148 2007-04-03  Bruno Haible  <bruno@clisp.org>
29149
29150         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
29151         * modules/isnanl-tests (configure.ac): Likewise.
29152
29153 2007-04-03  Ben Pfaff  <blp@gnu.org>
29154
29155         * modules/iconv_open: Add $(srcdir)/ to source directory
29156         references in Makefile fragments that call gperf, to fix VPATH
29157         builds.
29158
29159 2007-04-03  Bruno Haible  <bruno@clisp.org>
29160
29161         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
29162         * lib/ldexpl.c: Undo last change.
29163
29164 2007-04-03  Bruno Haible  <bruno@clisp.org>
29165
29166         * modules/printf-frexpl (Depends-on): Undo last change.
29167         (Files): Add m4/ldexpl.m4.
29168
29169 2007-04-03  Bruno Haible  <bruno@clisp.org>
29170
29171         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
29172         * modules/isnanl (Link): New section.
29173
29174         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
29175         * modules/frexp (Link): New section.
29176
29177         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
29178         * modules/frexpl (Link): New section.
29179
29180         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
29181         * modules/ldexpl (Link): New section.
29182
29183 2007-04-03  Bruno Haible  <bruno@clisp.org>
29184
29185         * modules/TEMPLATE-EXTENDED: New file.
29186         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
29187
29188 2007-04-03  Bruno Haible  <bruno@clisp.org>
29189
29190         * DEPENDENCIES: New file.
29191         Suggested by Simon Josefsson.
29192
29193 2007-04-03  Bruno Haible  <bruno@clisp.org>
29194
29195         * doc/gnulib.texi: Escape @.
29196
29197 2007-04-03  James Youngman  <jay@gnu.org>
29198         and Paul Eggert  <eggert@cs.ucla.edu>
29199
29200         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
29201         birthtime on all systems that have birthtime, not just those which
29202         use st_birthtimensec rather than st_birthtim.  Putting zero in
29203         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
29204         that the birth time is not available for files on an NFS mount.
29205
29206 2007-04-03  Simon Josefsson  <simon@josefsson.org>
29207
29208         * modules/memxor: Move back from crypto/, suggested by Bruno.
29209         * modules/crypto/hmac-sha1: Fix memxor dependency.
29210
29211         * modules/crypto/gc: Moved from ../.
29212
29213 2007-04-02  Eric Blake  <ebb9@byu.net>
29214
29215         * lib/ldexpl.c (includes): Avoid libm.
29216
29217         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
29218
29219 2007-04-02  Bruno Haible  <bruno@clisp.org>
29220
29221         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
29222         on IRIX.
29223
29224 2007-04-02  Bruno Haible  <bruno@clisp.org>
29225
29226         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
29227         x86 or x86_64 platforms running MacOS X.
29228         Reported by Ryan Schmidt <@ryandesign.com>.
29229
29230 2007-04-02  Bruno Haible  <bruno@clisp.org>
29231
29232         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
29233         i386.
29234
29235 2007-04-01  Simon Josefsson  <simon@josefsson.org>
29236
29237         * modules/crypto/arcfour: Moved from ../.
29238         * modules/crypto/arcfour-tests: Moved from ../.
29239         * modules/crypto/arctwo: Moved from ../.
29240         * modules/crypto/arctwo-tests: Moved from ../.
29241         * modules/crypto/des: Moved from ../.
29242         * modules/crypto/des-tests: Moved from ../.
29243         * modules/crypto/gc-arcfour: Moved from ../.
29244         * modules/crypto/gc-arcfour-tests: Moved from ../.
29245         * modules/crypto/gc-arctwo: Moved from ../.
29246         * modules/crypto/gc-arctwo-tests: Moved from ../.
29247         * modules/crypto/gc-des: Moved from ../.
29248         * modules/crypto/gc-des-tests: Moved from ../.
29249         * modules/crypto/gc-hmac-md5: Moved from ../.
29250         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
29251         * modules/crypto/gc-hmac-sha1: Moved from ../.
29252         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
29253         * modules/crypto/gc-md2: Moved from ../.
29254         * modules/crypto/gc-md2-tests: Moved from ../.
29255         * modules/crypto/gc-md4: Moved from ../.
29256         * modules/crypto/gc-md4-tests: Moved from ../.
29257         * modules/crypto/gc-md5: Moved from ../.
29258         * modules/crypto/gc-md5-tests: Moved from ../.
29259         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
29260         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
29261         * modules/crypto/gc-random: Moved from ../.
29262         * modules/crypto/gc-rijndael: Moved from ../.
29263         * modules/crypto/gc-rijndael-tests: Moved from ../.
29264         * modules/crypto/gc-sha1: Moved from ../.
29265         * modules/crypto/gc-sha1-tests: Moved from ../.
29266         * modules/crypto/gc-tests: Moved from ../.
29267         * modules/crypto/hmac-md5: Moved from ../.
29268         * modules/crypto/hmac-md5-tests: Moved from ../.
29269         * modules/crypto/hmac-sha1: Moved from ../.
29270         * modules/crypto/hmac-sha1-tests: Moved from ../.
29271         * modules/crypto/md2: Moved from ../.
29272         * modules/crypto/md2-tests: Moved from ../.
29273         * modules/crypto/md4: Moved from ../.
29274         * modules/crypto/md4-tests: Moved from ../.
29275         * modules/crypto/md5: Moved from ../.
29276         * modules/crypto/md5-tests: Moved from ../.
29277         * modules/crypto/memxor: Moved from ../.
29278         * modules/crypto/rijndael: Moved from ../.
29279         * modules/crypto/rijndael-tests: Moved from ../.
29280         * modules/crypto/sha1: Moved from ../.
29281
29282 2007-03-30  James Youngman  <jay@gnu.org>
29283
29284         * tests/test-stat-time.c (prepare_test): use chmod() rather than
29285         rename() to change the ctime of a file (because ctime is unaffected
29286         by rename on jfs2 on AIX 5.1).
29287         (main): Start by doing cleanup, in case a previous run failed leaving
29288         test files behind.
29289
29290 2007-03-31  Bruno Haible  <bruno@clisp.org>
29291
29292         Support old proprietary implementations of iconv.
29293         * modules/iconv_open: New file.
29294         * lib/iconv_.h: New file.
29295         * m4/iconv_h.m4: New file.
29296         * lib/iconv_open.c: New file.
29297         * lib/iconv_open-aix.gperf: New file.
29298         * lib/iconv_open-hpux.gperf: New file.
29299         * lib/iconv_open-irix.gperf: New file.
29300         * lib/iconv_open-osf.gperf: New file.
29301         * m4/iconv_open.m4: New file.
29302         * modules/linebreak (Depends-on): Add iconv_open.
29303         * modules/striconv (Depends-on): Likewise.
29304         * modules/striconveh (Depends-on): Likewise.
29305         * modules/unicodeio (Depends-on): Likewise.
29306         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
29307         (iconv_t)(-1).
29308         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
29309         conversion if cd is (iconv_t)(-1).
29310         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
29311         is not possible.
29312
29313 2007-03-31  Bruno Haible  <bruno@clisp.org>
29314
29315         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
29316         work on Solaris either. Protect also second use of "autodetect_jp".
29317
29318 2007-03-31  Bruno Haible  <bruno@clisp.org>
29319
29320         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
29321         the function is not present.
29322
29323 2007-03-31  Bruno Haible  <bruno@clisp.org>
29324
29325         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
29326         the function is not present.
29327
29328 2007-03-31  Bruno Haible  <bruno@clisp.org>
29329
29330         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
29331         a bug in HP-UX iconv_open().
29332
29333 2007-03-31  Bruno Haible  <bruno@clisp.org>
29334
29335         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
29336         (Mathematics <math.h>): New section, add fpieee.
29337         (Input/output <stdio.h>): Add fseterr.
29338         (Mathematics <math.h>): New section, add printf-frexp.
29339         (Container data structures): Add sublist.
29340         (Core language properties): Add fpucw, inline.
29341         (Functions for greatest-width integer types <inttypes.h>): Add
29342         imaxabs, imaxdiv, inttypes.
29343         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
29344         isnanl-nolibm, ldexp.
29345         (Mathematics <math.h>): New section, add printf-frexpl.
29346         (Support for systems lacking POSIX:2001): Add fprintf-posix,
29347         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
29348         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
29349         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
29350         (Unicode string functions): Add unistr/u*-mbtoucr.
29351         (Java): Add javacomp-script, javaexec-script.
29352         (C#): Add csharpcomp-script, csharpexec-script.
29353         (Support for building libraries and executables): Add havelib,
29354         relocatable-*.
29355         (Support for maintaining and releasing projects): Renamed from
29356         'Support for maintaining and release projects'. Add announce-gen.
29357
29358 2007-03-31  Bruno Haible  <bruno@clisp.org>
29359
29360         * README: Talk primarily about git.
29361         (git and CVS): Renamed from CVS.
29362         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
29363         gnulib is available through git.
29364         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
29365
29366 2007-03-30  Bruno Haible  <bruno@clisp.org>
29367
29368         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
29369         * lib/poll_.h: Likewise.
29370         * lib/stat_.h: Likewise.
29371         * lib/sys_time_.h: Likewise.
29372         * lib/sysexit_.h: Likewise.
29373         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
29374         * lib/stdbool_.h: Likewise.
29375         * lib/byteswap_.h: Add double-inclusion guard.
29376
29377 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
29378
29379         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
29380
29381 2007-03-30  Karl Berry  <karl@gnu.org>
29382
29383         * config/srclist-update: double space after USA in the license
29384         substitution, since that's how it's usually (?) written.
29385
29386 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29387
29388         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
29389         reported by Bruno Haible.
29390
29391 2007-03-29  Bruno Haible  <bruno@clisp.org>
29392
29393         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
29394         a bug in AIX iconv().
29395
29396 2007-03-29  Bruno Haible  <bruno@clisp.org>
29397
29398         * modules/ldexpl-tests: New file.
29399         * tests/test-ldexpl.c: New file.
29400
29401 2007-03-29  Bruno Haible  <bruno@clisp.org>
29402
29403         * lib/ldexpl.c: Include fpucw.h.
29404         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
29405         multiplication.
29406         * modules/ldexpl (Depends-on): Add fpucw.
29407
29408 2007-03-29  Bruno Haible  <bruno@clisp.org>
29409
29410         * modules/ldexpl: New file.
29411         * m4/ldexpl.m4: New file.
29412         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
29413         set.
29414         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
29415         REPLACE_LDEXPL.
29416         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
29417         REPLACE_LDEXPL.
29418         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
29419         gl_FUNC_LDEXPL_WORKS.
29420         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
29421         * modules/mathl (Files): Remove lib/ldexpl.c.
29422         (Depends-on): Add ldexpl.
29423
29424 2007-03-29  Bruno Haible  <bruno@clisp.org>
29425
29426         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
29427
29428 2007-03-29  Bruno Haible  <bruno@clisp.org>
29429
29430         * tests/test-striconveh.c (main): Don't assume that a direct conversion
29431         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
29432         and possibly also HP-UX.
29433         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
29434         work on AIX, IRIX, HP-UX, OSF/1.
29435         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
29436         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
29437         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
29438         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
29439         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
29440         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
29441
29442 2007-03-29  Bruno Haible  <bruno@clisp.org>
29443
29444         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
29445
29446 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
29447
29448         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
29449         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
29450
29451 2007-03-29  Eric Blake  <ebb9@byu.net>
29452
29453         * lib/acl-internal.h: Remove redundant include.
29454         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
29455         Cygwin when a file is locked.
29456
29457 2007-03-29  Bruno Haible  <bruno@clisp.org>
29458
29459         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
29460         file.
29461         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
29462
29463 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
29464
29465         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
29466         try to remove a parent directory if the child couldn't be removed
29467         (except for the first rmdir, which could fail because the child
29468         doesn't exist).  Problem reported by Jeff Blaine in
29469         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
29470
29471 2007-03-28  Bruno Haible  <bruno@clisp.org>
29472
29473         * lib/striconveh.c (utf8conv_carefully): New function.
29474         (mem_cd_iconveh_internal): Invoke it.
29475
29476 2007-03-28  Bruno Haible  <bruno@clisp.org>
29477
29478         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
29479         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
29480         input.
29481         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
29482         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
29483         unistr/u8-uctomb.
29484
29485 2007-03-28  Bruno Haible  <bruno@clisp.org>
29486
29487         * modules/unistr/u8-mbtoucr: New file.
29488         * lib/unistr/u8-mbtoucr.c: New file.
29489         * modules/unistr/u16-mbtoucr: New file.
29490         * lib/unistr/u16-mbtoucr.c: New file.
29491         * modules/unistr/u16-mbtoucr: New file.
29492         * lib/unistr/u16-mbtoucr.c: New file.
29493         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
29494
29495 2007-03-27  Simon Josefsson  <simon@josefsson.org>
29496             Bruno Haible  <bruno@clisp.org>
29497
29498         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
29499         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
29500         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
29501
29502         * m4/stdio_h.m4: Add stubs for vasprintf too.
29503
29504         * modules/stdio: Support vasprintf in sed command.
29505
29506         * modules/vasprintf: Depend on stdio for prototypes.  Remove
29507         vasprintf.h.  Add stdio module indicator.
29508
29509         * lib/stdio_.h: Declare asprintf and vasprintf, based on
29510         vasprintf.h.
29511
29512         * lib/vasprintf.h: File removed.
29513
29514         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
29515         * lib/vasprintf.c: Ditto.
29516         * lib/xvasprintf.c: Ditto.
29517         * tests/test-vasprintf-posix.c: Ditto.
29518         * tests/test-vasprintf.c: Ditto.
29519
29520 2007-03-27  Bruno Haible  <bruno@clisp.org>
29521
29522         Make vasnprintf multithread-safe.
29523         * lib/vasnprintf.c (decimal_point_char): New function.
29524         (VASNPRINTF): Use it.
29525         Suggested by Simon Josefsson.
29526
29527 2007-03-27  Eric Blake  <ebb9@byu.net>
29528
29529         Support sub-second birthtime on cygwin.
29530         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
29531         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
29532         (get_stat_birthtime): Also work with st_birthtim.
29533
29534 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
29535
29536         * lib/stat-time.h (USE_BIRTHTIME): Remove.
29537         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
29538         (get_stat_birthtime_ns): Do not try to use "spare" fields.
29539         (get_stat_birthtime_ns): Simplify compile-time tests.
29540         (get_stat_birthtime): Change the API to look like
29541         get_stat_mtime etc., except return a negative tv_nsec on error.
29542         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
29543         Don't check for "spare" fields.
29544         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
29545         or for struct stat.st_birthtime, as these tests aren't used.
29546         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
29547
29548 2007-03-27  Bruno Haible  <bruno@clisp.org>
29549
29550         * lib/stat-time.h: Include <sys/stat.h>.
29551
29552 2007-03-27  James Youngman  <jay@gnu.org>
29553
29554         * lib/stat-time.h (get_stat_birthtime): New function for
29555           retrieving st_birthtime as provided by UFS2 (hence *BSD).
29556         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
29557           and its variants.
29558         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
29559         * modules/stat-time-test: New file.
29560         * tests/test-stat-time.c: New test, devised by Bruno Haible.
29561
29562 2007-03-26  Bruno Haible  <bruno@clisp.org>
29563
29564         Better support of signalling NaNs.
29565         * lib/atanl.c: Include isnanl.h.
29566         (atanl): Perform test for NaN at the beginning of the function and
29567         through a call to isnanl.
29568         * lib/cosl.c: Include isnanl.h.
29569         (cosl): Perform test for NaN at the beginning of the function and
29570         through a call to isnanl.
29571         * lib/ldexpl.c: Include isnanl.h.
29572         (ldexpl): Perform test for NaN through a call to isnanl.
29573         * lib/logl.c: Include isnanl.h.
29574         (logl): Perform test for NaN at the beginning of the function and
29575         through a call to isnanl.
29576         * lib/sinl.c: Include isnanl.h.
29577         (sinl): Perform test for NaN at the beginning of the function and
29578         through a call to isnanl.
29579         * lib/sqrtl.c: Include isnanl.h.
29580         (sqrtl): Perform test for NaN at the beginning of the function and
29581         through a call to isnanl.
29582         * lib/tanl.c: Include isnanl.h.
29583         (tanl): Perform test for NaN at the beginning of the function and
29584         through a call to isnanl.
29585         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
29586         * modules/mathl (Depends-on): Add isnanl.
29587
29588 2007-03-26  Eric Blake  <ebb9@byu.net>
29589
29590         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
29591         regression in logic sense of previous patch.
29592
29593 2007-03-26  Bruno Haible  <bruno@clisp.org>
29594
29595         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
29596         unportable shell command "if ! ...".
29597         Reported by Ralf Wildenhues.
29598
29599 2007-03-25  Bruno Haible  <bruno@clisp.org>
29600
29601         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
29602         <sysexits.h> file, and only add EX_CONFIG.
29603         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
29604         absolute file name and whether it is sufficient. Substitute also
29605         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
29606         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
29607         ABSOLUTE_SYSEXITS_H into sysexits.h.
29608
29609 2007-03-25  Bruno Haible  <bruno@clisp.org>
29610
29611         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
29612         hints is NULL.
29613
29614 2007-03-25  Bruno Haible  <bruno@clisp.org>
29615
29616         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
29617         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
29618
29619 2007-03-25  Bruno Haible  <bruno@clisp.org>
29620
29621         * lib/vasnprintf.c: Include langinfo.h.
29622         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
29623         multithread-safe.
29624         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
29625         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
29626         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29627         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29628         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29629         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29630         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29631         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
29632         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29633         Reported by Simon Josefsson.
29634
29635 2007-03-25  Bruno Haible  <bruno@clisp.org>
29636
29637         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
29638         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
29639         * modules/vasnprintf (Depends-on): Add stdint.
29640
29641 2007-03-25  Bruno Haible  <bruno@clisp.org>
29642
29643         * modules/fpieee: New file.
29644         * m4/fpieee.m4: New file.
29645         * modules/isnan-nolibm (Depends-on): Add fpieee.
29646         * modules/isnanl-nolibm (Depends-on): Add fpieee.
29647         * modules/isnanl (Depends-on): Add fpieee.
29648
29649 2007-03-25  Bruno Haible  <bruno@clisp.org>
29650
29651         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
29652
29653 2007-03-25  Bruno Haible  <bruno@clisp.org>
29654
29655         Avoid test failures on IRIX 6.5.
29656         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
29657         (main): Use it.
29658         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
29659         macros.
29660         (main): Use them.
29661
29662 2007-03-25  Bruno Haible  <bruno@clisp.org>
29663
29664         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
29665         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
29666         exists but doesn't work.
29667         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
29668         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
29669         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
29670         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
29671
29672 2007-03-25  Bruno Haible  <bruno@clisp.org>
29673
29674         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
29675         returns inf. Needed on IRIX 6.5.
29676
29677 2007-03-25  Bruno Haible  <bruno@clisp.org>
29678
29679         * tests/test-frexpl.c: Include isnanl-nolibm.h.
29680         (main): Use isnanl instead of x != x idiom.
29681         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
29682
29683         * tests/test-frexp.c: Include isnan.h.
29684         (main): Use isnan instead of x != x idiom.
29685         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
29686
29687 2007-03-25  Bruno Haible  <bruno@clisp.org>
29688
29689         * tests/test-frexp.c (NaN): New function/macro.
29690         (main): Use it instead of 0.0 / 0.0.
29691         * tests/test-isnan.c (NaN): New function/macro.
29692         (main): Use it instead of 0.0 / 0.0.
29693         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
29694         (test_function): Use it instead of 0.0 / 0.0.
29695         * tests/test-vasprintf-posix.c (NaN): New function/macro.
29696         (test_function): Use it instead of 0.0 / 0.0.
29697         * tests/test-snprintf-posix.h (NaN): New function/macro.
29698         (test_function): Use it instead of 0.0 / 0.0.
29699         * tests/test-sprintf-posix.h (NaN): New function/macro.
29700         (test_function): Use it instead of 0.0 / 0.0.
29701         * tests/test-fprintf-posix.h (NaN): New function/macro.
29702         (test_function): Use it instead of 0.0 / 0.0.
29703         * tests/test-printf-posix.h (NaN): New function/macro.
29704         (test_function): Use it instead of 0.0 / 0.0.
29705
29706         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
29707
29708 2007-03-25  Bruno Haible  <bruno@clisp.org>
29709
29710         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
29711
29712 2007-03-25  Bruno Haible  <bruno@clisp.org>
29713
29714         * lib/regexec.c (merge_state_with_log): Make static.
29715
29716 2007-03-25  Bruno Haible  <bruno@clisp.org>
29717
29718         * lib/trigl.c (kernel_rem_pio2): Make static.
29719
29720 2007-03-25  Bruno Haible  <bruno@clisp.org>
29721
29722         * lib/sincosl.c (sincosl_table): Make static.
29723
29724 2007-03-25  Bruno Haible  <bruno@clisp.org>
29725
29726         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
29727         if the compiler does not support C99.
29728
29729 2007-03-25  Bruno Haible  <bruno@clisp.org>
29730
29731         * modules/time (Makefile.am): Ensure all rule action lines start with a
29732         tab.
29733
29734 2007-03-24  Bruno Haible  <bruno@clisp.org>
29735
29736         * modules/tsearch-tests: New file.
29737         * tests/test-tsearch.sh: New file.
29738         * tests/test-tsearch.c: New file, mostly copied from glibc.
29739
29740         * modules/search-tests: New file.
29741         * tests/test-search.c: New file.
29742
29743         * modules/search: New file.
29744         * lib/search_.h: New file, incorporating lib/tsearch.h.
29745         * m4/search_h.m4: New file.
29746         * lib/tsearch.h: Remove file.
29747         * lib/tsearch.c: Include search.h instead of tsearch.h.
29748         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
29749         HAVE_TSEARCH.
29750         * modules/tsearch (Files): Remove lib/tsearch.h.
29751         (Depends-on): Add search.
29752         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
29753         (Include): Change tsearch.h into search.h.
29754
29755 2007-03-24  Bruno Haible  <bruno@clisp.org>
29756
29757         * modules/fpucw: New file.
29758         * lib/fpucw.h: New file.
29759         * lib/frexp.c: Include fpucw.h.
29760         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
29761         (FUNC): Use them.
29762         * lib/printf-frexp.c: Include fpucw.h.
29763         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
29764         (FUNC): Use them.
29765         * lib/vasnprintf.c: Include fpucw.h.
29766         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
29767         'long double' calculations.
29768         * tests/test-frexpl.c: Include fpucw.h.
29769         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
29770         * tests/test-printf-frexpl.c: Include fpucw.h.
29771         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
29772         * modules/frexpl (Depends-on): Add fpucw.
29773         * modules/printf-frexpl (Depends-on): Likewise.
29774         * modules/fprintf-posix (Depends-on): Likewise.
29775         * modules/snprintf-posix (Depends-on): Likewise.
29776         * modules/sprintf-posix (Depends-on): Likewise.
29777         * modules/vasnprintf-posix (Depends-on): Likewise.
29778         * modules/vasprintf-posix (Depends-on): Likewise.
29779         * modules/vfprintf-posix (Depends-on): Likewise.
29780         * modules/vsnprintf-posix (Depends-on): Likewise.
29781         * modules/vsprintf-posix (Depends-on): Likewise.
29782         * modules/frexpl-tests (Depends-on): Likewise.
29783         * modules/printf-frexpl-tests (Depends-on): Likewise.
29784
29785 2007-03-24  Bruno Haible  <bruno@clisp.org>
29786
29787         * lib/float+.h: New file.
29788         * lib/isnan.c: Include float+.h.
29789         (SIZE): New macro.
29790         (FUNC): Compare only SIZE bytes of the value.
29791         * lib/vasnprintf.c: Include float+.h.
29792         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
29793         SIZEOF_LDBL or SIZEOF_DBL bytes.
29794         * modules/isnan-nolibm (Files): Add lib/float+.h.
29795         * modules/isnanl-nolibm (Files): Add lib/float+.h.
29796         * modules/isnanl (Files): Add lib/float+.h.
29797         * modules/vasnprintf (Files): Add lib/float+.h.
29798
29799 2007-03-24  Bruno Haible  <bruno@clisp.org>
29800
29801         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
29802         include isnanl-nolibm.h.
29803
29804 2007-03-24  Bruno Haible  <bruno@clisp.org>
29805
29806         * tests/test-read-file.c (main): Don't produce spurious output for
29807         expected situations. Make the test fail if it encountered unexpected
29808         results.
29809
29810 2007-03-24  Bruno Haible  <bruno@clisp.org>
29811
29812         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
29813         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
29814
29815 2007-03-24  Bruno Haible  <bruno@clisp.org>
29816
29817         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
29818
29819 2007-03-24  Bruno Haible  <bruno@clisp.org>
29820
29821         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
29822         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
29823
29824         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
29825         * modules/utf8-ucs4: Turn into a symbolic link to module
29826         unistr/u8-mbtouc.
29827
29828         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
29829         utf8-ucs4-unsafe.
29830         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
29831         unistr/u8-mbtouc-unsafe.
29832
29833         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
29834         * modules/utf16-ucs4: Turn into a symbolic link to module
29835         unistr/u16-mbtouc.
29836
29837         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
29838         utf16-ucs4-unsafe.
29839         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
29840         unistr/u16-mbtouc-unsafe.
29841
29842         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
29843         * modules/ucs4-utf8: Turn into a symbolic link to module
29844         unistr/u8-ubtomb.
29845
29846         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
29847         * modules/ucs4-utf16: Turn into a symbolic link to module
29848         unistr/u16-ubtomb.
29849
29850 2007-03-24  Bruno Haible  <bruno@clisp.org>
29851
29852         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
29853         Enable the function only if HAVE_INLINE.
29854         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
29855         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
29856         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
29857         Enable the function only if HAVE_INLINE.
29858         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
29859         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
29860         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
29861         Enable the function only if HAVE_INLINE.
29862         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
29863         Enable the function only if HAVE_INLINE.
29864         * modules/utf8-ucs4: Update.
29865         * modules/utf8-ucs4-unsafe: Update.
29866         * modules/utf16-ucs4: Update.
29867         * modules/utf16-ucs4-unsafe: Update.
29868         * modules/ucs4-utf8: Update.
29869         * modules/ucs4-utf16: Update.
29870
29871 2007-03-24  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/utf8-ucs4.h: Remove file.
29874         * lib/utf8-ucs4-unsafe.h: Remove file.
29875         * lib/utf16-ucs4.h: Remove file.
29876         * lib/utf16-ucs4-unsafe.h: Remove file.
29877         * lib/ucs4-utf8.h: Remove file.
29878         * lib/ucs4-utf16.h: Remove file.
29879         * lib/unistr.h: Include their previous contents.
29880         * m4/utf-ucs4.m4: Remove file.
29881         * m4/ucs4-utf.m4: Remove file.
29882         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
29883         (Depends-on): Add unistr/base.
29884         (configure.ac): Remove gl_UTF_UCS4.
29885         (Makefile.am): Update.
29886         (Include): Change to unistr.h.
29887         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
29888         (Depends-on): Add unistr/base.
29889         (configure.ac): Remove gl_UTF_UCS4.
29890         (Makefile.am): Update.
29891         (Include): Change to unistr.h.
29892         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
29893         (Depends-on): Add unistr/base.
29894         (configure.ac): Remove gl_UTF_UCS4.
29895         (Makefile.am): Update.
29896         (Include): Change to unistr.h.
29897         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
29898         (Depends-on): Add unistr/base.
29899         (configure.ac): Remove gl_UTF_UCS4.
29900         (Makefile.am): Update.
29901         (Include): Change to unistr.h.
29902         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
29903         (Depends-on): Add unistr/base.
29904         (configure.ac): Remove gl_UCS4_UTF.
29905         (Makefile.am): Update.
29906         (Include): Change to unistr.h.
29907         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
29908         (Depends-on): Add unistr/base.
29909         (configure.ac): Remove gl_UCS4_UTF.
29910         (Makefile.am): Update.
29911         (Include): Change to unistr.h.
29912         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
29913         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
29914         utf8-ucs4-unsafe.h.
29915         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
29916         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
29917         utf16-ucs4-unsafe.h.
29918         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
29919         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
29920         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
29921         * lib/unistr/u8-strchr.c: Likewise.
29922         * lib/unistr/u8-strrchr.c: Likewise.
29923         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
29924         * lib/unistr/u16-strchr.c: Likewise.
29925         * lib/unistr/u16-strrchr.c: Likewise.
29926         * lib/striconveh.c: Update.
29927         * lib/linebreak.c: Update.
29928
29929 2007-03-24  Bruno Haible  <bruno@clisp.org>
29930
29931         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
29932         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
29933
29934 2007-03-22  Bruno Haible  <bruno@clisp.org>
29935
29936         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
29937
29938 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
29939
29940         * MODULES.html.sh (File system functions): New module write-any-file.
29941         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
29942         * m4/write-any-file.m4: New files.
29943
29944 2007-03-23  Eric Blake  <ebb9@byu.net>
29945
29946         * gnulib-tool: Rearrange space-tab sequences, since some editors
29947         like to eat them.
29948
29949 2007-03-23  Eric Blake  <ebb9@byu.net>
29950
29951         * lib/version-etc.c (version_etc_va): Update license wording to
29952         be more concise.  Recommended by Richard Stallman.
29953
29954 2007-03-22  Bruno Haible  <bruno@clisp.org>
29955
29956         * lib/poll.c (MSG_PEEK): New fallback definition.
29957
29958 2007-03-22  Bruno Haible  <bruno@clisp.org>
29959
29960         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
29961         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
29962         (main): Update.
29963         Fixes a compilation error on BeOS.
29964
29965 2007-03-22  Bruno Haible  <bruno@clisp.org>
29966
29967         * modules/frexpl-tests: New file.
29968         * tests/test-frexpl.c: New file.
29969
29970         * modules/frexpl: New file.
29971         * m4/frexpl.m4: New file.
29972         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
29973         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
29974         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
29975         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
29976         (Depends-on): Add frexpl. Remove isnanl-nolibm.
29977         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
29978
29979 2007-03-22  Bruno Haible  <bruno@clisp.org>
29980
29981         * lib/frexpl.c: Share code with lib/frexp.c.
29982         * modules/mathl (Files): Add lib/frexp.c.
29983         (Depends-on): Add isnanl-nolibm.
29984
29985 2007-03-22  Bruno Haible  <bruno@clisp.org>
29986
29987         * modules/printf-frexp (Files): Add m4/frexp.m4.
29988         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
29989         only if the found frexp function actually works.
29990
29991 2007-03-22  Bruno Haible  <bruno@clisp.org>
29992
29993         * lib/frexp.c: Remove older implementation that uses divisions.
29994
29995 2007-03-21  Bruno Haible  <bruno@clisp.org>
29996
29997         * modules/frexp-tests: New file.
29998         * tests/test-frexp.c: New file.
29999
30000         * modules/frexp: New file.
30001         * lib/frexp.c: New file.
30002         * m4/frexp.m4: New file.
30003         * lib/math_.h (frexp): New declaration.
30004         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
30005         REPLACE_FREXP.
30006         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
30007
30008 2007-03-21  Bruno Haible  <bruno@clisp.org>
30009
30010         * modules/isnanl-tests: New file.
30011         * tests/test-isnanl.c: New file.
30012
30013         * modules/isnanl: New file.
30014         * lib/isnanl.h: New file.
30015         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
30016         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
30017         gl_FUNC_ISNANL_WORKS.
30018         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
30019         New macros.
30020
30021 2007-03-21  Bruno Haible  <bruno@clisp.org>
30022
30023         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
30024         lib/isnanl.h.
30025         (Include): Update.
30026         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
30027         * lib/vasnprintf.c: Update.
30028         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
30029         tests/test-isnanl.h, remove tests/test-isnanl.c.
30030         (Makefile.am): Update.
30031         * tests/test-isnanl-nolibm.c: New file.
30032         * tests/test-isnanl.h: New file.
30033         * tests/test-isnanl.c: Remove file.
30034
30035 2007-03-21  Jim Meyering  <jim@meyering.net>
30036
30037         When trying to open ".", treat ESTALE like EACCES.
30038         * lib/savewd.c (savewd_save): Resort to forking not just upon
30039         failure with EACCES, but also when errno is ESTALE.
30040
30041 2007-03-20  Bruno Haible  <bruno@clisp.org>
30042
30043         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
30044         Needed on AIX 5.1. Reported by Matthew Woehlke.
30045
30046 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
30047
30048         Suggestions by Bruno Haible:
30049         * lib/acl-internal.h: Include "gettext.h" rather than rolling
30050         our own.
30051         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
30052         * modules/acl (Depends-on): Add gettext.
30053
30054 2007-03-19  Bruno Haible  <bruno@clisp.org>
30055
30056         * modules/iconvme: Remove file.
30057         * lib/iconvme.h: Remove file.
30058         * lib/iconvme.c: Remove file.
30059         * m4/iconvme.m4: Remove file.
30060
30061 2007-03-19  Bruno Haible  <bruno@clisp.org>
30062
30063         * doc/relocatable-maint.texi: Break long shell script line.
30064         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
30065
30066 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
30067
30068         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
30069         handle file_has_acl.
30070         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
30071         * lib/acl.c: Move header inclusions and related macro defns into
30072         lib/acl-internal.h.
30073         (S_ISLNK): Remove defn, since that's now done for us.
30074         (file_has_acl): Move to lib/file-has-acl.c.
30075         Call acl_trivial if available.  This is the crucial part of the fix.
30076         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
30077         shared within the library.  Rewrite a bit, partly to make it compatible
30078         with the GNU coding style.
30079         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
30080         Remove unnecessary double-quotes.
30081         Don't test for acl_to_text; the build will catch that.
30082         Replace acl_entries if it doesn't exist and it is needed.
30083         Check for -lsec and acl_trivial (as used on Solaris 10).
30084         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
30085         lib/file-has-acl.c.
30086         (Depends-on): Add sys_stat, for S_ISLNK.
30087
30088 2007-03-19  Ben Pfaff  <blp@gnu.org>
30089
30090         * doc/gnulib.texi: Fix typos.
30091         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
30092
30093 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
30094
30095         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
30096         If size is zero here, buf must be zero.
30097
30098 2007-03-19  Simon Josefsson  <simon@josefsson.org>
30099
30100         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
30101         <bruno@clisp.org>.
30102
30103 2007-03-18  Bruno Haible  <bruno@clisp.org>
30104
30105         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
30106         Suggested by Eric Blake.
30107
30108 2007-03-18  Ben Pfaff  <blp@gnu.org>
30109
30110         * doc/relocatable.texi: Recommend using as prefix a directory
30111         that does not exist and will never be created.  Based on
30112         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
30113         and others.
30114
30115 2007-03-17  Bruno Haible  <bruno@clisp.org>
30116
30117         * lib/fchownat.c: Include lchown.h.
30118
30119 2007-03-17  Bruno Haible  <bruno@clisp.org>
30120
30121         Fix endless loop when the given allocated size was > INT_MAX.
30122         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
30123         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
30124         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
30125         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
30126         * lib/sprintf.c (sprintf): Likewise.
30127
30128 2007-03-17  Bruno Haible  <bruno@clisp.org>
30129
30130         * tests/test-argp-2.sh (func_compare): Output a context diff.
30131
30132 2007-03-17  Bruno Haible  <bruno@clisp.org>
30133
30134         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
30135         locale's decimal-point character.
30136
30137 2007-03-17  Bruno Haible  <bruno@clisp.org>
30138
30139         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
30140         before comparing it. Needed because on some platforms (e.g. x86) a
30141         'long double' occupies less bytes than sizeof (long double).
30142
30143 2007-03-17  Bruno Haible  <bruno@clisp.org>
30144
30145         * tests/test-crc.c (main): Make printf statements 64-bit clean.
30146         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
30147         * tests/test-getaddrinfo.c (simple): Likewise.
30148         * tests/test-read-file.c (main): Likewise.
30149
30150 2007-03-17  Bruno Haible  <bruno@clisp.org>
30151
30152         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
30153
30154 2007-03-17  Bruno Haible  <bruno@clisp.org>
30155
30156         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
30157         unused variable.
30158
30159 2007-03-17  Bruno Haible  <bruno@clisp.org>
30160
30161         * tests/test-c-strcasecmp.c: Include c-strcase.h.
30162         * tests/test-c-strncasecmp.c: Likewise.
30163
30164 2007-03-17  Bruno Haible  <bruno@clisp.org>
30165
30166         * modules/stdlib (Depends-on): Add unistd.
30167         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
30168         Needed for MacOS X 10.3.
30169
30170 2007-03-17  Bruno Haible  <bruno@clisp.org>
30171
30172         * lib/unistr/u-strdup.h: Include <stdlib.h>.
30173
30174 2007-03-17  Bruno Haible  <bruno@clisp.org>
30175
30176         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
30177
30178 2007-03-17  Bruno Haible  <bruno@clisp.org>
30179
30180         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
30181         to reflect files copied from gnulib (with or without modifications).
30182         Suggested by Jim Meyering.
30183
30184 2007-03-17  Eric Blake  <ebb9@byu.net>
30185
30186         * NEWS: Document stdlib change from 2007-02-18.
30187
30188 2007-03-17  Jim Meyering  <jim@meyering.net>
30189
30190         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
30191         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
30192         someone uses a name containing shell meta-characters.
30193         Reported by Alfred M. Szmidt.
30194
30195         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
30196
30197 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
30198
30199         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
30200         and copy gettext configuration files only if configure.ac contains
30201         a use of AM_GNU_GETTEXT_VERSION.
30202
30203 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
30204
30205         * build-aux/bootstrap (gnulib_name): New variable.
30206         (gnulib_tool_options): Use it.
30207
30208 2007-03-13  Simon Josefsson  <simon@josefsson.org>
30209
30210         * tests/test-des.c: Use new namespace.
30211
30212 2007-03-15  Bruno Haible  <bruno@clisp.org>
30213
30214         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
30215         Reported by James Youngman <jay@gnu.org>.
30216
30217 2007-03-15  Bruno Haible  <bruno@clisp.org>
30218
30219         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
30220         declared prototype. Needed with cc on OSF/1 5.1.
30221
30222 2007-03-15  Bruno Haible  <bruno@clisp.org>
30223
30224         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
30225         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
30226         (struct gl_list_implementation): Add dispose_fn argument to the
30227         'create_empty', 'create' methods.
30228         (struct gl_list_impl_base): Add field 'dispose_fn'.
30229         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
30230         argument.
30231         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
30232         dispose_fn argument.
30233         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
30234         dispose_fn on the dropped values.
30235         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
30236         dispose_fn argument.
30237         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
30238         dropped values.
30239         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
30240         (gl_tree_remove_node): Call dispose_fn on the dropped value.
30241         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
30242         (gl_tree_remove_node): Call dispose_fn on the dropped value.
30243         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
30244         argument.
30245         (gl_tree_list_free): Call dispose_fn on the dropped values.
30246         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
30247         the dropped values.
30248         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
30249         Add dispose_fn argument.
30250         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
30251         Call dispose_fn on the dropped values.
30252         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
30253         Add dispose_fn argument.
30254         (gl_sublist_create): Initialize the 'dispose_fn' field.
30255         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
30256         * tests/test-array_list.c (main): Update.
30257         * tests/test-carray_list.c (main): Update.
30258         * tests/test-avltree_list.c (main): Update.
30259         * tests/test-rbtree_list.c (main): Update.
30260         * tests/test-avltreehash_list.c (main): Update.
30261         * tests/test-rbtreehash_list.c (main): Update.
30262         * tests/test-linked_list.c (main): Update.
30263         * tests/test-linkedhash_list.c (main): Update.
30264         * tests/test-array_oset.c (main): Update.
30265
30266 2007-03-15  Bruno Haible  <bruno@clisp.org>
30267
30268         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
30269         (gl_oset_create_empty): Add dispose_fn argument.
30270         (struct gl_oset_implementation): Add dispose_fn argument to
30271         'create_empty' method.
30272         (struct gl_oset_impl_base): Add dispose_fn field.
30273         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
30274         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
30275         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
30276         values.
30277         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
30278         (gl_tree_oset_free): Call dispose_fn on the dropped values.
30279         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
30280         dropped value.
30281         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
30282         dropped value.
30283         * tests/test-array_oset.c (main): Update.
30284         * tests/test-avltree_oset.c (main): Update.
30285         * tests/test-rbtree_oset.c (main): Update.
30286         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
30287
30288 2007-03-13  Bruno Haible  <bruno@clisp.org>
30289
30290         * tests/test-stdbool.c (i): Update after last patch.
30291
30292 2007-03-12  Bruno Haible  <bruno@clisp.org>
30293
30294         * lib/quotearg.c: Include <wctype.h> early, before the definition of
30295         the iswprint macro. Needed on Solaris 2.5.1.
30296
30297 2007-03-12  Bruno Haible  <bruno@clisp.org>
30298
30299         * tests/test-printf-frexp.c (main): Declare x as volatile.
30300
30301 2007-03-12  Simon Josefsson  <simon@josefsson.org>
30302
30303         * doc/gnulib.texi (Build robot for gnulib): New section.
30304
30305 2007-03-12  Jim Meyering  <jim@meyering.net>
30306
30307         * build-aux/bootstrap: New file.
30308         * build-aux/bootstrap.conf: New file, from coreutils.
30309
30310 2007-03-11  Bruno Haible  <bruno@clisp.org>
30311
30312         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
30313
30314 2007-03-12  Simon Josefsson  <simon@josefsson.org>
30315
30316         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
30317         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
30318         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
30319
30320 2007-03-11  Bruno Haible  <bruno@clisp.org>
30321
30322         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
30323         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
30324
30325 2007-03-11  Bruno Haible  <bruno@clisp.org>
30326
30327         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
30328         formula. Needed for SunPRO C 5.0.
30329
30330 2007-03-11  Bruno Haible  <bruno@clisp.org>
30331
30332         * modules/long-options (Depends-on): Add getopt.
30333
30334 2007-03-11  Bruno Haible  <bruno@clisp.org>
30335
30336         * modules/modechange (Depends-on): Add stdbool.
30337
30338 2007-03-11  Bruno Haible  <bruno@clisp.org>
30339
30340         * modules/i-ring (Depends-on): Add stdbool.
30341
30342 2007-03-11  Bruno Haible  <bruno@clisp.org>
30343
30344         * modules/gc-des (Depends-on): Add stdbool.
30345
30346 2007-03-11  Bruno Haible  <bruno@clisp.org>
30347
30348         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
30349
30350 2007-03-11  Bruno Haible  <bruno@clisp.org>
30351
30352         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
30353
30354 2007-03-11  Bruno Haible  <bruno@clisp.org>
30355
30356         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
30357
30358 2007-03-11  Bruno Haible  <bruno@clisp.org>
30359
30360         * lib/vasnprintf.c (sprintf): Undefine.
30361
30362 2007-03-11  Bruno Haible  <bruno@clisp.org>
30363
30364         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
30365         initializers in SunPRO C and Compaq C compilers.
30366
30367 2007-03-11  Bruno Haible  <bruno@clisp.org>
30368
30369         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
30370         decrementing code ANSI C compliant.
30371
30372 2007-03-11  Bruno Haible  <bruno@clisp.org>
30373
30374         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
30375         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
30376
30377 2007-03-11  Bruno Haible  <bruno@clisp.org>
30378
30379         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
30380         <stdbool.h> substitute doesn't pass.
30381
30382 2007-03-11  Bruno Haible  <bruno@clisp.org>
30383
30384         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
30385
30386 2007-03-11  Bruno Haible  <bruno@clisp.org>
30387
30388         * gnulib-tool (func_create_megatestdir): Create also an autobuild
30389         script, for submission to autobuild.josefsson.org.
30390
30391 2007-03-10  Bruno Haible  <bruno@clisp.org>
30392
30393         * modules/canonicalize-lgpl-tests: New file.
30394         * tests/test-canonicalize-lgpl.sh: New file.
30395         * tests/test-canonicalize-lgpl.c: New file.
30396
30397         * modules/c-strcase-tests: New file.
30398         * tests/test-c-strcase.sh: New file.
30399         * tests/test-c-strcasecmp.c: New file.
30400         * tests/test-c-strncasecmp.c: New file.
30401
30402         * modules/atexit-tests: New file.
30403         * tests/test-atexit.sh: New file.
30404         * tests/test-atexit.c: New file.
30405
30406 2007-03-10  Bruno Haible  <bruno@clisp.org>
30407
30408         * tests/test-binary-io.sh: Use temporary filenames that are not so
30409         likely to clash with those of other tests (in a parallel make).
30410         * tests/test-binary-io.c: Likewise.
30411
30412 2007-03-10  Bruno Haible  <bruno@clisp.org>
30413
30414         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
30415         fallback; use #error instead.
30416         Suggested by Simon Josefsson.
30417
30418 2007-03-10  Bruno Haible  <bruno@clisp.org>
30419
30420         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
30421         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
30422         first and the last.
30423
30424 2007-03-10  Bruno Haible  <bruno@clisp.org>
30425
30426         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
30427
30428 2007-03-10  Bruno Haible  <bruno@clisp.org>
30429
30430         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
30431         "make distcheck".
30432         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
30433         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
30434         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
30435
30436 2007-03-10  Bruno Haible  <bruno@clisp.org>
30437
30438         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
30439         variable.
30440         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
30441         variable.
30442
30443 2007-03-09  Eric Blake  <ebb9@byu.net>
30444         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
30445
30446         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
30447         types are not being provided by gnulib.
30448         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
30449         types are supported.
30450
30451 2007-03-10  Bruno Haible  <bruno@clisp.org>
30452
30453         * lib/stdio_.h (__attribute__): New macro.
30454         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
30455         vsprintf): Specify __attribute__ __format__ for GCC.
30456         Suggested by Eric Blake.
30457
30458 2007-03-09  Bruno Haible  <bruno@clisp.org>
30459
30460         * modules/printf-posix-tests: New file.
30461         * tests/test-printf-posix.sh: New file.
30462         * tests/test-printf-posix.c: New file.
30463
30464         * modules/printf-posix: New file.
30465         * lib/printf.c: New file.
30466         * m4/printf-posix-rpl.m4: New file.
30467         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
30468         REPLACE_PRINTF.
30469         * lib/stdio_.h (printf): New declaration.
30470         (format, __format__, ____printf____, ____scanf____, ____strftime____,
30471         ____strfmon____): New macros.
30472         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
30473         REPLACE_PRINTF.
30474
30475 2007-03-09  Bruno Haible  <bruno@clisp.org>
30476
30477         * tests/test-vasnprintf-posix2.sh: New file.
30478         * tests/test-vasnprintf-posix2.c: New file.
30479         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
30480         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
30481         (Makefile.am): Activate test-vasnprintf-posix2.sh.
30482
30483         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
30484         a locale dependent decimal point, rather than always '.'.
30485
30486 2007-03-09  Eric Blake  <ebb9@byu.net>
30487
30488         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
30489         spite of platforms like Tandem/NSK that define it to -1.
30490
30491 2007-03-08  Bruno Haible  <bruno@clisp.org>
30492
30493         * modules/vprintf-posix-tests: New file.
30494         * tests/test-vprintf-posix.sh: New file.
30495         * tests/test-vprintf-posix.c: New file.
30496         * tests/test-printf-posix.h: New file.
30497
30498         * modules/vprintf-posix: New file.
30499         * lib/vprintf.c: New file.
30500         * m4/vprintf-posix.m4: New file.
30501         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
30502         REPLACE_VPRINTF.
30503         * lib/stdio_.h (vprintf): New declaration.
30504         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
30505         REPLACE_VPRINTF.
30506
30507 2007-03-08  Bruno Haible  <bruno@clisp.org>
30508
30509         * modules/fprintf-posix-tests: New file.
30510         * tests/test-fprintf-posix.sh: New file.
30511         * tests/test-fprintf-posix.c: New file.
30512
30513         * modules/fprintf-posix: New file.
30514         * lib/fprintf.c: New file.
30515         * m4/fprintf-posix.m4: New file.
30516         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
30517         REPLACE_FPRINTF.
30518         * lib/stdio_.h (fprintf): New declaration.
30519         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
30520         REPLACE_FPRINTF.
30521
30522 2007-03-08  Bruno Haible  <bruno@clisp.org>
30523
30524         * modules/vfprintf-posix-tests: New file.
30525         * tests/test-vfprintf-posix.sh: New file.
30526         * tests/test-vfprintf-posix.c: New file.
30527         * tests/test-fprintf-posix.h: New file.
30528         * tests/test-fprintf-posix.out: New file.
30529
30530         * modules/vfprintf-posix: New file.
30531         * lib/vfprintf.c: New file.
30532         * m4/vfprintf-posix.m4: New file.
30533         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
30534         REPLACE_VFPRINTF.
30535         * lib/stdio_.h (vfprintf): New declaration.
30536         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
30537         REPLACE_VFPRINTF.
30538
30539 2007-03-08  Bruno Haible  <bruno@clisp.org>
30540
30541         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
30542
30543 2007-03-08  Bruno Haible  <bruno@clisp.org>
30544
30545         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
30546         instead of 'expr' invocations.
30547         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30548         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30549         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30550         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30551         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30552         Suggested by Paul Eggert.
30553
30554 2007-03-08  Bruno Haible  <bruno@clisp.org>
30555
30556         * modules/fseterr-tests: New file.
30557         * tests/test-fseterr.c: New file.
30558
30559         * modules/fseterr: New file.
30560         * lib/fseterr.h: New file.
30561         * lib/fseterr.c: New file.
30562
30563 2007-03-08  Bruno Haible  <bruno@clisp.org>
30564
30565         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
30566         * lib/getopt_.h: Likewise.
30567         * lib/mbswidth.h: Likewise.
30568         * lib/setenv.h: Likewise.
30569         * lib/vasnprintf.h: Likewise.
30570         * lib/vasprintf.h: Likewise.
30571         * lib/verror.h: Likewise.
30572         * lib/xsetenv.h: Likewise.
30573         * lib/xvasprintf.h: Likewise.
30574
30575 2007-03-08  Jim Meyering  <jim@meyering.net>
30576
30577         * users.txt: Add parted.
30578
30579         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
30580
30581 2007-03-07  Bruno Haible  <bruno@clisp.org>
30582
30583         * m4/printf.m4: Make the shell script snippets copy&pastable.
30584
30585 2007-03-02  Bruno Haible  <bruno@clisp.org>
30586
30587         * lib/netinet_in_.h: New file.
30588         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
30589         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
30590         * modules/netinet_in (Files): Add lib/netinet_in_.h.
30591         (Depends-on): Add absolute-header.
30592         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
30593         into netinet/in.h.
30594
30595 2007-03-03  Bruno Haible  <bruno@clisp.org>
30596
30597         * lib/sys_select_.h: New file.
30598         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
30599         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
30600         * modules/sys_select (Files): Add lib/sys_select_.h.
30601         (Depends-on): Add absolute-header.
30602         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
30603         into sys/select.h.
30604
30605 2007-03-02  Bruno Haible  <bruno@clisp.org>
30606
30607         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
30608         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
30609         values.
30610         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
30611         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
30612         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
30613         * modules/sys_socket (Depends-on): Add absolute-header.
30614         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
30615         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
30616         (Include): Remove requirement of inclusion of <sys/types.h>.
30617
30618 2007-03-02  Bruno Haible  <bruno@clisp.org>
30619
30620         * lib/byteswap_.h (bswap_32): Fix formula.
30621
30622 2007-03-06  Bruno Haible  <bruno@clisp.org>
30623
30624         * modules/sprintf-posix-tests: New file.
30625         * tests/test-sprintf-posix.c: New file.
30626
30627         * modules/sprintf-posix: New file.
30628         * lib/sprintf.c: New file.
30629         * m4/sprintf-posix.m4: New file.
30630         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
30631         REPLACE_SPRINTF.
30632         * lib/stdio_.h (sprintf): New declaration.
30633         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
30634         REPLACE_SPRINTF.
30635
30636 2007-03-06  Bruno Haible  <bruno@clisp.org>
30637
30638         * modules/vsprintf-posix-tests: New file.
30639         * tests/test-vsprintf-posix.c: New file.
30640         * tests/test-sprintf-posix.h: New file.
30641
30642         * modules/vsprintf-posix: New file.
30643         * lib/vsprintf.c: New file.
30644         * m4/vsprintf-posix.m4: New file.
30645         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
30646         REPLACE_VSPRINTF.
30647         * lib/stdio_.h (vsprintf): New declaration.
30648         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
30649         REPLACE_VSPRINTF.
30650
30651 2007-03-06  Bruno Haible  <bruno@clisp.org>
30652
30653         * modules/vsnprintf (Depend-on): Remove minmax.
30654
30655 2007-03-06  Bruno Haible  <bruno@clisp.org>
30656
30657         * modules/snprintf-posix-tests: New file.
30658         * tests/test-snprintf-posix.c: New file.
30659
30660         * modules/snprintf-posix: New file.
30661         * m4/snprintf-posix.m4: New file.
30662         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
30663         gl_FUNC_SNPRINTF.
30664         (gl_FUNC_SNPRINTF): Invoke it.
30665         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
30666         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
30667         is set.
30668         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
30669
30670 2007-03-06  Bruno Haible  <bruno@clisp.org>
30671
30672         * modules/vsnprintf-posix-tests: New file.
30673         * tests/test-vsnprintf-posix.c: New file.
30674         * tests/test-snprintf-posix.h: New file.
30675
30676         * modules/vsnprintf-posix: New file.
30677         * m4/vsnprintf-posix.m4: New file.
30678         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
30679         gl_FUNC_VSNPRINTF.
30680         (gl_FUNC_VSNPRINTF): Invoke it.
30681         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
30682         * lib/stdio_.h (vsnprintf): Define as a replacement if
30683         REPLACE_VSNPRINTF is set.
30684         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
30685
30686 2007-03-06  Bruno Haible  <bruno@clisp.org>
30687
30688         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
30689         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
30690
30691 2007-03-06  Bruno Haible  <bruno@clisp.org>
30692
30693         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
30694         (asinl): Declare also if HAVE_DECL_ASINL is set.
30695         (atanl): Declare also if HAVE_DECL_ATANL is set.
30696         (ceill): Declare also if HAVE_DECL_CEILL is set.
30697         (cosl): Declare also if HAVE_DECL_COSL is set.
30698         (expl): Declare also if HAVE_DECL_EXPL is set.
30699         (floorl): Declare also if HAVE_DECL_FLOORL is set.
30700         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
30701         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
30702         (logl): Declare also if HAVE_DECL_LOGL is set.
30703         (sinl): Declare also if HAVE_DECL_SINL is set.
30704         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
30705         (tanl): Declare also if HAVE_DECL_TANL is set.
30706         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
30707         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
30708         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
30709         declaration of frexpl, ldexpl.
30710         * modules/printf-frexpl (Depends-on): Add math.
30711         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
30712
30713 2007-03-05  Bruno Haible  <bruno@clisp.org>
30714
30715         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
30716         frexpl and ldexpl are declared.
30717         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
30718
30719 2007-03-05  Bruno Haible  <bruno@clisp.org>
30720
30721         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
30722         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
30723
30724 2007-03-05  Bruno Haible  <bruno@clisp.org>
30725
30726         * lib/stdio_.h: Include <stddef.h>.
30727
30728 2007-03-05  Bruno Haible  <bruno@clisp.org>
30729
30730         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
30731
30732 2007-03-05  Bruno Haible  <bruno@clisp.org>
30733
30734         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
30735         NetBSD 4, from Ralf Wildenhues.
30736
30737 2007-03-04  Bruno Haible  <bruno@clisp.org>
30738
30739         * lib/vasprintf.h: Update #if logic for the case when the functions
30740         exist but are overridden.
30741
30742 2007-03-04  Bruno Haible  <bruno@clisp.org>
30743
30744         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
30745         implementations: glibc-2.4 and MacOS X 10.3.
30746         * tests/test-vasnprintf-posix.c (test_function): Test also the case
30747         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
30748         * tests/test-vasprintf-posix.c (test_function): Likewise.
30749
30750 2007-03-04  Bruno Haible  <bruno@clisp.org>
30751
30752         * modules/vasprintf-posix-tests: New file.
30753         * tests/test-vasprintf-posix.c: New file.
30754
30755         * modules/vasprintf-posix: New file.
30756         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
30757         defined.
30758         * m4/vasprintf-posix.m4: New file.
30759         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
30760         gl_FUNC_VASPRINTF.
30761         (gl_FUNC_VASPRINTF): Invoke it.
30762         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
30763         here.
30764         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
30765
30766 2007-03-04  Bruno Haible  <bruno@clisp.org>
30767
30768         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
30769         REPLACE_GETTIMEOFDAY.
30770         * modules/sys_time (Makefile.am): Likewise.
30771         * m4/sys_time_h.m4: Likewise.
30772         * m4/gettimeofday.m4: Likewise.
30773
30774 2007-03-04  Bruno Haible  <bruno@clisp.org>
30775
30776         * modules/vasnprintf-posix-tests: New file.
30777         * tests/test-vasnprintf-posix.c: New file.
30778
30779         * modules/vasnprintf-posix: New file.
30780         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
30781         printf-frexpl.h.
30782         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
30783         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
30784         REPLACE_VASNPRINTF is defined.
30785         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
30786         gl_FUNC_VASNPRINTF.
30787         (gl_FUNC_VASNPRINTF): Invoke it.
30788         * m4/vasnprintf-posix.m4: New file.
30789         * m4/printf.m4: New file.
30790
30791 2007-03-04  Bruno Haible  <bruno@clisp.org>
30792
30793         Compile progreloc.c only if --enable-relocatable is specified.
30794         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
30795         if --enable-relocatable was specified.
30796         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
30797         lib_SOURCES.
30798
30799 2007-03-04  Jim Meyering  <jim@meyering.net>
30800
30801         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
30802         Use it consistently, rather than enumerating errno constants.
30803
30804 2007-03-04  Bruno Haible  <bruno@clisp.org>
30805
30806         * modules/xvasprintf-tests: New file.
30807         * tests/test-xvasprintf.c: New file.
30808
30809         * modules/vasprintf-tests: New file.
30810         * tests/test-vasprintf.c: New file.
30811
30812         * modules/vasnprintf-tests: New file.
30813         * tests/test-vasnprintf.c: New file.
30814
30815         * modules/vsnprintf-tests: New file.
30816         * tests/test-vsnprintf.c: New file.
30817
30818         * modules/snprintf-tests: New file.
30819         * tests/test-snprintf.c: New file.
30820
30821 2007-03-04  Bruno Haible  <bruno@clisp.org>
30822
30823         Compile relocatable.c only if --enable-relocatable is specified.
30824         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
30825         gl_RELOCATABLE_LIBRARY.
30826         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
30827         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
30828         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
30829         gl_RELOCATABLE_LIBRARY.
30830         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
30831         (Makefile.am): Remove lib_SOURCES.
30832         * modules/relocatable-lib-lgpl (configure.ac): Invoke
30833         gl_RELOCATABLE_LIBRARY.
30834         (Makefile.am): Remove lib_SOURCES.
30835         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
30836         always.
30837         * modules/relocatable-prog-wrapper (configure.ac): Invoke
30838         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
30839
30840 2007-03-04  Bruno Haible  <bruno@clisp.org>
30841
30842         * modules/argmatch-tests: New file.
30843         * tests/test-argmatch.c: New file.
30844
30845         * tests/test-allocsa.c (main): Halve the number of loop runs.
30846
30847         * modules/alloca-opt-tests: New file.
30848         * tests/test-alloca-opt.c: New file.
30849
30850 2007-03-04  Jim Meyering  <jim@meyering.net>
30851
30852         Work around difference between Linux ACLs and Solaris 10 ZFS.
30853         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
30854         for EINVAL.
30855
30856 2007-03-03  Bruno Haible  <bruno@clisp.org>
30857
30858         * modules/relocatable-prog (Depends-on): Add back progreloc's
30859         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
30860
30861 2007-03-03  Bruno Haible  <bruno@clisp.org>
30862
30863         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
30864         * modules/relocatable-lib: New file.
30865
30866 2007-03-03  Bruno Haible  <bruno@clisp.org>
30867
30868         * modules/relocatable-prog: Renamed from modules/relocatable.
30869         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
30870
30871 2007-03-03  Bruno Haible  <bruno@clisp.org>
30872
30873         * modules/relocatable-script (Files): Add doc/relocatable.texi,
30874         m4/relocatable-lib.m4.
30875         (Depends-on): Remove 'relocatable'.
30876         (configure.ac): Add gl_RELOCATABLE_NOP.
30877
30878 2007-03-03  Bruno Haible  <bruno@clisp.org>
30879
30880         * modules/relocatable-prog-wrapper: New file.
30881         * modules/relocatable (Depends-on): Add it. Remove all other
30882         dependencies except progname.
30883         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
30884
30885         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
30886         (gl_FUNC_STRERROR): Nop.
30887         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
30888
30889         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
30890         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
30891
30892         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
30893         (gl_FUNC_READLINK): Update.
30894
30895         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
30896
30897 2007-03-03  Bruno Haible  <bruno@clisp.org>
30898
30899         * lib/xreadlink.c: Include <unistd.h> unconditionally.
30900         * modules/xreadlink (Depends-on): Add unistd.
30901         * modules/xreadlink-with-size (Depends-on): Likewise.
30902
30903 2007-03-03  Bruno Haible  <bruno@clisp.org>
30904
30905         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
30906         extracted from gt_FUNC_SETENV.
30907         (gt_FUNC_SETENV): Remove macro.
30908         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
30909         remove gt_FUNC_SETENV.
30910
30911 2007-03-03  Bruno Haible  <bruno@clisp.org>
30912
30913         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
30914         ENABLE_RELOCATABLE here.
30915         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
30916
30917 2007-03-03  Bruno Haible  <bruno@clisp.org>
30918
30919         * modules/rbtreehash-list-tests (Depends-on): Add progname.
30920         * tests/test-rbtreehash_list.c: Include progname.h.
30921         (main): Call set_program_name.
30922
30923         * modules/rbtree-oset-tests (Depends-on): Add progname.
30924         * tests/test-rbtree_oset.c: Include progname.h.
30925         (main): Call set_program_name.
30926
30927         * modules/rbtree-list-tests (Depends-on): Add progname.
30928         * tests/test-rbtree_list.c: Include progname.h.
30929         (main): Call set_program_name.
30930
30931         * modules/linked-list-tests (Depends-on): Add progname.
30932         * tests/test-linked_list.c: Include progname.h.
30933         (main): Call set_program_name.
30934
30935 2007-03-03  Bruno Haible  <bruno@clisp.org>
30936
30937         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
30938         All uses of __restrict changed to _Restrict_.
30939         * lib/glob_.h (__restrict): Remove macro.
30940
30941 2007-03-02  Bruno Haible  <bruno@clisp.org>
30942
30943         * modules/gettext (configure.ac): Require gettext infrastructure
30944         from version 0.16.1.
30945
30946 2007-03-02  Bruno Haible  <bruno@clisp.org>
30947
30948         * modules/linkedhash-list-tests (Depends-on): Add progname.
30949         * tests/test-linkedhash_list.c: Include progname.h.
30950         (main): Call set_program_name.
30951
30952         * modules/carray-list-tests (Depends-on): Add progname.
30953         * tests/test-carray_list.c: Include progname.h.
30954         (main): Call set_program_name.
30955
30956         * modules/avltreehash-list-tests (Depends-on): Add progname.
30957         * tests/test-avltreehash_list.c: Include progname.h.
30958         (main): Call set_program_name.
30959
30960         * modules/avltree-oset-tests (Depends-on): Add progname.
30961         * tests/test-avltree_oset.c: Include progname.h.
30962         (main): Call set_program_name.
30963
30964         * modules/avltree-list-tests (Depends-on): Add progname.
30965         * tests/test-avltree_list.c: Include progname.h.
30966         (main): Call set_program_name.
30967
30968         * modules/array-oset-tests (Depends-on): Add progname.
30969         * tests/test-array_oset.c: Include progname.h.
30970         (main): Call set_program_name.
30971
30972         * modules/array-list-tests (Depends-on): Add progname.
30973         * tests/test-array_list.c: Include progname.h.
30974         (main): Call set_program_name.
30975
30976         * modules/argp-tests (Depends-on): Add progname.
30977         * tests/test-argp.c: Include argp.h first. Include progname.h.
30978         (main): Call set_program_name.
30979
30980 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
30981
30982         * doc/gnulib-tool.texi (Initial import): Reword description of
30983         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
30984         limited effect even if defined after the first system include.
30985
30986 2007-03-01  Bruno Haible  <bruno@clisp.org>
30987
30988         * build-aux/config.libpath: Update to libtool-1.5.22.
30989         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
30990
30991 2007-03-01  Bruno Haible  <bruno@clisp.org>
30992
30993         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
30994         foo_CFLAGS.
30995         Reported by Ralf Wildenhues.
30996
30997 2007-03-01  Bruno Haible  <bruno@clisp.org>
30998
30999         * build-aux/install-reloc: Remove object files left over by some
31000         compilers.
31001         Reported by Ralf Wildenhues.
31002
31003 2007-03-01  Bruno Haible  <bruno@clisp.org>
31004
31005         * build-aux/install-reloc: Break long lines.
31006
31007 2007-03-01  Bruno Haible  <bruno@clisp.org>
31008
31009         * doc/relocatable.texi: Document that it may not work on OpenBSD.
31010         Reported by Ralf Wildenhues.
31011
31012 2007-03-01  Bruno Haible  <bruno@clisp.org>
31013
31014         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
31015         include ordering constraints.
31016
31017 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31018
31019         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
31020         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
31021         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
31022         as another example.
31023         * lib/time_.h: Fix misspelling.
31024         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
31025         Require gl_HEADER_TIME_H_DEFAULTS.
31026         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
31027         * m4/time_r.m4 (gl_TIME_R): Likewise.
31028         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
31029
31030 2007-03-01  Bruno Haible  <bruno@clisp.org>
31031
31032         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
31033         * m4/utimens.m4 (gl_UTIMENS): Likewise.
31034
31035 2007-03-01  Jim Meyering  <jim@meyering.net>
31036
31037         * modules/xreadlink (Maintainer): Add my name.
31038         * modules/xreadlink-with-size (Depends-on): Alphabetize.
31039
31040 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
31041             Bruno Haible  <bruno@clisp.org>
31042
31043         * build-aux/install-reloc: Compile also c-ctype.c.
31044         * build-aux/relocatable.sh.in: New file.
31045         * doc/relocatable.texi: New file.
31046         * doc/relocatable-maint.texi: New file.
31047         * doc/gnulib.texi: Include relocatable-maint.texi.
31048         * lib/progreloc.c: Include unistd.h unconditionally.
31049         * lib/relocwrapper.c: Include unistd.h unconditionally.
31050         Include c-ctype.h.
31051         (add_dotbin): Use c_tolower.
31052         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
31053         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
31054         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
31055         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
31056         to m4/relocatable-lib.m4.
31057         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
31058         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
31059         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
31060         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
31061         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
31062         * modules/relocatable: New file.
31063         * modules/relocatable-lib: New file.
31064         * modules/relocatable-script: New file.
31065
31066 2007-02-28  Bruno Haible  <bruno@clisp.org>
31067
31068         Import --enable-relocatable infrastructure.
31069         * build-aux/config.libpath: New file, from GNU gettext.
31070         * build-aux/install-reloc: New file, from GNU gettext.
31071         * build-aux/reloc-ldflags: New file, from GNU gettext.
31072         * lib/relocatable.h: New file, from GNU gettext.
31073         * lib/relocatable.c: New file, from GNU gettext.
31074         * lib/relocwrapper.c: New file, from GNU gettext.
31075         * m4/relocatable.m4: New file, from GNU gettext.
31076
31077 2007-02-28  Bruno Haible  <bruno@clisp.org>
31078
31079         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
31080
31081         * modules/xreadlink: New file, from GNU gettext with modifications.
31082         * lib/xreadlink.c: New file, from GNU gettext.
31083         * lib/xreadlink.h: Add comments.
31084         (xreadlink): New declaration.
31085
31086         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
31087         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
31088         lib/xreadlink-with-size.c.
31089         (configure.ac): Remove gl_XREADLINK invocation.
31090         (Makefile.am): Augment lib_SOURCES.
31091         * m4/xreadlink.m4: Remove file.
31092         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
31093         (xreadlink_with_size): Renamed from xreadink.
31094         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
31095         * modules/canonicalize (Depends-on): Replace xreadlink with
31096         xreadlink-with-size.
31097         * lib/canonicalize.c (canonicalize_filename_mode): Update.
31098
31099 2007-02-25  Jim Meyering  <jim@meyering.net>
31100
31101         * build-aux/announce-gen: When complaining about excess arguments,
31102         list them.
31103
31104 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31105
31106         * README: Document signed integer overflow situation more
31107         accurately.
31108
31109 2007-02-25  Bruno Haible  <bruno@clisp.org>
31110
31111         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
31112         'a' or 'A' conversion.
31113
31114 2007-02-25  Bruno Haible  <bruno@clisp.org>
31115
31116         * modules/filename: Renamed from modules/pathname.
31117         (Files): Replace lib/pathname.h with lib/filename.h. Replace
31118         lib/concatpath.c with lib/concat-filename.c.
31119         (Makefile.am): Update.
31120         (Include): Replace pathname.h with filename.h.
31121         * lib/filename.h: Renamed from lib/pathname.h.
31122         (concatenated_filename): Renamed from concatenated_pathname.
31123         * lib/concat-filename.c: Renamed from lib/concatpath.c.
31124         (concatenated_filename): Renamed from concatenated_pathname.
31125         * lib/findprog.c: Include filename.h instead of pathname.h.
31126         (find_in_path): Update.
31127         * lib/javacomp.c: Include filename.h instead of pathname.h.
31128         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
31129         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
31130         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
31131         is_oldgcj_14_13_usable, is_javac_usable): Update.
31132         * lib/javaexec.c: Include filename.h instead of pathname.h.
31133         (execute_java_class): Update.
31134         * modules/findprog: Update.
31135         * modules/javacomp: Update.
31136         * modules/javaexec: Update.
31137         * MODULES.html.sh (File system functions): Add 'filename', remove
31138         'pathname'.
31139
31140 2007-02-25  Bruno Haible  <bruno@clisp.org>
31141
31142         * modules/printf-frexpl-tests: New file.
31143         * tests/test-printf-frexpl.c: New file.
31144
31145         * modules/printf-frexpl: New file.
31146         * lib/printf-frexpl.h: New file.
31147         * lib/printf-frexpl.c: New file.
31148         * m4/printf-frexpl.m4: New file.
31149
31150 2007-02-25  Bruno Haible  <bruno@clisp.org>
31151
31152         * modules/printf-frexp-tests: New file.
31153         * tests/test-printf-frexp.c: New file.
31154
31155         * modules/printf-frexp: New file.
31156         * lib/printf-frexp.h: New file.
31157         * lib/printf-frexp.c: New file.
31158         * m4/printf-frexp.m4: New file.
31159
31160 2007-02-25  Bruno Haible  <bruno@clisp.org>
31161
31162         Assume automake >= 1.10 for the tests.
31163         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
31164         * modules/arctwo-tests: Likewise.
31165         * modules/argp-tests: Likewise.
31166         * modules/avltree-list-tests: Likewise.
31167         * modules/avltree-oset-tests: Likewise.
31168         * modules/avltreehash-list-tests: Likewise.
31169         * modules/carray-list-tests: Likewise.
31170         * modules/crc-tests: Likewise.
31171         * modules/des-tests: Likewise.
31172         * modules/gc-arcfour-tests: Likewise.
31173         * modules/gc-arctwo-tests: Likewise.
31174         * modules/gc-des-tests: Likewise.
31175         * modules/gc-hmac-md5-tests: Likewise.
31176         * modules/gc-hmac-sha1-tests: Likewise.
31177         * modules/gc-md2-tests: Likewise.
31178         * modules/gc-md4-tests: Likewise.
31179         * modules/gc-md5-tests: Likewise.
31180         * modules/gc-pbkdf2-sha1-tests: Likewise.
31181         * modules/gc-rijndael-tests: Likewise.
31182         * modules/gc-sha1-tests: Likewise.
31183         * modules/gc-tests: Likewise.
31184         * modules/getaddrinfo-tests: Likewise.
31185         * modules/hmac-md5-tests: Likewise.
31186         * modules/hmac-sha1-tests: Likewise.
31187         * modules/linked-list-tests: Likewise.
31188         * modules/linkedhash-list-tests: Likewise.
31189         * modules/lock-tests: Likewise.
31190         * modules/md2-tests: Likewise.
31191         * modules/md4-tests: Likewise.
31192         * modules/md5-tests: Likewise.
31193         * modules/rbtree-list-tests: Likewise.
31194         * modules/rbtree-oset-tests: Likewise.
31195         * modules/rbtreehash-list-tests: Likewise.
31196         * modules/read-file-tests: Likewise.
31197         * modules/rijndael-tests: Likewise.
31198         * modules/stdint-tests: Likewise.
31199         * modules/tls-tests: Likewise.
31200
31201 2007-02-24  Bruno Haible  <bruno@clisp.org>
31202
31203         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
31204         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
31205         function; instead check whether isnan with a double argument links.
31206         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
31207         function; instead check whether isnan with a 'long double' argument
31208         links.
31209         Reported by Eric Blake <ebb9@byu.net>.
31210
31211 2007-02-24  Bruno Haible  <bruno@clisp.org>
31212
31213         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
31214         defined.
31215         * lib/isnanl.c: Remove all code. Just include isnan.c.
31216         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
31217
31218 2007-02-25  Jim Meyering  <jim@meyering.net>
31219
31220         Avoid conflicting types for 'unsetenv' on FreeBSD.
31221         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
31222         conflicting with FreeBSD's (5.0 and 6.1) function declaration
31223         in stdlib.h.
31224
31225 2007-02-24  Bruno Haible  <bruno@clisp.org>
31226
31227         * modules/isnanl-nolibm-tests: New file.
31228         * tests/test-isnanl.c: New file.
31229
31230         * modules/isnanl-nolibm: New file.
31231         * lib/isnanl.h: New file.
31232         * lib/isnanl.c: New file.
31233         * m4/isnanl.m4: New file.
31234
31235 2007-02-24  Bruno Haible  <bruno@clisp.org>
31236
31237         * modules/isnan-nolibm-tests: New file.
31238         * tests/test-isnan.c: New file.
31239
31240         * modules/isnan-nolibm: New file.
31241         * lib/isnan.h: New file.
31242         * lib/isnan.c: New file.
31243         * m4/isnan.m4: New file.
31244
31245 2007-02-24  Bruno Haible  <bruno@clisp.org>
31246
31247         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
31248         assume that an exponent fits in 20 bits.
31249
31250 2007-02-24  Jim Meyering  <jim@meyering.net>
31251
31252         * m4/regex.m4: Update the description of the configure-time option,
31253         --without-included-regex, to state accurately what the defaults are,
31254         and perhaps to give people an idea why using this option is risky.
31255
31256 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
31257
31258         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
31259         loops on small arguments.  This attempts to avoid the problem
31260         Bruno Haible reported for AIX 4.3.2 in
31261         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
31262
31263 2007-02-23  Bruno Haible  <bruno@clisp.org>
31264
31265         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
31266         Needed for help2man.
31267
31268 2007-02-23  Karl Berry  <karl@gnu.org>
31269
31270         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
31271         exists, foo.h should be cvs-ignored, not committed.
31272
31273 2007-02-23  Eric Blake  <ebb9@byu.net>
31274
31275         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
31276         * lib/stat-time.h (includes): Likewise.
31277         * lib/utimecmp.c (includes): Likewise.
31278         * lib/utimens.h (includes): Likewise.
31279         * lib/getdate.y (includes): Also include "timespec.h" for use
31280         internal to the module.
31281         * modules/utimens (Depends-on): Revert yesterday's patch.
31282         * modules/nanosleep (Depends-on): Add missing dependency.
31283
31284 2007-02-22  Bruno Haible  <bruno@clisp.org>
31285
31286         * lib/glob.c: Don't include getlogin_r.h.
31287
31288 2007-02-22  Jim Meyering  <jim@meyering.net>
31289
31290         * modules/utimens (Depends-on): Add timespec, required for
31291         utimens.h's inclusion of timespec.h.
31292
31293 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
31294
31295         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
31296         long unreadable paths in GNU/Linux.  Problem reported by Andreas
31297         Schwab in
31298         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
31299         I'll try to think of a better way to fix the Solaris problem.
31300
31301         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
31302         like glibc; on Solaris 10, it fails with errno == EINVAL.
31303         POSIX says the behavior is unspecified if the first argument is NULL,
31304         so play it safe and never pass NULL to the system getcwd.
31305
31306 2007-02-21  Jim Meyering  <jim@meyering.net>
31307
31308         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
31309         of gettimeofday.  It would conflict with the one now always
31310         provided via sys_time_.h.  Reported by Matthew Woehlke, as
31311         an IRIX 6.5 build failure.
31312
31313 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
31314
31315         Minor fixups to port to Solaris 10 with Sun C 5.8.
31316         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
31317         * modules/getcwd (Depends-on): Add dirfd.
31318         * lib/putenv.c (putenv): #undef it.
31319         (rpl_putenv): New decl.
31320         (malloc, free): Include <stdlib.h> rather than prototyping separately.
31321
31322 2007-02-20  Bruno Haible  <bruno@clisp.org>
31323
31324         * modules/stdio-tests: New file.
31325         * tests/test-stdio.c: New file.
31326
31327         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
31328         (Depends-on): Add stdio.
31329         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
31330         (Include): Use <stdio.h> instead of vsnprintf.h.
31331         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
31332         HAVE_DECL_VSNPRINTF.
31333         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
31334
31335         * modules/snprintf (Files): Remove lib/snprintf.h.
31336         (Depends-on): Add stdio.
31337         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
31338         (Include): Use <stdio.h> instead of snprintf.h.
31339         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
31340         HAVE_DECL_SNPRINTF.
31341         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
31342         * lib/getaddrinfo.c: Likewise.
31343
31344         * modules/stdio: New file.
31345         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
31346         * lib/snprintf.h: Remove file.
31347         * lib/vsnprintf.h: Remove file.
31348         * lib/.cppi-disable: Remove snprintf.h.
31349         * m4/stdio_h.m4: New file.
31350         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
31351
31352 2007-02-20  Jim Meyering  <jim@meyering.net>
31353
31354         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
31355         used by e.g., mingw.  From Bruno Haible.
31356
31357 2007-02-19  Bruno Haible  <bruno@clisp.org>
31358
31359         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
31360         warnings.
31361         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31362
31363 2007-02-19  Bruno Haible  <bruno@clisp.org>
31364
31365         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
31366         from mingw users.
31367
31368 2007-02-19  Bruno Haible  <bruno@clisp.org>
31369
31370         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
31371         warnings.
31372         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
31373
31374 2007-02-19  Jim Meyering  <jim@meyering.net>
31375
31376         Don't use FD after a successful "fdopendir (fd)".
31377         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
31378         Reset it by calling dirfd on the just-obtained DIR*.
31379
31380         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
31381         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
31382
31383 2007-02-18  Bruno Haible  <bruno@clisp.org>
31384
31385         * lib/readlink.c: Include <unistd.h>.
31386         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
31387         HAVE_READLINK.
31388         * modules/readlink (Depends-on): Add unistd.
31389         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31390         (Include): Add <unistd.h>.
31391
31392         * lib/getlogin_r.h: Remove file.
31393         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
31394         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
31395         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
31396         HAVE_DECL_GETLOGIN_R.
31397         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
31398         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31399         (Include): Use <unistd.h> instead of getlogin_r.h.
31400
31401         * lib/getcwd.h: Remove file.
31402         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
31403         * lib/xgetcwd.c: Likewise.
31404         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
31405         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
31406         * modules/getcwd (Files): Remove lib/getcwd.h.
31407         (Depends-on): Add unistd.
31408         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31409         (Include): Use <unistd.h> instad of getcwd.h.
31410
31411         * lib/ftruncate.c: Include <unistd.h> first.
31412         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
31413         Set HAVE_FTRUNCATE.
31414         * modules/ftruncate (Depends-on): Add unistd.
31415         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31416
31417         * lib/fchdir.c: Include <unistd.h> first.
31418         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
31419         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
31420         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
31421         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31422         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
31423
31424         * lib/dup2.c: Include <unistd.h> first.
31425         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
31426         HAVE_DUP2.
31427         * modules/dup2 (Depends-on): Add unistd.
31428         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31429
31430         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
31431         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
31432         REPLACE_CHOWN. Don't define chown as a macro here.
31433         * modules/chown (Depends-on): Add unistd.
31434         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31435
31436         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
31437         Add definition for GL_LINK_WARNING.
31438         (chown, dup2): New declarations.
31439         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
31440         link warning.
31441         (ftruncate): New declaration.
31442         (getcwd): New declaration, taken from old getcwd.h.
31443         (getlogin_r): New declaration, taken from old getlogin_r.h.
31444         (readlink): New declaration.
31445         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
31446         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
31447         (gl_PREREQ_UNISTD): Remove macro.
31448         (gl_UNISTD_MODULE_INDICATOR): New macro.
31449         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
31450         many new variables. Don't set UNISTD_H.
31451         * modules/unistd (Description): Change.
31452         (Depends-on): Add link-warning.
31453         (configure.ac): Update.
31454         (Makefile.am): Create unistd.h always. Substitute many new variables
31455         into it.
31456
31457 2007-02-18  Bruno Haible  <bruno@clisp.org>
31458
31459         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
31460         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
31461         HAVE_GETSUBOPT.
31462         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
31463         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
31464         * lib/getsubopt.h: Remove file.
31465         * modules/getsubopt (Files): Remove lib/getsubopt.h.
31466         (Depends-on): Add stdlib.
31467         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
31468         (Includes): Use <stdlib.h> instead of getsubopt.h.
31469         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
31470         Set HAVE_GETSUBOPT.
31471         * lib/getsubopt.c: Don't include getsubopt.h.
31472
31473 2007-02-18  Bruno Haible  <bruno@clisp.org>
31474
31475         * modules/fchdir (Depends-on): Add dup2.
31476
31477 2007-02-18  Bruno Haible  <bruno@clisp.org>
31478
31479         * lib/stdlib_.h: Handle glibc's special invocation convention
31480         specially.
31481
31482 2007-02-18  Bruno Haible  <bruno@clisp.org>
31483
31484         * modules/stdlib-tests: New file.
31485         * tests/test-stdlib.c: New file.
31486
31487         * modules/mkstemp (Files): Remove lib/mkstemp.h.
31488         (Depends-on): Add stdlib.
31489         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
31490         (Includes): Use <stdlib.h> instead of mkstemp.h.
31491         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
31492         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
31493         * lib/mkstemp.c: Don't include mkstemp.h.
31494         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
31495         * lib/stdlib--.h: Don't include mkstemp.h.
31496
31497         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
31498         (Depends-on): Add stdlib.
31499         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
31500         (Includes): Use <stdlib.h> instead of mkdtemp.h.
31501         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
31502         HAVE_MKDTEMP.
31503         * lib/mkdtemp.c: Don't include mkdtemp.h.
31504         * lib/clean-temp.c: Don't include mkdtemp.h.
31505
31506         * modules/exit (Files): Remove lib/exit.h.
31507         (Depends-on): Add stdlib.
31508         (Makefile.am): Remove lib_SOURCES.
31509         (Include): Use <stdlib.h> instead of exit.h.
31510         * lib/argmatch.c: Don't include exit.h.
31511         * lib/execute.c: Likewise.
31512         * lib/pagealign_alloc.c: Likewise.
31513         * lib/pipe.c: Likewise.
31514         * lib/wait-process.c: Likewise.
31515         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
31516         * lib/exitfail.c: Likewise.
31517         * lib/savewd.c: Likewise.
31518         * lib/xsetenv.c: Likewise.
31519
31520         * modules/stdlib: New file.
31521         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
31522         and extra comments about mkstemp().
31523         * lib/exit.h: Remove file.
31524         * lib/mkdtemp.h: Remove file.
31525         * lib/mkstemp.h: Remove file.
31526         * m4/stdlib_h.m4: New file.
31527         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
31528
31529 2007-02-18  Bruno Haible  <bruno@clisp.org>
31530
31531         * modules/math-tests: New file.
31532         * tests/test-math.c: New file.
31533
31534         * modules/math: New file.
31535         * modules/mathl (Files): Remove lib/mathl.h.
31536         (Depends-on): Add math.
31537         (Makefile.am): Don't mention mathl.h.
31538         (Include): Use <math.h> instead of mathl.h.
31539         * lib/math_.h: New file.
31540         * lib/mathl.h: Remove file.
31541         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
31542         mathl.h.
31543         * lib/asinl.c: Likewise.
31544         * lib/atanl.c: Likewise.
31545         * lib/ceill.c: Likewise.
31546         * lib/cosl.c: Likewise.
31547         * lib/expl.c: Likewise.
31548         * lib/floorl.c: Likewise.
31549         * lib/frexpl.c: Likewise.
31550         * lib/ldexpl.c: Likewise.
31551         * lib/logl.c: Likewise.
31552         * lib/sincosl.c: Likewise.
31553         * lib/sinl.c: Likewise.
31554         * lib/sqrtl.c: Likewise.
31555         * lib/tanl.c: Likewise.
31556         * lib/trigl.c: Likewise.
31557         * m4/math_h.m4: New file.
31558         * MODULES.html.sh (Mathematics): Add math.
31559
31560 2007-02-17  Bruno Haible  <bruno@clisp.org>
31561
31562         * modules/wctype-tests: New file.
31563         * tests/test-wctype.c: New file.
31564
31565         * modules/wchar-tests: New file.
31566         * tests/test-wchar.c: New file.
31567
31568         * modules/unistd-tests: New file.
31569         * tests/test-unistd.c: New file.
31570
31571         * modules/time-tests: New file.
31572         * tests/test-time.c: New file.
31573
31574         * modules/sysexits-tests: New file.
31575         * tests/test-sysexits.c: New file.
31576
31577         * modules/sys_time-tests: New file.
31578         * tests/test-sys_time.c: New file.
31579
31580         * modules/sys_stat-tests: New file.
31581         * tests/test-sys_stat.c: New file.
31582
31583         * modules/sys_socket-tests: New file.
31584         * tests/test-sys_socket.c: New file.
31585
31586         * modules/sys_select-tests: New file.
31587         * tests/test-sys_select.c: New file.
31588
31589         * modules/string-tests: New file.
31590         * tests/test-string.c: New file.
31591
31592         * modules/stdbool-tests: New file.
31593         * tests/test-stdbool.c: New file.
31594
31595         * modules/netinet_in-tests: New file.
31596         * tests/test-netinet_in.c: New file.
31597
31598         * modules/inttypes-tests: New file.
31599         * tests/test-inttypes.c: New file.
31600
31601         * modules/fcntl-tests: New file.
31602         * tests/test-fcntl.c: New file.
31603
31604         * modules/byteswap-tests: New file.
31605         * tests/test-byteswap.c: New file.
31606
31607         * modules/arpa_inet-tests: New file.
31608         * tests/test-arpa_inet.c: New file.
31609
31610 2007-02-17  Bruno Haible  <bruno@clisp.org>
31611
31612         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
31613         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
31614         if the corresponding module is not enabled. Emit link warnings if
31615         the function is used nevertheless.
31616         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
31617         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
31618         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
31619         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
31620         * modules/inttypes (Depends-on): Add link-warning.
31621         (Makefile.am): Copy the contents of build-aux/link-warning.h into
31622         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
31623         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
31624         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
31625         * modules/imaxdiv (configure.ac): Likewise.
31626         * modules/strtoimax (configure.ac): Likewise.
31627         * modules/strtoumax (configure.ac): Likewise.
31628
31629 2007-02-17  Bruno Haible  <bruno@clisp.org>
31630
31631         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
31632         gl_STRING_MODULE_INDICATOR_DEFAULTS.
31633         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
31634         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
31635
31636 2007-02-17  Bruno Haible  <bruno@clisp.org>
31637
31638         * modules/link-warning: New file.
31639         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
31640         * lib/string_.h (GL_LINK_WARNING): Remove definition.
31641         * modules/string (Depends-on): Add link-warning.
31642         (Makefile.am): Copy the contents of build-aux/link-warning.h into
31643         string.h.
31644         * MODULES.html.sh (Support for building libraries and executables): Add
31645         link-warning.
31646
31647 2007-02-17  Bruno Haible  <bruno@clisp.org>
31648
31649         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
31650         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
31651         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
31652         long lines.
31653
31654 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
31655             Bruno Haible  <bruno@clisp.org>
31656
31657         * modules/tmpfile: New file.
31658         * lib/tmpfile.c: New file.
31659         * m4/tmpfile.m4: New file.
31660         * MODULES.html.sh (func_all_modules): New section "Input/output".
31661
31662 2007-02-15  Bruno Haible  <bruno@clisp.org>
31663
31664         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
31665         (supports_delete_on_close): New function.
31666         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
31667
31668 2007-02-14  Bruno Haible  <bruno@clisp.org>
31669
31670         * modules/mbspcasecmp-tests: New file.
31671         * tests/test-mbspcasecmp.sh: New file.
31672         * tests/test-mbspcasecmp.c: New file.
31673
31674         New module mbspcasecmp.
31675         * modules/mbspcasecmp: New file.
31676         * lib/mbspcasecmp.c: New file.
31677         * lib/string_.h (strncasecmp): Change warning message.
31678         (mbspcasecmp): New declaration.
31679         * m4/mbspcasecmp.m4: New file.
31680         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31681         GNULIB_MBSPCASECMP.
31682         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
31683         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
31684
31685 2007-02-14  Bruno Haible  <bruno@clisp.org>
31686
31687         * modules/mbsncasecmp-tests: New file.
31688         * tests/test-mbsncasecmp.sh: New file.
31689         * tests/test-mbsncasecmp.c: New file.
31690
31691         New module mbsncasecmp.
31692         * modules/mbsncasecmp: New file.
31693         * lib/mbsncasecmp.c: New file.
31694         * lib/string_.h (mbsncasecmp): New declaration.
31695         * m4/mbsncasecmp.m4: New file.
31696         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31697         GNULIB_MBSNCASECMP.
31698         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
31699         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
31700
31701 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
31702
31703         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
31704         Verify that it doesn't overlap with our flags.
31705         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
31706         do not have the desired effect in multibyte locales; instead, use
31707         mbscasecmp.
31708         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
31709         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
31710         we don't require GNU fnmatch ourselves (if our users require it, they
31711         should do so explicitly).
31712
31713         Fix regex code so it doesn't rely on strcasecmp.
31714         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
31715         Otherwise, include gnulib's langinfo.h.
31716         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
31717         undesirable behavior in non-C locales.  Instead, rely on localecharset.
31718         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
31719         * modules/regex (FILES): Remove m4/codeset.m4.
31720         (Depends-on): Add localcharset.  Remove strcase.
31721
31722 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31723
31724         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
31725         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
31726
31727 2007-02-13  Bruno Haible  <bruno@clisp.org>
31728
31729         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
31730         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31731
31732 2007-02-12  Bruno Haible  <bruno@clisp.org>
31733
31734         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
31735         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
31736         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
31737         time warning rather than a link error.
31738
31739 2007-02-12  Bruno Haible  <bruno@clisp.org>
31740
31741         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
31742         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31743         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31744
31745 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
31746
31747         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
31748         args, not 2.
31749
31750 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
31751
31752         New module 'time', so that apps can include <time.h> as per
31753         POSIX and GNU instead of separate include files like time_r.h
31754         and timegm.h.  This implementation tries out a simpler approach
31755         for replacing decls in standard include files (as compared to
31756         the string module), somewhat as an experiment.
31757
31758         * config/srclist.txt: Comment out mktime.c for now.
31759         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
31760         since it doesn't apply any more.  Use generic wording instead.
31761         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
31762         'time'.
31763         * lib/time_.h, m4/time_h.m4, modules/time: New files.
31764         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
31765         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
31766         Don't include <sys/types.h>; no longer needed since we assume C89.
31767         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
31768         * lib/strftime.c: Likewise.
31769         * lib/time_r.c: Likewise.
31770         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
31771         * lib/nanosleep.c: Include <time.h> first, to check interface.
31772         * lib/strptime.c: Likewise.
31773         * lib/time_r.c: Likewise.
31774         * lib/timegm.c: Likewise.
31775         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
31776         needed.
31777         * lib/timegm.c: Don't include timegm.h; no longer needed.
31778         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
31779         time.h now handles any problems in that area.
31780         (struct timespec, nanosleep): Remove; time.h now arranges for these.
31781         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
31782         that time.h defines struct timespec.
31783         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
31784         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
31785         handles that.
31786         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
31787         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
31788         needed.  Set REPLACE_LOCALTIME.
31789         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
31790         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
31791         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
31792         nanosleep; time_h.m4 now does that.  Don't require
31793         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
31794         module handles this now.
31795         * modules/getdate (Depends-on): Remove timespec.  Add time.
31796         * modules/nanosleep (Depends-on): Likewise.
31797         * modules/stat-time (Depends-on): Likewise.
31798         * modules/nanosleep (Include): Include time.h, not timespec.h.
31799         * modules/strptime (Files): Remove lib/strptime.h.
31800         (Depends-on): Add extensions, time.
31801         (Include): Include time.h, not strptime.h.
31802         * modules/time_r (Files): Remove lib/time_r.h.
31803         (Depends-on): Add time.
31804         (Include): Include time.h, not time_r.h.
31805         * modules/timegm: Likewise.
31806         * modules/timespec (Description): Now does timespec-related decls
31807         of our own, instead of struct timespec itself.
31808         (Depends-on): Add time; remove extensions.
31809         (Maintainer): Add self.
31810         * modules/utimecmp (Depends-on): Add time; remove timespec.
31811         * modules/utimens (Depends-on): Likewise.
31812         * modules/xnanosleep (Depends-on): Likewise.
31813
31814 2007-02-11  Bruno Haible  <bruno@clisp.org>
31815
31816         * lib/c-strstr.c: Include allocsa.h.
31817         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
31818         * lib/c-strcasestr.c: Include allocsa.h.
31819         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
31820         * lib/strcasestr.c: Include allocsa.h.
31821         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
31822         * lib/mbsstr.c: Include allocsa.h.
31823         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
31824         allocsa/freesa instead of malloc/free.
31825         * lib/mbscasestr.c: Include allocsa.h.
31826         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
31827         allocsa/freesa instead of malloc/free.
31828         * modules/c-strstr (Depends-on): Add allocsa.
31829         * modules/c-strcasestr (Depends-on): Likewise.
31830         * modules/strcasestr (Depends-on): Likewise.
31831         * modules/mbsstr (Depends-on): Likewise.
31832         * modules/mbscasestr (Depends-on): Likewise.
31833
31834 2007-02-11  Bruno Haible  <bruno@clisp.org>
31835
31836         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
31837
31838         * modules/mbsspn-tests: New file.
31839         * tests/test-mbsspn.sh: New file.
31840         * tests/test-mbsspn.c: New file.
31841
31842 2007-02-11  Bruno Haible  <bruno@clisp.org>
31843
31844         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
31845
31846         * modules/mbspbrk-tests: New file.
31847         * tests/test-mbspbrk.sh: New file.
31848         * tests/test-mbspbrk.c: New file.
31849
31850 2007-02-11  Bruno Haible  <bruno@clisp.org>
31851
31852         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
31853         unneeded cast.
31854
31855         * modules/mbscspn-tests: New file.
31856         * tests/test-mbscspn.sh: New file.
31857         * tests/test-mbscspn.c: New file.
31858
31859 2007-02-11  Bruno Haible  <bruno@clisp.org>
31860
31861         * modules/mbscasecmp-tests: New file.
31862         * tests/test-mbscasecmp.sh: New file.
31863         * tests/test-mbscasecmp.c: New file.
31864
31865 2007-02-11  Bruno Haible  <bruno@clisp.org>
31866
31867         Ensure O(n) worst-case complexity of mbscasestr.
31868         * lib/mbscasestr.c: Include stdbool.h.
31869         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
31870         functions.
31871         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
31872         the bookkeeping indicates that it's worth it.
31873         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
31874
31875         * modules/mbscasestr-tests: New file.
31876         * tests/test-mbscasestr1.c: New file.
31877         * tests/test-mbscasestr2.sh: New file.
31878         * tests/test-mbscasestr2.c: New file.
31879         * tests/test-mbscasestr3.sh: New file.
31880         * tests/test-mbscasestr3.c: New file.
31881         * tests/test-mbscasestr4.sh: New file.
31882         * tests/test-mbscasestr4.c: New file.
31883         * m4/locale-tr.m4: New file.
31884
31885 2007-02-11  Bruno Haible  <bruno@clisp.org>
31886
31887         Ensure O(n) worst-case complexity of mbsstr.
31888         * lib/mbsstr.c: Include stdbool.h.
31889         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
31890         functions.
31891         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
31892         bookkeeping indicates that it's worth it.
31893         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
31894
31895         * modules/mbsstr-tests: New file.
31896         * tests/test-mbsstr1.c: New file.
31897         * tests/test-mbsstr2.sh: New file.
31898         * tests/test-mbsstr2.c: New file.
31899         * tests/test-mbsstr3.sh: New file.
31900         * tests/test-mbsstr3.c: New file.
31901         * m4/locale-fr.m4: New file.
31902
31903 2007-02-11  Bruno Haible  <bruno@clisp.org>
31904
31905         * lib/mbsrchr.c (mbsrchr): Fix bug.
31906
31907         * modules/mbsrchr-tests: New file.
31908         * tests/test-mbsrchr.sh: New file.
31909         * tests/test-mbsrchr.c: New file.
31910
31911 2007-02-11  Bruno Haible  <bruno@clisp.org>
31912
31913         * lib/mbschr.c (mbschr): Fix bug.
31914
31915         * modules/mbschr-tests: New file.
31916         * tests/test-mbschr.sh: New file.
31917         * tests/test-mbschr.c: New file.
31918         * m4/locale-zh.m4: New file.
31919
31920 2007-02-11  Bruno Haible  <bruno@clisp.org>
31921
31922         Support for copying multibyte string iterators.
31923         * lib/mbiter.h: Include <string.h>.
31924         (mbiter_multi_copy): New function.
31925         (mbi_copy): New macro.
31926         * lib/mbuiter.h: Include <string.h>.
31927         (mbuiter_multi_copy): New function.
31928         (mbui_copy): New macro.
31929
31930 2007-02-11  Bruno Haible  <bruno@clisp.org>
31931
31932         New module mbslen.
31933         * modules/mbslen: New file.
31934         * lib/mbslen.c: New file.
31935         * lib/string_.h (mbslen): New declaration.
31936         * m4/mbslen.m4: New file.
31937         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31938         GNULIB_MBSLEN.
31939         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
31940         * MODULES.html.sh (Internationalization functions): Add mbslen.
31941
31942 2007-02-11  Bruno Haible  <bruno@clisp.org>
31943
31944         Ensure O(n) worst-case complexity of strcasestr substitute.
31945         * lib/strcasestr.c: Include stdbool.h.
31946         (knuth_morris_pratt): New function.
31947         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
31948         bookkeeping indicates that it's worth it.
31949         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
31950
31951         * modules/strcasestr-tests: New file.
31952         * tests/test-strcasestr.c: New file.
31953
31954 2007-02-11  Bruno Haible  <bruno@clisp.org>
31955
31956         Ensure O(n) worst-case complexity of c_strcasestr.
31957         * lib/c-strcasestr.c: Include stdbool.h, string.h.
31958         (knuth_morris_pratt): New function.
31959         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
31960         the bookkeeping indicates that it's worth it.
31961         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
31962
31963         * modules/c-strcasestr-tests: New file.
31964         * tests/test-c-strcasestr.c: New file.
31965
31966 2007-02-11  Bruno Haible  <bruno@clisp.org>
31967
31968         Ensure O(n) worst-case complexity of c_strstr.
31969         * lib/c-strstr.c: Include stdbool.h, string.h.
31970         (knuth_morris_pratt): New function.
31971         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
31972         bookkeeping indicates that it's worth it.
31973         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
31974
31975         * lib/c-strstr.c: Complete rewrite for maintainability.
31976
31977         * modules/c-strstr-tests: New file.
31978         * tests/test-c-strstr.c: New file.
31979
31980 2007-02-11  Bruno Haible  <bruno@clisp.org>
31981
31982         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
31983         5.2.1 and earlier, whereby \055 was treated just like the range
31984         delimiter '-'.
31985         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
31986
31987 2007-02-08  Bruno Haible  <bruno@clisp.org>
31988
31989         * modules/regex (Depends-on): Add stdbool.
31990         Reported by Dalibor Topic <robilad@kaffe.org>.
31991
31992 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
31993
31994         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
31995         Prefer returning from main to exiting from it.
31996         Remove unnecessary parens after sizeof.
31997
31998 2007-02-05  Bruno Haible  <bruno@clisp.org>
31999
32000         New module mbssep.
32001         * modules/mbssep: New file.
32002         * lib/mbssep.c: New file.
32003         * lib/string_.h (strsep): Add a conditional link warning.
32004         (mbssep): New declaration.
32005         * m4/mbssep.m4: New file.
32006         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32007         GNULIB_MBSSEP.
32008         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
32009         * MODULES.html.sh (Internationalization functions): Add mbssep.
32010
32011 2007-02-05  Bruno Haible  <bruno@clisp.org>
32012
32013         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
32014         Optimize search in case of 1 delimiter.
32015
32016 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
32017
32018         * lib/acl.h: Include sys/types.h before sys/acl.h.
32019
32020 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
32021
32022         Merge upstream fix for glibc bugzilla #3957:
32023
32024         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
32025
32026         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
32027         bit for RE_HAT_LISTS_NOT_NEWLINE.
32028         (build_charclass_op): Remove bogus comment.
32029
32030 2007-02-05  Simon Josefsson  <simon@josefsson.org>
32031
32032         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
32033
32034 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
32035
32036         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
32037         * lib/memmem.c [!defined _LIBC]: Include config.h.
32038
32039 2007-02-04  Bruno Haible  <bruno@clisp.org>
32040
32041         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
32042         warning message.
32043
32044 2007-02-04  Bruno Haible  <bruno@clisp.org>
32045
32046         New module mbstok_r.
32047         * modules/mbstok_r: New file.
32048         * lib/mbstok_r.c: New file.
32049         * lib/string_.h (strtok_r): Change argument names to match the
32050         comments. Add a conditional link warning.
32051         (mbstok_r): New declaration.
32052         * m4/mbstok_r.m4: New file.
32053         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32054         GNULIB_MBSTOK_R.
32055         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
32056         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
32057
32058 2007-02-04  Bruno Haible  <bruno@clisp.org>
32059
32060         New module mbsspn.
32061         * modules/mbsspn: New file.
32062         * lib/mbsspn.c: New file.
32063         * lib/string_.h (strspn): Add a conditional link warning.
32064         (mbsspn): New declaration.
32065         * m4/mbsspn.m4: New file.
32066         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32067         GNULIB_MBSSPN.
32068         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
32069         * MODULES.html.sh (Internationalization functions): Add mbsspn.
32070
32071 2007-02-04  Bruno Haible  <bruno@clisp.org>
32072
32073         New module mbspbrk.
32074         * modules/mbspbrk: New file.
32075         * lib/mbspbrk.c: New file.
32076         * lib/string_.h (strpbrk): Add a conditional link warning.
32077         (mbspbrk): New declaration.
32078         * m4/mbspbrk.m4: New file.
32079         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32080         GNULIB_MBSPBRK.
32081         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
32082         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
32083
32084 2007-02-04  Bruno Haible  <bruno@clisp.org>
32085
32086         New module mbscspn.
32087         * modules/mbscspn: New file.
32088         * lib/mbscspn.c: New file.
32089         * lib/string_.h (strcspn): Add a conditional link warning.
32090         (mbscspn): New declaration.
32091         * m4/mbscspn.m4: New file.
32092         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32093         GNULIB_MBSCSPN.
32094         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
32095         * MODULES.html.sh (Internationalization functions): Add mbscspn.
32096
32097 2007-02-04  Bruno Haible  <bruno@clisp.org>
32098
32099         New module mbscasestr, reduced goal of strcasestr.
32100         * modules/mbscasestr: New file.
32101         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
32102         (mbscasestr): Renamed from strcasestr.
32103         * lib/strcasestr.c: Don't include mbuiter.h.
32104         (strcasestr): Remove support for multibyte locales.
32105         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
32106         Change the conditional link warning.
32107         (mbscasestr): New declaration.
32108         * m4/mbscasestr.m4: New file.
32109         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
32110         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
32111         REPLACE_STRCASESTR.
32112         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
32113         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
32114         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
32115         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
32116         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
32117         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
32118         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
32119         (Depends-on): Remove mbuiter.
32120         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
32121
32122 2007-02-04  Bruno Haible  <bruno@clisp.org>
32123
32124         Simplify handling of strncasecmp.
32125         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
32126         the conditional link warning.
32127         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
32128         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
32129         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
32130         * modules/strcase (configure.ac): Don't invoke
32131         gl_STRING_MODULE_INDICATOR.
32132         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
32133
32134 2007-02-04  Bruno Haible  <bruno@clisp.org>
32135
32136         New module mbscasecmp, reduced goal of strcasecmp.
32137         * modules/mbscasecmp: New file.
32138         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
32139         (mbscasecmp): Renamed from strcasecmp.
32140         * lib/strcasecmp.c: Don't include mbuiter.h.
32141         (strcasecmp): Remove support for multibyte locales.
32142         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
32143         Change the conditional link warning.
32144         (mbscasecmp): New declaration.
32145         * m4/mbscasecmp.m4: New file.
32146         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
32147         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
32148         REPLACE_STRCASECMP.
32149         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
32150         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32151         GNULIB_MBSCASECMP.
32152         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
32153         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
32154         * modules/strcase (Files): Remove m4/mbrtowc.m4.
32155         (Depends-on): Remove mbuiter.
32156         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
32157
32158 2007-02-04  Bruno Haible  <bruno@clisp.org>
32159
32160         New module mbsstr. Remove module strstr.
32161         * modules/mbsstr: New file.
32162         * modules/strstr: Remove file.
32163         * lib/mbsstr.c: Renamed from lib/strstr.c.
32164         (mbsstr): Renamed from strstr.
32165         * lib/string_.h (strstr): Remove declaration. Change the conditional
32166         link warning.
32167         (mbsstr): New declaration.
32168         * m4/mbsstr.m4: New file.
32169         * m4/strstr.m4: Remove file.
32170         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
32171         REPLACE_STRSTR.
32172         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
32173         Don't initialize GNULIB_STRSTR.
32174         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
32175         substitute GNULIB_STRSTR and REPLACE_STRSTR.
32176         * MODULES.html.sh (Internationalization functions): Add mbsstr.
32177         (Support for systems lacking ANSI C 89): Remove strstr.
32178
32179 2007-02-04  Bruno Haible  <bruno@clisp.org>
32180
32181         New module mbsrchr.
32182         * modules/mbsrchr: New file.
32183         * lib/mbsrchr.c: New file.
32184         * lib/string_.h (strrchr): Add a conditional link warning.
32185         (mbsrchr): New declaration.
32186         * m4/mbsrchr.m4: New file.
32187         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32188         GNULIB_MBSRCHR.
32189         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
32190         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
32191
32192 2007-02-04  Bruno Haible  <bruno@clisp.org>
32193
32194         New module mbschr.
32195         * modules/mbschr: New file.
32196         * lib/mbschr.c: New file.
32197         * lib/string_.h (strchr): Add a conditional link warning.
32198         (mbschr): New declaration.
32199         * m4/mbschr.m4: New file.
32200         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32201         GNULIB_MBSCHR.
32202         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
32203         * MODULES.html.sh (Internationalization functions): Add mbschr.
32204
32205 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
32206
32207         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
32208
32209         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
32210
32211 2007-02-04  Bruno Haible  <bruno@clisp.org>
32212
32213         New module description section 'configure.ac-early'.
32214         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
32215         (func_get_autoconf_early_snippet): New function.
32216         (func_import, func_create_testdir): Use it. Remove special cases for
32217         modules 'extensions' and 'lock'.
32218         * modules/extensions (configure.ac-early): Require
32219         gl_USE_SYSTEM_EXTENSIONS.
32220         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
32221
32222 2007-02-04  Bruno Haible  <bruno@clisp.org>
32223
32224         Make use of gcj-4.3's -fsource and -ftarget option.
32225         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
32226         and if so try the options -fsource and -ftarget.
32227         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
32228         source_version, ftarget_option, target_version arguments.
32229         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
32230         (is_envjavac_oldgcj_14_14_usable): Renamed from
32231         is_envjavac_gcj_14_14_usable.
32232         (is_envjavac_oldgcj_14_13_usable): Renamed from
32233         is_envjavac_gcj_14_13_usable.
32234         (is_gcj_present): Update.
32235         (is_gcj_43, is_gcj43_usable): New functions.
32236         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
32237         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
32238         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
32239         try the options -fsource and -ftarget.
32240
32241 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32242
32243         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
32244         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
32245         larger value.
32246
32247 2007-02-03  Jim Meyering  <jim@meyering.net>
32248
32249         Give tools a better chance to allocate space for very large buffers.
32250         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
32251
32252         Make pwd and readlink work also when run with an unreadable parent dir
32253         on systems with openat support.
32254         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
32255         provided getcwd function, even when we have openat support.
32256         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
32257
32258 2007-02-02  Bruno Haible  <bruno@clisp.org>
32259
32260         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
32261         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
32262         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
32263         portability problems if one of these functions is only used on specific
32264         platforms.
32265         Reported by Paul Eggert.
32266
32267 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
32268
32269         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
32270         is causing more trouble than it's curing.
32271         * lib/regex_internal.h (__mempcpy): Remove.
32272         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
32273         (and make the code a tad smaller to boot).
32274         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
32275
32276 2007-02-02  Jim Meyering  <jim@meyering.net>
32277
32278         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
32279         section, not in the Makefile.am: one.
32280
32281 2007-02-02  Eric Blake  <ebb9@byu.net>
32282
32283         * lib/strchrnul.c: Always include config.h first.
32284
32285         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
32286         gnulib strstr is not necessary here.
32287
32288 2007-02-02  Simon Josefsson  <simon@josefsson.org>
32289
32290         * m4/socklen.m4: Fix typo.
32291
32292 2007-02-02  Eric Blake  <ebb9@byu.net>
32293
32294         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
32295         * modules/netinet_in (Makefile.am): Likewise.
32296
32297 2007-02-01  Bruno Haible  <bruno@clisp.org>
32298
32299         * lib/string_.h (GL_LINK_WARNING): New macro.
32300         (strcasecmp, strstr, strcasestr): If provided by the system,
32301         conditionally define as a macro that leads to a warning instead of to
32302         an error.
32303         (strncasecmp): Conditionally define as a macro that leads to a warning.
32304
32305 2007-02-01  Karl Berry  <karl@gnu.org>
32306
32307         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
32308
32309 2007-02-01  Bruno Haible  <bruno@clisp.org>
32310
32311         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
32312         renamings.
32313
32314 2007-02-01  Eric Blake  <ebb9@byu.net>
32315
32316         * modules/regex (Depends-on): Revert dependence on mempcpy.
32317         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
32318         module's definition of mempcpy.
32319         Reported by Paul Eggert.
32320
32321 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
32322
32323         * lib/string_.h: If the gnulib module XYZ is not present, undefine
32324         the symbol XYZ before redefining it.  This fixes a problem with
32325         programs that don't use XYZ, when compiled on systems that define
32326         XYZ to something else.
32327
32328 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
32329
32330         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
32331         occurs when "mkdir -m foo" creates a setgid directory that is (1)
32332         writeable to group or other and (2) is intended to have a special
32333         mode bit that is set or cleared.  In such a case, the directory
32334         should be neither group- nor other-writeable until the special
32335         mode bits are right.
32336
32337 2007-01-31  Eric Blake  <ebb9@byu.net>
32338
32339         * modules/mountlist (Depends-on): Add strstr.
32340
32341         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
32342         bug.
32343         * modules/string (Makefile.am): Remove redundant replacement.
32344         * modules/regex (Depends-on): Add mempcpy.
32345
32346 2007-01-31  Bruno Haible  <bruno@clisp.org>
32347
32348         New module description field 'Link'.
32349         * gnulib-tool (func_usage): Document --extract-link-directive.
32350         (sed_extract_prog): Recognize 'Link' directive.
32351         (func_get_link_directive): New function.
32352         (func_import): Show summary of link directives.
32353         Handle --extract-link-directive option.
32354         * modules/acl (Link): New section.
32355         * modules/clock-time (Link): New section.
32356         * modules/euidaccess (Link): New section.
32357         * modules/gettext (Link): New section.
32358         * modules/iconv (Link): New section.
32359         * modules/lock (Link): New section.
32360         * modules/nanosleep (Link): New section.
32361         * modules/readline (Link): New section.
32362
32363 2007-01-27  Bruno Haible  <bruno@clisp.org>
32364
32365         Enforce the use of gnulib modules for unportable <string.h> functions.
32366         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
32367         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
32368         (gl_HEADER_STRING_H_BODY): Require it.
32369         * lib/string_.h: If the gnulib module XYZ is not present, redefine
32370         the symbol XYZ to one that gives a link error.
32371         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
32372         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
32373         * modules/mempcpy (configure.ac): Likewise.
32374         * modules/memrchr (configure.ac): Likewise.
32375         * modules/stpcpy (configure.ac): Likewise.
32376         * modules/stpncpy (configure.ac): Likewise.
32377         * modules/strcase (configure.ac): Likewise.
32378         * modules/strcasestr (configure.ac): Likewise.
32379         * modules/strchrnul (configure.ac): Likewise.
32380         * modules/strdup (configure.ac): Likewise.
32381         * modules/strndup (configure.ac): Likewise.
32382         * modules/strnlen (configure.ac): Likewise.
32383         * modules/strpbrk (configure.ac): Likewise.
32384         * modules/strsep (configure.ac): Likewise.
32385         * modules/strstr (configure.ac): Likewise.
32386         * modules/strtok_r (configure.ac): Likewise.
32387
32388 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
32389
32390         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
32391
32392 2007-01-30  Jim Meyering  <jim@meyering.net>
32393
32394         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
32395
32396 2007-01-29  Bruno Haible  <bruno@clisp.org>
32397
32398         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
32399         * lib/execute.c: Likewise.
32400         * lib/pipe.c: Likewise.
32401         * lib/printf-args.h: Likewise.
32402         * lib/printf-args.c: Likewise.
32403         * lib/printf-parse.c: Likewise.
32404         * lib/vasnprintf.c: Likewise.
32405
32406 2007-01-29  Eric Blake  <ebb9@byu.net>
32407
32408         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
32409         declaration.
32410
32411 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
32412
32413         * lib/strptime.h (strptime): Use 'restrict' for args where
32414         POSIX requires this.
32415         * lib/strptime.c (strptime): Likewise.
32416         Change license notice from LGPL to GPL, since gnulib-tool will
32417         change this as needed.
32418         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
32419         defined.
32420         Include "strptime.h" first, to check interface.
32421         Do not #undef _LIBC and _NL_CURRENT.
32422         Do not include <stdlib.h>; no longer needed.
32423         Include "time_r.h" and declare ptime_locale_status
32424         only if _LIBC is not defined.
32425         (__P): Remove unused macro.
32426         (match_string): Bring back glibc version, but use it only if _LIBC
32427         is defined.
32428         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
32429         Remove unnecessary assertion and abort() call.
32430         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
32431         * m4/strptime.m4: Fix serial number comment.
32432         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
32433         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
32434         (Depends-on): Add time_r.
32435
32436 2007-01-29  Bruno Haible  <bruno@clisp.org>
32437
32438         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32439         strptime.
32440         * modules/strptime (Depends-on): Add stdbool.
32441         * lib/strptime.h: Include <time.h> always. Add comments.
32442
32443 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32444
32445         * modules/strptime: New file.
32446         * lib/strptime.h: New file.
32447         * lib/strptime.c: New file.
32448         * m4/strptime.m4: New file.
32449
32450 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
32451
32452         * MODULES.html.sh: New module mpsort.
32453         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
32454
32455         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
32456         a circularity problem with HP-UX ia64 reported by Bob Proulx in
32457         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
32458         All uses changed.
32459         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
32460         All uses changed.
32461         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
32462         to _Restrict_.
32463         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
32464         the parameter matches the prototype.
32465
32466 2007-01-28  Jim Meyering  <jim@meyering.net>
32467
32468         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
32469         sys/time.h here, reverting that part of the previous patch:
32470         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
32471
32472 2007-01-28  Bruno Haible  <bruno@clisp.org>
32473
32474         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
32475         value of $(SYS_TIME_H).
32476         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
32477         remove it conditionally, too. [added by Jim Meyering]
32478         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
32479         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
32480         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
32481         GETTIMEOFDAY_REPLACEMENT to 1.
32482
32483 2007-01-28  Bruno Haible  <bruno@clisp.org>
32484
32485         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
32486         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
32487         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
32488         Set UNISTD_H instead of UNISTD_H2.
32489         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
32490
32491 2007-01-28  Bruno Haible  <bruno@clisp.org>
32492
32493         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
32494         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
32495
32496 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32497
32498         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
32499         (func_create_testdir): Ensure C locale for `grep' and `tr'
32500         character ranges.
32501         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
32502         ACLOCAL_AMFLAGS parsing state machine.
32503
32504 2007-01-27  Bruno Haible  <bruno@clisp.org>
32505
32506         * modules/unistr/base: Update.
32507
32508 2007-01-27  Bruno Haible  <bruno@clisp.org>
32509
32510         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
32511         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
32512         * modules/unistr/u32-mbtouc-unsafe: Renamed from
32513         modules/unistr/u32-mbtouc.
32514         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
32515         * lib/unistr.h: Update.
32516         * lib/linebreak.c: Update.
32517         * modules/unistr/u32-mbtouc: Renamed from
32518         modules/unistr/u32-mbtouc-safe.
32519         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
32520         * lib/unistr.h: Update.
32521         * lib/unistr/u32-to-u8.c: Update.
32522         * lib/unistr/u32-to-u16.c: Update.
32523
32524 2007-01-27  Bruno Haible  <bruno@clisp.org>
32525
32526         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
32527         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
32528         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
32529         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
32530         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
32531         * modules/unistr/u16-mbtouc-unsafe: Renamed from
32532         modules/unistr/u16-mbtouc.
32533         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
32534         * lib/unistr.h: Update.
32535         * lib/linebreak.c: Update.
32536         * modules/linebreak: Update.
32537         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
32538         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
32539         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
32540         * modules/unistr/u16-mbtouc: Renamed from
32541         modules/unistr/u16-mbtouc-safe.
32542         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
32543         * lib/unistr.h: Update.
32544         * lib/unistr/u16-to-u8.c: Update.
32545         * modules/unistr/u16-to-u8: Update.
32546         * lib/unistr/u16-to-u32.c: Update.
32547         * modules/unistr/u16-to-u32: Update.
32548
32549 2007-01-27  Bruno Haible  <bruno@clisp.org>
32550
32551         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
32552         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
32553         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
32554         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
32555         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
32556         * modules/unistr/u8-mbtouc-unsafe: Renamed from
32557         modules/unistr/u8-mbtouc.
32558         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
32559         * lib/unistr.h: Update.
32560         * lib/striconveh.c: Update.
32561         * modules/striconveh: Update.
32562         * lib/linebreak.c: Update.
32563         * modules/linebreak: Update.
32564         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
32565         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
32566         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
32567         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
32568         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
32569         * lib/unistr.h: Update.
32570         * lib/striconveh.c: Update.
32571         * modules/striconveh: Update.
32572         * lib/unistr/u8-to-u16.c: Update.
32573         * modules/unistr/u8-to-u16: Update.
32574         * lib/unistr/u8-to-u32.c: Update.
32575         * modules/unistr/u8-to-u32: Update.
32576
32577 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32578
32579         Sync from Libtool.
32580         * lib/argz.c: Do not include strings.h nor memory.h, include
32581         string.h unconditionally.  Patch by Simon Josefsson.
32582
32583 2007-01-27  Bruno Haible  <bruno@clisp.org>
32584
32585         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
32586         from gl_HEADER_STRING_H_BODY.
32587         (gl_HEADER_STRING_H_BODY): Require it.
32588         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
32589         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32590         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32591         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32592         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32593         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
32594         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
32595         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32596         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
32597         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32598         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32599         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
32600         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32601         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
32602         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
32603
32604 2007-01-27  Bruno Haible  <bruno@clisp.org>
32605
32606         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
32607         check_PROGRAMS into noinst_PROGRAMS.
32608         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
32609         check_PROGRAMS in this case.
32610         (func_import): Set for_test to false.
32611         (func_create_testdir): Set for_test to true.
32612
32613 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
32614             Bruno Haible  <bruno@clisp.org>
32615
32616         * modules/strcasestr (Files): Remove lib/strcasestr.h.
32617         (Depends-on): Add string.
32618         (Includes): Use <string.h> instead of strcasestr.h.
32619         * modules/string (Makefile.am): Also substitute the value of
32620         REPLACE_STRCASESTR.
32621         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
32622         assume strcasestr is declared in <string.h> not <strings.h>. Also
32623         set REPLACE_STRCASESTR.
32624         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
32625         REPLACE_STRCASESTR.
32626         * lib/strcasestr.h: Remove file.
32627         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
32628         * lib/string_.h (strcasestr): New declaration.
32629
32630 2007-01-27  Bruno Haible  <bruno@clisp.org>
32631
32632         * lib/string_.h: Use 'extern'.
32633
32634 2007-01-27  Jim Meyering  <jim@meyering.net>
32635
32636         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
32637         of set-but-not-used local, "q".
32638
32639         * lib/mempcpy.c: Include <config.h> before <string.h>.
32640         This fixes a compilation error on HP-UX, due to the system's
32641         "restrict"-using mempcpy prototype.
32642
32643 2007-01-26  Bruno Haible  <bruno@clisp.org>
32644
32645         Small optimization.
32646         * lib/javacomp.c: Include c-strstr.h.
32647          (is_envjavac_gcj): Use c_strstr instead of strstr.
32648         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
32649
32650 2007-01-26  Bruno Haible  <bruno@clisp.org>
32651
32652         * MODULES.html.sh (Unicode string functions): Add the new modules.
32653
32654         * modules/uniconv/u32-strconv-to-locale: New file.
32655         * lib/uniconv/u32-strconv-to-locale.c: New file.
32656
32657         * modules/uniconv/u16-strconv-to-locale: New file.
32658         * lib/uniconv/u16-strconv-to-locale.c: New file.
32659
32660         * modules/uniconv/u8-strconv-to-locale: New file.
32661         * lib/uniconv/u8-strconv-to-locale.c: New file.
32662
32663         * modules/uniconv/u32-strconv-from-locale: New file.
32664         * lib/uniconv/u32-strconv-from-locale.c: New file.
32665
32666         * modules/uniconv/u16-strconv-from-locale: New file.
32667         * lib/uniconv/u16-strconv-from-locale.c: New file.
32668
32669         * modules/uniconv/u8-strconv-from-locale: New file.
32670         * lib/uniconv/u8-strconv-from-locale.c: New file.
32671
32672         * modules/uniconv/u32-strconv-to-enc: New file.
32673         * lib/uniconv/u32-strconv-to-enc.c: New file.
32674         * modules/uniconv/u32-strconv-to-enc-tests: New file.
32675         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
32676
32677         * modules/uniconv/u16-strconv-to-enc: New file.
32678         * lib/uniconv/u16-strconv-to-enc.c: New file.
32679         * lib/uniconv/u-strconv-to-enc.h: New file.
32680         * modules/uniconv/u16-strconv-to-enc-tests: New file.
32681         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
32682
32683         * modules/uniconv/u8-strconv-to-enc: New file.
32684         * lib/uniconv/u8-strconv-to-enc.c: New file.
32685         * modules/uniconv/u8-strconv-to-enc-tests: New file.
32686         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
32687
32688         * modules/uniconv/u32-strconv-from-enc: New file.
32689         * lib/uniconv/u32-strconv-from-enc.c: New file.
32690         * modules/uniconv/u32-strconv-from-enc-tests: New file.
32691         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
32692
32693         * modules/uniconv/u16-strconv-from-enc: New file.
32694         * lib/uniconv/u16-strconv-from-enc.c: New file.
32695         * modules/uniconv/u16-strconv-from-enc-tests: New file.
32696         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
32697
32698         * modules/uniconv/u8-strconv-from-enc: New file.
32699         * lib/uniconv/u8-strconv-from-enc.c: New file.
32700         * lib/uniconv/u-strconv-from-enc.h: New file.
32701         * modules/uniconv/u8-strconv-from-enc-tests: New file.
32702         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
32703
32704         * modules/uniconv/u32-conv-from-enc: New file.
32705         * lib/uniconv/u32-conv-from-enc.c: New file.
32706         * modules/uniconv/u32-conv-from-enc-tests: New file.
32707         * tests/uniconv/test-u32-conv-from-enc.c: New file.
32708
32709         * modules/uniconv/u16-conv-from-enc: New file.
32710         * lib/uniconv/u16-conv-from-enc.c: New file.
32711         * lib/uniconv/u-conv-from-enc.h: New file.
32712         * modules/uniconv/u16-conv-from-enc-tests: New file.
32713         * tests/uniconv/test-u16-conv-from-enc.c: New file.
32714
32715         * modules/uniconv/u8-conv-from-enc: New file.
32716         * lib/uniconv/u8-conv-from-enc.c: New file.
32717         * modules/uniconv/u8-conv-from-enc-tests: New file.
32718         * tests/uniconv/test-u8-conv-from-enc.c: New file.
32719
32720         * modules/uniconv/base: New file.
32721         * lib/uniconv.h: New file.
32722
32723 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
32724
32725         * doc/gnulib-tool.texi (Initial import): Update to match current
32726         behavior with strdup module.
32727         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
32728         * lib/memmem.h: Remove; all uses removed.  This is now done
32729         by <string.h>.
32730         * lib/mempcpy.h: Likewise.
32731         * lib/memrchr.h: Likewise.
32732         * lib/stpcpy.h: Likewise.
32733         * lib/stpncpy.h: Likewise.
32734         * lib/strcase.h: Likewise.
32735         * lib/strchrnul.h: Likewise.
32736         * lib/strdup.h: Likewise.
32737         * lib/strndup.h: Likewise.
32738         * lib/strnlen.h: Likewise.
32739         * lib/strpbrk.h: Likewise.
32740         * lib/strsep.h: Likewise.
32741         * lib/strstr.h: Likewise.
32742         * lib/strtok_r.h: Likewise.
32743         * lib/string_.h: New file.
32744         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
32745         Rely on <string.h> instead.
32746         * lib/canon-host.c: Likewise.
32747         * lib/chdir-long.c: Likewise.
32748         * lib/concatpath.c: Likewise.
32749         * lib/exclude.c: Likewise.
32750         * lib/fchdir.c: Likewise.
32751         * lib/getaddrinfo.c: Likewise.
32752         * lib/getcwd.c: Likewise.
32753         * lib/getsubopt.c: Likewise.
32754         * lib/glob.c: Likewise.
32755         * lib/hard-locale.c: Likewise.
32756         * lib/iconvme.c: Likewise.
32757         * lib/javacomp.c: Likewise.
32758         * lib/mempcpy.c: Likewise.
32759         * lib/memrchr.c: Likewise.
32760         * lib/regex_internal.h: Likewise.
32761         * lib/stpncpy.c: Likewise.
32762         * lib/strcasecmp.c: Likewise.
32763         * lib/strchrnul.c: Likewise.
32764         * lib/strdup.c: Likewise.
32765         * lib/striconv.c: Likewise.
32766         * lib/striconveh.c: Likewise.
32767         * lib/striconveha.c: Likewise.
32768         * lib/strncasecmp.c: Likewise.
32769         * lib/strndup.c: Likewise.
32770         * lib/strnlen.c: Likewise.
32771         * lib/strsep.c: Likewise.
32772         * lib/strstr.c: Likewise.
32773         * lib/strtok_r.c: Likewise.
32774         * lib/userspec.c: Likewise.
32775         * lib/w32spawn.h: Likewise.
32776         * lib/xstrndup.c: Likewise.
32777         * lib/mountlist.c (strstr): Remove decl.
32778         * m4/string_h.m4: New file.
32779         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
32780         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
32781         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
32782         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
32783         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
32784         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
32785         Set REPLACE_STRCASECMP if necessary.
32786         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
32787         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
32788         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
32789         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
32790         HAVE_DECL_STRDUP if necessary.
32791         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
32792         since gl_FUNC_STRNDUP does that now.
32793         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
32794         Check for decl here...
32795         (gl_PREREQ_STRNLEN): ... not here.
32796         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
32797         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
32798         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
32799         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
32800         necessary.
32801         * modules/string: New file.
32802         * modules/memmem (Files): Remove special-purpose include file.
32803         (Depends-on): Add string.
32804         (Include): Include <string.h>, not the removed file.
32805         * modules/mempcpy: Likewise.
32806         * modules/memrchr: Likewise.
32807         * modules/stpcpy: Likewise.
32808         * modules/stpncpy: Likewise.
32809         * modules/strcase: Likewise.
32810         * modules/strchrnul: Likewise.
32811         * modules/strdup: Likewise.
32812         * modules/strndup: Likewise.
32813         * modules/strnlen: Likewise.
32814         * modules/strpbrk: Likewise.
32815         * modules/strsep: Likewise.
32816         * modules/strstr: Likewise.
32817         * modules/strtok_r: Likewise.
32818         * tests/test-dirname.c: Don't include "strdup.h", since
32819         <string.h> now suffices.
32820         * tests/test-memmem.c: Don't include "memmem.h", since
32821         <string.h> now suffices.
32822
32823 2007-01-25  Bruno Haible  <bruno@clisp.org>
32824
32825         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
32826         *resultp is 0.
32827
32828         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
32829         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
32830         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
32831         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
32832
32833         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
32834         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
32835         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
32836         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
32837         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
32838         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
32839
32840 2007-01-24  Bruno Haible  <bruno@clisp.org>
32841
32842         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
32843         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
32844         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
32845         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
32846         gl_FUNC_FTS_CORE.
32847         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
32848         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
32849         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32850         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
32851         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
32852         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
32853         gl_FUNC_FCHOWNAT.
32854         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
32855         gl_FUNC_STRFTIME.
32856         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
32857         Reported by Ralf Wildenhues.
32858
32859 2007-01-24  Bruno Haible  <bruno@clisp.org>
32860
32861         Drop AC_REQUIRE calls that are redundant with the module dependencies.
32862         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
32863         gl_GETADDRINFO.
32864         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
32865         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
32866         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
32867
32868 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
32869
32870         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
32871         Don't use 'exit'; just return from 'main'.
32872         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
32873
32874         * lib/fnmatch_.h: Readjust white space and comments to match
32875         glibc, to avoid spurious diffs.
32876
32877 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32878
32879         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
32880         2004-12-01 change by Jakub Jelinek, since this code won't compile
32881         if !LIBC.  Problem reported by Bob Proulx.
32882
32883 2007-01-23  Bruno Haible  <bruno@clisp.org>
32884
32885         * lib/striconveh.c: Include c-strcaseeq.h.
32886         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
32887         * modules/striconveh (Depends-on): Add c-strcaseeq.
32888
32889 2007-01-23  Bruno Haible  <bruno@clisp.org>
32890
32891         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
32892
32893         * modules/c-strcaseeq: New file.
32894         * lib/c-strcaseeq.h: New file.
32895
32896         * modules/streq: New file.
32897         * lib/streq.h: New file.
32898
32899 2007-01-23  Bruno Haible  <bruno@clisp.org>
32900
32901         * modules/striconveha-tests: New file.
32902         * tests/test-striconveha.c: New file.
32903
32904         * lib/striconveha.h: Include <stdbool.h>.
32905         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
32906         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
32907         (mem_iconveha_notranslit): Renamed from mem_iconveha.
32908         (mem_iconveha): New function.
32909         (str_iconveha_notranslit): Renamed from str_iconveha.
32910         (str_iconveha): New function.
32911         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
32912         c-strcase.
32913
32914 2007-01-23  Bruno Haible  <bruno@clisp.org>
32915
32916         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
32917         encodings without forgiving before trying any encoding with handler.
32918         (str_iconveha): Try all encodings without forgiving before trying any
32919         encoding with handler.
32920
32921 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32922
32923         Import the following changes from libc.
32924
32925         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
32926
32927         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
32928
32929         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
32930
32931         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
32932         normal_bracket label.
32933
32934         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
32935
32936         [BZ #361]
32937         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
32938         to normal_bracket after fetching the next character.
32939
32940 2007-01-22  Bruno Haible  <bruno@clisp.org>
32941
32942         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
32943         argument.
32944         * lib/striconveh.c (iconv_carefully_1): New function.
32945         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
32946         argument.
32947         (str_cd_iconveh): Update.
32948         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
32949         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
32950         * tests/test-striconveh.c (MAGIC): New macro.
32951         (new_offsets): New function.
32952         (main): Test call with and without offsets.
32953
32954 2007-01-22  Bruno Haible  <bruno@clisp.org>
32955
32956         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
32957         * modules/sys_select (Makefile.am): Likewise.
32958         * modules/sys_socket (Makefile.am): Likewise.
32959         * modules/sys_time (Makefile.am): Likewise.
32960
32961 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
32962
32963         * modules/gettimeofday (License): Change from GPL to LGPL, since
32964         gettimeofday is a library function.
32965
32966 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32967
32968         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
32969
32970 2007-01-21  Bruno Haible  <bruno@clisp.org>
32971
32972         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
32973
32974 2007-01-21  Bruno Haible  <bruno@clisp.org>
32975
32976         * modules/striconveha: New file.
32977         * lib/striconveha.h: New file.
32978         * lib/striconveha.c: New file.
32979         * MODULES.html.sh (Internationalization functions): Add striconveha.
32980         * lib/striconv.c (str_iconv): Optimize the case of an empty input
32981         string.
32982         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
32983
32984 2007-01-21  Bruno Haible  <bruno@clisp.org>
32985
32986         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
32987         * lib/striconveh.c (str_iconveh): Likewise.
32988
32989 2007-01-21  Bruno Haible  <bruno@clisp.org>
32990
32991         * lib/striconveh.h (mem_iconveh): New declaration.
32992         * lib/striconveh.c (mem_iconveh): New function.
32993         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
32994
32995 2007-01-21  Bruno Haible  <bruno@clisp.org>
32996
32997         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
32998
32999         * lib/striconveh.h (mem_cd_iconveh): Change specification.
33000         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
33001         original result buffer.
33002         (str_cd_iconveh): Update.
33003         * tests/test-striconveh.c (main): Update.
33004
33005         * lib/striconv.h (mem_cd_iconv): Change specification.
33006         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
33007         result buffer.
33008         (str_cd_iconv): Update.
33009         * tests/test-striconv.c (main): Update.
33010
33011 2007-01-21  Bruno Haible  <bruno@clisp.org>
33012
33013         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
33014
33015 2007-01-20  Jim Meyering  <jim@meyering.net>
33016
33017         * lib/userspec.c (parse_with_separator): If a user or group string
33018         starts with "+", skip the corresponding name-to-ID look-up, since
33019         such a look-up must fail: user and group names may not include "+".
33020
33021 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
33022
33023         * lib/poll.c: Include sys/time.h and time.h unconditionally,
33024         since we now assume the sys_time module.
33025         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
33026         check for sys/time.h; no longer needed.
33027         * modules/poll (Depends-on): Depend on sys_time.
33028
33029 2007-01-18  Bruno Haible  <bruno@clisp.org>
33030
33031         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
33032         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
33033
33034         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
33035         gettimeofday.
33036
33037         * tests/test-gettimeofday.c: Include <time.h>.
33038         (dummy): Remove variable.
33039
33040         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
33041         gl_HEADER_SYS_TIME_H.
33042         (gl_HEADER_SYS_TIME_H): New macro.
33043
33044         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
33045         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33046         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
33047         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
33048         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33049         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
33050         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
33051         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33052         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
33053         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
33054         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33055
33056         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
33057         last change; it caused a compilation error when cross-compiling to
33058         Cygwin.
33059
33060 2007-01-18  Jim Meyering  <jim@meyering.net>
33061
33062         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
33063         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
33064         than the race-prone "test -d sys || mkdir sys".
33065         (configure.ac): Use AC_PROG_MKDIR_P.
33066         * modules/sys_select: Likewise.
33067         * modules/sys_socket: Likewise.
33068         * modules/sys_time: Likewise.
33069
33070 2007-01-18  Eric Blake  <ebb9@byu.net>
33071
33072         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
33073         replace gettimeofday.
33074         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
33075         name, to avoid infinite recursion.
33076
33077 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
33078
33079         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
33080         module sys_time.
33081         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
33082         assume timespec.h defines struct timeval.
33083         * lib/settime.c: Likewise.
33084         * lib/utimens.c: Likewise.
33085         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
33086         since we now assume the gettimeofday module.
33087         * lib/tempname.c (__gen_tempname): Likewise.
33088         * lib/gettimeofday.h: Remove.
33089         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
33090         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
33091         Include <time.h>, for 'time()'.
33092         (localtime_buffer_addr): Also use this workaround if
33093         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
33094         to simplify the uses.  All uses changed.
33095         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
33096         that #undef is inside {}, and 'const' follows type name consistently.
33097         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
33098         (gettimeofday): Do not use the maximum possible value for
33099         tv->tv_usec, since that might break usages other than ls.c.
33100         Instead, we'll leave ls.c alone.  This undoes today's patch
33101         by Bruno.  Add a compile-time warning for 1s-clock resolution;
33102         we've never observed the problem but might as well keep the
33103         canary.
33104         * lib/nanosleep.c: Include timespec.h first, for interface check.
33105         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
33106         now assume the sys_time module.
33107         * lib/tempname.c: Likewise.
33108         * lib/timespec.h: Likewise.
33109         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
33110         needed.
33111         * lib/strftime.c: Likewise.
33112         * lib/timespec.h: Likewise.
33113         * lib/posixtm.c: Include posixtm.h first, for interface check.
33114         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
33115         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
33116         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
33117         * lib/sys_time_.h: New file.
33118         * lib/timespec.h (struct timespec): Use long int, not long.
33119         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
33120         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
33121         Remove obsolescent call to AC_HEADER_TIME.
33122         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
33123         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
33124         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
33125         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
33126         Likewise.
33127         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
33128         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
33129         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
33130         into the sys_time module.  Check for gettimeofday just once.
33131         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
33132         for gettimeofday signature to just check the signature.  Merely
33133         compile it, since linking doesn't test signature.  Improve test for
33134         whether gettimeofday.o is actually needed.
33135         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
33136         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
33137         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
33138         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33139         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
33140         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
33141         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
33142         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
33143         than worrying about sys/time.h.
33144         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33145         Don't bother worrying about TIME_WITH_SYS_TIME.
33146         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
33147         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
33148         * m4/sys_time_h.m4: New file.
33149         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
33150         Don't include sys/time.h.  Return from main rather than exiting.
33151         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
33152         all uses changed.
33153         * modules/gethrxtime (Depends-on): Add sys_time.
33154         * modules/gettime (Depends-on): Likewise.
33155         * modules/gettimeofday (Depends-on): Likewise.
33156         * modules/nanosleep (Depends-on): Likewise.
33157         * modules/settime (Depends-on): Likewise.
33158         * modules/tempname (Depends-on): Likewise.
33159         * modules/utimens (Depends-on): Likewise.
33160         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
33161         (Include:) Change back to <sys/time.h>.
33162         (Maintainer:) Add self.
33163         * modules/sys_time: New file.
33164         * modules/tempname (Depends-on): Add gettimeofday.
33165         * tests/test-gettimeofday.c: Include <sys/time.h>
33166         rather than gettimeofday.h.
33167
33168 2007-01-17  Bruno Haible  <bruno@clisp.org>
33169
33170         * gnulib-tool (func_get_license): Revert last patch. Instead, let
33171         the license default to GPL.
33172         (func_create_testdir): Don't complain if a module is LGPL and its
33173         tests module depends on GPLed modules.
33174
33175 2007-01-17  Bruno Haible  <bruno@clisp.org>
33176
33177         * lib/gettimeofday.c (gettimeofday): Add code for the case
33178         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
33179         maximum possible value for tv->tv_usec, rather than the minimum one.
33180
33181 2005-10-08  Martin Lambers  <marlam@marlam.de>
33182 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
33183 2007-01-16  Bruno Haible  <bruno@clisp.org>
33184
33185         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
33186         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
33187         gl_FUNC_GETTIMEOFDAY.
33188         (Include): Add gettimeofday.h.
33189         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
33190         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
33191         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
33192         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
33193         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
33194         * lib/gettimeofday.h: New file.
33195         * lib/gettimeofday.c: Include <sys/timeb.h>.
33196         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
33197         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33198         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
33199         fall back on time().
33200
33201         * tests/test-gettimeofday.c: New file.
33202         * modules/gettimeofday-tests: New file.
33203
33204 2007-01-16  Eric Blake  <ebb9@byu.net>
33205
33206         * modules/fnmatch (Depends-on): Depend on wchar.
33207         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
33208         * m4/fnmatch.m4: Likewise.
33209         * modules/mbchar (Makefile.am): Assume <wchar.h>.
33210         * m4/mbchar.m4: Likewise.
33211         * modules/mbswidth (Depends-on): Depend on wchar.
33212         * lib/mbswidth.c: Assume <wchar.h>.
33213         * m4/mbswidth.m4: Likewise.
33214         * modules/quotearg (Depends-on): Depend on wchar.
33215         * lib/quotearg.c: Assume <wchar.h>.
33216         * m4/quotearg.m4: Likewise.
33217         * modules/regex (Depends-on): Depend on wchar.
33218         * lib/regex_internal.h: Assume <wchar.h>.
33219         * m4/regex.m4: Likewise.
33220         * modules/stdint (Depends-on): Depend on wchar.
33221         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
33222         * m4/stdint.m4: Likewise.
33223         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
33224         * modules/strftime (Depends-on): Depend on wchar.
33225         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
33226         * modules/strtol (Depends-on): Depend on wchar.
33227         * lib/strtol.c: Assume <wchar.h>.
33228         * modules/wcwidth (Depends-on): Depend on wchar.
33229         * lib/wcwidth.h: Assume <wchar.h>.
33230         * m4/wcwidth.m4: Likewise.
33231
33232 2007-01-16  Bruno Haible  <bruno@clisp.org>
33233
33234         * modules/csharpexec-script: New, created from...
33235         * modules/csharpexec: ... this.
33236
33237 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
33238
33239         * modules/javaexec-script: New, created from...
33240         * modules/javaexec: ... this.
33241
33242 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33243
33244         * modules/poll (Dependencies): Add sys_select.
33245
33246 2007-01-15  Jim Meyering  <jim@meyering.net>
33247
33248         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
33249         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
33250         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
33251         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
33252
33253 2007-01-15  Bruno Haible  <bruno@clisp.org>
33254
33255         * modules/striconveh: New file.
33256         * lib/striconveh.h: New file.
33257         * lib/striconveh.c: New file.
33258         * MODULES.html.sh (Internationalization functions): Add striconveh.
33259
33260         * modules/striconveh-tests: New file.
33261         * tests/test-striconveh.c: New file.
33262
33263 2007-01-15  Bruno Haible  <bruno@clisp.org>
33264
33265         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
33266         not from GNU libiconv or GNU libc.
33267
33268 2007-01-15  Bruno Haible  <bruno@clisp.org>
33269
33270         * doc/gnulib-intro.texi (Copyright): Explain the different license
33271         terms for module descriptions, autoconf macros, tests, documentation.
33272
33273 2007-01-14  Bruno Haible  <bruno@clisp.org>
33274
33275         * modules/striconv-tests: New file.
33276         * tests/test-striconv.c: New file.
33277
33278 2007-01-14  Bruno Haible  <bruno@clisp.org>
33279
33280         * modules/iconv-tests: New file.
33281         * tests/test-iconv.c: New file.
33282
33283 2007-01-14  Bruno Haible  <bruno@clisp.org>
33284
33285         * gnulib-tool (func_get_license): For test modules, use the license of
33286         the main module.
33287
33288 2007-01-14  Bruno Haible  <bruno@clisp.org>
33289
33290         * modules/iconv (Include): Clarify that <iconv.h> can only be included
33291         if iconv is found to exist.
33292
33293 2007-01-14  Bruno Haible  <bruno@clisp.org>
33294
33295         * modules/c-ctype-tests: New file.
33296         * tests/test-c-ctype.c: New file.
33297
33298 2007-01-14  Bruno Haible  <bruno@clisp.org>
33299
33300         * modules/binary-io-tests: New file.
33301         * tests/test-binary-io.sh: New file.
33302         * tests/test-binary-io.c: New file.
33303
33304 2007-01-14  Bruno Haible  <bruno@clisp.org>
33305
33306         * modules/array-oset-tests: New file.
33307         * tests/test-array_oset.c: New file.
33308
33309 2007-01-14  Bruno Haible  <bruno@clisp.org>
33310
33311         * modules/array-list-tests: New file.
33312         * tests/test-array_list.c: New file.
33313
33314 2007-01-14  Bruno Haible  <bruno@clisp.org>
33315
33316         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
33317         and make.
33318         Reported by Simon Josefsson in
33319         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
33320
33321 2007-01-14  Bruno Haible  <bruno@clisp.org>
33322
33323         * modules/allocsa-tests: New file.
33324         * tests/test-allocsa.c: New file.
33325
33326 2007-01-14  Bruno Haible  <bruno@clisp.org>
33327
33328         * modules/fchdir (Depends-on): Add absolute-header.
33329         * modules/unistd (Depends-on): Likewise.
33330
33331 2006-12-30  Bruno Haible  <bruno@clisp.org>
33332
33333         * modules/fchdir: New file.
33334         * modules/unistd (Files): Add lib/unistd_.h.
33335         (Makefile.am): Generate unistd.h from unistd_.h.
33336         * lib/fchdir.c: New file.
33337         * lib/dirent_.h: New file.
33338         * lib/unistd_.h: New file.
33339         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
33340         * m4/fchdir.m4: New file.
33341         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
33342         (gl_HEADER_UNISTD): Invoke it.
33343         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
33344         function.
33345         * lib/backupfile.c (opendir, closedir): Undefine.
33346         * lib/chown.c (open, close): Undefine.
33347         * lib/clean-temp.c (open, close): Undefine.
33348         * lib/copy-file.c (open, close): Undefine.
33349         * lib/execute.c (open, close): Undefine.
33350         * lib/fsusage.c (open, close): Undefine.
33351         * lib/gc-gnulib.c (open, close): Undefine.
33352         * lib/getcwd.c (opendir, closedir): Undefine.
33353         * lib/glob.c (opendir, closedir): Undefine.
33354         * lib/javacomp.c (open, close): Undefine.
33355         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
33356         * lib/openat-proc.c (open, close): Undefine.
33357         * lib/pagealign_alloc.c (open, close): Undefine.
33358         * lib/pipe.c (open, close): Undefine.
33359         * lib/progreloc.c (open, close): Undefine.
33360         * lib/savedir.c (opendir, closedir): Undefine.
33361         * lib/utime.c (open, close): Undefine.
33362         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
33363
33364 2007-01-10  Bruno Haible  <bruno@clisp.org>
33365
33366         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
33367
33368 2007-01-12  Eric Blake  <ebb9@byu.net>
33369
33370         Provide a robust <wchar.h>.  Further simplifications are now
33371         possible in other modules, but not included here.
33372         * modules/wchar: New module.
33373         * m4/wchar.m4: New file.
33374         * lib/wchar_.h: Likewise.
33375         * modules/mbchar (Depends-on): Depend on wchar, as the first use
33376         of the new module.
33377         * MODULES.html.sh (Extended multibyte and wide character utilities):
33378         New section.
33379
33380 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
33381
33382         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
33383         to a reasonable default for memory allocation.
33384         (xreadlink): Don't allocate a huge buffer, to work around a buggy
33385         file system that reports garbage st_size values for symlinks.
33386         Problem reported by Liyang Hu.
33387
33388 2007-01-11  Simon Josefsson  <simon@josefsson.org>
33389
33390         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
33391         Emacs .#* auto-save files).
33392
33393 2007-01-11  Bruno Haible  <bruno@clisp.org>
33394
33395         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
33396         directory.
33397
33398 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33399
33400         Use @...@ consistently in lib/wctype_.h.
33401         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
33402         on it being set to 1 or 0.
33403         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
33404         go back to AC_SUBSTing it.
33405         * modules/wctype (Makefile.am): Undo previous change.
33406
33407 2007-01-10  Eric Blake  <ebb9@byu.net>
33408
33409         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
33410         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
33411         * modules/wctype (Makefile.am): Likewise.
33412         Reported by Chris McGuire.
33413
33414 2007-01-10  Jim Meyering  <jim@meyering.net>
33415
33416         fts.c: a small readability/maintainability improvement
33417         * lib/fts.c (fts_read): Make this code slightly more readable and
33418         maintainable by hoisting the "sp->fts_cur = p" assignments to
33419         immediately follow the statements that set P.  Derived from
33420         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
33421
33422 2007-01-10  Eric Blake  <ebb9@byu.net>
33423
33424         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
33425         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
33426         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33427         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
33428         Reported by Chris McGuire.
33429
33430 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33431
33432         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
33433         in sed script.
33434
33435 2007-01-09  Bruno Haible  <bruno@clisp.org>
33436
33437         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
33438         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
33439         variables.
33440         (func_module): Use them.
33441
33442 2007-01-09  Bruno Haible  <bruno@clisp.org>
33443
33444         * modules/unistr/base: New file.
33445         * lib/unistr.h: New file.
33446
33447         * modules/unistr/u8-to-u16: New file.
33448         * lib/unistr/u8-to-u16.c: New file.
33449
33450         * modules/unistr/u8-to-u32: New file.
33451         * lib/unistr/u8-to-u32.c: New file.
33452
33453         * modules/unistr/u16-to-u8: New file.
33454         * lib/unistr/u16-to-u8.c: New file.
33455
33456         * modules/unistr/u16-to-u32: New file.
33457         * lib/unistr/u16-to-u32.c: New file.
33458
33459         * modules/unistr/u32-to-u8: New file.
33460         * lib/unistr/u32-to-u8.c: New file.
33461
33462         * modules/unistr/u32-to-u16: New file.
33463         * lib/unistr/u32-to-u16.c: New file.
33464
33465         * modules/unistr/u8-check: New file.
33466         * modules/unistr/u16-check: New file.
33467         * modules/unistr/u32-check: New file.
33468         * lib/unistr/u8-check.c: New file.
33469         * lib/unistr/u16-check.c: New file.
33470         * lib/unistr/u32-check.c: New file.
33471
33472         * modules/unistr/u8-chr: New file.
33473         * modules/unistr/u16-chr: New file.
33474         * modules/unistr/u32-chr: New file.
33475         * lib/unistr/u8-chr.c: New file.
33476         * lib/unistr/u16-chr.c: New file.
33477         * lib/unistr/u32-chr.c: New file.
33478
33479         * modules/unistr/u8-cmp: New file.
33480         * modules/unistr/u16-cmp: New file.
33481         * modules/unistr/u32-cmp: New file.
33482         * lib/unistr/u8-cmp.c: New file.
33483         * lib/unistr/u16-cmp.c: New file.
33484         * lib/unistr/u32-cmp.c: New file.
33485
33486         * modules/unistr/u8-cpy: New file.
33487         * modules/unistr/u16-cpy: New file.
33488         * modules/unistr/u32-cpy: New file.
33489         * lib/unistr/u8-cpy.c: New file.
33490         * lib/unistr/u16-cpy.c: New file.
33491         * lib/unistr/u32-cpy.c: New file.
33492         * lib/unistr/u-cpy.h: New file.
33493
33494         * modules/unistr/u8-cpy-alloc: New file.
33495         * modules/unistr/u16-cpy-alloc: New file.
33496         * modules/unistr/u32-cpy-alloc: New file.
33497         * lib/unistr/u8-cpy-alloc.c: New file.
33498         * lib/unistr/u16-cpy-alloc.c: New file.
33499         * lib/unistr/u32-cpy-alloc.c: New file.
33500         * lib/unistr/u-cpy-alloc.h: New file.
33501
33502         * modules/unistr/u8-endswith: New file.
33503         * modules/unistr/u16-endswith: New file.
33504         * modules/unistr/u32-endswith: New file.
33505         * lib/unistr/u8-endswith.c: New file.
33506         * lib/unistr/u16-endswith.c: New file.
33507         * lib/unistr/u32-endswith.c: New file.
33508         * lib/unistr/u-endswith.h: New file.
33509
33510         * modules/unistr/u8-mblen: New file.
33511         * modules/unistr/u16-mblen: New file.
33512         * modules/unistr/u32-mblen: New file.
33513         * lib/unistr/u8-mblen.c: New file.
33514         * lib/unistr/u16-mblen.c: New file.
33515         * lib/unistr/u32-mblen.c: New file.
33516
33517         * modules/unistr/u8-mbtouc: New file.
33518         * modules/unistr/u16-mbtouc: New file.
33519         * modules/unistr/u32-mbtouc: New file.
33520         * lib/unistr/u8-mbtouc.c: New file.
33521         * lib/unistr/u16-mbtouc.c: New file.
33522         * lib/unistr/u32-mbtouc.c: New file.
33523
33524         * modules/unistr/u8-mbtouc-safe: New file.
33525         * modules/unistr/u16-mbtouc-safe: New file.
33526         * modules/unistr/u32-mbtouc-safe: New file.
33527         * lib/unistr/u8-mbtouc-safe.c: New file.
33528         * lib/unistr/u16-mbtouc-safe.c: New file.
33529         * lib/unistr/u32-mbtouc-safe.c: New file.
33530
33531         * modules/unistr/u8-move: New file.
33532         * modules/unistr/u16-move: New file.
33533         * modules/unistr/u32-move: New file.
33534         * lib/unistr/u8-move.c: New file.
33535         * lib/unistr/u16-move.c: New file.
33536         * lib/unistr/u32-move.c: New file.
33537         * lib/unistr/u-move.h: New file.
33538
33539         * modules/unistr/u8-next: New file.
33540         * modules/unistr/u16-next: New file.
33541         * modules/unistr/u32-next: New file.
33542         * lib/unistr/u8-next.c: New file.
33543         * lib/unistr/u16-next.c: New file.
33544         * lib/unistr/u32-next.c: New file.
33545
33546         * modules/unistr/u8-prev: New file.
33547         * modules/unistr/u16-prev: New file.
33548         * modules/unistr/u32-prev: New file.
33549         * lib/unistr/u8-prev.c: New file.
33550         * lib/unistr/u16-prev.c: New file.
33551         * lib/unistr/u32-prev.c: New file.
33552
33553         * modules/unistr/u8-set: New file.
33554         * modules/unistr/u16-set: New file.
33555         * modules/unistr/u32-set: New file.
33556         * lib/unistr/u8-set.c: New file.
33557         * lib/unistr/u16-set.c: New file.
33558         * lib/unistr/u32-set.c: New file.
33559         * lib/unistr/u-set.h: New file.
33560
33561         * modules/unistr/u8-startswith: New file.
33562         * modules/unistr/u16-startswith: New file.
33563         * modules/unistr/u32-startswith: New file.
33564         * lib/unistr/u8-startswith.c: New file.
33565         * lib/unistr/u16-startswith.c: New file.
33566         * lib/unistr/u32-startswith.c: New file.
33567         * lib/unistr/u-startswith.h: New file.
33568
33569         * modules/unistr/u8-stpcpy: New file.
33570         * modules/unistr/u16-stpcpy: New file.
33571         * modules/unistr/u32-stpcpy: New file.
33572         * lib/unistr/u8-stpcpy.c: New file.
33573         * lib/unistr/u16-stpcpy.c: New file.
33574         * lib/unistr/u32-stpcpy.c: New file.
33575         * lib/unistr/u-stpcpy.h: New file.
33576
33577         * modules/unistr/u8-stpncpy: New file.
33578         * modules/unistr/u16-stpncpy: New file.
33579         * modules/unistr/u32-stpncpy: New file.
33580         * lib/unistr/u8-stpncpy.c: New file.
33581         * lib/unistr/u16-stpncpy.c: New file.
33582         * lib/unistr/u32-stpncpy.c: New file.
33583         * lib/unistr/u-stpncpy.h: New file.
33584
33585         * modules/unistr/u8-strcat: New file.
33586         * modules/unistr/u16-strcat: New file.
33587         * modules/unistr/u32-strcat: New file.
33588         * lib/unistr/u8-strcat.c: New file.
33589         * lib/unistr/u16-strcat.c: New file.
33590         * lib/unistr/u32-strcat.c: New file.
33591         * lib/unistr/u-strcat.h: New file.
33592
33593         * modules/unistr/u8-strchr: New file.
33594         * modules/unistr/u16-strchr: New file.
33595         * modules/unistr/u32-strchr: New file.
33596         * lib/unistr/u8-strchr.c: New file.
33597         * lib/unistr/u16-strchr.c: New file.
33598         * lib/unistr/u32-strchr.c: New file.
33599
33600         * modules/unistr/u8-strcmp: New file.
33601         * modules/unistr/u16-strcmp: New file.
33602         * modules/unistr/u32-strcmp: New file.
33603         * lib/unistr/u8-strcmp.c: New file.
33604         * lib/unistr/u16-strcmp.c: New file.
33605         * lib/unistr/u32-strcmp.c: New file.
33606
33607         * modules/unistr/u8-strcpy: New file.
33608         * modules/unistr/u16-strcpy: New file.
33609         * modules/unistr/u32-strcpy: New file.
33610         * lib/unistr/u8-strcpy.c: New file.
33611         * lib/unistr/u16-strcpy.c: New file.
33612         * lib/unistr/u32-strcpy.c: New file.
33613         * lib/unistr/u-strcpy.h: New file.
33614
33615         * modules/unistr/u8-strcspn: New file.
33616         * modules/unistr/u16-strcspn: New file.
33617         * modules/unistr/u32-strcspn: New file.
33618         * lib/unistr/u8-strcspn.c: New file.
33619         * lib/unistr/u16-strcspn.c: New file.
33620         * lib/unistr/u32-strcspn.c: New file.
33621         * lib/unistr/u-strcspn.h: New file.
33622
33623         * modules/unistr/u8-strdup: New file.
33624         * modules/unistr/u16-strdup: New file.
33625         * modules/unistr/u32-strdup: New file.
33626         * lib/unistr/u8-strdup.c: New file.
33627         * lib/unistr/u16-strdup.c: New file.
33628         * lib/unistr/u32-strdup.c: New file.
33629         * lib/unistr/u-strdup.h: New file.
33630
33631         * modules/unistr/u8-strlen: New file.
33632         * modules/unistr/u16-strlen: New file.
33633         * modules/unistr/u32-strlen: New file.
33634         * lib/unistr/u8-strlen.c: New file.
33635         * lib/unistr/u16-strlen.c: New file.
33636         * lib/unistr/u32-strlen.c: New file.
33637         * lib/unistr/u-strlen.h: New file.
33638
33639         * modules/unistr/u8-strmblen: New file.
33640         * modules/unistr/u16-strmblen: New file.
33641         * modules/unistr/u32-strmblen: New file.
33642         * lib/unistr/u8-strmblen.c: New file.
33643         * lib/unistr/u16-strmblen.c: New file.
33644         * lib/unistr/u32-strmblen.c: New file.
33645
33646         * modules/unistr/u8-strmbtouc: New file.
33647         * modules/unistr/u16-strmbtouc: New file.
33648         * modules/unistr/u32-strmbtouc: New file.
33649         * lib/unistr/u8-strmbtouc.c: New file.
33650         * lib/unistr/u16-strmbtouc.c: New file.
33651         * lib/unistr/u32-strmbtouc.c: New file.
33652
33653         * modules/unistr/u8-strncat: New file.
33654         * modules/unistr/u16-strncat: New file.
33655         * modules/unistr/u32-strncat: New file.
33656         * lib/unistr/u8-strncat.c: New file.
33657         * lib/unistr/u16-strncat.c: New file.
33658         * lib/unistr/u32-strncat.c: New file.
33659         * lib/unistr/u-strncat.h: New file.
33660
33661         * modules/unistr/u8-strncmp: New file.
33662         * modules/unistr/u16-strncmp: New file.
33663         * modules/unistr/u32-strncmp: New file.
33664         * lib/unistr/u8-strncmp.c: New file.
33665         * lib/unistr/u16-strncmp.c: New file.
33666         * lib/unistr/u32-strncmp.c: New file.
33667
33668         * modules/unistr/u8-strncpy: New file.
33669         * modules/unistr/u16-strncpy: New file.
33670         * modules/unistr/u32-strncpy: New file.
33671         * lib/unistr/u8-strncpy.c: New file.
33672         * lib/unistr/u16-strncpy.c: New file.
33673         * lib/unistr/u32-strncpy.c: New file.
33674         * lib/unistr/u-strncpy.h: New file.
33675
33676         * modules/unistr/u8-strnlen: New file.
33677         * modules/unistr/u16-strnlen: New file.
33678         * modules/unistr/u32-strnlen: New file.
33679         * lib/unistr/u8-strnlen.c: New file.
33680         * lib/unistr/u16-strnlen.c: New file.
33681         * lib/unistr/u32-strnlen.c: New file.
33682         * lib/unistr/u-strnlen.h: New file.
33683
33684         * modules/unistr/u8-strpbrk: New file.
33685         * modules/unistr/u16-strpbrk: New file.
33686         * modules/unistr/u32-strpbrk: New file.
33687         * lib/unistr/u8-strpbrk.c: New file.
33688         * lib/unistr/u16-strpbrk.c: New file.
33689         * lib/unistr/u32-strpbrk.c: New file.
33690         * lib/unistr/u-strpbrk.h: New file.
33691
33692         * modules/unistr/u8-strrchr: New file.
33693         * modules/unistr/u16-strrchr: New file.
33694         * modules/unistr/u32-strrchr: New file.
33695         * lib/unistr/u8-strrchr.c: New file.
33696         * lib/unistr/u16-strrchr.c: New file.
33697         * lib/unistr/u32-strrchr.c: New file.
33698
33699         * modules/unistr/u8-strspn: New file.
33700         * modules/unistr/u16-strspn: New file.
33701         * modules/unistr/u32-strspn: New file.
33702         * lib/unistr/u8-strspn.c: New file.
33703         * lib/unistr/u16-strspn.c: New file.
33704         * lib/unistr/u32-strspn.c: New file.
33705         * lib/unistr/u-strspn.h: New file.
33706
33707         * modules/unistr/u8-strstr: New file.
33708         * modules/unistr/u16-strstr: New file.
33709         * modules/unistr/u32-strstr: New file.
33710         * lib/unistr/u8-strstr.c: New file.
33711         * lib/unistr/u16-strstr.c: New file.
33712         * lib/unistr/u32-strstr.c: New file.
33713         * lib/unistr/u-strstr.h: New file.
33714
33715         * modules/unistr/u8-strtok: New file.
33716         * modules/unistr/u16-strtok: New file.
33717         * modules/unistr/u32-strtok: New file.
33718         * lib/unistr/u8-strtok.c: New file.
33719         * lib/unistr/u16-strtok.c: New file.
33720         * lib/unistr/u32-strtok.c: New file.
33721         * lib/unistr/u-strtok.h: New file.
33722
33723         * modules/unistr/u8-uctomb: New file.
33724         * modules/unistr/u16-uctomb: New file.
33725         * modules/unistr/u32-uctomb: New file.
33726         * lib/unistr/u8-uctomb.c: New file.
33727         * lib/unistr/u16-uctomb.c: New file.
33728         * lib/unistr/u32-uctomb.c: New file.
33729
33730         * MODULES.html.sh (Unicode string functions): Add the new modules.
33731
33732 2007-01-08  Bruno Haible  <bruno@clisp.org>
33733
33734         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
33735         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
33736         subdirectories.
33737
33738 2007-01-08  Karl Berry  <karl@gnu.org>
33739
33740         * doc/error.texi: mention that main() fns must set program_name
33741         when progname is used.
33742
33743 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
33744
33745         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
33746         WCTYPE_H is empty, for the benefit of builds from non-distclean
33747         directories.  Problem reported by Eric Blake in
33748         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
33749
33750 2007-01-08  Bruno Haible  <bruno@clisp.org>
33751
33752         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
33753         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
33754         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
33755         PROVIDE_CANONICALIZE_FILENAME_MODE.
33756         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
33757
33758 2007-01-08  Bruno Haible  <bruno@clisp.org>
33759
33760         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
33761         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
33762         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
33763         * lib/fts.c: Likewise.
33764         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
33765
33766 2006-12-25  Bruno Haible  <bruno@clisp.org>
33767
33768         * modules/utf8-ucs4-safe: New file.
33769         * lib/utf8-ucs4-safe.h: New file.
33770         * lib/unistr/utf8-ucs4-safe.c: New file.
33771
33772         * modules/utf16-ucs4-safe: New file.
33773         * lib/utf16-ucs4-safe.h: New file.
33774         * lib/unistr/utf16-ucs4-safe.c: New file.
33775
33776         * MODULES.html.sh (Unicode string functions): Add the new modules.
33777
33778 2007-01-08  Bruno Haible  <bruno@clisp.org>
33779
33780         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
33781         (Depends-on): Add unitypes.
33782         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
33783         (u8_mbtouc_aux): Move out to separate file.
33784         (u8_mbtouc): Use ucs4_t, uint8_t types.
33785         * lib/unistr/utf8-ucs4.c: New file.
33786
33787         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
33788         (Depends-on): Add unitypes.
33789         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
33790         (u16_mbtouc_aux): Move out to separate file.
33791         (u16_mbtouc): Use ucs4_t, uint16_t types.
33792         * lib/unistr/utf16-ucs4.c: New file.
33793
33794         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
33795         (Depends-on): Add unitypes.
33796         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
33797         (u8_uctomb_aux): Move out to separate file.
33798         (u8_uctomb): Use ucs4_t, uint8_t types.
33799         * lib/unistr/ucs4-utf8.c: New file.
33800
33801         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
33802         (Depends-on): Add unitypes.
33803         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
33804         (u16_uctomb_aux): Move out to separate file.
33805         (u16_uctomb): Use ucs4_t, uint16_t types.
33806         * lib/unistr/ucs4-utf16.c: New file.
33807
33808 2006-12-25  Bruno Haible  <bruno@clisp.org>
33809
33810         * modules/unitypes: New file.
33811         * lib/unitypes.h: New file.
33812         * MODULES.html.sh (func_all_modules): New section "Unicode string
33813         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
33814         this section. Add unitypes.
33815
33816 2007-01-08  Bruno Haible  <bruno@clisp.org>
33817
33818         Avoid variable names that conflict with those from libtool.
33819         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
33820         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
33821         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
33822         library_names_spec to acl_library_names_spec, hardcode_* to
33823         acl_hardcode_*.
33824         Reported by Ralf Wildenhues.
33825
33826 2007-01-08  Bruno Haible  <bruno@clisp.org>
33827
33828         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
33829         definition.
33830         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
33831         definition.
33832         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
33833         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
33834         definition.
33835         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
33836         definition.
33837         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
33838         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
33839         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
33840         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
33841         definition.
33842         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
33843         definition.
33844         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
33845         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
33846         GC_USE_<algorithm>.
33847         * lib/gc-libgcrypt.c: Likewise.
33848         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
33849         * modules/gc-arctwo (configure.ac): Likewise.
33850         * modules/gc-des (configure.ac): Likewise.
33851         * modules/gc-hmac-md5 (configure.ac): Likewise.
33852         * modules/gc-hmac-sha1 (configure.ac): Likewise.
33853         * modules/gc-md2 (configure.ac): Likewise.
33854         * modules/gc-md4 (configure.ac): Likewise.
33855         * modules/gc-md5 (configure.ac): Likewise.
33856         * modules/gc-random (configure.ac): Likewise.
33857         * modules/gc-rijndael (configure.ac): Likewise.
33858         * modules/gc-sha1 (configure.ac): Likewise.
33859
33860 2007-01-08  Bruno Haible  <bruno@clisp.org>
33861
33862         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
33863         macro definition.
33864         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
33865         definition.
33866         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
33867         definition.
33868         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
33869         * modules/fcntl-safer (configure.ac): Likewise.
33870         * modules/fopen-safer (configure.ac): Likewise.
33871         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
33872         GNULIB_FWRITEERROR macro definition.
33873
33874 2007-01-08  Bruno Haible  <bruno@clisp.org>
33875
33876         * m4/gnulib-common.m4: New file.
33877         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
33878         (func_get_filelist): Add m4/gnulib-common.m4.
33879
33880 2007-01-08  Bruno Haible  <bruno@clisp.org>
33881
33882         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
33883         command.
33884
33885 2007-01-08  Jim Meyering  <jim@meyering.net>
33886
33887         Use a more robust test for a "can't happen" condition.
33888         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
33889         narrowed the st_size value.  Presuming the "can't happen" condition
33890         is true, that narrowing could conceivably convert an invalid st_size
33891         value into a valid one.  Instead, use a change based on Matthew
33892         Woehlke's original patch.
33893
33894         Slight readability improvement: use an assert-like macro
33895         in place of literal "abort ()" uses.
33896         * lib/fts.c (fts_assert): Define.
33897         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
33898         Use this macro instead of a bare 'abort'.
33899
33900 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
33901
33902         Don't worry about using IRIX 5.3's wctype.h broken definitions;
33903         simply work around them.
33904         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
33905         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
33906         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
33907         declaring.
33908         Don't bother to define as macros, since the standard doesn't require it.
33909         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
33910         longer worry about IRIX 5.3.
33911         (HAVE_WCTYPE_CTMP_BUG): Remove.
33912
33913 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33914
33915         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
33916         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
33917         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33918         Problems reported by Georg Schwarz for IRIX 5.3.
33919
33920         * gnulib-tool (autoconf_minversion): Take the maximum version number
33921         found, not the minimum.  Problem reported by James Youngman.
33922
33923 2007-01-03  Karl Berry  <karl@gnu.org>
33924
33925         * doc/error.texi: new file, explaining interaction with progname.
33926         * doc/gnulib.texi: include it.  Update copyright.
33927
33928 2007-01-03  Simon Josefsson  <simon@josefsson.org>
33929
33930         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
33931         AC_CANONICAL_HOST, to improve autobuild outputs.
33932
33933 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
33934             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
33935
33936         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
33937         sockets, server sockets, and other file descriptors.  Count errors
33938         to compute the return value.  Reorder the code a bit to be easier
33939         to follow.  Don't set event bits that were not requested (except
33940         POLLERR and POLLHUP).
33941
33942 2007-01-01  Bruno Haible  <bruno@clisp.org>
33943
33944         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
33945
33946 2007-01-03  Jim Meyering  <jim@meyering.net>
33947
33948         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
33949
33950 2007-01-02  Bruno Haible  <bruno@clisp.org>
33951
33952         * modules/settime (Include): Require timespec.h.
33953         * modules/nanosleep (Include): Likewise.
33954
33955 2007-01-01  Bruno Haible  <bruno@clisp.org>
33956
33957         * gnulib-tool (func_emit_copyright_notice): Bump year.
33958         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
33959
33960 2007-01-01  Bruno Haible  <bruno@clisp.org>
33961
33962         Improve support for OpenBSD.
33963         * build-aux/config.rpath (libname_spec): Export.
33964         (library_names_spec): New variable. Export.
33965         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
33966         library_names_spec from the config.rpath output. Locate shared library
33967         through the name pattern in library_names_spec.
33968
33969 2007-01-01  Eric Blake  <ebb9@byu.net>
33970
33971         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
33972
33973 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
33974
33975         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
33976         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
33977         assume the C locale, and avoid an "eval" that could cause trouble.
33978         Problem with SORT reported by Bob Proulx.
33979
33980         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
33981         Define.  Trivial patch from Henning Nielsen Lund, originally
33982         sent to bug-grep@gnu.org today.
33983
33984 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
33985
33986         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
33987         struct stat.  Problem reported by Henning Nielsen Lund.
33988         * lib/acl.c: Include acl.h first, to check interface.  Don't
33989         bother to include sys/types.h and sys/stat.h again.
33990
33991 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
33992
33993         Import the following change from libc; problem reported by
33994         Sven Verdoolaege.
33995
33996         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
33997
33998         [BZ #1373]
33999         * lib/argp.h: Remove __NTH for __argp_usage inline function.
34000
34001 2006-12-28  Jim Meyering  <jim@meyering.net>
34002
34003         * build-aux/announce-gen: Do not assume that the package
34004         builds any of tar.gz, tar.bz2, and .xdelta files.
34005         Suggestion from Simon Josefsson.
34006
34007 2006-12-28  Simon Josefsson  <simon@josefsson.org>
34008
34009         * modules/announce-gen: New file.
34010
34011 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
34012
34013         * lib/mbchar.h: Just include <wctype.h>; the wctype module
34014         handles its gotchas now.
34015         * lib/mbswidth.c: Likewise.
34016         * lib/wcwidth.h: Likewise.
34017         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
34018         and iswcntrl; the wctype module does this stuff now.
34019         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
34020         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
34021         * modules/mbchar (Depends-on): Add wctype.
34022         * modules/mbswidth (Depends-on): Likewise.
34023         * modules/wcwidth (Depends-on): Likewise.
34024
34025 2006-12-27  Eric Blake  <ebb9@byu.net>
34026
34027         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
34028         module uses more than what <wctype.h> is required to provide.
34029
34030 2006-12-26  Eric Blake  <ebb9@byu.net>
34031
34032         * gnulib-tool (sed_extract_prog): Avoid space-tab.
34033
34034 2006-12-26  Eric Blake  <ebb9@byu.net>
34035
34036         * modules/absolute-header: New module.
34037         * modules/fcntl (Depends-on): Depend on it.
34038         * modules/inttypes (Depends-on): Likewise.
34039         * modules/stdint (Depends-on): Likewise.
34040         * modules/sys_stat (Depends-on): Likewise.
34041         * modules/wctype (Depends-on): Likewise.
34042         * MODULES.html.sh (Support for building libraries and
34043         executables): Document it.
34044
34045 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
34046
34047         * gnulib-tool (SED): Remove, undoing previous change.
34048         The problem was that it broke coreutils on Solaris, because
34049         "sed --posix" leaked into a makefile.
34050         (sed): New alias, if 'alias' and GNU sed.
34051
34052 2006-12-24  Jim Meyering  <jim@meyering.net>
34053
34054         Work around an fchownat bug in glibc-2.4:
34055         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
34056         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
34057         in spite of the -P option.
34058         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
34059         New macros.
34060         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
34061         * modules/openat (Files): Add lib/fchownat.c.
34062         * lib/openat.c (fchownat): Don't define here.  Move to...
34063         * lib/fchownat.c: ...this new file.
34064
34065 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34066
34067         Fix bug reported by Bruno Haible in
34068         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
34069         where quotearg.c didn't compile on Mac OS X 10.2 because it
34070         lacks <wchar.h> and wint_t.
34071         * lib/wctype_.h (__wctype_wint_t): New type.
34072         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
34073         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
34074         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
34075         Arg is now of type __wctype_wint_t, not wint_t.
34076         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
34077         substitute HAVE_WINT_T.
34078         * modules/wctype (Files): Add m4/wint_t.m4.
34079         (wctype.h): Substitute HAVE_WINT_T.
34080
34081 2006-12-23  Bruno Haible  <bruno@clisp.org>
34082
34083         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
34084
34085 2006-12-23  Bruno Haible  <bruno@clisp.org>
34086
34087         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
34088         S_ISLNK.
34089         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
34090         mingw.
34091
34092 2006-12-22  Bruno Haible  <bruno@clisp.org>
34093
34094         * lib/copy-file.c: Include acl.h.
34095         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
34096         Close the file descriptors only after being done with copy_acl.
34097         * modules/copy-file (Depends-on): Add acl.
34098
34099 2006-12-22  Bruno Haible  <bruno@clisp.org>
34100
34101         * gnulib-tool (SED): New variable.
34102         Use $SED instead of sed everywhere.
34103
34104 2006-12-22  Bruno Haible  <bruno@clisp.org>
34105
34106         * modules/no-c++: New file.
34107         * m4/no-c++.m4: New file.
34108         * MODULES.html.sh (Support for building libraries and executables):
34109         Add no-c++.
34110
34111 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
34112
34113         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
34114         Include <limits.h>, and use its INT_MAX to rewrite the
34115         j loop so that it does not overflow 'int'.  Problem reported by
34116         Ralf Wildenhues in
34117         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
34118         Play it safe by shifting left by 1 rather than multiplying by 2,
34119         as GCC is less likely to optimize this away when the value
34120         is signed (when it assumes overflow leads to undefined behavior).
34121         Also, don't assume time_t uses two's complement.
34122
34123 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
34124
34125         * MODULES.html.sh: New module wctype.
34126         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
34127         * lib/fnmatch.c: Don't bother to include <wchar.h> before
34128         <wctype.h>, since the new wctype module should fix this.
34129         * lib/quotearg.c: Include <wctype.h> unconditionally, since
34130         the wctype module should arrange for it.
34131         * lib/regex_internal.h: Likewise.
34132         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
34133         since the wctype module should handle this now.
34134         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
34135         * modules/fnmatch (Depends-on): Add wctype.
34136         * modules/quotearg (Depends-on): Likewise.
34137         * modules/regex (Depends-on): Likewise.
34138
34139 2006-12-19  Bruno Haible  <bruno@clisp.org>
34140
34141         * lib/strdup.h [C++]: Wrap definitions in extern "C".
34142         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
34143
34144 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34145
34146         * modules/savewd (Depends-on): Fix dependency on fcntl.
34147
34148 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
34149
34150         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
34151         conforms to C99, rather than relying on the user's environment
34152         setting of STDINT_H.
34153
34154 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
34155         and Eric Blake  <ebb9@byu.net>
34156
34157         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
34158         This is more consistent with the other defines here.
34159         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
34160         Port to z/OS.  Problem reported by Paul Gilmartin.
34161         Change local vars to use gl_ prefix rather than ac_.
34162         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
34163         with other defines.
34164         * modules/double-slash-root: New module.
34165         * modules/dirname (Files): Remove m4/double-slash-root.m4.
34166         (Depends-on): Add double-slash-root.
34167         * MODULES.html.sh (File system functions): Mention new module.
34168
34169 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
34170
34171         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
34172         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
34173         This is for the benefit of gzip, which doesn't do i18n.
34174
34175 2006-12-12  Jim Meyering  <jim@meyering.net>
34176
34177         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
34178         Reported by Andreas Schwab <schwab@suse.de>.
34179
34180 2006-12-12  Bruno Haible  <bruno@clisp.org>
34181
34182         Merge these changes.
34183         2006-09-05  Bruno Haible  <bruno@clisp.org>
34184         * lib/iconvme.c (iconv_string): No need to save and restore errno when
34185         iconv_alloc succeeded.
34186         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
34187         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
34188         test for " && dest " at the end - dest is always != NULL there. Call
34189         iconv with 4xNULL arguments initially, to reset the state. Call iconv
34190         with 2xNULL arguments, also to flush the state storage. Handle the
34191         IRIX iconv behaviour. Realloc the final result, to throw away unused
34192         memory.
34193
34194 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
34195
34196         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
34197         and fchmodat unconditionally, since glibc 2.4 has them.
34198         Problem reported by Arkadiusz Miskiewicz.
34199
34200 2006-12-10  Bruno Haible  <bruno@clisp.org>
34201
34202         * gnulib-tool (func_import): Show the include files only for those
34203         modules that are copied and specified.
34204         Reported by Karl Berry.
34205
34206 2006-12-08  Jim Meyering  <jim@meyering.net>
34207
34208         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
34209         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
34210
34211         * build-aux/announce-gen: Add two new options, both optional:
34212         --bootstrap-tools=TOOL_LIST
34213               a comma-separated list of tools, e.g.,
34214               autoconf,automake,bison,gnulib
34215         --gnulib-snapshot-date=DATE
34216               if gnulib is in the bootstrap tool list,
34217               then report this as the snapshot date.
34218               If not specified, use the current date/time.
34219               If you specify a date here, be sure it's UTC.
34220
34221 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34222
34223         * tests/test-argp-2.sh: Fix test to match actual output.
34224         (func_compare): Fix sed script to be portable.
34225
34226 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
34227
34228         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
34229         workaround for this case.  It is not autoconfigured now; offhand
34230         it's hard to see how to autoconfigure it.
34231
34232 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
34233
34234         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
34235         a directory that is about to be chowned.  Such a directory's
34236         initial file permissions should permit the owner only and this
34237         should not be changed until after the chown, since the group and
34238         other bits would be incorrect if they granted permission before
34239         the chown.
34240
34241         Fix porting problem for iswctype reported by Georg Schwarz in:
34242         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
34243         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
34244         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
34245         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
34246         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34247
34248 2006-12-03  Jim Meyering  <jim@meyering.net>
34249
34250         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
34251         p->fts_statp may not yet be defined.
34252         (fts_read): Instead, set it in the caller, once p->fts_statp is
34253         sure to be defined, and corresponds to a top-level directory.
34254         This bug made du -x fail.  Here's the coreutils test case:
34255         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
34256         Reported by Mike Frysinger.
34257
34258 2006-12-01  Jim Meyering  <jim@meyering.net>
34259
34260         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
34261         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
34262         Reported by Simon Josefsson.
34263
34264 2006-11-30  Jim Meyering  <jim@meyering.net>
34265
34266         * m4/warning.m4: Use the all-permissive copyright notice
34267         recommended by RMS (rather than LGPL).
34268         * m4/vararrays.m4: Likewise.
34269         * m4/flexmember.m4: Likewise.
34270
34271 2006-11-29  Bruno Haible  <bruno@clisp.org>
34272
34273         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
34274         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
34275         using +=.
34276         Reported by Simon Josefsson <simon@josefsson.org>.
34277
34278 2006-11-28  James Youngman <jay@gnu.org>
34279
34280         * README: Advise users that they might find the bug-gnulib@gnu.org
34281         and autotools-announce@gnu.org mailing lists useful.
34282
34283 2006-11-28  Bruno Haible  <bruno@clisp.org>
34284
34285         * m4/ptrdiff_max.m4: Remove file.
34286
34287 2006-11-21  Bruno Haible  <bruno@clisp.org>
34288
34289         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
34290         _AC_COMPUTE_INT.
34291         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34292         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
34293         _AC_COMPUTE_INT.
34294         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34295         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
34296         _AC_COMPUTE_INT.
34297         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34298
34299 2006-11-28  Jim Meyering  <jim@meyering.net>
34300
34301         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
34302         warning from "gcc -Wshadow" about shadowing the builtin.
34303
34304 2006-11-27  Bruno Haible  <bruno@clisp.org>
34305
34306         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
34307         _AC_COMPUTE_INT.
34308         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34309
34310 2006-11-27  Bruno Haible  <bruno@clisp.org>
34311             Paul Eggert  <eggert@cs.ucla.edu>
34312
34313         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
34314
34315 2006-11-26  Bruno Haible  <bruno@clisp.org>
34316
34317         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
34318         noinst_LTLIBRARIES.
34319
34320 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
34321             Bruno Haible  <bruno@clisp.org>
34322
34323         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
34324         if compiling with "gcc -ansi".
34325
34326 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
34327
34328         Fix some incompatibilities with gcc -ansi -pedantic.
34329         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
34330         if compiling pedantically with GCC, unless it's C99 or later.
34331         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
34332         it mishandles gcc -ansi -pedantic as well.
34333         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
34334         if gcc -pedantic.
34335         * lib/regexec.c (check_node_accept_bytes): Don't use auto
34336         initializers for struct if -pedantic, unless it's C99 or later.
34337
34338 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
34339
34340         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
34341         Don't close an fd more than once. Identical atimes indicate
34342         success, not failure.
34343
34344 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
34345
34346         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
34347
34348 2006-11-23  Jim Meyering  <jim@meyering.net>
34349
34350         * build-aux/announce-gen: New file.  From coreutils.
34351
34352 2006-11-22  Jim Meyering  <jim@meyering.net>
34353
34354         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
34355         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
34356         (fts_read): Use a temporary to narrow the overused st_size member
34357         before using it in a switch statement.  Reported by Matthew Woehlke.
34358
34359         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
34360         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
34361
34362 2006-11-20  Bruno Haible  <bruno@clisp.org>
34363
34364         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
34365         changequote instead of pairs of brackets.
34366         Reported by Andreas Schwab <schwab@suse.de>.
34367
34368 2006-11-21  Jim Meyering  <jim@meyering.net>
34369
34370         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
34371         so as to remain compatible with older compilers.
34372         Patch from Michael Deutschmann.
34373
34374 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34375
34376         * MODULES.html.sh (File system functions): Add openat.
34377
34378         * lib/openat.h (rpl_fstatat): New macro, if
34379         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
34380         (fstatat): Define to rpl_fstatat under the same conditions,
34381         unless COMPILING_FSTATAT.
34382         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
34383         seems to have the bug.
34384         * lib/fstatat.c: New file.
34385         * modules/openat (Files): Add it.
34386
34387 2006-11-20  Bruno Haible  <bruno@clisp.org>
34388
34389         * Makefile: New file.
34390
34391 2006-11-20  Jim Meyering  <jim@meyering.net>
34392
34393         The beginnings of syntax-related checks for gnulib.
34394         * lib/Makefile: New file.
34395         * lib/t-idcache: New script.  Ensure that the two halves of
34396         idcache.c stay in sync.
34397
34398         * lib/idcache.c: Adjust comments in user- and group- portions to
34399         be more accurate, and to be consistent with one another.
34400
34401 2006-11-20  Jim Meyering  <jim@meyering.net>
34402
34403         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
34404         continue using the flexible array member (thus, this module performs
34405         half as many malloc calls), with the addition that...
34406         (getgroup, getuser): Consistently record a non-match via an empty
34407         "name" string, and map an empty string match to a NULL return value.
34408         * modules/idcache (Depends-on): Re-add flexmember.
34409
34410         * lib/idcache.c (getuser): Remove all uses of the register keyword.
34411         (getuidbyname, getgroup, getgidbyname): Likewise.
34412
34413         Use cleaner syntax: NULL rather than 0.
34414         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
34415
34416 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34417
34418         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
34419         It mishandled the case where the group was missing.
34420         Problem reported by Greg Schafer.
34421         * modules/idcache: Likewise.
34422
34423 2006-11-18  Jim Meyering  <jim@meyering.net>
34424
34425         * check-module (%exempt_header): Add exception for some
34426         conditionally-included headers.
34427
34428         * modules/i-ring (Depends-on): Add verify.
34429         (License): Change to LGPL.
34430
34431 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34432
34433         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
34434         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
34435         and inttostr.h.  Use snprintf rather than uinttostr, so that
34436         LGPLed code doesn't depend on GPLed.
34437
34438 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34439
34440         * modules/inline (License): Change from GPL to LGPL.
34441
34442 2006-11-17  Jim Meyering  <jim@meyering.net>
34443
34444         * modules/d-type (License): Switch to LGPL.
34445
34446 2006-11-15  Bruno Haible  <bruno@clisp.org>
34447
34448         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
34449
34450 2006-11-15  Eric Blake  <ebb9@byu.net>
34451
34452         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
34453         the module dependency.
34454
34455 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34456             Bruno Haible  <bruno@clisp.org>
34457
34458         * gnulib-tool (func_create_testdir): Add license consistency check.
34459
34460 2006-11-15  Eric Blake  <ebb9@byu.net>
34461
34462         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
34463         random "(cached)" in configure output.
34464
34465 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34466
34467         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
34468         test for conforming inttypes.h is both announced and cached.
34469
34470         * MODULES.html.sh (seen_modules, seen_files): New variables.
34471         (func_module): Rewrite to use a few less gnulib-tool and sed
34472         invocations.  Avoid a couple of quadratic algorithms for ...
34473         (missed_modules, missed_files): ... these, with ...
34474         (func_append, func_tmpdir): ... these new functions, from
34475         gnulib-tool.  Analogously, install traps for cleanup.
34476
34477         * tests/test-gc.c (main): Remove unused variables.
34478         * tests/test-read-file.c: Include stdlib.h, for 'free'.
34479
34480 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
34481
34482         * modules/inttostr (License): Change to LGPL.
34483
34484 2006-11-14  Eric Blake  <ebb9@byu.net>
34485
34486         * modules/tempname (License): Change to LGPL.
34487
34488 2006-11-14  Eric Blake  <ebb9@byu.net>
34489
34490         * doc/functions.texi (Function Portability): *printf functions on
34491         Cygwin now understand all POSIX size specifiers.
34492
34493 2006-11-14  Bruno Haible  <bruno@clisp.org>
34494
34495         * modules/c-ctype (License): Change to LGPL.
34496
34497 2006-11-12  Bruno Haible  <bruno@clisp.org>
34498
34499         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
34500         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
34501         for GNOME libraries, for which the include files are installed in
34502         subdirectories of $prefix/include.
34503
34504 2006-11-12  Bruno Haible  <bruno@clisp.org>
34505
34506         * m4/lib-link.m4: Require at least autoconf-2.54.
34507         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
34508         name to underscores for the --with option.
34509
34510 2006-11-13  Bruno Haible  <bruno@clisp.org>
34511
34512         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
34513         the tests directory.
34514         Reported by Ralf Wildenhues.
34515
34516 2006-11-13  Bruno Haible  <bruno@clisp.org>
34517
34518         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
34519         (func_emit_initmacro_end): Undo the override here.
34520         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
34521         Works around the famous automake error in coreutils.
34522
34523 2006-11-13  Eric Blake  <ebb9@byu.net>
34524
34525         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
34526         element, not its node.
34527
34528 2006-11-12  Bruno Haible  <bruno@clisp.org>
34529
34530         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
34531         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
34532
34533 2006-11-12  Bruno Haible  <bruno@clisp.org>
34534
34535         * gnulib-tool: New option --local-symlink.
34536         (func_usage): Document it.
34537         (lsymbolic): New variable.
34538         (func_import, func_create_testdir): If --symlink was not specified,
34539         test whether --local-symlink was specified and the file comes from
34540         the local_gnulib_dir.
34541
34542 2006-11-12  Bruno Haible  <bruno@clisp.org>
34543
34544         * gnulib-tool (func_ln): New function.
34545         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
34546
34547 2006-11-12  Bruno Haible  <bruno@clisp.org>
34548
34549         Finish support for source files in subdirectories.
34550         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
34551         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
34552         AUTOMAKE_OPTIONS.
34553         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
34554
34555 2006-11-12  Bruno Haible  <bruno@clisp.org>
34556
34557         * gnulib-tool (func_get_automake_snippet): Synthesize also an
34558         EXTRA_lib_SOURCES augmentation.
34559         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
34560
34561 2006-11-12  Jim Meyering  <jim@meyering.net>
34562
34563         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
34564         file descriptors.  This also averts a failure on systems with
34565         native openat support when a traversed directory lacks "x" access.
34566         * lib/fts_.h: Include "i-ring.h"
34567         (struct FTS) [fts_fd_ring]: New member.
34568         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
34569         (FCHDIR): Add parentheses.
34570         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
34571         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
34572         When descending, rather than simply closing the previous
34573         fts_cwd_fd value, push that file descriptor onto the ring.
34574         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
34575         (fts_open): Initialize the new fd_ring member.
34576         (fts_close): Clear the ring.
34577         (fts_safe_changedir): When possible, use our new fd_ring to skip
34578         the diropen and fstat and dev/ino comparison that would normally
34579         accompany a virtual `chdir ("..")'.
34580
34581         * modules/fts (Depends-on): Add i-ring.
34582         * modules/i-ring: New module.
34583         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
34584         * m4/i-ring.m4: New file.
34585
34586 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34587
34588         * gnulib-tool (func_create_testdir): Fix replacement of
34589         `build-aux' in configure.ac.  Run autotools in gltests
34590         subdirectory.
34591         (func_create_testdir, func_create_megatestdir, test): There is
34592         no need for '--force' in most autotool invocations in a new
34593         tree.  Actually fail the whole test if any of the tools, or the
34594         configure or make stages fail.
34595
34596         Sync from Automake.
34597         * build-aux/gnupload: Revert last change.  Add pointer to upload
34598         instructions of the GNU Maintenance Instructions.
34599         Suggestion by Karl Berry.
34600
34601 2006-11-10  Jim Meyering  <jim@meyering.net>
34602
34603         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
34604
34605 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34606
34607         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
34608         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
34609         (bind_textdomain_codeset) [! ENABLE_NLS]:
34610         Evaluate all the arguments.  That way, callers get compatible behavior
34611         if the arguments have side effects.  Also, it avoids some GCC
34612         diagnostics in some cases; Joel E. Denny reported problems when Bison
34613         was configured with --enable-gcc-warnigs.
34614
34615 2006-11-10  Jim Meyering  <jim@meyering.net>
34616
34617         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
34618         relevant options in CFLAGS (like -O, -fno-inline) are taken into
34619         account.
34620
34621 2006-11-10  Jim Meyering  <jim@meyering.net>
34622
34623         * modules/inline: New file/module.
34624         * modules/xalloc (Files): Remove m4/inline.m4.
34625         (Depends-on): Add inline, instead.
34626         * modules/oset: Likewise.
34627         * modules/list: Likewise.
34628
34629 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34630
34631         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
34632         Problem reported by Matthew Woehlke.
34633
34634 2006-11-09  Bruno Haible  <bruno@clisp.org>
34635
34636         * lib/tempname.c (gen_tempname): Remove variant that invokes
34637         __gen_tempname.
34638         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
34639         __gen_tempname.
34640
34641 2006-11-08  Bruno Haible  <bruno@clisp.org>
34642
34643         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
34644         to 'yes' instead of 'cross-compiling'.
34645
34646 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
34647
34648         * lib/quotearg.h (quotearg_free): New decl.
34649         * lib/quotearg.c (quotearg_free): New function.
34650         (slot0, nslots, slotvec0, slotvec):
34651         Now file-scope so that quotearg_free can get at them.
34652
34653 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34654
34655         Sync from Automake.
34656         * build-aux/gnupload: Add missing 'gnu' to example URL.
34657         Report by Karl Berry.
34658
34659 2006-11-08  Bruno Haible  <bruno@clisp.org>
34660
34661         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
34662         Suggested by Paul Eggert.
34663
34664 2006-11-08  Jim Meyering  <jim@meyering.net>
34665
34666         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
34667         It's already included if !_LIBC.
34668         (fts_safe_changedir): Add a comment.
34669
34670 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
34671
34672         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
34673         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
34674         Matthew Woehlke.
34675
34676         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
34677         definitions up, to avoid colliding with change below.
34678         (static_inline) [HAVE_INLINE]: New macro.
34679         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
34680         Provide extern decls when !HAVE_INLINE.  Do not define unless
34681         static_inline is defined, either by us or by xmalloc.c.  Use
34682         static_inline rather than static inline.
34683         (XCALLOC): Optimize sizeof(T) = 1 case.
34684         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
34685
34686 2006-11-07  Bruno Haible  <bruno@clisp.org>
34687
34688         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
34689         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
34690         AC_C_INLINE.
34691         * modules/xalloc (Files): Add m4/inline.m4.
34692
34693 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34694
34695         * README: Fix typo.
34696         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
34697         (Miscellanous Notes): ...from this.
34698
34699 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
34700
34701         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
34702         Mention that offsetof should be used instead of sizeof.
34703         From Bruno Haible.
34704
34705 2006-11-07  Bruno Haible  <bruno@clisp.org>
34706
34707         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
34708
34709 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
34710
34711         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
34712         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
34713         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
34714         (gl_tree_add_before, gl_tree_add_after):
34715         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
34716         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
34717         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
34718         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
34719         (gl_linked_add_after, gl_linked_add_at): Likewise.
34720         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
34721         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
34722         (gl_tree_add_before, gl_tree_add_after): Likewise.
34723         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
34724         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
34725         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
34726
34727 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34728
34729         * lib/gl_oset.h: Use C comment style, not C++ comment style.
34730
34731 2006-11-06  Bruno Haible  <bruno@clisp.org>
34732
34733         * m4/inline.m4: New file.
34734         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
34735         * modules/list (Files): Add m4/inline.m4.
34736         * modules/oset (Files): Likewise.
34737
34738 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
34739
34740         * lib/idcache.c: Include <stddef.h>, for offsetof.
34741         (struct userid.name): Change from char * to a flexible array member.
34742         All uses changed.
34743         * modules/idcache (Depends-on): Add flexmember.
34744
34745         * MODULES.html.sh (Core language properties): New module flexmember.
34746         * modules/flexmember, m4/flexmember.m4: New files.
34747
34748         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
34749         inline functions that are identical with the old xnmalloc_inline,
34750         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
34751         that we can avoid some unnecessary integer multiplications and
34752         divisions in the common case where the element size is known at
34753         compile time.
34754         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
34755         needed.
34756         (xnboundedmalloc): Remove.
34757         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
34758         arguments, for consistency with rest of this header.
34759         (xcharalloc): Rewrite using XNMALLOC.
34760         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
34761         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
34762         versions have been moved to lib/xalloc.h and renamed to be the
34763         non-*_inline versions.
34764         (xmalloc, xrealloc): Implement without reference to the xnmalloc
34765         and xnrealloc functions, since those functions are now inline and
34766         now call us.
34767         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
34768         renaming described above.
34769         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
34770         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
34771         captures the dependency in AC_C_INLINE.
34772
34773         New module canonicalize-lgpl, proposed by Charles Wilson in
34774         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
34775         with a few small changes afterwards.
34776         * MODULES.html.sh (File system functions): New module
34777         canonicalize-lgpl.
34778         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
34779         and canonicalize_file_name.
34780         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
34781         * modules/canonicalize-lgpl: New files.
34782
34783 2006-11-05  Bruno Haible  <bruno@clisp.org>
34784
34785         * gnulib-tool (func_import, func_create_testdir): Create directories
34786         also for files in subdirectories of lib/.
34787
34788 2006-11-05  Bruno Haible  <bruno@clisp.org>
34789
34790         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
34791         ANSI C compliant.
34792
34793 2006-11-03  Bruno Haible  <bruno@clisp.org>
34794
34795         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
34796         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
34797         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
34798         (xnboundedmalloc): New inline function.
34799         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
34800         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
34801         xmalloc.
34802         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
34803         xmalloc.
34804         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
34805         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
34806         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
34807         xmalloc.
34808         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
34809         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
34810         xmalloc.
34811         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
34812         gl_tree_add_after): Use XMALLOC instead of xmalloc.
34813         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
34814         xmalloc.
34815         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
34816         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
34817         gl_tree_add_after): Use XMALLOC instead of xmalloc.
34818         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
34819         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
34820         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
34821         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
34822
34823 2006-11-03  Bruno Haible  <bruno@clisp.org>
34824
34825         * lib/c-ctype.h [C++]: Define functions without name mangling.
34826         * lib/fwriteerror.h [C++]: Likewise.
34827         * lib/gcd.h [C++]: Likewise.
34828         * lib/linebreak.h [C++]: Likewise.
34829
34830 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34831
34832         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
34833         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
34834         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
34835         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
34836         Check for functions and headers just once.
34837         Check for declaration of canonicalize_file_name.
34838         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
34839
34840 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
34841
34842         * gnulib-tool (func_import): Fix typo in actioncmd.
34843
34844 2006-11-02  Bruno Haible  <bruno@clisp.org>
34845
34846         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
34847         newline sequence in the Makefile.am snippet as a space, like "make"
34848         does.
34849         Reported by Roger Persson <perrog@gmail.com>.
34850
34851 2006-11-01  Bruno Haible  <bruno@clisp.org>
34852
34853         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
34854         already declared in <string.h>.
34855         * lib/strcase.h (strncasecmp): Don't declare it if yes.
34856
34857 2006-11-01  Bruno Haible  <bruno@clisp.org>
34858
34859         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
34860         * lib/strcase.h: Include <string.h>.
34861         (strcasecmp): Define to rpl_strcasecmp here.
34862
34863 2006-11-01  Bruno Haible  <bruno@clisp.org>
34864
34865         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
34866
34867 2006-11-01  Eric Blake  <ebb9@byu.net>
34868
34869         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
34870
34871         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
34872
34873 2006-10-29  Bruno Haible  <bruno@clisp.org>
34874
34875         Make it compile in C++ mode.
34876         * lib/full-write.c (full_rw): Add a cast.
34877
34878 2006-11-01  Bruno Haible  <bruno@clisp.org>
34879
34880         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
34881         be POSIX compliant.
34882         Reported by Roger Persson <perrog@gmail.com>.
34883
34884 2006-11-01  Eric Blake  <ebb9@byu.net>
34885
34886         * lib/getopt_.h: Fix comments.
34887
34888 2006-10-31  Eric Blake  <ebb9@byu.net>
34889
34890         * modules/tmpdir (Depends-on): Add sys_stat.
34891         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
34892         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
34893         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
34894         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
34895         tempname.
34896
34897 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
34898
34899         Avoid some C++ diagnostics reported by Bruno Haible.
34900         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
34901         xmalloc.
34902         (quotearg_alloc): Use xcharalloc rather than xmalloc.
34903         (struct slotvec): Move to top level.
34904         (quotearg_n_options): Rewrite to avoid xmalloc.
34905         * lib/xalloc.h (xcharalloc): New function.
34906         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
34907         [defined __cplusplus]: Add function template that provides result
34908         type propagation.  This part of the change is from Bruno Haible.
34909
34910 2006-10-29  Bruno Haible  <bruno@clisp.org>
34911
34912         Make it compile in C++ mode.
34913         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
34914         * lib/strnlen1.c (strnlen1): Cast memchr result.
34915         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
34916         * lib/clean-temp.c (string_equals, string_hash): Add casts.
34917         (create_temp_dir): Rename local variable 'template'.
34918         (compile_csharp_using_sscli): Add cast.
34919         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
34920         * lib/findprog.c (find_in_path): Likewise.
34921         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
34922         * lib/wait-process.c (register_slave_subprocess): Likewise.
34923
34924 2006-10-22  Bruno Haible  <bruno@clisp.org>
34925
34926         * modules/tsearch: New file.
34927         * lib/tsearch.h: New file.
34928         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
34929         * m4/tsearch.m4: New file.
34930         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
34931
34932 2006-10-29  Eric Blake  <ebb9@byu.net>
34933
34934         * lib/arcfour.c: Assume config.h.
34935         * lib/arctwo.c: Likewise.
34936         * lib/base64.c: Likewise.
34937         * lib/check-version.c: Likewise.
34938         * lib/crc.c: Likewise.
34939         * lib/des.c: Likewise.
34940         * lib/gc-gnulib.c: Likewise.
34941         * lib/gc-libgcrypt.c: Likewise.
34942         * lib/gc-pbkdf2-sha1.c: Likewise.
34943         * lib/getaddrinfo.c: Likewise.
34944         * lib/getdelim.c: Likewise.
34945         * lib/getline.c: Likewise.
34946         * lib/hmac-md5.c: Likewise.
34947         * lib/hmac-sha1.c: Likewise.
34948         * lib/iconvme.c: Likewise.
34949         * lib/md2.c: Likewise.
34950         * lib/md4.c: Likewise.
34951         * lib/memxor.c: Likewise.
34952         * lib/read-file.c: Likewise.
34953         * lib/readline.c: Likewise.
34954         * lib/rijndael-alg-fst.c: Likewise.
34955         * lib/rijndael-api-fst.c: Likewise.
34956         * lib/xgetdomainname.c: Likewise.
34957
34958 2006-10-28  Eric Blake  <ebb9@byu.net>
34959
34960         * lib/xstrndup.c: Assume config.h.
34961
34962 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
34963
34964         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
34965         stat-macros.h is now for our own macros, whereas stat_h is for
34966         macros in the <sys/stat.h> name space.
34967         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
34968         (STAT_MACROS_H): Remove.
34969         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
34970         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
34971         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
34972         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
34973         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
34974         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
34975         Move these macros to ...
34976         * lib/stat_.h: here.  Don't include stat-macros.h.
34977         * lib/canonicalize.c: Don't include stat-macros.h.
34978         * lib/chown.c: Likewise.
34979         * lib/euidaccess.c: Likewise.
34980         * lib/file-type.c: Likewise.
34981         * lib/filemode.c: Likewise.
34982         * lib/glob.c: Likewise.
34983         * lib/isapipe.c: Likewise.
34984         * lib/lchown.c: Likewise.
34985         * lib/lstat.c: Likewise.
34986         * lib/mkdir-p.c: Likewise.
34987         * lib/rmdir.c: Likewise.
34988         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
34989         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
34990         unless mkdir isn't declared, to speed up 'configure'.
34991         Always create sys/stat.h, since it's unlikely any real sys/stat.h
34992         would define all the S_* symbols.
34993         * modules/canonicalize (Depends-on):
34994         Depend on sys_stat, not stat-macros.
34995         * modules/chown: Likewise.
34996         * modules/euidaccess: Likewise.
34997         * modules/filemode: Likewise.
34998         * modules/file-type: Likewise.
34999         * modules/glob: Likewise.
35000         * modules/isapipe: Likewise.
35001         * modules/lchown: Likewise.
35002         * modules/lstat: Likewise.
35003         * modules/mkancesdirs: Likewise.
35004         * modules/rmdir: Likewise.
35005         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
35006         * modules/modechange: Likewise.
35007         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
35008         (configure.ac): Remove gl_STAT_MACROS.
35009         * modules/sys_stat (Depends-on): Remove stat-macros.
35010
35011 2006-10-27  Bruno Haible  <bruno@clisp.org>
35012
35013         * m4/signed.m4: Remove file.
35014         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
35015         invocation.
35016         * modules/vasnprintf (Files): Remove m4/signed.m4.
35017
35018 2006-10-27  Bruno Haible  <bruno@clisp.org>
35019
35020         Update to GNU gettext 0.16.
35021         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
35022         m4/inttypes-h.m4, m4/signed.m4.
35023         * m4/gettext.m4: Update to GNU gettext 0.16.
35024         * m4/intl.m4: New file, from GNU gettext.
35025         * m4/intldir.m4: New file, from GNU gettext.
35026         * config/srclist.txt: Update
35027
35028 2006-10-27  Eric Blake  <ebb9@byu.net>
35029
35030         * MODULES.html.sh: Document tempname.
35031         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
35032         dependencies.
35033         (Files): Move lib/tempname.c...
35034         * modules/tempname: ...to this new module.
35035         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
35036         (gl_PREREQ_TEMPNAME): Move...
35037         * m4/tempname.m4: ...to this new file.
35038         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
35039         * modules/sys_stat (Depends-on): Add stat-macros.
35040         * lib/stat_.h (includes): Pick up stat macros.
35041         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
35042         if stat macros are broken.
35043         * lib/tempname.c (includes): No need to include "stat-macros.h".
35044         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
35045         (direxists, __path_search) [!_LIBC]: Don't compile these in
35046         gnulib; the tmpdir module covers that.
35047         * lib/tempname.h: New file.
35048
35049 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
35050
35051         * COPYING: Explain how gnulib-tool converts licence headers.
35052         Almost all wording by Eric Blake.
35053
35054 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
35055
35056         * lib/mbchar.h (is_basic_table): Make read-only.
35057         * lib/mbchar.c (is_basic_table): Likewise.
35058         Reported by John Darrington.
35059
35060 2006-10-25  Bruno Haible  <bruno@clisp.org>
35061
35062         * lib/progname.h (set_program_name): Undefine before defining.
35063
35064 2006-10-25  Bruno Haible  <bruno@clisp.org>
35065
35066         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
35067         false for non-gcc C++ compilers.
35068         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
35069
35070 2006-10-24  Bruno Haible  <bruno@clisp.org>
35071
35072         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
35073         iconv implementations like Irix iconv.
35074
35075 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35076
35077         * modules/vararrays: New file.
35078         * m4/vararrays.m4: New file, taken from diffutils.
35079         * MODULES.html.sh: New module vararrays.
35080
35081 2006-10-24  Karl Berry  <karl@gnu.org>
35082
35083         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
35084         Don't call GNU Unix.
35085
35086 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35087
35088         * users.txt: Add Libtool.
35089
35090         Sync from Libtool:
35091
35092         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35093
35094         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
35095         to gnulib's policy of including config.h unconditionally.
35096
35097 2006-10-24  Bruno Haible  <bruno@clisp.org>
35098
35099         * modules/wcwidth (Files): Add m4/wint_t.m4.
35100         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
35101         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
35102
35103 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35104
35105         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
35106         to pacify GCC with some -W flags enabled.  Problem reported by
35107         Bruno Haible.
35108
35109 2006-10-24  Jim Meyering  <jim@meyering.net>
35110
35111         * MODULES.html.sh: Remove uinttostr.  It's not a module.
35112         Reported by Karl Berry.
35113
35114 2006-10-23  Bruno Haible  <bruno@clisp.org>
35115
35116         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
35117
35118 2006-10-24  Bruno Haible  <bruno@clisp.org>
35119
35120         * lib/gl_list.h: Use C comment style, not C++ comment style.
35121
35122 2006-10-23  Eric Blake  <ebb9@byu.net>
35123
35124         * lib/getaddrinfo.c (includes): Add missing include.
35125
35126 2006-10-23  Bruno Haible  <bruno@clisp.org>
35127             Paul Eggert  <eggert@cs.ucla.edu>
35128
35129         Ability to rename obstack_free.
35130         * lib/obstack.h (__obstack_free): New macro. Declare instead of
35131         obstack_free.
35132         (obstack_free): Invoke the __obstack_free macro.
35133         * lib/obstack.c (obstack_free): Use __obstack_free macro.
35134
35135 2006-10-23  Bruno Haible  <bruno@clisp.org>
35136             Paul Eggert  <eggert@cs.ucla.edu>
35137
35138         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
35139         __argc, __argv from the declaration. (They are defined as macros on
35140         mingw.)
35141
35142 2006-10-22  Bruno Haible  <bruno@clisp.org>
35143
35144         * doc/gnulib-intro.texi: New file.
35145         * doc/gnulib.texi: Include it.
35146
35147 2006-10-21  Bruno Haible  <bruno@clisp.org>
35148
35149         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
35150         "Introduction", "Miscellanous Notes", "Particular Modules".
35151
35152 2006-10-21  Bruno Haible  <bruno@clisp.org>
35153
35154         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35155         Change mostlyclean-local rule to avoid sh syntax error from bash
35156         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
35157
35158 2006-10-23  Jim Meyering  <jim@meyering.net>
35159
35160         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
35161         in place of snprintf.
35162
35163         * modules/inttostr (Files): Add lib/uinttostr.c.
35164         * lib/uinttostr.c (inttostr): New file/function.
35165         * lib/inttostr.h (uinttostr): Declare.
35166         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
35167         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
35168         Add uinttostr.
35169         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
35170
35171 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
35172
35173         * lib/canonicalize.c (ELOOP): Define if not already defined.
35174         Problem reported by Bruno Haible in
35175         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
35176
35177 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
35178
35179         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
35180         Problem reported by Perry Smith and Ville Laurikari.
35181
35182         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
35183         uses.
35184
35185 2006-10-19  Bruno Haible  <bruno@clisp.org>
35186
35187         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
35188         for mingw.
35189
35190 2006-10-19  Bruno Haible  <bruno@clisp.org>
35191
35192         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
35193         Needed for mingw.
35194
35195 2006-10-19  Bruno Haible  <bruno@clisp.org>
35196
35197         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
35198
35199 2006-10-19  Bruno Haible  <bruno@clisp.org>
35200
35201         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
35202         it.
35203
35204 2006-10-19  Bruno Haible  <bruno@clisp.org>
35205
35206         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
35207         invocation.
35208
35209 2006-10-19  Bruno Haible  <bruno@clisp.org>
35210
35211         * gnulib-tool (func_create_testdir): Don't include ftruncate and
35212         mountlist by default.
35213
35214 2006-10-16  Bruno Haible  <bruno@clisp.org>
35215
35216         * lib/c-strstr.c: Include c-strstr.h.
35217
35218 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
35219
35220         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
35221         in a slash.
35222
35223 2006-10-18  Bruno Haible  <bruno@clisp.org>
35224
35225         * lib/lock.h [C++]: Wrap definitions in extern "C".
35226
35227 2006-10-18  Bruno Haible  <bruno@clisp.org>
35228
35229         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
35230         gl_LIBOBJS list.
35231
35232 2006-10-18  Bruno Haible  <bruno@clisp.org>
35233
35234         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
35235
35236 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
35237
35238         * lib/xstrtol.h: Include gettext.h.
35239         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
35240         Problem reported by Eric Blake.
35241         * modules/xstrtol (Depends-on): Add gettext-h.
35242
35243 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
35244
35245         * lib/strftime.c (advance): New macro.
35246         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
35247         incomplete type, so you can't add 0 to it.  Problem and patch
35248         reported by Eelco Dolstra for dietlibc.
35249
35250 2006-10-18  Jim Meyering  <jim@meyering.net>
35251
35252         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
35253         type for a local, and rename it: s/up/user_proc/.
35254
35255 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
35256
35257         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
35258         READ_UTMP_USER_PROCESS.
35259         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
35260
35261 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35262
35263         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
35264         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
35265
35266 2006-10-17  Eric Blake  <ebb9@byu.net>
35267
35268         * lib/sigprocmask.c (sigprocmask): Fix typo.
35269
35270         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
35271
35272         * modules/clean-temp (Makefile.am): Don't add to make output...
35273         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
35274         config.h.
35275
35276 2006-10-17  Bruno Haible  <bruno@clisp.org>
35277
35278         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
35279         differently if DEFAULT_TEXT_DOMAIN is set.
35280
35281 2006-10-16  Bruno Haible  <bruno@clisp.org>
35282
35283         * lib/clean-temp.c: Include fwriteerror.h.
35284
35285 2006-10-16  Bruno Haible  <bruno@clisp.org>
35286
35287         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
35288
35289 2006-10-16  Bruno Haible  <bruno@clisp.org>
35290
35291         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
35292         * lib/sigprocmask.h: Include <sys/types.h>.
35293         (sigset_t): Use the system's definition if present.
35294
35295 2006-10-17  Eric Blake  <ebb9@byu.net>
35296
35297         * lib/xvasprintf.c (includes): Assume config.h.
35298         * lib/xasprintf.c (includes): Likewise.
35299
35300 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
35301
35302         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
35303         at least as wide as intmax_t.
35304
35305 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
35306
35307         (Imported from Automake.)
35308         * build-aux/gnupload: Update to version 1.1 of directive file.
35309
35310 2006-10-16  Eric Blake  <ebb9@byu.net>
35311
35312         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
35313         match Automake 1.10a.
35314
35315 2006-10-14  Bruno Haible  <bruno@clisp.org>
35316
35317         * modules/sigprocmask: New file.
35318         * lib/sigprocmask.h: New file.
35319         * lib/sigprocmask.c: New file.
35320         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
35321         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
35322         request sigprocmask.o.
35323         (gl_PREREQ_SIGPROCMASK): New macro.
35324         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
35325         (Depends-on): Add sigprocmask.
35326         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
35327         gt_SIGNALBLOCKING. Test for 'raise' only once.
35328         * lib/fatal-signal.c: Include sigprocmask.h.
35329         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
35330         unblock_fatal_signals): Define always.
35331         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35332         sigprocmask.
35333
35334 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
35335
35336         Sync from Automake.
35337         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
35338         which incorrectly sets the mode of an existing destination
35339         directory.  In some cases the unpatched install-sh could do the
35340         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
35341         system.  We hope this is rare in practice, but it's clearly worth
35342         fixing.  Problem reported by Alex Unleashed in
35343         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
35344         Also, don't bother to check for -m bugs unless we're using -m;
35345         suggested by Stepan Kasal.
35346
35347 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35348
35349         Sync from Automake.
35350         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
35351         `-c' flag, so they appear at the same position as in %FASTDEP%
35352         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
35353         which ignores unknown options only after the first non-option.
35354         Bug report against M4 by Nelson H. F. Beebe.
35355
35356 2006-10-13  Jim Meyering  <jim@meyering.net>
35357
35358         Fix a bug in yesterday's change.
35359         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
35360         p->fts_statp->st_dev would be used uninitialized.
35361         Ensures that we always call fts_stat on the very first entry.
35362         Miklos Szeredi reported that find -xdev stopped working.
35363
35364 2006-10-12  Bruno Haible  <bruno@clisp.org>
35365
35366         * gnulib-tool (func_get_automake_snippet): Append an automatically
35367         computed EXTRA_DIST augmentation.
35368         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
35369         * modules/alloca-opt (Makefile.am): Likewise.
35370         * modules/allocsa (Makefile.am): Likewise.
35371         * modules/arcfour (Makefile.am): Likewise.
35372         * modules/arctwo (Makefile.am): Likewise.
35373         * modules/argmatch (Makefile.am): Likewise.
35374         * modules/argz (Makefile.am): Likewise.
35375         * modules/atexit (Makefile.am): Likewise.
35376         * modules/backupfile (Makefile.am): Likewise.
35377         * modules/byteswap (Makefile.am): Likewise.
35378         * modules/c-strtod (Makefile.am): Likewise.
35379         * modules/c-strtold (Makefile.am): Likewise.
35380         * modules/calloc (Makefile.am): Likewise.
35381         * modules/canon-host (Makefile.am): Likewise.
35382         * modules/canonicalize (Makefile.am): Likewise.
35383         * modules/chdir-long (Makefile.am): Likewise.
35384         * modules/chdir-safer (Makefile.am): Likewise.
35385         * modules/check-version (Makefile.am): Likewise.
35386         * modules/chown (Makefile.am): Likewise.
35387         * modules/cloexec (Makefile.am): Likewise.
35388         * modules/close-stream (Makefile.am): Likewise.
35389         * modules/closeout (Makefile.am): Likewise.
35390         * modules/crc (Makefile.am): Likewise.
35391         * modules/csharpexec (Makefile.am): Likewise.
35392         * modules/cycle-check (Makefile.am): Likewise.
35393         * modules/des (Makefile.am): Likewise.
35394         * modules/dev-ino (Makefile.am): Likewise.
35395         * modules/dirfd (Makefile.am): Likewise.
35396         * modules/dirname (Makefile.am): Likewise.
35397         * modules/dup2 (Makefile.am): Likewise.
35398         * modules/eealloc (Makefile.am): Likewise.
35399         * modules/error (Makefile.am): Likewise.
35400         * modules/euidaccess (Makefile.am): Likewise.
35401         * modules/exclude (Makefile.am): Likewise.
35402         * modules/exitfail (Makefile.am): Likewise.
35403         * modules/fcntl-safer (Makefile.am): Likewise.
35404         * modules/fcntl (Makefile.am): Likewise.
35405         * modules/file-type (Makefile.am): Likewise.
35406         * modules/fileblocks (Makefile.am): Likewise.
35407         * modules/filemode (Makefile.am): Likewise.
35408         * modules/filenamecat (Makefile.am): Likewise.
35409         * modules/fnmatch (Makefile.am): Likewise.
35410         * modules/fopen-safer (Makefile.am): Likewise.
35411         * modules/fpending (Makefile.am): Likewise.
35412         * modules/fprintftime (Makefile.am): Likewise.
35413         * modules/free (Makefile.am): Likewise.
35414         * modules/fsusage (Makefile.am): Likewise.
35415         * modules/ftruncate (Makefile.am): Likewise.
35416         * modules/fts (Makefile.am): Likewise.
35417         * modules/gc-arcfour (Makefile.am): Likewise.
35418         * modules/gc-des (Makefile.am): Likewise.
35419         * modules/gc-hmac-md5 (Makefile.am): Likewise.
35420         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
35421         * modules/gc-md4 (Makefile.am): Likewise.
35422         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
35423         * modules/gc-sha1 (Makefile.am): Likewise.
35424         * modules/gc (Makefile.am): Likewise.
35425         * modules/getaddrinfo (Makefile.am): Likewise.
35426         * modules/getcwd (Makefile.am): Likewise.
35427         * modules/getdelim (Makefile.am): Likewise.
35428         * modules/getdomainname (Makefile.am): Likewise.
35429         * modules/getgroups (Makefile.am): Likewise.
35430         * modules/gethostname (Makefile.am): Likewise.
35431         * modules/gethrxtime (Makefile.am): Likewise.
35432         * modules/getline (Makefile.am): Likewise.
35433         * modules/getloadavg (Makefile.am): Likewise.
35434         * modules/getlogin_r (Makefile.am): Likewise.
35435         * modules/getndelim2 (Makefile.am): Likewise.
35436         * modules/getopt (Makefile.am): Likewise.
35437         * modules/getpagesize (Makefile.am): Likewise.
35438         * modules/getpass-gnu (Makefile.am): Likewise.
35439         * modules/getpass (Makefile.am): Likewise.
35440         * modules/getsubopt (Makefile.am): Likewise.
35441         * modules/gettime (Makefile.am): Likewise.
35442         * modules/gettimeofday (Makefile.am): Likewise.
35443         * modules/getugroups (Makefile.am): Likewise.
35444         * modules/getusershell (Makefile.am): Likewise.
35445         * modules/glob (Makefile.am): Likewise.
35446         * modules/group-member (Makefile.am): Likewise.
35447         * modules/hard-locale (Makefile.am): Likewise.
35448         * modules/hash (Makefile.am): Likewise.
35449         * modules/hmac-md5 (Makefile.am): Likewise.
35450         * modules/hmac-sha1 (Makefile.am): Likewise.
35451         * modules/human (Makefile.am): Likewise.
35452         * modules/idcache (Makefile.am): Likewise.
35453         * modules/imaxabs (Makefile.am): Likewise.
35454         * modules/imaxdiv (Makefile.am): Likewise.
35455         * modules/inet_ntop (Makefile.am): Likewise.
35456         * modules/inet_pton (Makefile.am): Likewise.
35457         * modules/intprops (Makefile.am): Likewise.
35458         * modules/inttostr (Makefile.am): Likewise.
35459         * modules/inttypes (Makefile.am): Likewise.
35460         * modules/isapipe (Makefile.am): Likewise.
35461         * modules/javaversion (Makefile.am): Likewise.
35462         * modules/lchmod (Makefile.am): Likewise.
35463         * modules/lchown (Makefile.am): Likewise.
35464         * modules/localcharset (Makefile.am): Likewise.
35465         * modules/long-options (Makefile.am): Likewise.
35466         * modules/lstat (Makefile.am): Likewise.
35467         * modules/malloc (Makefile.am): Likewise.
35468         * modules/mathl (Makefile.am): Likewise.
35469         * modules/mbchar (Makefile.am): Likewise.
35470         * modules/md2 (Makefile.am): Likewise.
35471         * modules/md4 (Makefile.am): Likewise.
35472         * modules/md5 (Makefile.am): Likewise.
35473         * modules/memcasecmp (Makefile.am): Likewise.
35474         * modules/memchr (Makefile.am): Likewise.
35475         * modules/memcmp (Makefile.am): Likewise.
35476         * modules/memcoll (Makefile.am): Likewise.
35477         * modules/memcpy (Makefile.am): Likewise.
35478         * modules/memmem (Makefile.am): Likewise.
35479         * modules/memmove (Makefile.am): Likewise.
35480         * modules/mempcpy (Makefile.am): Likewise.
35481         * modules/memrchr (Makefile.am): Likewise.
35482         * modules/memset (Makefile.am): Likewise.
35483         * modules/memxor (Makefile.am): Likewise.
35484         * modules/mkancesdirs (Makefile.am): Likewise.
35485         * modules/mkdir-p (Makefile.am): Likewise.
35486         * modules/mkdir (Makefile.am): Likewise.
35487         * modules/mkdtemp (Makefile.am): Likewise.
35488         * modules/mkstemp (Makefile.am): Likewise.
35489         * modules/mktime (Makefile.am): Likewise.
35490         * modules/modechange (Makefile.am): Likewise.
35491         * modules/mountlist (Makefile.am): Likewise.
35492         * modules/nanosleep (Makefile.am): Likewise.
35493         * modules/obstack (Makefile.am): Likewise.
35494         * modules/openat (Makefile.am): Likewise.
35495         * modules/pagealign_alloc (Makefile.am): Likewise.
35496         * modules/pathmax (Makefile.am): Likewise.
35497         * modules/physmem (Makefile.am): Likewise.
35498         * modules/poll (Makefile.am): Likewise.
35499         * modules/posixtm (Makefile.am): Likewise.
35500         * modules/posixver (Makefile.am): Likewise.
35501         * modules/putenv (Makefile.am): Likewise.
35502         * modules/quote (Makefile.am): Likewise.
35503         * modules/quotearg (Makefile.am): Likewise.
35504         * modules/raise (Makefile.am): Likewise.
35505         * modules/read-file (Makefile.am): Likewise.
35506         * modules/readline (Makefile.am): Likewise.
35507         * modules/readlink (Makefile.am): Likewise.
35508         * modules/readtokens (Makefile.am): Likewise.
35509         * modules/readutmp (Makefile.am): Likewise.
35510         * modules/realloc (Makefile.am): Likewise.
35511         * modules/regex (Makefile.am): Likewise.
35512         * modules/rename-dest-slash (Makefile.am): Likewise.
35513         * modules/rename (Makefile.am): Likewise.
35514         * modules/rijndael (Makefile.am): Likewise.
35515         * modules/rmdir (Makefile.am): Likewise.
35516         * modules/rpmatch (Makefile.am): Likewise.
35517         * modules/safe-read (Makefile.am): Likewise.
35518         * modules/safe-write (Makefile.am): Likewise.
35519         * modules/same-inode (Makefile.am): Likewise.
35520         * modules/same (Makefile.am): Likewise.
35521         * modules/save-cwd (Makefile.am): Likewise.
35522         * modules/savedir (Makefile.am): Likewise.
35523         * modules/setenv (Makefile.am): Likewise.
35524         * modules/settime (Makefile.am): Likewise.
35525         * modules/sha1 (Makefile.am): Likewise.
35526         * modules/sig2str (Makefile.am): Likewise.
35527         * modules/snprintf (Makefile.am): Likewise.
35528         * modules/stat-macros (Makefile.am): Likewise.
35529         * modules/stat-time (Makefile.am): Likewise.
35530         * modules/stdbool (Makefile.am): Likewise.
35531         * modules/stdint (Makefile.am): Likewise.
35532         * modules/stdlib-safer (Makefile.am): Likewise.
35533         * modules/stpcpy (Makefile.am): Likewise.
35534         * modules/stpncpy (Makefile.am): Likewise.
35535         * modules/strcase (Makefile.am): Likewise.
35536         * modules/strcasestr (Makefile.am): Likewise.
35537         * modules/strchrnul (Makefile.am): Likewise.
35538         * modules/strcspn (Makefile.am): Likewise.
35539         * modules/strdup (Makefile.am): Likewise.
35540         * modules/strerror (Makefile.am): Likewise.
35541         * modules/strftime (Makefile.am): Likewise.
35542         * modules/strndup (Makefile.am): Likewise.
35543         * modules/strnlen (Makefile.am): Likewise.
35544         * modules/strpbrk (Makefile.am): Likewise.
35545         * modules/strsep (Makefile.am): Likewise.
35546         * modules/strstr (Makefile.am): Likewise.
35547         * modules/strtod (Makefile.am): Likewise.
35548         * modules/strtoimax (Makefile.am): Likewise.
35549         * modules/strtok_r (Makefile.am): Likewise.
35550         * modules/strtol (Makefile.am): Likewise.
35551         * modules/strtoll (Makefile.am): Likewise.
35552         * modules/strtoul (Makefile.am): Likewise.
35553         * modules/strtoull (Makefile.am): Likewise.
35554         * modules/strtoumax (Makefile.am): Likewise.
35555         * modules/strverscmp (Makefile.am): Likewise.
35556         * modules/sys_socket (Makefile.am): Likewise.
35557         * modules/sys_stat (Makefile.am): Likewise.
35558         * modules/sysexits (Makefile.am): Likewise.
35559         * modules/time_r (Makefile.am): Likewise.
35560         * modules/timegm (Makefile.am): Likewise.
35561         * modules/timespec (Makefile.am): Likewise.
35562         * modules/tmpfile-safer (Makefile.am): Likewise.
35563         * modules/trim (Makefile.am): Likewise.
35564         * modules/unistd-safer (Makefile.am): Likewise.
35565         * modules/unlinkdir (Makefile.am): Likewise.
35566         * modules/unlocked-io (Makefile.am): Likewise.
35567         * modules/userspec (Makefile.am): Likewise.
35568         * modules/utime (Makefile.am): Likewise.
35569         * modules/utimecmp (Makefile.am): Likewise.
35570         * modules/utimens (Makefile.am): Likewise.
35571         * modules/vasnprintf (Makefile.am): Likewise.
35572         * modules/vasprintf (Makefile.am): Likewise.
35573         * modules/vsnprintf (Makefile.am): Likewise.
35574         * modules/xalloc (Makefile.am): Likewise.
35575         * modules/xgetcwd (Makefile.am): Likewise.
35576         * modules/xnanosleep (Makefile.am): Likewise.
35577         * modules/xreadlink (Makefile.am): Likewise.
35578         * modules/xstrtod (Makefile.am): Likewise.
35579         * modules/xstrtol (Makefile.am): Likewise.
35580         * modules/xstrtold (Makefile.am): Likewise.
35581         * modules/yesno (Makefile.am): Likewise.
35582         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
35583
35584 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
35585
35586         * modules/error (Makefile.am): Distribute files through
35587         EXTRA_DIST, not lib_SOURCES.
35588
35589 2006-10-12  Eric Blake  <ebb9@byu.net>
35590
35591         * modules/error (Makefile.am): Distribute files in /lib.
35592         * modules/obstack (Makefile.am): Likewise.
35593
35594 2006-10-12  Bruno Haible  <bruno@clisp.org>
35595
35596         * modules/acl (Makefile.am): Distribute all files in lib/ through
35597         EXTRA_DIST.
35598         * modules/arcfour (Makefile.am): Likewise.
35599         * modules/arctwo (Makefile.am): Likewise.
35600         * modules/argmatch (Makefile.am): Likewise.
35601         * modules/argz (Makefile.am): Likewise.
35602         * modules/atexit (Makefile.am): Likewise.
35603         * modules/backupfile (Makefile.am): Likewise.
35604         * modules/c-strtod (Makefile.am): Likewise.
35605         * modules/c-strtold (Makefile.am): Likewise.
35606         * modules/calloc (Makefile.am): Likewise.
35607         * modules/canon-host (Makefile.am): Likewise.
35608         * modules/canonicalize (Makefile.am): Likewise.
35609         * modules/chdir-long (Makefile.am): Likewise.
35610         * modules/chdir-safer (Makefile.am): Likewise.
35611         * modules/check-version (Makefile.am): Likewise.
35612         * modules/chown (Makefile.am): Likewise.
35613         * modules/cloexec (Makefile.am): Likewise.
35614         * modules/close-stream (Makefile.am): Likewise.
35615         * modules/closeout (Makefile.am): Likewise.
35616         * modules/crc (Makefile.am): Likewise.
35617         * modules/cycle-check (Makefile.am): Likewise.
35618         * modules/des (Makefile.am): Likewise.
35619         * modules/dirfd (Makefile.am): Likewise.
35620         * modules/dirname (Makefile.am): Likewise.
35621         * modules/dup2 (Makefile.am): Likewise.
35622         * modules/euidaccess (Makefile.am): Likewise.
35623         * modules/exclude (Makefile.am): Likewise.
35624         * modules/exitfail (Makefile.am): Likewise.
35625         * modules/fcntl-safer (Makefile.am): Likewise.
35626         * modules/file-type (Makefile.am): Likewise.
35627         * modules/fileblocks (Makefile.am): Likewise.
35628         * modules/filemode (Makefile.am): Likewise.
35629         * modules/filenamecat (Makefile.am): Likewise.
35630         * modules/fnmatch (Makefile.am): Likewise.
35631         * modules/fopen-safer (Makefile.am): Likewise.
35632         * modules/fpending (Makefile.am): Likewise.
35633         * modules/fprintftime (Makefile.am): Likewise.
35634         * modules/free (Makefile.am): Likewise.
35635         * modules/fsusage (Makefile.am): Likewise.
35636         * modules/ftruncate (Makefile.am): Likewise.
35637         * modules/fts (Makefile.am): Likewise.
35638         * modules/gc (Makefile.am): Likewise.
35639         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
35640         * modules/getaddrinfo (Makefile.am): Likewise.
35641         * modules/getcwd (Makefile.am): Likewise.
35642         * modules/getdelim (Makefile.am): Likewise.
35643         * modules/getdomainname (Makefile.am): Likewise.
35644         * modules/getgroups (Makefile.am): Likewise.
35645         * modules/gethostname (Makefile.am): Likewise.
35646         * modules/gethrxtime (Makefile.am): Likewise.
35647         * modules/getline (Makefile.am): Likewise.
35648         * modules/getloadavg (Makefile.am): Likewise.
35649         * modules/getlogin_r (Makefile.am): Likewise.
35650         * modules/getopt (Makefile.am): Likewise.
35651         * modules/getpass (Makefile.am): Likewise.
35652         * modules/getpass-gnu (Makefile.am): Likewise.
35653         * modules/getsubopt (Makefile.am): Likewise.
35654         * modules/gettime (Makefile.am): Likewise.
35655         * modules/gettimeofday (Makefile.am): Likewise.
35656         * modules/getugroups (Makefile.am): Likewise.
35657         * modules/getusershell (Makefile.am): Likewise.
35658         * modules/glob (Makefile.am): Likewise.
35659         * modules/group-member (Makefile.am): Likewise.
35660         * modules/hard-locale (Makefile.am): Likewise.
35661         * modules/hash (Makefile.am): Likewise.
35662         * modules/hmac-md5 (Makefile.am): Likewise.
35663         * modules/hmac-sha1 (Makefile.am): Likewise.
35664         * modules/human (Makefile.am): Likewise.
35665         * modules/idcache (Makefile.am): Likewise.
35666         * modules/imaxabs (Makefile.am): Likewise.
35667         * modules/imaxdiv (Makefile.am): Likewise.
35668         * modules/inet_ntop (Makefile.am): Likewise.
35669         * modules/inet_pton (Makefile.am): Likewise.
35670         * modules/inttostr (Makefile.am): Likewise.
35671         * modules/isapipe (Makefile.am): Likewise.
35672         * modules/lchown (Makefile.am): Likewise.
35673         * modules/long-options (Makefile.am): Likewise.
35674         * modules/lstat (Makefile.am): Likewise.
35675         * modules/malloc (Makefile.am): Likewise.
35676         * modules/mathl (Makefile.am): Likewise.
35677         * modules/mbchar (Makefile.am): Likewise.
35678         * modules/md2 (Makefile.am): Likewise.
35679         * modules/md4 (Makefile.am): Likewise.
35680         * modules/md5 (Makefile.am): Likewise.
35681         * modules/memcasecmp (Makefile.am): Likewise.
35682         * modules/memchr (Makefile.am): Likewise.
35683         * modules/memcmp (Makefile.am): Likewise.
35684         * modules/memcoll (Makefile.am): Likewise.
35685         * modules/memcpy (Makefile.am): Likewise.
35686         * modules/memmem (Makefile.am): Likewise.
35687         * modules/memmove (Makefile.am): Likewise.
35688         * modules/mempcpy (Makefile.am): Likewise.
35689         * modules/memrchr (Makefile.am): Likewise.
35690         * modules/memset (Makefile.am): Likewise.
35691         * modules/memxor (Makefile.am): Likewise.
35692         * modules/mkancesdirs (Makefile.am): Likewise.
35693         * modules/mkdir (Makefile.am): Likewise.
35694         * modules/mkdir-p (Makefile.am): Likewise.
35695         * modules/mkdtemp (Makefile.am): Likewise.
35696         * modules/mkstemp (Makefile.am): Likewise.
35697         * modules/mktime (Makefile.am): Likewise.
35698         * modules/modechange (Makefile.am): Likewise.
35699         * modules/mountlist (Makefile.am): Likewise.
35700         * modules/nanosleep (Makefile.am): Likewise.
35701         * modules/openat (Makefile.am): Likewise.
35702         * modules/pagealign_alloc (Makefile.am): Likewise.
35703         * modules/physmem (Makefile.am): Likewise.
35704         * modules/poll (Makefile.am): Likewise.
35705         * modules/posixtm (Makefile.am): Likewise.
35706         * modules/posixver (Makefile.am): Likewise.
35707         * modules/putenv (Makefile.am): Likewise.
35708         * modules/quote (Makefile.am): Likewise.
35709         * modules/quotearg (Makefile.am): Likewise.
35710         * modules/raise (Makefile.am): Likewise.
35711         * modules/read-file (Makefile.am): Likewise.
35712         * modules/readline (Makefile.am): Likewise.
35713         * modules/readlink (Makefile.am): Likewise.
35714         * modules/readtokens (Makefile.am): Likewise.
35715         * modules/readutmp (Makefile.am): Likewise.
35716         * modules/realloc (Makefile.am): Likewise.
35717         * modules/regex (Makefile.am): Likewise.
35718         * modules/rename (Makefile.am): Likewise.
35719         * modules/rename-dest-slash (Makefile.am): Likewise.
35720         * modules/rijndael (Makefile.am): Likewise.
35721         * modules/rmdir (Makefile.am): Likewise.
35722         * modules/rpmatch (Makefile.am): Likewise.
35723         * modules/safe-read (Makefile.am): Likewise.
35724         * modules/safe-write (Makefile.am): Likewise.
35725         * modules/same (Makefile.am): Likewise.
35726         * modules/save-cwd (Makefile.am): Likewise.
35727         * modules/savedir (Makefile.am): Likewise.
35728         * modules/setenv (Makefile.am): Likewise.
35729         * modules/settime (Makefile.am): Likewise.
35730         * modules/sha1 (Makefile.am): Likewise.
35731         * modules/sig2str (Makefile.am): Likewise.
35732         * modules/snprintf (Makefile.am): Likewise.
35733         * modules/stdlib-safer (Makefile.am): Likewise.
35734         * modules/stpcpy (Makefile.am): Likewise.
35735         * modules/stpncpy (Makefile.am): Likewise.
35736         * modules/strcase (Makefile.am): Likewise.
35737         * modules/strcasestr (Makefile.am): Likewise.
35738         * modules/strchrnul (Makefile.am): Likewise.
35739         * modules/strcspn (Makefile.am): Likewise.
35740         * modules/strdup (Makefile.am): Likewise.
35741         * modules/strerror (Makefile.am): Likewise.
35742         * modules/strftime (Makefile.am): Likewise.
35743         * modules/strndup (Makefile.am): Likewise.
35744         * modules/strnlen (Makefile.am): Likewise.
35745         * modules/strpbrk (Makefile.am): Likewise.
35746         * modules/strsep (Makefile.am): Likewise.
35747         * modules/strstr (Makefile.am): Likewise.
35748         * modules/strtod (Makefile.am): Likewise.
35749         * modules/strtoimax (Makefile.am): Likewise.
35750         * modules/strtok_r (Makefile.am): Likewise.
35751         * modules/strtol (Makefile.am): Likewise.
35752         * modules/strtoll (Makefile.am): Likewise.
35753         * modules/strtoul (Makefile.am): Likewise.
35754         * modules/strtoull (Makefile.am): Likewise.
35755         * modules/strtoumax (Makefile.am): Likewise.
35756         * modules/strverscmp (Makefile.am): Likewise.
35757         * modules/time_r (Makefile.am): Likewise.
35758         * modules/timegm (Makefile.am): Likewise.
35759         * modules/tmpfile-safer (Makefile.am): Likewise.
35760         * modules/unistd-safer (Makefile.am): Likewise.
35761         * modules/unlinkdir (Makefile.am): Likewise.
35762         * modules/userspec (Makefile.am): Likewise.
35763         * modules/utime (Makefile.am): Likewise.
35764         * modules/utimecmp (Makefile.am): Likewise.
35765         * modules/utimens (Makefile.am): Likewise.
35766         * modules/vasnprintf (Makefile.am): Likewise.
35767         * modules/vasprintf (Makefile.am): Likewise.
35768         * modules/vsnprintf (Makefile.am): Likewise.
35769         * modules/xalloc (Makefile.am): Likewise.
35770         * modules/xgetcwd (Makefile.am): Likewise.
35771         * modules/xnanosleep (Makefile.am): Likewise.
35772         * modules/xreadlink (Makefile.am): Likewise.
35773         * modules/xstrtod (Makefile.am): Likewise.
35774         * modules/xstrtol (Makefile.am): Likewise.
35775         * modules/xstrtold (Makefile.am): Likewise.
35776         * modules/yesno (Makefile.am): Likewise.
35777
35778 2006-10-12  Jim Meyering  <jim@meyering.net>
35779
35780         * m4/getloadavg.m4: Revert the change below.
35781
35782         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
35783         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
35784         fail with a symlink, which is what coreutils' ./bootstrap now
35785         creates by default.
35786
35787 2006-10-12  Bruno Haible  <bruno@clisp.org>
35788
35789         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
35790         mingw.
35791         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
35792         MSVC and mingw explicitly.
35793
35794 2006-10-11  Simon Josefsson  <jas@extundo.com>
35795             Bruno Haible  <bruno@clisp.org>
35796
35797         Add support for multiple gnulib-tool invocations in the scope of a
35798         single configure.ac file.
35799         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
35800         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
35801         with the same contents as the _LIBADD variable.
35802         (func_emit_initmacro_start, func_emit_initmacro_end,
35803         func_emit_initmacro_done): New functions.
35804         (func_import, func_create_testdir): Invoke them. Allow the identifiers
35805         gl_LIBOBJS and gl_LTLIBOBJS.
35806
35807 2006-10-11  Bruno Haible  <bruno@clisp.org>
35808
35809         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
35810         (func_create_testdir): Don't create po/Makefile.am, don't invoke
35811         autoreconf. Instead, invoke autopoint explicitly but move back the
35812         *.m4 files from gnulib.
35813
35814 2006-10-11  Bruno Haible  <bruno@clisp.org>
35815
35816         * gnulib-tool (func_usage): Make module names after --create-testdir
35817         optional.
35818         (func_create_testdir): If no module was specified, use nearly all
35819         modules.
35820
35821 2006-10-12  Jim Meyering  <jim@meyering.net>
35822
35823         Big performance improvement for fts-based tools that use FTS_NOSTAT.
35824         Avoid spurious inode-mismatch problems on non-POSIX file systems.
35825         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
35826         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
35827         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
35828         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
35829         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
35830         (fts_set_stat_required): New function.
35831         (fts_open): Defer the calls to fts_stat, if possible or requested.
35832         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
35833         into fts_stat itself.
35834         (fts_read): Perform any required (deferred) fts_stat call.
35835         (fts_build): Likewise, for the directory we're about to open and read.
35836         In the readdir loop, carefully decide whether each entry will require
35837         an eventual call to fts_stat, using dirent.d_type info if available.
35838         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
35839         a command line argument into this function.  Update all callers.
35840         Map a return value of FTS_DOT to FTS_D for a command line argument.
35841         * modules/fts (Depends-on): Add d-type.  Alphabetize.
35842         Thanks to Miklos Szeredi for his tenacity and for the initial
35843         bug report about "find" failing on a FUSE-based file system.
35844
35845         * lib/fts.c (fts_open): Use consistent indentation.
35846
35847 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
35848
35849         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
35850         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
35851         reported by Jim Meyering.  All uses of cache variables renamed
35852         to match Autoconf's.
35853         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
35854         the other one.
35855
35856         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
35857         Fix misspelling in diagnostic.
35858
35859 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
35860
35861         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
35862         defined.  Problem reported by Matthew Woehlke.
35863
35864         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
35865         Add support for Tandem NonStop R series.
35866         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
35867         Use new macro.
35868
35869         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
35870         (has_trailing_slash): Omit size arg; all callers changed.
35871         Omit 'inline', since it doesn't help performance and we'd
35872         need to configure it.
35873         Don't count //, ///, etc. as having a trailing slash.
35874         As a side effect, this removes a C99ism reported by Matthew Woehlke.
35875         (rpl_rename_dest_slash): On failure, use rename's errno rather
35876         than (in some cases) an incorrect or junk errno.
35877         Simplify code by removing need to compute length; this does
35878         cause it to make two passes instead of one over the file name,
35879         but it's worth it.
35880
35881         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
35882         change, since Autoconf's version may no longer be appropriate now
35883         that we are using CVS Autoconf's version.  Add support for Tandem.
35884
35885 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
35886             Bruno Haible  <bruno@clisp.org>
35887
35888         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
35889         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
35890         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
35891         gl_AC_TYPE_LONG_LONG.
35892
35893         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
35894         instead of HAVE_LONG_LONG.
35895         * lib/printf-args.c (printf_fetchargs): Likewise.
35896         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
35897         * lib/vasnprintf.c (VASNPRINTF): Likewise.
35898         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
35899         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
35900         gl_AC_TYPE_LONG_LONG.
35901
35902 2006-10-11  Bruno Haible  <bruno@clisp.org>
35903
35904         * m4/longlong.m4: Add comments.
35905         * m4/ulonglong.m4: Likewise.
35906
35907 2006-10-10  Bruno Haible  <bruno@clisp.org>
35908
35909         Make it possible to #define stpcpy, strdup to aliases.
35910         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
35911         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
35912
35913 2006-10-10  Bruno Haible  <bruno@clisp.org>
35914
35915         Make it possible to #define gcd to an alias.
35916         * lib/gcd.c: Include config.h.
35917
35918 2006-10-10  Bruno Haible  <bruno@clisp.org>
35919
35920         Make it possible to #define c_isascii to an alias.
35921         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
35922         defined. Undefine the macros before defining them, to avoid gcc
35923         warnings.
35924         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
35925         define NO_C_CTYPE_MACROS early.
35926
35927 2006-10-10  Bruno Haible  <bruno@clisp.org>
35928
35929         Make it possible to #define set_program_name to an alias.
35930         * lib/progname.c: Don't undefine set_program_name; instead, undefine
35931         ENABLE_RELOCATABLE early.
35932
35933 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
35934
35935         Port to Tandem NSK OSS, which has 64-bit signed int but at most
35936         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
35937         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
35938         More generally, don't assume that 64-bit signed int is available
35939         if unsigned int is, and vice versa.
35940         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
35941         unsigned symbols, not on their signed counterparts.
35942         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
35943         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
35944         (UINT64_C, UINTMAX_C):
35945         Likewise.
35946         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
35947         unsigned counterparts.
35948         (Have_long_long, Unsigned): New macros.
35949         (Int): Renamed from INT.
35950         (strtoimax): Use the new macros.
35951         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
35952         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
35953         * modules/inttypes (inttypes.h): Substitute
35954         HAVE_UNSIGNED_LONG_LONG_INT.
35955         * modules/stdint (stdint.h): Likewise.
35956         (Files): Add m4/ulonglong.m4.
35957
35958 2006-10-10  Bruno Haible  <bruno@clisp.org>
35959
35960         Fix a gcc -Wshadow warning.
35961         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
35962         to 'bucket'.
35963         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
35964         gl_linked_indexof_from_to): Likewise.
35965         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
35966         Likewise.
35967         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
35968         Likewise.
35969         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
35970         Reported by Eric Blake.
35971
35972 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
35973
35974         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
35975         for NetBSD.  Problem reported by Bruno Haible.
35976
35977 2006-10-09  Jim Meyering  <jim@meyering.net>
35978
35979         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
35980         Patch from Bruno Haible.
35981
35982 2006-10-09  Jim Meyering  <jim@meyering.net>
35983
35984         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
35985         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
35986         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
35987
35988 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
35989
35990         Don't include <config.h> twice; this doesn't work in some cases,
35991         e.g., when config.h has "#define intmax_t long long int" and
35992         we include <config.h>, <inttypes.h>, <config.h> in that order.
35993         Problem reported by Matthew Woehlke in:
35994         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
35995         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
35996         * lib/fts-cycle.c: Don't include config.h.
35997         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
35998         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
35999         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
36000         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
36001         inttypes.h.
36002         * lib/xstrtoumax.c: Likewise.
36003         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
36004         __strtol and the like, so that this module is more like its siblings.
36005         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
36006         Remove; no longer needed now that we assume gnulib inttypes.h.
36007
36008 2006-10-08  Bruno Haible  <bruno@clisp.org>
36009
36010         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
36011         option.
36012
36013 2006-10-07  Jim Meyering  <jim@meyering.net>
36014
36015         * modules/inttypes (inttypes.h): Revert what seems to have been
36016         an inadvertent part of today's change: use "|", not "/" in the
36017         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
36018
36019 2006-10-07  Bruno Haible  <bruno@clisp.org>
36020
36021         * modules/sublist: New file.
36022
36023 2006-10-07  Bruno Haible  <bruno@clisp.org>
36024
36025         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
36026         * modules/argz (argz.h): Likewise.
36027         * modules/arpa_inet (arpa/inet.h): Likewise.
36028         * modules/byteswap (byteswap.h): Likewise.
36029         * modules/configmake (configmake.h): Likewise.
36030         * modules/fcntl (fcntl.h): Likewise.
36031         * modules/fnmatch (fnmatch.h): Likewise.
36032         * modules/getopt (getopt.h): Likewise.
36033         * modules/glob (glob.h): Likewise.
36034         * modules/inttypes (inttypes.h): Likewise.
36035         * modules/netinet_in (netinet/in.h): Likewise.
36036         * modules/poll (poll.h): Likewise.
36037         * modules/stdbool (stdbool.h): Likewise.
36038         * modules/stdint (stdint.h): Likewise.
36039         * modules/sys_select (sys/select.h): Likewise.
36040         * modules/sys_socket (sys/socket.h): Likewise.
36041         * modules/sys_stat (sys/stat.h): Likewise.
36042         * modules/sysexits (sysexits.h): Likewise.
36043         * modules/unistd (unistd.h): Likewise.
36044         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36045         Add a "DO NOT EDIT" comment to the generated file.
36046         (func_import): Likewise for gnulib-comp.m4.
36047
36048 2006-10-07  Bruno Haible  <bruno@clisp.org>
36049
36050         * lib/gl_sublist.h: New file.
36051         * lib/gl_sublist.c: New file.
36052
36053 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36054
36055         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
36056         name (relative to the original working directory) and the file
36057         name component (relative to the temporary working directory).  All
36058         callers changed.
36059         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
36060         * lib/mkdir-p.c (make_dir_parents): Likewise.
36061         * lib/mkdir-p.h (make_dir_parents): Likewise.
36062
36063 2006-10-06  Eric Blake  <ebb9@byu.net>
36064
36065         Define several macros for use by the clean-temp module.
36066         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
36067         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
36068         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
36069
36070         * lib/clean-temp.h (close_stream_temp): New declaration.
36071         * lib/clean-temp.c (includes): Pull in headers according to what
36072         other modules are in use.
36073         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
36074
36075 2006-10-06  Bruno Haible  <bruno@clisp.org>
36076
36077         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
36078         instead of fopen, fwriteerror.
36079
36080 2006-10-06  Bruno Haible  <bruno@clisp.org>
36081
36082         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
36083         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
36084         int.
36085         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
36086         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
36087         Return an error indicator.
36088         Suggested by Eric Blake.
36089
36090 2006-10-06  Bruno Haible  <bruno@clisp.org>
36091
36092         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
36093         Reported by Eric Blake.
36094
36095 2006-10-06  Bruno Haible  <bruno@clisp.org>
36096
36097         * modules/closeout (Description): Mention stderr too.
36098
36099 2006-10-06  Bruno Haible  <bruno@clisp.org>
36100         and Paul Eggert  <eggert@cs.ucla.edu>
36101
36102         * lib/closeout.c (close_stdout): Also close stderr.
36103         * lib/closeout.h: Update comment.
36104
36105 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
36106
36107         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
36108         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
36109         * lib/dirchownmod.c: Include lchown.h.
36110         * lib/lchown.c: Don't include files that lchown.h now includes.
36111         Don't declare chown, since lchown.h now does that.
36112         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
36113         (lchown): Define to rpl_chown if lchown is declared but
36114         does not exist.  Declare using a prototype if lchown is not
36115         declared.  Add a copyright notice.
36116         * lib/mkstemp.h: Include <unistd.h>.
36117         * lib/openat.c: Include lchown.h.
36118
36119         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
36120         we now test for that separately.
36121         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
36122         rather than O_NOFOLLOW, when testing whether it's possible to
36123         avoid a race condition reliably.
36124         * lib/savewd.c (savewd_chdir): Likewise.
36125
36126         Remove macros that are no longer needed now that stdint.h is
36127         reliable.
36128         * lib/fsusage.c (UINTMAX_MAX): Remove.
36129         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
36130         * lib/utimecmp.c (SIZE_MAX): Remove.
36131
36132         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
36133
36134         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
36135         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
36136         O_NOATIME works.
36137
36138 2006-10-05  Bruno Haible  <bruno@clisp.org>
36139
36140         * lib/gl_list.h (gl_sortedlist_search_from_to,
36141         gl_sortedlist_indexof_from_to): New declarations.
36142         (gl_list_implementation): New fields sortedlist_search_from_to,
36143         sortedlist_indexof_from_to.
36144         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
36145         inline functions.
36146         * lib/gl_list.c (gl_sortedlist_search_from_to,
36147         gl_sortedlist_indexof_from_to): New functions.
36148         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
36149         function.
36150         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
36151         (gl_array_sortedlist_search_from_to): New function.
36152         (gl_array_list_implementation): Update.
36153         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
36154         function.
36155         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
36156         (gl_carray_sortedlist_search_from_to): New function.
36157         (gl_carray_list_implementation): Update.
36158         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
36159         gl_linked_sortedlist_indexof_from_to): New functions.
36160         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
36161         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
36162         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
36163         gl_tree_sortedlist_indexof_from_to): New functions.
36164         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
36165         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
36166         Update.
36167         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
36168         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
36169         Update.
36170
36171 2006-10-05  Bruno Haible  <bruno@clisp.org>
36172
36173         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
36174         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
36175         (struct gl_list_implementation): Add fields search_from_to,
36176         indexof_from_to. Remove fields search, indexof.
36177         (gl_list_search): Use the search_from_to method.
36178         (gl_list_search_from, gl_list_search_from_to): New functions.
36179         (gl_list_indexof): Use the indexof_from_to method.
36180         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
36181         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
36182         (gl_list_search_from, gl_list_search_from_to): New functions.
36183         (gl_list_indexof): Use the indexof_from_to method.
36184         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
36185         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
36186         gl_array_indexof. Add start_index, end_index arguments.
36187         (gl_array_search_from_to): Renamed from gl_array_search. Add
36188         start_index, end_index arguments.
36189         (gl_array_remove, gl_array_list_implementation): Update.
36190         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
36191         gl_carray_indexof. Add start_index, end_index arguments.
36192         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
36193         start_index, end_index arguments.
36194         (gl_carray_remove, gl_carray_list_implementation): Update.
36195         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
36196         gl_linked_search. Add start_index, end_index arguments.
36197         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
36198         start_index, end_index arguments.
36199         (gl_linked_remove): Update.
36200         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
36201         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
36202         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
36203         field to 'size_t'.
36204         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
36205         gl_tree_search. Add start_index, end_index arguments.
36206         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
36207         start_index, end_index arguments.
36208         (gl_tree_remove): Update.
36209         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
36210         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
36211         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
36212         function.
36213         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
36214         gl_tree_search. Add start_index, end_index arguments.
36215         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
36216         start_index, end_index arguments.
36217         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
36218         Update.
36219         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
36220
36221 2006-10-05  Bruno Haible  <bruno@clisp.org>
36222
36223         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
36224
36225         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
36226         fwriteerror_temp): New declarations.
36227         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
36228         (descriptors): New variable.
36229         (cleanup): First, close the descriptors.
36230         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
36231         fclose_temp, fwriteerror_temp): New functions.
36232
36233 2006-10-04  Jim Meyering  <jim@meyering.net>
36234
36235         * lib/fts.c (fts_open): Tiny comment change.
36236
36237 2006-10-04  Bruno Haible  <bruno@clisp.org>
36238
36239         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
36240         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
36241         gl_LOCK_BODY.
36242         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
36243         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
36244         gl_LOCK_EARLY_BODY.
36245         (gl_LOCK): Require gl_LOCK_BODY.
36246
36247 2006-10-04  Bruno Haible  <bruno@clisp.org>
36248
36249         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
36250         (gl_oset_search_atleast): New declaration.
36251         (struct gl_oset_implementation): Add field 'search_atleast'.
36252         (gl_oset_search_atleast): New inline function.
36253         * lib/gl_oset.c (gl_oset_search_atleast): New function.
36254         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
36255         (gl_array_oset_implementation): Update.
36256         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
36257         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
36258         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
36259
36260 2006-10-04  Bruno Haible  <bruno@clisp.org>
36261
36262         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
36263
36264 2006-10-03  Bruno Haible  <bruno@clisp.org>
36265
36266         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
36267         from gl_avltreehash_list_implementation.
36268
36269 2006-10-03  Bruno Haible  <bruno@clisp.org>
36270
36271         * lib/gl_oset.c (gl_oset_add): Fix return type.
36272
36273 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
36274
36275         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
36276
36277 2006-10-02  Eric Blake  <ebb9@byu.net>
36278
36279         * modules/strnlen (Depends-on): Add extensions.
36280
36281 2006-10-02  Eric Blake  <ebb9@byu.net>
36282
36283         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
36284         definition in 2.60+.
36285
36286 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36287
36288         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
36289         checks.
36290
36291 2006-10-02  Bruno Haible  <bruno@clisp.org>
36292
36293         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
36294         to the AUTOMAKE_OPTIONS.
36295         Reported by Jim Meyering.
36296
36297 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
36298
36299         Work around bug in Solaris 10 /proc file system:
36300         /proc/self/fd/NNN/.. isn't the parent directory of
36301         the directory whose file descriptor is NNN.  This needs to
36302         be worked around at run time, not compile time, since a
36303         program might be built on Solaris 8, where things work, and
36304         run on Solaris 10.
36305         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
36306         to use the following interface instead:
36307         (OPENAT_BUFFER_SIZE): New macro.
36308         (openat_proc_name): New function.
36309         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
36310         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
36311         Likewise.
36312         * lib/openat-proc.c: New file.
36313         * modules/openat (Files): Add lib/openat-proc.c.
36314         (Depends-on): Add same-inode, stdbool.
36315         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
36316
36317 2006-09-29  Bruno Haible  <bruno@clisp.org>
36318
36319         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
36320         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
36321         argument. Set stdout_closed before testing for ferror, not after.
36322         (fwriteerror, fwriteerror_no_ebadf): New functions.
36323
36324 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36325
36326         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
36327
36328 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
36329
36330         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
36331         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
36332
36333 2006-09-28  Jim Meyering  <jim@meyering.net>
36334
36335         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
36336         Include <unistd.h>.
36337
36338 2006-09-28  Bruno Haible  <bruno@clisp.org>
36339
36340         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
36341         * modules/linkedhash-list (Depends-on): Likewise.
36342         * modules/rbtreehash-list (Depends-on): Likewise.
36343
36344 2006-09-28  Bruno Haible  <bruno@clisp.org>
36345
36346         * lib/strndup.h: Simplify the redefinition of strndup.
36347         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
36348         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
36349
36350 2006-09-28  Bruno Haible  <bruno@clisp.org>
36351
36352         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
36353         * lib/gl_linkedhash_list.c: Likewise.
36354         * lib/gl_rbtreehash_list.c: Likewise.
36355
36356 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
36357
36358         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
36359         getaddrinfo.
36360
36361         * lib/__fpending.h: Don't include <stdio_ext.h> unless
36362         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
36363         it causes <stdio_ext.h> to cause a compile-time error.
36364         Problem reported by Nelson H. F. Beebe.
36365         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
36366         of HAVE_DECL___PENDING.
36367
36368         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
36369         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
36370         declaration.
36371
36372 2006-09-27  Jim Meyering  <jim@meyering.net>
36373
36374         This file could end up with a definition for a function
36375         named __strndup, rather than rpl_strndup on a system with
36376         incomplete weak_alias support.
36377         * lib/strndup.c (strndup): Rename from __strndup.
36378         Remove #defines that used to map __strndup to strndup.
36379         Don't use K&R prototypes.
36380         Remove LIBC-related code, since this file is not sync'd with glibc.
36381         * lib/strndup.h: Revamp, accordingly.
36382         * m4/strndup.m4: Modernize.
36383
36384 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
36385
36386         * modules/savewd (Depends-on): Add 'raise'.
36387         * lib/savewd.c: Include <signal.h>, for 'raise'.
36388
36389 2006-09-26  Jim Meyering  <jim@meyering.net>
36390
36391         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
36392         when we detect Darwin 8.7.0's acl_get_file bug.
36393         Rearrange to perform the new (below) run-test while $LIBS
36394         contains any acl-related library.  Set USE_ACL at the end.
36395         (gl_ACL_GET_FILE): New function.
36396
36397 2006-09-26  Eric Blake  <ebb9@byu.net>
36398
36399         * lib/verror.c: Include <config.h> unconditionally.
36400
36401 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
36402
36403         * modules/clock-time (Maintainer): Add self.
36404         * modules/getlogin_r (Depends-on): Add extensions.
36405
36406 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36407
36408         * modules/clock-time: New module.
36409         * modules/nanosleep (Depends-on): Add clock-time.
36410         * modules/gethrxtime (Depends-on): Likewise.
36411         * modules/gettime (Depends-on): Likewise.
36412         * modules/settime (Depends-on): Likewise.
36413
36414         * modules/fts-lgpl: Depend on openat.
36415         * modules/mkancesdirs: Depend on savewd.
36416         * modules/mkdir-p: Likewise.
36417
36418 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36419
36420         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
36421
36422         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
36423         `gl_have_arbitrary_file_name_length_limit' to
36424         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
36425         actually works between configure runs.
36426
36427 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36428             Bruno Haible  <bruno@clisp.org>
36429
36430         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
36431
36432 2006-09-25  Jim Meyering  <jim@meyering.net>
36433
36434         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
36435         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
36436
36437 2006-09-25  Eric Blake  <ebb9@byu.net>
36438
36439         * gnulib-tool (func_import, func_create_testdir): Fix typos in
36440         exec's in 2006-09-18 patch when shuffling fds.
36441
36442 2006-09-25  Bruno Haible  <bruno@clisp.org>
36443
36444         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
36445         Reported by Jim Meyering.
36446
36447 2006-09-24  Jim Meyering  <jim@meyering.net>
36448
36449         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
36450         compare a pointer against a literal "0".  That caused failures with
36451         at least HP-UX's hpcc.
36452
36453 2006-09-22  Simon Josefsson  <jas@extundo.com>
36454
36455         * modules/gc-sha1:
36456         * modules/gc-md4:
36457         * modules/gc-hmac-sha1:
36458         * modules/gc-hmac-md5:
36459         * modules/gc-des:
36460         * modules/gc-arcfour: Distribute more files.
36461
36462 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36463
36464         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
36465         (gl_linked_iterator_from_to): Initialize struct completely.
36466         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
36467         (gl_tree_iterator_from_to): Likewise
36468         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
36469         * lib/gl_array_list.c [lint] (gl_array_iterator)
36470         (gl_array_iterator_from_to): Likewise.
36471         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
36472         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
36473         (gl_carray_iterator_from_to): Likewise.
36474
36475         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
36476         * lib/md4.c (md4_process_block): Remove unused variable.
36477         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
36478         parentheses for clarity.
36479
36480 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36481
36482         * modules/bison-i18n (Depends-on): Add gettext.
36483
36484 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36485
36486         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
36487         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
36488         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
36489         also add missing comma that caused broken test.
36490         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
36491         stdlib.h, for `abort'.
36492         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
36493         variables.
36494         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
36495         include unistd.h if present, for `rmdir'.
36496         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
36497         variables.
36498         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
36499         in the process include standard headers for prototypes.
36500         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
36501         gets declared on GNU/Linux.
36502         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
36503         unistd.h, for `rmdir'.
36504         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
36505
36506         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
36507         always true.
36508         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
36509
36510         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
36511
36512 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36513
36514         * gnulib-tool (func_version): Create output all at once.  This
36515         may help avoid triggering unnecessary SIGPIPEs, and at any
36516         rate it doesn't hurt.
36517
36518 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36519             Bruno Haible  <bruno@clisp.org>
36520
36521         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
36522         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
36523         * m4/signed.m4 (bh_C_SIGNED): Likewise.
36524
36525         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
36526         (gl_FUNC_VASPRINTF): Invoke it.
36527
36528 2006-09-22  Bruno Haible  <bruno@clisp.org>
36529
36530         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
36531         getloadavg.c as first argument.
36532
36533 2006-09-22  Bruno Haible  <bruno@clisp.org>
36534
36535         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
36536         at the beginning of the gl_INIT macro.
36537         * modules/getloadavg (configure.ac): Pass $gl_source_base to
36538         gl_GETLOADAVG.
36539
36540 2006-09-22  Bruno Haible  <bruno@clisp.org>
36541
36542         * gnulib-tool (func_create_megatestdir): Don't include the config-h
36543         module.
36544         Suggested by Ralf Wildenhues.
36545
36546 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36547
36548         Import this patch from libc:
36549
36550         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
36551
36552         * lib/regex_internal.c (re_string_reconstruct): Handle
36553         offset < pstr->valid_raw_len && pstr->offsets_needed case.
36554         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
36555         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
36556         re_string_context_at.
36557
36558         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
36559         now requires it.
36560         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
36561         gl_REGEX now does it for us.
36562         (gl_REGEX): Add test taken from
36563         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
36564
36565         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
36566         Check that large offsets work.  Modernize Autoconf usages.
36567         Prefer "yes" to mean a good thing rather than a bad.
36568         Don't put "#define mkstemp" in config.h, as this might interfere
36569         with standard system headers that "#define mkstemp mkstemp64".
36570
36571         * modules/mkstemp (Depends-on): Add extensions, so that
36572         mkstemp is visible on some platforms.
36573         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
36574         (Include): Change to "mkstemp.h" from <stdlib.h>.
36575         (Files): Add mkstemp.h.
36576
36577         * lib/mkstemp.h: New file, since some standard headers
36578         #define mkstemp.
36579         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
36580         Include "mkstemp.h".
36581         Make the _LIBC code resemble glibc original more,
36582         e.g., use K&R style.
36583         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
36584         (mkstemp): Remove, since mkstemp.h does this for us.
36585         * lib/stdlib--.h: Include mkstemp.h.
36586
36587         Import this patch from libc:
36588
36589         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
36590
36591         * lib/tempname.c (__gen_tempname): Change attempts_min
36592         into a macro.  Use preprocessor to decide how to initialize
36593         attempts [Coverity CID 67].
36594
36595 2006-09-20  Bruno Haible  <bruno@clisp.org>
36596
36597         * lib/mkdtemp.c: Import from libc.
36598         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
36599                 * sysdeps/posix/tempname.c (__gen_tempname): Change
36600                 attempts_min into a macro.  Use preprocessor to decide how to
36601                 initialize attempts [Coverity CID 67].
36602         2001-11-27  Paul Eggert  <eggert@twinsun.com>
36603                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
36604                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
36605
36606 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36607
36608         * gnulib-tool (func_exit): New function, to allow to pass the
36609         exit status portably through the trap.  Use everywhere.
36610         (--help, --version): Signal a write error.
36611         (trap): catch SIGPIPE, for write errors.
36612         Exit at the end of the trap, with the correct exit status.
36613
36614 2006-09-19  Karl Berry  <karl@gnu.org>
36615
36616         * doc/gnulib.texi: note about the license texinfo files.
36617
36618 2006-09-19  Eric Blake  <ebb9@byu.net>
36619
36620         * gnulib-tool: Avoid space-tab.
36621
36622 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
36623
36624         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
36625         that prevented coreutils 6.1 from building.  Problem reported
36626         by Petter Reinholdtsen.
36627
36628 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
36629
36630         * gnulib-tool (avoidlist): Fix typo that broke options like
36631         --avoid=lock that are used by coreutils bootstrap.
36632
36633 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
36634
36635         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
36636         more systematically.
36637
36638 2006-09-18  Jim Meyering  <jim@meyering.net>
36639
36640         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
36641
36642 2006-09-18  Bruno Haible  <bruno@clisp.org>
36643
36644         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
36645
36646 2006-09-18  Bruno Haible  <bruno@clisp.org>
36647
36648         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
36649         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
36650         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
36651         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
36652         * m4/gettext.m4: Require autoconf >= 2.52.
36653         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
36654         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
36655         of gl_cv_header_inttypes_h.
36656
36657 2006-09-18  Bruno Haible  <bruno@clisp.org>
36658
36659         * lib/javaversion.c: Include configmake.h.
36660
36661 2006-09-18  Bruno Haible  <bruno@clisp.org>
36662
36663         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
36664         avoid that the while loops be executed in a subshell.
36665
36666 2006-09-18  Bruno Haible  <bruno@clisp.org>
36667
36668         * MODULES.html.sh (func_module): Break long lines.
36669         Suggested by Bruce Korb <bkorb@gnu.org>.
36670
36671 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36672
36673         Speed up by a factor of 1.12.
36674         * gnulib-tool (nl): New variable.
36675         (func_import): Rewrite include directive extraction to only read each
36676         directive once.
36677
36678 2006-09-17  Bruno Haible  <bruno@clisp.org>
36679
36680         * modules/javaversion (Makefile.am): Remove DEFS setting.
36681         (Depends-on): Add configmake, for PKGDATADIR definition.
36682
36683 2006-09-17  Bruno Haible  <bruno@clisp.org>
36684
36685         * gnulib-tool (func_create_testdir): Rewrite all files at once.
36686
36687 2006-09-17  Bruno Haible  <bruno@clisp.org>
36688
36689         * gnulib-tool (func_append): New function, stolen from libtool.m4.
36690         (func_modules_transitive_closure, func_modules_add_dummy,
36691         func_modules_to_filelist, func_import, func_create_testdir,
36692         func_create_megatestdir, ...): Use it wherever possible.
36693         Suggested by Ralf Wildenhues.
36694
36695 2006-09-16  Karl Berry  <karl@gnu.org>
36696
36697         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
36698         to avoid sectioning errors.
36699         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
36700         [ifinfo]: blank line after @center-ed titles.
36701         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
36702         Spell FSF address consistently with others.
36703         (These changes approved by rms.)
36704
36705 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36706
36707         Speed up by a factor of 1.61.
36708         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
36709         already checked module names again.
36710
36711 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36712
36713         Speed up by a factor of 1.13.
36714         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
36715         for new_files, and the input to func_add_or_update.
36716
36717 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36718
36719         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
36720         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
36721
36722 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36723
36724         * modules/mkancesdirs (Depends-on): Add fcntl.
36725         * modules/savewd: New file.
36726         * MODULES.html.sh (File system functions): Add savewd.
36727
36728         * modules/configmake (Makefile.am): Add support for the
36729         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
36730
36731 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36732
36733         * m4/savewd.m4: New file.
36734
36735 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36736
36737         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
36738         (dirchownmod): New arg FD.  All callers changed.
36739         Use FD rather than opening the directory ourself, as opening is
36740         now the caller's responsibility.
36741         * lib/dirchownmod.h: Likewise.
36742         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
36743         hosts that require <sys/types.h> before <sys/stat.h>.  Include
36744         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
36745         (test_dir): Remove.
36746         (mkancesdirs): Return length of prefix of FILE that has already
36747         been made, or -2 if there is a child doing the work.  Redo
36748         algorithm so that it is O(N) rather than O(N**2).  Optimize away
36749         ".", and treat ".." specially since it might stray back into
36750         already-created areas.  Use a subprocess if necessary.  New arg
36751         WD; all users changed.  MAKE_DIR function should now return 1
36752         if it creates a directory that is not readable.  Return -2 if
36753         a child process is spun off.
36754         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
36755         Adjust signature to match code.
36756         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
36757         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
36758         all users changed.
36759         * lib/savewd.c, lib/savewd.h: New files.
36760
36761 2006-09-15  Jim Meyering  <jim@meyering.net>
36762
36763         * modules/rename-dest-slash: New module.
36764         * MODULES.html.sh (posix_compat): Add it here.
36765
36766         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
36767
36768 2006-09-15  Jim Meyering  <jim@meyering.net>
36769
36770         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
36771         file.
36772
36773         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
36774
36775 2006-09-15  Jim Meyering  <jim@meyering.net>
36776
36777         * lib/rename-dest-slash.c (has_trailing_slash): Use
36778         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
36779         (rpl_rename_dest_slash): Perform the cheaper trailing slash
36780         test before testing whether SRC is a directory.
36781         Suggestions from Bruno Haible.
36782
36783         Avoid a warning about an unused variable.
36784         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
36785         into the #ifdef block where it's used.
36786
36787         * lib/rename-dest-slash.c: New file.
36788
36789 2006-09-14  Bruno Haible  <bruno@clisp.org>
36790
36791         * lib/allocsa.c: Include <config.h> unconditionally.
36792         * lib/asnprintf.c: Likewise.
36793         * lib/asprintf.c: Likewise.
36794         * lib/c-strcasecmp.c: Likewise.
36795         * lib/c-strcasestr.c: Likewise.
36796         * lib/c-strncasecmp.c: Likewise.
36797         * lib/c-strstr.c: Likewise.
36798         * lib/classpath.c: Likewise.
36799         * lib/clean-temp.c: Likewise.
36800         * lib/concatpath.c: Likewise.
36801         * lib/copy-file.c: Likewise.
36802         * lib/csharpcomp.c: Likewise.
36803         * lib/csharpexec.c: Likewise.
36804         * lib/execute.c: Likewise.
36805         * lib/fatal-signal.c: Likewise.
36806         * lib/findprog.c: Likewise.
36807         * lib/fwriteerror.c: Likewise.
36808         * lib/gl_array_list.c: Likewise.
36809         * lib/gl_array_oset.c: Likewise.
36810         * lib/gl_avltree_list.c: Likewise.
36811         * lib/gl_avltree_oset.c: Likewise.
36812         * lib/gl_avltreehash_list.c: Likewise.
36813         * lib/gl_carray_list.c: Likewise.
36814         * lib/gl_linked_list.c: Likewise.
36815         * lib/gl_linkedhash_list.c: Likewise.
36816         * lib/gl_list.c: Likewise.
36817         * lib/gl_oset.c: Likewise.
36818         * lib/gl_rbtree_list.c: Likewise.
36819         * lib/gl_rbtree_oset.c: Likewise.
36820         * lib/gl_rbtreehash_list.c: Likewise.
36821         * lib/imaxabs.c: Likewise.
36822         * lib/imaxdiv.c: Likewise.
36823         * lib/javacomp.c: Likewise.
36824         * lib/javaexec.c: Likewise.
36825         * lib/javaversion.c: Likewise.
36826         * lib/linebreak.c: Likewise.
36827         * lib/localcharset.c: Likewise.
36828         * lib/lock.c: Likewise.
36829         * lib/mbchar.c: Likewise.
36830         * lib/mbswidth.c: Likewise.
36831         * lib/mkdtemp.c: Likewise.
36832         * lib/pipe.c: Likewise.
36833         * lib/printf-args.c: Likewise.
36834         * lib/printf-parse.c: Likewise.
36835         * lib/progname.c: Likewise.
36836         * lib/progreloc.c: Likewise.
36837         * lib/readlink.c: Likewise.
36838         * lib/sh-quote.c: Likewise.
36839         * lib/stpcpy.c: Likewise.
36840         * lib/stpncpy.c: Likewise.
36841         * lib/strcasecmp.c: Likewise.
36842         * lib/strcasestr.c: Likewise.
36843         * lib/strcspn.c: Likewise.
36844         * lib/striconv.c: Likewise.
36845         * lib/strncasecmp.c: Likewise.
36846         * lib/strnlen1.c: Likewise.
36847         * lib/strstr.c: Likewise.
36848         * lib/strtok_r.c: Likewise.
36849         * lib/tls.c: Likewise.
36850         * lib/tmpdir.c: Likewise.
36851         * lib/unicodeio.c: Likewise.
36852         * lib/unsetenv.c: Likewise.
36853         * lib/vasnprintf.c: Likewise.
36854         * lib/vasprintf.c: Likewise.
36855         * lib/wait-process.c: Likewise.
36856         * lib/xallocsa.c: Likewise.
36857         * lib/xsetenv.c: Likewise.
36858         * lib/xstriconv.c: Likewise.
36859
36860 2006-09-13  Simon Josefsson  <jas@extundo.com>
36861
36862         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
36863         that internally, suggested by Ralf Wildenhues
36864         <Ralf.Wildenhues@gmx.de>.
36865
36866 2006-09-13  Simon Josefsson  <jas@extundo.com>
36867
36868         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
36869         @LIBOBJS@.
36870         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36871
36872 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36873
36874         * lib/_fpending.c: Include <config.h> unconditionally, since we no
36875         longer worry about uses that don't define HAVE_CONFIG_H.
36876         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
36877         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
36878         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
36879         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
36880         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
36881         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
36882         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
36883         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
36884         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
36885         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
36886         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
36887         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
36888         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
36889         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
36890         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
36891         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
36892         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
36893         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
36894         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
36895         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
36896         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
36897         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
36898         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
36899         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
36900         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
36901         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
36902         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
36903         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
36904         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
36905         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
36906         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
36907         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
36908         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
36909         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
36910         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
36911         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
36912         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
36913         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
36914         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
36915         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
36916         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
36917         Likewise.
36918
36919 2006-09-13  Eric Blake  <ebb9@byu.net>
36920
36921         * lib/getopt.c: Fix typo in last commit.
36922
36923 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
36924
36925         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
36926         dgettext.
36927
36928 2006-09-12  Jim Meyering  <jim@meyering.net>
36929
36930         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
36931         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
36932         Reported by Nelson H. F. Beebe.
36933
36934 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
36935
36936         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
36937         program_invocation_name and program_invocation_short_name are
36938         initialized.
36939         * lib/argp-namefrob.h: Move declarations of program_invocation_name
36940         and program_invocation_short_name to argp.h, so they are visible
36941         to user programs.
36942         * lib/argp.h: Likewise
36943
36944 2006-09-10  Bruno Haible  <bruno@clisp.org>
36945
36946         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
36947         m4/inttypes_h.m4, m4/uintmax_t.m4.
36948
36949 2006-09-10  Bruno Haible  <bruno@clisp.org>
36950
36951         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
36952         gl_AC_TYPE_UINTMAX_T.
36953
36954 2006-09-10  Bruno Haible  <bruno@clisp.org>
36955
36956         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
36957
36958 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36959
36960         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
36961         convention.  Text proposed by Bruno Haible.
36962         (struct argp_option): Document the use of N_() wrappers.
36963
36964         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
36965         '\v', and translate the two parts separately, instead of feeding
36966         the whole string to gettext.  This allows to exclude
36967         '\v' from the strings visible to the translator by writing doc
36968         strings as N_("..") "\v" N_("..").
36969
36970 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
36971
36972         * config/srclist.txt: Undo latest change; the bug was fixed.
36973
36974 2006-09-09  Bruno Haible  <bruno@clisp.org>
36975
36976         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
36977         assignments if building a library without libtool.
36978         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
36979         in func_emit_lib_Makefile_am.
36980         (func_import): When building a static library libfoo.a, arrange to
36981         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
36982         (func_create_testdir): Likewise.
36983         * modules/gc (configure.ac, Makefile.am): If building statically,
36984         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
36985         * modules/iconvme (configure.ac, Makefile.am): Likewise.
36986         * modules/striconv (configure.ac, Makefile.am): Likewise.
36987         Based on a suggestion by Ralf Wildenhues.
36988
36989 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
36990
36991         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
36992         Check for unistd.h too, since Autoconf doesn't assume POSIX.
36993         Also:
36994
36995         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
36996         Add year_2050_test to catch glibc bug 2821
36997         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
36998
36999         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37000         Prefer #ifdef to #if.
37001
37002         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
37003         Return from 'main' instead of calling 'exit'.
37004
37005 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37006
37007         * lib/mktime.c (guess_time_tm): Fix bug where mktime
37008         returned the maximum time_t value rather than (time_t) -1.
37009         Problem originally reported by William Bardwell
37010         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
37011
37012         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
37013         Moved to here ...
37014         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
37015         ... from here.
37016
37017 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37018
37019         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
37020         2821 is fixed.
37021
37022 2006-09-08  Jim Meyering  <jim@meyering.net>
37023
37024         Don't make generated files read-only.  That would bother too many
37025         people.  However, do retain the ability to work when targets are
37026         read-only: remove the destination and temporary files before writing
37027         them (when generated via sed or echo), or by using the -f option for
37028         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
37029         * modules/alloca-opt, modules/argz, modules/arpa_inet:
37030         * modules/byteswap, modules/configmake, modules/fcntl:
37031         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
37032         * modules/localcharset, modules/netinet_in, modules/poll:
37033         * modules/stdbool, modules/stdint, modules/sys_select:
37034         * modules/sys_socket, modules/sys_stat, modules/sysexits:
37035
37036 2006-09-08  Jim Meyering  <jim@meyering.net>
37037
37038         Avoid new build failure on FreeBSD 6.0.
37039         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
37040         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
37041         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
37042
37043 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37044
37045         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
37046
37047 2006-09-07  Jim Meyering  <jim@meyering.net>
37048
37049         Fix global typo in last change: use chmod u-w, not chmod u-x.
37050         Spotted by Paul Eggert and Bruce Korb.
37051         * modules/alloca-opt, modules/argz, modules/arpa_inet:
37052         * modules/byteswap, modules/configmake, modules/fcntl:
37053         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
37054         * modules/localcharset, modules/netinet_in, modules/poll:
37055         * modules/stdbool, modules/stdint, modules/sys_select:
37056         * modules/sys_socket, modules/sys_stat, modules/sysexits:
37057
37058 2006-09-06  Jim Meyering  <jim@meyering.net>
37059
37060         Make generated files be read-only.
37061         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
37062         Ensure that each generated file is now read-only.
37063         * modules/argz: Likewise.
37064         * modules/arpa_inet: Likewise.
37065         * modules/byteswap: Likewise.
37066         * modules/configmake: Likewise.
37067         * modules/fcntl: Likewise.
37068         * modules/fnmatch: Likewise.
37069         * modules/getopt: Likewise.
37070         * modules/glob: Likewise.
37071         * modules/inttypes: Likewise.
37072         * modules/netinet_in: Likewise.
37073         * modules/poll: Likewise.
37074         * modules/stdbool: Likewise.
37075         * modules/stdint: Likewise.
37076         * modules/sys_select: Likewise.
37077         * modules/sys_socket: Likewise.
37078         * modules/sys_stat: Likewise.
37079         * modules/sysexits: Likewise.
37080         * modules/localcharset: Same as above, but continue using temporary
37081         file named "t-$@" (why different?) rather than the "$@-t" used
37082         everywhere else.
37083
37084         * modules/sysexits (Makefile.am): Replace literal occurrences
37085         of "sysexit.h" more readable, and more consistent, "$@".
37086
37087 2006-09-06  Bruno Haible  <bruno@clisp.org>
37088
37089         * modules/striconv: New file.
37090         * modules/xstriconv: New file.
37091         * MODULES.html.sh (Internationalization functions): Add striconv,
37092         xstriconv.
37093
37094 2006-09-06  Bruno Haible  <bruno@clisp.org>
37095
37096         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
37097         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
37098         not using libtool correctly.
37099
37100 2006-09-06  Bruno Haible  <bruno@clisp.org>
37101
37102         * lib/striconv.h: New file.
37103         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
37104         iconvstring.c.
37105         * lib/xstriconv.h: New file.
37106         * lib/xstriconv.c: New file.
37107
37108 2006-09-06  Bruno Haible  <bruno@clisp.org>
37109
37110         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37111         lib_..._LDFLAGS.
37112
37113 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37114
37115         * lib/argz_.h: Sync from Libtool.
37116
37117         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
37118                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
37119
37120         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
37121
37122 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
37123
37124         * modules/trim: New file.
37125
37126 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
37127
37128         * lib/trim.h: New file.
37129         * lib/trim.c: New file.
37130
37131 2006-09-05  Bruno Haible  <bruno@clisp.org>
37132
37133         * MODULES.html.sh (String handling): Add trim.
37134
37135 2006-09-04  Karl Berry  <karl@gnu.org>
37136
37137         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
37138         until next release.
37139
37140 2006-09-03  Bruno Haible  <bruno@clisp.org>
37141
37142         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
37143         correctly.
37144
37145 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37146
37147         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
37148         not gl_GETLOADAVG.  Omit unneeded semicolons.
37149         Problems reported by Ralf Wildenhues in
37150         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
37151         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
37152         at the end, which is the usual gnulib style.
37153
37154         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
37155         of doing all the work ourselves.
37156         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
37157         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
37158
37159 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37160
37161         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
37162         Problem reported by Ralf Wildenhues in
37163         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
37164
37165         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
37166         HAVE_STRUCT_STATFS_F_FSTYPENAME.
37167
37168 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37169
37170         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
37171         yesterday's patch by changing test -n to test -z.
37172
37173 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37174
37175         * modules/getloadavg (Files): Add m4/getloadavg.m4.
37176         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
37177         the former is now obsolescent.
37178
37179         * modules/chdir-long (Depends-on): Add fcntl.
37180
37181 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37182
37183         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
37184         obsolescent, and programs should use gnulib instead.
37185         * m4/getloadavg.m4: New file, with contents taken from Autoconf
37186         but with prefixes changed.
37187
37188 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37189
37190         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
37191         or stdbool.h, because they might not exist while configuring.
37192
37193         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
37194         Don't include unistd.h or limits.h; not needed, since chdir-long.h
37195         does that for us.
37196         (O_DIRECTORY): Remove.
37197
37198 2006-08-31  Eric Blake  <ebb9@byu.net>
37199
37200         * gnulib-tool: Don't let emacs change spaces to TAB.
37201
37202 2006-08-31  Bruno Haible  <bruno@clisp.org>
37203
37204         * gnulib-tool: When calling func_import more than once, do it in a
37205         subshell.
37206         Reported by Eric Blake <ebb9@byu.net>.
37207
37208 2006-08-31  Bruno Haible  <bruno@clisp.org>
37209
37210         * gnulib-tool (nl): Remove variable.
37211         (sed_transform_lib_file): Use more robust test for config-h module.
37212         (func_import): Fix typo in 2006-08-25 patch.
37213
37214 2006-08-31  Bruno Haible  <bruno@clisp.org>
37215
37216         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
37217         specified, augment Makefile.am variables instead of assigning them.
37218
37219 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37220
37221         Work around a bug in both the Linux and SunOS 64-bit kernels:
37222         nanosleep mishandles sleeps for longer than 2**31 seconds.
37223         Problem reported by Frank v Waveren in
37224         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
37225         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
37226         Check for nanosleep bug.
37227         (LIB_NANOSLEEP): Append clock_gettime library if needed.
37228
37229 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37230
37231         Work around a bug in both the Linux and SunOS 64-bit kernels:
37232         nanosleep mishandles sleeps for longer than 2**31 seconds.
37233         Problem reported by Frank v Waveren in
37234         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
37235         * lib/nanosleep.c (BILLION): New constant.
37236         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
37237         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
37238         implementation.
37239
37240 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37241
37242         * modules/nanosleep (Depends-on): Add gettime.
37243
37244 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37245         and Simon Josefsson  <jas@extundo.com>
37246         and Oskar Liljeblad  <oskar@osk.mine.nu>
37247
37248         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
37249         * gnulib-tool (func_import): New license type 'unmodifiable license
37250         text'.
37251         * modules/fdl: Use it.  Longer description.
37252         * module/gpl, module/lgpl: New files.
37253
37254 2006-08-30  Jim Meyering  <jim@meyering.net>
37255
37256         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
37257         shadowing the parameter.
37258
37259 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37260
37261         Sync from Libtool:
37262
37263         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37264
37265         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
37266         sharing with gnulib.  Report by Eric Blake.
37267
37268 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37269
37270         * modules/isapipe: New file.
37271         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
37272
37273 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37274
37275         * modules/configmake (Makefile.am): Add a comment, and omit
37276         the CONFIGMAKE_ prefix from generated macro names.  Suggested
37277         by Bruno Haible.
37278
37279 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37280
37281         * m4/isapipe.m4: New file.
37282
37283 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37284
37285         * lib/isapipe.c, lib/isapipe.h: New files.
37286
37287 2006-08-29  Jim Meyering  <jim@meyering.net>
37288
37289         * modules/configmake (Makefile.am): Make configmake.h depend on
37290         Makefile.  Otherwise, a stale configmake.h could hang around.
37291
37292 2006-08-29  Eric Blake  <ebb9@byu.net>
37293
37294         * lib/error.c (error_at_line, print_errno_message): Match libc, after
37295         resolution of upstream bug 3044.
37296
37297 2006-08-29  Bruno Haible  <bruno@clisp.org>
37298
37299         * modules/localcharset (Depends-on): Add configmake.
37300         (Makefile.am): Remove setting of LIBDIR through DEFS.
37301
37302 2006-08-29  Bruno Haible  <bruno@clisp.org>
37303
37304         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
37305         defined.
37306
37307 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37308
37309         * modules/fcntl: New file.
37310         * modules/chdir-safer (Depends-on): Add fcntl.
37311         * modules/fts: Likewise.
37312         * modules/mkdir-p: Likewise.
37313
37314         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
37315         This undoes the most recent change, since we're now addressing the
37316         problem in a different way.
37317
37318         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
37319         into output, since the output might be called Makefile.am even
37320         if $makefile_name is something different.
37321         (func_import): Use $makefile_am rather than
37322         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
37323         empty.
37324
37325         * modules/inttypes (Files): Add m4/inttypes-h.m4.
37326
37327 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37328
37329         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
37330         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
37331         recent change to stdint.m4, since we're now addressing the problem in a
37332         different way.
37333
37334 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37335
37336         * m4/fcntl_h.m4: New file.
37337
37338 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37339
37340         * lib/fcntl_.h: New file.
37341         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
37342         the fcntl module.
37343         * lib/dirchownmod.c: Likewise.
37344         * lib/fts.c: Likewise.
37345
37346         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
37347         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
37348         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
37349         just before including <inttypes.h>, to avoid circular inclusion.
37350
37351 2006-08-28  Jim Meyering  <jim@meyering.net>
37352
37353         * doc/visibility.texi: Actually read and correct the grammar of the
37354         sentence affected by yesterday's change.
37355
37356 2006-08-28  Eric Blake  <ebb9@byu.net>
37357
37358         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
37359         needs wrapper.
37360
37361 2006-08-28  Eric Blake  <ebb9@byu.net>
37362
37363         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
37364
37365 2006-08-28  Eric Blake  <ebb9@byu.net>
37366
37367         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
37368
37369 2006-08-28  Bruno Haible  <bruno@clisp.org>
37370
37371         * modules/c-strstr: New file, from GNU gettext.
37372         * MODULES.html.sh (String handling): Add c-strstr.
37373
37374 2006-08-28  Bruno Haible  <bruno@clisp.org>
37375
37376         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
37377         macros.
37378         Reported by Eric Blake.
37379
37380 2006-08-28  Bruno Haible  <bruno@clisp.org>
37381
37382         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
37383         (VASNPRINTF): Return a string of length > INT_MAX without failing.
37384         * lib/vasprintf.c: Include errno.h, limits.h.
37385         (EOVERFLOW): New fallback definition.
37386         (vasprintf): Test here whether the string length is > INT_MAX.
37387         * lib/vsnprintf.c: Include errno.h, limits.h.
37388         (EOVERFLOW): New fallback definition.
37389         (vsnprintf): Fix bug when generated string was too long for the buffer.
37390         Test here whether the string length is > INT_MAX.
37391
37392 2006-08-28  Bruno Haible  <bruno@clisp.org>
37393
37394         * lib/inttypes_.h (SCNX*): Remove definitions.
37395         Reported by Eric Blake.
37396
37397 2006-08-28  Bruno Haible  <bruno@clisp.org>
37398
37399         * lib/c-strstr.h: New file, from GNU gettext.
37400         * lib/c-strstr.c: New file, from GNU gettext.
37401
37402 2006-08-28  Bruno Haible  <bruno@clisp.org>
37403
37404         * gnulib-tool: Reorder some statements.
37405
37406 2006-08-28  Bruno Haible  <bruno@clisp.org>
37407
37408         * gnulib-tool: New option --makefile-name.
37409         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
37410         $makefile_name.
37411         (func_import): Write $makefile_name to the cache file, and read it from
37412         there unless explicitly specified. Use $makefile_name as file name
37413         instead of Makefile.am. Adjust the recommendations accordingly.
37414
37415 2006-08-28  Bruno Haible  <bruno@clisp.org>
37416
37417         * gnulib-tool (func_verify_module): Check against misapplying patch.
37418
37419 2006-08-28  Bruno Haible  <bruno@clisp.org>
37420
37421         * gnulib-tool (func_relativize, func_relconcat): New functions.
37422         Give an error if --local-dir is given with --update.
37423         Remove trailing slashes from $local_gnulib_dir.
37424         (func_import): Store the relativized $local_gnulib_dir in
37425         gnulib-cache.m4, and read it from there if not specified explicitly.
37426
37427 2006-08-28  Bruno Haible  <bruno@clisp.org>
37428
37429         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
37430         is the current directory. Respect also $local_gnulib_dir.
37431
37432 2006-08-28  Bruno Haible  <bruno@clisp.org>
37433             Simon Josefsson  <jas@extundo.com>
37434
37435         BeOS portability.
37436         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
37437
37438 2006-08-27  Jim Meyering  <jim@meyering.net>
37439
37440         * doc/visibility.texi: Remove duplicate word: "pointer".
37441
37442 2006-08-26  Bruno Haible  <bruno@clisp.org>
37443
37444         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
37445         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
37446         (Makefile.am): Create inttypes.h from inttypes_.h.
37447         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
37448
37449         * modules/imaxabs: New file.
37450
37451         * modules/imaxdiv: New file.
37452
37453 2006-08-26  Bruno Haible  <bruno@clisp.org>
37454
37455         * m4/inttypes.m4: New file.
37456         * m4/_inttypes_h.m4: Remove file.
37457         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
37458         PRI_MACROS_BROKEN.
37459         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
37460
37461         * m4/imaxabs.m4: New file.
37462
37463         * m4/imaxdiv.m4: New file.
37464
37465 2006-08-26  Bruno Haible  <bruno@clisp.org>
37466
37467         * lib/inttypes_.h: New file.
37468         * lib/inttypes.h: Remove file.
37469         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
37470
37471         * lib/imaxabs.c: New file.
37472
37473         * lib/imaxdiv.c: New file.
37474
37475 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37476
37477         New config-h module, so that "make" output needn't be cluttered
37478         by -DHAVE_CONFIG_H.
37479         * MODULES.html.sh (Support for building libraries and executables):
37480         Add config-h.
37481         * modules/config-h: New file.
37482         * gnulib-tool (nl, sed_transform_lib_file): New vars.
37483         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
37484         the config-h module is used.
37485
37486         New configmake module, so that "make" output needn't be cluttered
37487         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
37488         * MODULES.html.sh (Support for building libraries and executables):
37489         Add configmake.
37490         * modules/configmake: New file.
37491
37492 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37493
37494         * m4/config-h.m4: New file.
37495
37496 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37497
37498         * config/srclist.txt: Add elisp-comp.
37499
37500 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37501
37502         * MODULES.html.sh (Support for building libraries and executables):
37503         Add elisp-comp.
37504         * build-aux/elisp-comp: New file.
37505         * modules/elisp-comp: New file.
37506
37507 2006-08-24  Bruno Haible  <bruno@clisp.org>
37508
37509         * gnulib-tool (func_create_testdir): Use non-default values of
37510         sourcebase and m4base.
37511
37512 2006-08-24  Bruno Haible  <bruno@clisp.org>
37513
37514         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
37515         HTML structure.
37516
37517 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37518
37519         * modules/openat (Depends-on): Add lchown.
37520
37521 2006-08-23  Bruno Haible  <bruno@clisp.org>
37522
37523         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
37524         of gl_LOCK_EARLY instead of gl_LOCK.
37525
37526 2006-08-23  Bruno Haible  <bruno@clisp.org>
37527
37528         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
37529         on OSF/1 to no.
37530         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
37531
37532 2006-08-23  Bruno Haible  <bruno@clisp.org>
37533
37534         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
37535         as unusable.
37536
37537         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
37538         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
37539         (gl_LOCK): New macro.
37540
37541 2006-08-22  Simon Josefsson  <jas@extundo.com>
37542
37543         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
37544         to md5 module.
37545
37546 2006-08-22  Simon Josefsson  <jas@extundo.com>
37547
37548         * MODULES.html.sh: Add "Support for maintaining and release
37549         projects".
37550
37551         * build-aux/gnupload: New file, from coreutils.
37552
37553 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
37554
37555         Avoid the need for AC_LIBSOURCES in m4 macros.
37556         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
37557         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
37558         * modules/check-version (EXTRA_DIST): Add check-version.h.
37559         * modules/crc (EXTRA_DIST): Add crc.h.
37560         * modules/des (EXTRA_DIST): Add des.h.
37561         * modules/gc (EXTRA_DIST): Add gc.h.
37562         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
37563         * modules/getline (EXTRA_DIST): Add getline.h.
37564         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
37565         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
37566         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
37567         * modules/md2 (EXTRA_DIST): Add md2.h.
37568         * modules/md4 (EXTRA_DIST): Add md4.h.
37569         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
37570         * modules/read-file (EXTRA_DIST): Add read-file.h.
37571         * modules/readline (EXTRA_DIST): Add readline.h.
37572         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
37573         rijndael-api-fst.h.
37574
37575 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
37576
37577         * m4/rijndael.m4 (gl_ARCFOUR):
37578         * m4/arctwo.m4 (gl_ARCTWO):
37579         * m4/check-version.m4 (gl_CHECK_VERSION):
37580         * m4/crc.m4 (gl_CRC):
37581         * m4/des.m4 (gl_DES):
37582         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
37583         * m4/gc.m4 (gl_GC):
37584         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
37585         * m4/getline.m4 (gl_FUNC_GETLINE):
37586         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
37587         * m4/hmac-md5.m4 (gl_HMAC_MD5):
37588         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
37589         * m4/md2.m4 (gl_MD2):
37590         * m4/md4.m4 (gl_MD4):
37591         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
37592         * m4/read-file.m4 (gl_FUNC_READ_FILE):
37593         * m4/readline.m4 (gl_FUNC_READLINE):
37594         * m4/rijndael.m4 (gl_RIJNDAEL):
37595         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
37596         to get the necessary .h files and whatnot.
37597
37598 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
37599
37600         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
37601         gnulib rather than the other way around.
37602         * config/srclistvars.sh (COREUTILS): Remove.
37603
37604 2006-08-22  Jim Meyering  <jim@meyering.net>
37605
37606         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
37607
37608         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
37609
37610 2006-08-22  Eric Blake  <ebb9@byu.net>
37611
37612         * modules/regexprops-generic: New file.
37613         * MODULES.html.sh (Support for building documentation): List it.
37614
37615 2006-08-22  Eric Blake  <ebb9@byu.net>
37616
37617         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
37618         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
37619         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
37620         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
37621
37622 2006-08-22  Bruno Haible  <bruno@clisp.org>
37623
37624         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
37625         and lib_LTLIBRARIES like the other lib_* variables.
37626
37627 2006-08-22  Bruno Haible  <bruno@clisp.org>
37628
37629         * build-aux/x-to-1.in: New file, from GNU gettext.
37630
37631 2006-08-22  Bruno Haible  <bruno@clisp.org>
37632
37633         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
37634         <utmpx.h> exists.
37635
37636 2006-08-22  Bruno Haible  <bruno@clisp.org>
37637
37638         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
37639         <utmpx.h> exists.
37640
37641 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
37642
37643         BeOS portability.
37644         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
37645         exist.
37646         Problem reported by Bruno Haible.
37647
37648 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
37649
37650         Avoid the need for AC_LIBSOURCES in m4 macros.
37651         * modules/acl (EXTRA_DIST): Add acl.h.
37652         * modules/argmatch (Files): Add m4/argmatch.m4.
37653         (configure.ac): Add gl_ARGMATCH.
37654         (EXTRA_DIST): Renamed from lib_SOURCES, for
37655         consistency with the other modules.  Remove argmatch.c.
37656         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
37657         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
37658         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
37659         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
37660         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
37661         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
37662         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
37663         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
37664         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
37665         * modules/closeout (EXTRA_DIST): Add closeout.h.
37666         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
37667         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
37668         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
37669         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
37670         dirname.h; remove basename.c and stripslash.c.
37671         * modules/exclude (EXTRA_DIST): Add exclude.h.
37672         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
37673         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
37674         * modules/file-type (EXTRA_DIST): Add file-type.h.
37675         * modules/filemode (EXTRA_DIST): Add filemode.h.
37676         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
37677         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
37678         * modules/fpending (EXTRA_DIST): Add __fpending.h.
37679         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
37680         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
37681         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
37682         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
37683         * modules/getdate (EXTRA_DIST): Add getdate.c.
37684         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
37685         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
37686         * modules/getpass (EXTRA_DIST): Add getpass.h.
37687         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
37688         * modules/group-member (EXTRA_DIST): Add group-member.h.
37689         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
37690         * modules/hash (EXTRA_DIST): Add hash.h.
37691         * modules/human (EXTRA_DIST): Add human.h.
37692         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
37693         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
37694         * modules/lchown (EXTRA_DIST): Add lchown.h.
37695         * modules/long-options (EXTRA_DIST): Add long-options.h.
37696         * modules/lstat (EXTRA_DIST): Add lstat.h.
37697         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
37698         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
37699         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
37700         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
37701         * modules/memxor (EXTRA_DIST): Add memxor.h.
37702         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
37703         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
37704         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
37705         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
37706         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
37707         * modules/physmem (EXTRA_DIST): Add physmem.h.
37708         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
37709         * modules/posixver (EXTRA_DIST): Add posixver.h.
37710         * modules/quote (EXTRA_DIST): Add quote.h.
37711         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
37712         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
37713         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
37714         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
37715         regex_internal.h regexec.c.
37716         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
37717         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
37718         * modules/same (EXTRA_DIST): Add same.h.
37719         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
37720         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
37721         * modules/savedir (EXTRA_DIST): Add savedir.h.
37722         * modules/sha1 (EXTRA_DIST): Add sha1.h.
37723         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
37724         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
37725         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
37726         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
37727         * modules/strdup (EXTRA_DIST): Add strdup.h.
37728         * modules/strftime (EXTRA_DIST): Add strftime.h.
37729         * modules/strndup (EXTRA_DIST): Add strndup.h.
37730         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
37731         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
37732         * modules/time_r (EXTRA_DIST): Add time_r.h.
37733         * modules/timespec (EXTRA_DIST): Add timespec.h.
37734         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
37735         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
37736         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
37737         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
37738         * modules/userspec (EXTRA_DIST): Add userspec.h.
37739         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
37740         * modules/utimens (EXTRA_DIST): Add utimens.h.
37741         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
37742         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
37743         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
37744         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
37745         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
37746         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
37747         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
37748         * modules/yesno (EXTRA_DIST): Add yesno.h.
37749
37750 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
37751
37752         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
37753
37754         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
37755         * m4/dev-ino.m4, same-inode.m4: Remove.
37756
37757         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
37758         * m4/acl.m4 (AC_FUNC_ACL):
37759         * m4/backupfile.m4 (gl_BACKUPFILE):
37760         * m4/c-strtod.m4 (gl_C99_STRTOLD):
37761         * m4/canon-host.m4 (gl_CANON_HOST):
37762         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
37763         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
37764         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
37765         * m4/cloexec.m4 (gl_CLOEXEC):
37766         * m4/close-stream.m4 (gl_CLOSE_STREAM):
37767         * m4/closeout.m4 (gl_CLOSEOUT):
37768         * m4/dirfd.m4 (gl_FUNC_DIRFD):
37769         * m4/dirname.m4 (gl_DIRNAME):
37770         * m4/exclude.m4 (gl_EXCLUDE):
37771         * m4/exitfail.m4 (gl_EXITFAIL):
37772         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
37773         * m4/file-type.m4 (gl_FILE_TYPE):
37774         * m4/filemode.m4 (gl_FILEMODE):
37775         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
37776         * m4/fpending.m4 (gl_FUNC_FPENDING):
37777         * m4/fprintftime.m4 (gl_FPRINTFTIME):
37778         * m4/fts.m4 (gl_FUNC_FTS):
37779         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
37780         * m4/getdate.m4 (gl_GETDATE):
37781         * m4/gethrxtime.m4 (gl_GETHRXTIME):
37782         * m4/getpagesize.m4 (gl_GETPAGESIZE):
37783         * m4/getpass.m4 (gl_FUNC_GETPASS):
37784         * m4/gettime.m4 (gl_GETTIME):
37785         * m4/getugroups.m4 (gl_GETUGROUPS):
37786         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
37787         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
37788         * m4/hard-locale.m4 (gl_HARD_LOCALE):
37789         * m4/hash.m4 (gl_HASH):
37790         * m4/idcache.m4 (gl_IDCACHE):
37791         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
37792         * m4/lchown.m4 (gl_FUNC_LCHOWN):
37793         * m4/long-options.m4 (gl_LONG_OPTIONS):
37794         * m4/lstat.m4 (gl_FUNC_LSTAT):
37795         * m4/md5.m4 (gl_MD5):
37796         * m4/memcasecmp.m4 (gl_MEMCASECMP):
37797         * m4/memcoll.m4 (gl_MEMCOLL):
37798         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
37799         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
37800         * m4/memxor.m4 (gl_MEMXOR):
37801         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
37802         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
37803         * m4/modechange.m4 (gl_MODECHANGE):
37804         * m4/mountlist.m4 (gl_MOUNTLIST):
37805         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37806         * m4/openat.m4 (gl_FUNC_OPENAT):
37807         * m4/pathmax.m4 (gl_PATHMAX):
37808         * m4/physmem.m4 (gl_PHYSMEM):
37809         * m4/posixtm.m4 (gl_POSIXTM):
37810         * m4/posixver.m4 (gl_POSIXVER):
37811         * m4/quote.m4 (gl_QUOTE):
37812         * m4/quotearg.m4 (gl_QUOTEARG):
37813         * m4/readtokens.m4 (gl_READTOKENS):
37814         * m4/readutmp.m4 (gl_READUTMP):
37815         * m4/regex.m4 (gl_REGEX):
37816         * m4/safe-read.m4 (gl_SAFE_READ):
37817         * m4/safe-write.m4 (gl_SAFE_WRITE):
37818         * m4/same.m4 (gl_SAME):
37819         * m4/save-cwd.m4 (gl_SAVE_CWD):
37820         * m4/savedir.m4 (gl_SAVEDIR):
37821         * m4/settime.m4 (gl_SETTIME):
37822         * m4/sha1.m4 (gl_SHA1):
37823         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
37824         * m4/stat-macros.m4 (gl_STAT_MACROS):
37825         * m4/stat-time.m4 (gl_STAT_TIME):
37826         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
37827         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
37828         * m4/strdup.m4 (gl_FUNC_STRDUP):
37829         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
37830         * m4/strndup.m4 (gl_FUNC_STRNDUP):
37831         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
37832         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
37833         * m4/time_r.m4 (gl_TIME_R):
37834         * m4/timespec.m4 (gl_TIMESPEC):
37835         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
37836         * m4/unlinkdir.m4 (gl_UNLINKDIR):
37837         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
37838         * m4/userspec.m4 (gl_USERSPEC):
37839         * m4/utimecmp.m4 (gl_UTIMECMP):
37840         * m4/utimens.m4 (gl_UTIMENS):
37841         * m4/xalloc.m4 (gl_XALLOC):
37842         * m4/xgetcwd.m4 (gl_XGETCWD):
37843         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
37844         * m4/xreadlink.m4 (gl_XREADLINK):
37845         * m4/xstrtod.m4 (gl_XSTRTOD):
37846         * m4/yesno.m4 (gl_YESNO):
37847         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
37848         to get the necessary .h files and whatnot.
37849
37850 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
37851             Bruno Haible  <bruno@clisp.org>
37852
37853         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
37854         /bin/sh understanding of '!' conditional negation.
37855
37856 2006-08-21  Jim Meyering  <jim@meyering.net>
37857
37858         * modules/openat (Depends-on): Really alphabetize.
37859
37860         * modules/acl (Depends-on): Add error and quote.
37861
37862         * check-module (find_included_lib_files): Add at-func.c to the
37863         ok-to-include-more-than-once white list.
37864
37865         * modules/openat (Depends-on): Add lstat.  Alphabetize.
37866
37867 2006-08-21  Bruno Haible  <bruno@clisp.org>
37868
37869         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37870         Emit a pkgdata_DATA variable only if some snippets add contents to it.
37871         Reported by Martin Lambers <marlam@marlam.de>.
37872
37873 2006-08-21  Bruno Haible  <bruno@clisp.org>
37874
37875         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
37876         specify an installation location, don't emit a noinst_LIBRARIES or
37877         noinst_LTLIBRARIES assignment.
37878
37879 2006-08-21  Bruno Haible  <bruno@clisp.org>
37880
37881         BeOS portability.
37882         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
37883         BeOS has mbrtowc() but no <wctype.h>.
37884
37885 2006-08-21  Bruno Haible  <bruno@clisp.org>
37886
37887         BeOS portability.
37888         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
37889         exist.
37890
37891 2006-08-21  Bruno Haible  <bruno@clisp.org>
37892
37893         BeOS portability.
37894         * lib/mbchar.h: Include <wctype.h> only if it exists.
37895
37896 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
37897
37898         Remove files that are no longer needed by their respective modules.
37899         * m4/obstack.m4: Remove.
37900         * m4/strerror_r.m4: Remove.
37901         * m4/uint32_t.m4: Remove.
37902         * m4/uintptr_t.m4: Remove.
37903         * m4/ullong_max.m4: Remove.
37904         * m4/xstrtoimax.m4: Remove.
37905         * m4/xstrtoumax.m4: Remove.
37906
37907         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
37908         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
37909         dependencies now capture this.
37910
37911         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
37912         Do not use AC_LIBSOURCES, since gnulib modules now do this.
37913         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
37914         * m4/human.m4 (gl_HUMAN): Likewise.
37915         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
37916         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
37917
37918         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
37919
37920         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
37921         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
37922         stdint.
37923         * m4/human.m4 (gl_HUMAN): Likewise.
37924         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
37925         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
37926         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
37927         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
37928         * m4/xstrtol (gl_XSTRTOL): Likewise.
37929
37930         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
37931         AC_TYPE_LONG_LONG_INT.
37932         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
37933         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
37934         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
37935         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
37936
37937         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
37938         on stdbool.
37939
37940         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
37941         (gl_PREREQ_XSTRTOUL): Remove.
37942
37943         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
37944
37945         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
37946         mode.
37947
37948 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
37949
37950         Add and change modules to make it easier for coreutils to use
37951         gnulib-tool.
37952         * modules/backupfile (Files): Remove m4/d-ino.m4.
37953         (Depends-on): Add d-ino.
37954         * modules/cycle-check (Depends-on): Add stdint.
37955         (lib_SOURCES): Add cycle-check.h.
37956         * modules/d-ino: New module.
37957         * modules/d-type: New module.
37958         * modules/error (Files): Remove m4/strerror_r.m4.
37959         * modules/filemode (Files): Add m4/st_dm_mode.m4.
37960         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
37961         m4/inttypes_h.m4, m4/uintmax_t.m4.
37962         (Depends-on): Add stdint.
37963         (lib_SOURCES): Add fsusage.h.
37964         * modules/getcwd (Files): Remove d-ino.m4.
37965         (Depends-on): Add d-ino.
37966         * modules/getndelim2 (Depends-on): Add stdint.
37967         * modules/glob (Files): Remove m4/d-type.m4.
37968         (Depends-on): Add d-type.
37969         * modules/host-os: New module.
37970         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
37971         m4/inttypes_h.m4, m4/uintmax_t.m4.
37972         * Depends-on: Add stdint.
37973         (lib_SOURCES): Add human.h.
37974         * modules/inttostr (Files): Remove m4/intmax_t.m4,
37975         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
37976         m4/uintmax_t.m4, m4/ulonglong.m4.
37977         (Depends-on): Add stdint.
37978         (EXTRA_DIST): Add inttostr.h.
37979         * modules/lchmod: New module.
37980         * modules/link-follow: New module.
37981         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
37982         (Depends-on): Add lchmod.
37983         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
37984         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
37985         (Depends-on): Add stdint.
37986         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
37987         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
37988         (Depends-on): Add stdint.
37989         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
37990         * modules/perl: New module.
37991         * modules/regex (Depends-on): Add stdint.
37992         * modules/rmdir-errno: New module.
37993         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
37994         m4/intmax_t.m4.
37995         (Depends-on): Add stdint.
37996         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
37997         m4/uintmax_t.m4.
37998         (Depends-on): Add stdint.
37999         * modules/unlink-busy: New module.
38000         * modules/utimecmp (Depends-on): Add stdint.
38001         * modules/uptime: New module.
38002         * modules/winsz-ioctl: New module.
38003         * modules/winsz-termios: New module.
38004         * modules/xnanosleep (Depends-on): Add nanosleep.
38005         * modules/ullong_max: Remove.
38006         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
38007         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
38008         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
38009         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
38010         (Depends-on): Add inttypes.
38011         (lib_SOURCES): Add xstrtol.h.
38012         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
38013         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
38014         * MODULES.html.sh: Move 'assert' into the assert section.
38015         Move 'dummy' into the linking section.
38016         Remove ullong_max.
38017         Add section for compatibility checks for POSIX:2001 functions,
38018         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
38019         winsz-ioctl, and winsz-termios into it.
38020         Add lchmod.
38021         Add top-level Misc section and put host-os, perl, and uptime
38022         into it.
38023
38024 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38025
38026         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
38027         now assume the stdint module.  Do not include inttypes.h.
38028         * lib/fsusage.h: Likewise.
38029         * lib/getndelim2.c: Likewise.
38030         * lib/human.h: Likewise.
38031         * lib/inttostr.h: Likewise.
38032         * lib/obstack.c: Likewise.
38033         * lib/regex_internal.h: Likewise.
38034         * lib/tempname.c: Likewise.
38035         * lib/utimecmp.c: Likewise.
38036         * lib/xstrtol.h: Likewise.
38037
38038         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
38039
38040         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
38041         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
38042         * lib/xtime.h: Likewise.
38043
38044 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38045
38046         * modules/openat (Files): Add lib/fchmodat.c.
38047         Fixes problem reported by Jay Youngman.
38048
38049 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38050
38051         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
38052         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
38053
38054 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
38055             Bruno Haible  <bruno@clisp.org>
38056
38057         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
38058         and is a script that invokes bison. Tighten the code. Add comments.
38059
38060 2006-08-18  Jim Meyering  <jim@meyering.net>
38061
38062         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
38063         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
38064         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
38065         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
38066
38067 2006-08-18  Bruno Haible  <bruno@clisp.org>
38068
38069         * modules/bison-i18n: New file.
38070         * MODULES.html.sh (Internationalization functions): Add it.
38071
38072 2006-08-18  Bruno Haible  <bruno@clisp.org>
38073
38074         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
38075         sys/statvfs.h. When getmntinfo was found, check its declaration and
38076         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
38077
38078 2006-08-18  Bruno Haible  <bruno@clisp.org>
38079
38080         * m4/bison-i18n.m4: New file, from bison.
38081
38082 2006-08-18  Bruno Haible  <bruno@clisp.org>
38083
38084         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
38085         (ME_DUMMY): Treat "kernfs" as a dummy.
38086         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
38087
38088 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38089
38090         Update from coreutils.
38091
38092         2006-08-15  Jim Meyering  <jim@meyering.net>
38093
38094         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
38095
38096         2006-01-17  Jim Meyering  <jim@meyering.net>
38097
38098         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
38099
38100         2006-01-11  Jim Meyering  <jim@meyering.net>
38101
38102         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
38103         Check for the lchmod function.
38104
38105 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38106
38107         Update from coreutils.
38108
38109         * lib/__fpending.h: Add copyright notice.
38110         * lib/fprintftime.h: Likewise.
38111         * lib/savedir.c: Use (C) in copyright notice.
38112         * lib/savedir.h: Likewise.
38113
38114         2006-08-15  Jim Meyering  <jim@meyering.net>
38115
38116         * lib/at-func.c: New file, with the logic of all emulated at-functions.
38117         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
38118         in support of the EXPECTED_ERRNO macro.
38119         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
38120         definitions.  Instead, define the appropriate symbols and include
38121         "at-func.c".
38122         * lib/mkdirat.c (mkdirat): Likewise.
38123         * lib/fchmodat.c (fchmodat): Likewise.
38124         (ENOSYS): Remove definition.
38125         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
38126         it.  Don't include "unistd--.h" -- it wasn't ever used.
38127
38128         2006-01-17  Jim Meyering  <jim@meyering.net>
38129
38130         Rewrite fts.c not to change the current working directory,
38131         by using openat, fstatat, fdopendir, etc..
38132
38133         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
38134         (HAVE_OPENAT_SUPPORT): Define.
38135         [_LIBC] (fchdir): Don't undef or define; no longer used.
38136         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
38137         Now, this `function' always succeeds, and consumes its file descriptor
38138         parameter -- so callers must not close such FDs.  Update callers.
38139         (diropen_fd, opendirat, cwd_advance_fd): New functions.
38140         (diropen): Add parameter, SP.  Adjust all callers.
38141         Implement using diropen_fd, rather than open.
38142         (fts_open): Initialize new member, fts_cwd_fd.
38143         Remove fts_rft-setting code.
38144         (fts_close): Close fts_cwd_fd, if necessary.
38145         (__opendir2): Define in terms of opendir or opendirat,
38146         depending on whether the FST_NOCHDIR flag is set.
38147         (fts_build): Since fts_safe_changedir consumes its FD, and since
38148         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
38149         and close the dup'd file descriptor upon failure.
38150         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
38151         (fts_safe_changedir): Tweak semantics to reflect that this function
38152         now calls cwd_advance_fd and hence consumes its FD argument.
38153         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
38154         [struct FTS] (fts_rft): Remove now-unused member.
38155         [struct FTS] (fts_cycle.state): Improve comment.
38156
38157         * lib/openat.c (openat_needs_fchdir): New function.
38158         * lib/openat.h (openat_needs_fchdir): Declare it.
38159
38160 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
38161
38162         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
38163         Problem and fix reported by Pádraig Brady in
38164         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
38165
38166 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38167
38168         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
38169
38170 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38171
38172         * lib/memcoll.c (memcoll): Optimize for the common case where the
38173         arguments are bytewise equal.
38174
38175 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38176
38177         * doc/regexprops-generic.texi: Add a copyright notice.
38178
38179 2006-08-15  Bruno Haible  <bruno@clisp.org>
38180
38181         * modules/tmpdir (License): Change to LGPL.
38182
38183 2006-08-15  Bruno Haible  <bruno@clisp.org>
38184
38185         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
38186         module.
38187
38188 2006-08-14  Simon Josefsson  <jas@extundo.com>
38189
38190         * config/srclist.txt: Add gnupload.
38191
38192 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38193
38194         Change copyright notice from LGPL 2 to GPL 2, since that's the
38195         standard form used in the gnulib repository.
38196         * tests/test-lock.c: Likewise.
38197         * tests/test-stdint.c: Likewise.
38198         * tests/test-tls.c: Likewise.
38199
38200         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
38201         prelude-manager.  User shorter URLs for GNU projects, without '?'.
38202         Add copyright notice.
38203
38204         * check-module: Add copyright notice.  Output a copyright
38205         notice if "--version" is specified.
38206         * modules/COPYING: New file.
38207         * tests/test-getaddrinfo.c: Add copyright notice.
38208         * tests/test-verify.c: Likewise.
38209
38210 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38211
38212         Change copyright notice from LGPL 2 to GPL 2, since that's the
38213         standard form used in the gnulib repository.
38214         * lib/lock.c: LGPL -> GPL.
38215         * lib/lock.h: Likewise.
38216         * lib/strnlen1.c: Likewise.
38217         * lib/strnlen1.h: Likewise.
38218         * lib/tls.c: Likewise.
38219         * lib/tls.h: Likewise.
38220         * lib/tmpdir.c: Likewise.
38221
38222         * lib/TODO: Remove; this belongs only in coreutils.
38223
38224 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38225
38226         Add copyright notices to long-enough files that lack them, since
38227         otherwise the files aren't clearly free.  Use the same notice that
38228         getdate.texi already uses.
38229         * doc/alloca-opt.texi: Add copyright notice.
38230         * doc/alloca.texi: Likewise.
38231         * doc/ctime.texi: Likewise.
38232         * doc/functions.texi: Likewise.
38233         * doc/gcd.texi: Likewise.
38234         * doc/gnulib-tool.texi: Likewise.
38235         * doc/inet_ntoa.texi: Likewise.
38236         * doc/visibility.texi: Likewise.
38237
38238         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
38239         * doc/quote.texi: Add copyright notice.
38240
38241         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
38242         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
38243         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
38244         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
38245         is now obsolete, and give a pointer to the Sun list.
38246         Add copyright notice.
38247
38248 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38249
38250         * config/srclistvars.sh: Add copyright notice.
38251
38252 2006-08-14  Eric Blake  <ebb9@byu.net>
38253
38254         Import the following change from libc:
38255
38256         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
38257
38258         Upstream bug 2997.
38259         * lib/misc/error.c: Add space between program name and message if file
38260         name is missing.
38261
38262 2006-08-12  Karl Berry  <karl@gnu.org>
38263
38264         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
38265         remove, these originate in gnulib now.
38266
38267 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38268
38269         * doc/Makefile (standards.info standards.html standards.dvi):
38270         Also depend on make-stds.texi.
38271
38272 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38273
38274         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
38275         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
38276
38277         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
38278         in wchar_t.  Problem reported by Eric Blake.
38279
38280         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
38281         LEN is smaller than SIZE.  Suggested by Bruno Haible.
38282         Also, help the compiler to keep LEN in a register.
38283
38284 2006-08-11  Eric Blake  <ebb9@byu.net>
38285
38286         * users.txt: Sort.  Add tar.
38287
38288 2006-08-11  Bruno Haible  <bruno@clisp.org>
38289
38290         * users.txt: New file.
38291
38292 2006-08-11  Bruno Haible  <bruno@clisp.org>
38293
38294         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
38295         before <wchar.h>. Needed for OSF/1 and BSD/OS.
38296
38297 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
38298
38299         * modules/snprintf (Depends-on): Remove minmax.
38300         (Maintainer): Add self and Bruno.
38301
38302 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
38303
38304         * lib/.cppi-disable: Add snprintf.h, socket_.h.
38305         * lib/snprintf.c: Include <errno.h> and <limits.h>.
38306         (EOVERFLOW): Define if the system does not.
38307         Do not include "minmax.h"; it wasn't used.
38308         (snprintf): Don't assume size_t promotes to an unsigned type.
38309         Fix bug when generated string was too long for the buffer: the
38310         buffer's contents are supposed to be the initial prefix of the
38311         output.  Don't assume vasnprintf returns EOVERFLOW if the size
38312         exceeds INT_MAX; do the check ourselves.
38313
38314         Import the following changes from libc:
38315
38316         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
38317
38318         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
38319         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
38320         set wc to the byte which couldn't be converted.
38321         (re_string_reconstruct): Don't clear valid_raw_len before calling
38322         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
38323         tip_context using re_string_context_at.
38324
38325         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
38326
38327         * lib/posix/regex.h: g++ still cannot handled [restrict].
38328
38329         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
38330
38331         * lib/posix/regex.h: Remove special handling for VMS.
38332
38333 2006-08-10  Jim Meyering  <jim@meyering.net>
38334
38335         * modules/same-inode: New module.
38336         * modules/dev-ino: New module.
38337         * modules/cycle-check: Depend on these modules, rather than simply
38338         including their .h files.
38339         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
38340         required via m4/cycle-check.m4.
38341         * modules/same: Depend on new same-inode module, rather than
38342         including same-inode.h.
38343         * modules/chdir-safer: New file.
38344
38345         * modules/chown (Depends-on): Add stat-macros.
38346
38347 2006-08-10  Jim Meyering  <jim@meyering.net>
38348
38349         * m4/cycle-check.m4: New file.
38350         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
38351         * m4/dev-ino.m4, m4/same-inode.m4: New files.
38352
38353 2006-08-10  Eric Blake  <ebb9@byu.net>
38354
38355         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
38356         in from original proposal.
38357
38358 2006-08-10  Eric Blake  <ebb9@byu.net>
38359         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38360
38361         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
38362         namespace.
38363
38364 2006-08-10  Bruno Haible  <bruno@clisp.org>
38365
38366         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
38367         as well.
38368
38369 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38370
38371         Sync from coreutils.
38372
38373         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
38374
38375         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
38376         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
38377
38378 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38379
38380         * modules/restrict: Remove; no longer needed now that we assume
38381         Autoconf 2.59 or later.
38382         * MODULES.html.sh: Remove 'restrict'.
38383         * modules/argp (Depends-on): Remove 'restrict'.
38384         * modules/base64 (Depends-on): Likewise.
38385         * modules/gc (Depends-on): Likewise.
38386         * modules/getaddrinfo (Depends-on): Likewise.
38387         * modules/glob (Depends-on): Likewise.
38388         * modules/inet_ntop (Depends-on): Likewise.
38389         * modules/inet_pton (Depends-on): Likewise.
38390         * modules/memxor (Depends-on): Likewise.
38391         * modules/regex (Depends-on): Likewise.
38392         * modules/strtok_r (Depends-on): Likewise.
38393         * modules/time_r (Depends-on): Likewise.
38394
38395 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38396
38397         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
38398         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
38399         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
38400         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
38401         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
38402         * m4/memxor.m4 (gl_MEMXOR): Likewise.
38403         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
38404         gl_C_RESTRICT replaced by AC_C_RESTRICT.
38405
38406         Merge from coreutils.
38407         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
38408         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
38409         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
38410         * m4/time_r.m4 (gl_TIME_R): Likewise.
38411
38412 2006-08-09  Karl Berry  <karl@gnu.org>
38413
38414         * config/srclist.txt: no more gettext-tools, per Bruno.
38415
38416 2006-08-08  Eric Blake  <ebb9@byu.net>
38417
38418         * modules/verror: New module.
38419         * MODULES.html.sh: Document it.
38420
38421 2006-08-08  Eric Blake  <ebb9@byu.net>
38422
38423         * lib/verror.h, lib/verror.c: New files.
38424
38425 2006-08-08  Eric Blake  <ebb9@byu.net>
38426
38427         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
38428         verror_at_line output complies with GNU Coding Standards even when
38429         file is NULL.
38430
38431 2006-08-07  Bruno Haible  <bruno@clisp.org>
38432
38433         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
38434         versions of AIX.
38435         Reported by Ralf Wildenhues.
38436
38437 2006-08-07  Bruno Haible  <bruno@clisp.org>
38438
38439         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
38440         in an AC_DEFUN. Needed so that the autoconf snippets can use
38441         AC_REQUIRE.
38442
38443 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38444
38445         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38446         Initialize pkgdata_DATA.
38447         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
38448         overriding it.
38449
38450 2006-08-06  Eric Blake  <ebb9@byu.net>
38451
38452         * lib/error.h: Fold in some upstream changes from glibc.
38453         * lib/error.c: Likewise.
38454
38455 2006-08-04  Bruno Haible  <bruno@clisp.org>
38456
38457         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38458         Make the mostlyclean-local rule depend on mostlyclean-generic.
38459         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
38460
38461 2006-07-31  Bruno Haible  <bruno@clisp.org>
38462
38463         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
38464         <stdlib.h>, <string.h>.
38465
38466 2006-07-30  Bruno Haible  <bruno@clisp.org>
38467
38468         * modules/readlink (License): Change to LGPL.
38469
38470 2006-07-30  Bruno Haible  <bruno@clisp.org>
38471
38472         * modules/javaversion (Makefile.am): Distribute javaversion.java and
38473         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
38474         set PKGDATADIR to point to it.
38475
38476 2006-07-30  Bruno Haible  <bruno@clisp.org>
38477
38478         * modules/csharpexec (configure.ac): Comment out macro invocation.
38479         * modules/javaexec (configure.ac): Likewise.
38480         * modules/javacomp-script (configure.ac): Likewise.
38481
38482         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
38483
38484 2006-07-30  Bruno Haible  <bruno@clisp.org>
38485
38486         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
38487         linked-list.
38488
38489 2006-07-30  Bruno Haible  <bruno@clisp.org>
38490
38491         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
38492
38493 2006-07-30  Bruno Haible  <bruno@clisp.org>
38494
38495         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38496         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
38497         get removed.
38498
38499 2006-07-29  Bruno Haible  <bruno@clisp.org>
38500
38501         Make it possible for gnulib-tool to work with locally modified or
38502         augmented gnulib repositories.
38503         * gnulib-tool (func_usage): Document --local-dir option.
38504         (local_gnulib_dir): New variable.
38505         Handle --local-dir option.
38506         (func_lookup_file): New function.
38507         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
38508         (func_get_description, func_get_filelist, func_get_description,
38509         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
38510         func_get_automake_snippet, func_get_include_directive,
38511         func_get_license, func_get_maintainer): Use func_lookup_file.
38512         (func_import, func_create_testdir): Use func_lookup_file.
38513
38514 2006-07-29  Bruno Haible  <bruno@clisp.org>
38515
38516         * modules/setenv (Depends-on): Add unistd.
38517
38518 2006-07-29  Bruno Haible  <bruno@clisp.org>
38519
38520         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
38521
38522 2006-07-29  Bruno Haible  <bruno@clisp.org>
38523
38524         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
38525
38526 2006-07-29  Bruno Haible  <bruno@clisp.org>
38527
38528         * gnulib-tool (import, update): If there is no Makefile.am, look at
38529         aclocal.m4, instead of bailing out.
38530
38531 2006-07-29  Bruno Haible  <bruno@clisp.org>
38532
38533         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
38534         Categorize the options by when they are useful.
38535
38536 2006-07-29  Bruno Haible  <bruno@clisp.org>
38537
38538         * gnulib-tool (func_usage): Document option --no-libtool.
38539         Handle option --no-libtool.
38540         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
38541         for changed semantics of $libtool variable.
38542         (func_import): Likewise. If libtool is not used, show this through
38543         an option --no-libtool.
38544         (func_create_testdir): Update.
38545
38546 2006-07-29  Bruno Haible  <bruno@clisp.org>
38547
38548         * gnulib-tool (func_import): Extend error message about missing
38549         --doc-base.
38550
38551 2006-07-29  Bruno Haible  <bruno@clisp.org>
38552
38553         * gnulib-tool (func_import): Don't create the $docbase directory if
38554         there is no file to store there.
38555
38556 2006-07-29  Bruno Haible  <bruno@clisp.org>
38557
38558         * gnulib-tool (autoconf_minversion): If a --dir option is given and
38559         relevant, look for configure.ac there, not in the current directory.
38560         Also use a simple search for AC_PREREQ, not "autoconf --trace".
38561
38562 2006-07-29  Bruno Haible  <bruno@clisp.org>
38563
38564         * gnulib-tool (SORT): New variable.
38565         (func_usage): Undocument --assume-autoconf option.
38566         Remove --assume-autoconf option handling.
38567         (autoconf_minversion): Determine from the contents of configure.ac.
38568         (func_import): Remove autoconf_minversion handling.
38569         Suggested by Eric Blake.
38570
38571 2006-07-29  Bruno Haible  <bruno@clisp.org>
38572
38573         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
38574
38575 2006-07-29  Bruno Haible  <bruno@clisp.org>
38576
38577         * config/srclist.txt (*setenv.[ch]): Remove rules.
38578
38579 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38580
38581         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
38582
38583 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38584
38585         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
38586         arpa/inet.h.
38587
38588 2006-07-28  Simon Josefsson  <jas@extundo.com>
38589
38590         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
38591         * modules/inet_pton (Depends-on): Likewise.
38592
38593 2006-07-28  Simon Josefsson  <jas@extundo.com>
38594
38595         * m4/netinet_in_h.m4: New file.
38596
38597 2006-07-28  Simon Josefsson  <jas@extundo.com>
38598
38599         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
38600         #include's.
38601
38602 2006-07-28  Simon Josefsson  <jas@extundo.com>
38603
38604         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
38605         #include's.
38606
38607 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
38608
38609         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
38610         setgid on directories only if they set these bits.
38611         * lib/modechange.h: Remove obsolete comment about masks.
38612
38613 2006-07-28  Eric Blake  <ebb9@byu.net>
38614
38615         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
38616         macro expansion.
38617
38618 2006-07-28  Bruno Haible  <bruno@clisp.org>
38619
38620         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
38621
38622 2006-07-28  Bruno Haible  <bruno@clisp.org>
38623
38624         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
38625
38626 2006-07-28  Bruno Haible  <bruno@clisp.org>
38627
38628         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
38629         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
38630         Define fallbacks.
38631         Avoids link error on FreeBSD 4.x.
38632         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
38633
38634         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
38635         encoding.
38636         * lib/mbswidth.c (iswcntrl): Likewise.
38637
38638 2006-07-27  Bruno Haible  <bruno@clisp.org>
38639
38640         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
38641         test.
38642
38643 2006-07-27  Bruno Haible  <bruno@clisp.org>
38644
38645         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
38646         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
38647         defined.
38648
38649 2006-07-26  Eric Blake  <ebb9@byu.net>
38650
38651         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
38652
38653 2006-07-26  Eric Blake  <ebb9@byu.net>
38654
38655         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
38656         like mingw that lack mkstemp.
38657         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
38658         avoid compilation warning on mingw.
38659
38660 2006-07-26  Bruno Haible  <bruno@clisp.org>
38661
38662         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
38663         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
38664         INT_FAST*_MIN, INTPTR_MIN.
38665
38666 2006-07-25  Bruno Haible  <bruno@clisp.org>
38667
38668         * modules/version-etc (Depends-on): Add stdarg.
38669
38670 2006-07-25  Bruno Haible  <bruno@clisp.org>
38671
38672         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
38673         complex commands.
38674
38675 2006-07-25  Bruno Haible  <bruno@clisp.org>
38676
38677         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
38678         defined in <stdarg.h> or config.h.
38679
38680 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
38681
38682         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
38683         (gl_STDIO_SAFER): Remove.
38684
38685 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
38686
38687         * MODULES.html.sh (File stream based Input/Output):
38688         Add fopen-safer, tmpfile-safer; remove stdio-safer.
38689         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
38690         * modules/fopen-safer, modules/tmpfile-safer: New files.
38691         * modules/stdio-safer: Remove.
38692
38693 2006-07-24  Bruno Haible  <bruno@clisp.org>
38694
38695         * modules/tmpdir: New file.
38696         * MODULES.html.sh (File system functions): Add it.
38697
38698 2006-07-24  Bruno Haible  <bruno@clisp.org>
38699
38700         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
38701         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
38702
38703 2006-07-24  Bruno Haible  <bruno@clisp.org>
38704
38705         * modules/clean-temp: New file.
38706
38707 2006-07-24  Bruno Haible  <bruno@clisp.org>
38708
38709         * m4/tmpdir.m4: New file, from GNU gettext.
38710
38711 2006-07-24  Bruno Haible  <bruno@clisp.org>
38712
38713         * lib/tmpdir.h: New file, from GNU gettext.
38714         * lib/tmpdir.c: New file, from GNU gettext.
38715
38716 2006-07-24  Bruno Haible  <bruno@clisp.org>
38717
38718         * lib/clean-temp.h: New file, from GNU gettext.
38719         * lib/clean-temp.c: New file, from GNU gettext.
38720
38721 2006-07-23  Eric Blake  <ebb9@byu.net>
38722
38723         * modules/stdio-safer (Files): Add tmpfile-safer.c.
38724         (Depends-on): Add binary-io.
38725
38726 2006-07-23  Eric Blake  <ebb9@byu.net>
38727
38728         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
38729
38730 2006-07-23  Eric Blake  <ebb9@byu.net>
38731
38732         * lib/tmpfile-safer.c: New file.
38733         * lib/stdio-safer.h (fopen_safer): Add prototype.
38734         * lib/stdio--.h (tmpfile): Make safer.
38735
38736 2006-07-23  Bruno Haible  <bruno@clisp.org>
38737
38738         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
38739         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
38740         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
38741         gl_linked_remove_at): Use it.
38742
38743 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38744         and Simon Josefsson <jas@extundo.com>
38745
38746         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
38747
38748         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
38749
38750 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
38751
38752         * modules/close-stream: New file.
38753         * modules/closeout (Description): Make it clear that it exits
38754         with a diagnostic on error.
38755         (Depends-on): Add close-stream.  Remove fpending, stdbool.
38756         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
38757
38758 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
38759
38760         * m4/close-stream.m4: New file.
38761
38762 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
38763
38764         * lib/close-stream.c, lib/close-stream.h: New files.
38765
38766 2006-07-22  Bruno Haible  <bruno@clisp.org>
38767
38768         Merge from GNU gettext 0.15.
38769
38770         2006-05-01  Bruno Haible  <bruno@clisp.org>
38771
38772                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
38773
38774         2006-07-22  Bruno Haible  <bruno@clisp.org>
38775
38776                 * modules/javaversion: New file.
38777                 * MODULES.html.sh (Java): Add javaversion.
38778
38779         2006-03-12  Bruno Haible  <bruno@clisp.org>
38780
38781                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
38782
38783         2005-12-04  Bruno Haible  <bruno@clisp.org>
38784
38785                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
38786                 (untested).
38787
38788         2006-06-21  Bruno Haible  <bruno@clisp.org>
38789
38790                 Avoid warnings from recent versions of mcs.
38791                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
38792                 -o, -L, -r any more. Use options documented since mcs-1.0
38793                 instead. Similarly for -g.
38794
38795         2005-12-04  Bruno Haible  <bruno@clisp.org>
38796
38797                 * build-aux/csharpcomp.sh.in: Suffix for resources is
38798                 .resources, not .resource.
38799
38800         2005-07-09  Bruno Haible  <bruno@clisp.org>
38801
38802                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
38803                 add a .dll suffix.
38804                 Reported by Mark Junker <mjscod@gmx.de>.
38805
38806         2006-07-22  Bruno Haible  <bruno@clisp.org>
38807
38808                 * modules/gettext: Upgrade to gettext-0.15.
38809                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
38810                 m4/visibility.m4.
38811                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
38812
38813 2006-07-22  Bruno Haible  <bruno@clisp.org>
38814
38815         Merge from GNU gettext 0.15.
38816
38817         2006-03-25  Bruno Haible  <bruno@clisp.org>
38818
38819                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
38820
38821         2006-07-21  Bruno Haible  <bruno@clisp.org>
38822
38823                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
38824                 "1.1".
38825
38826         2006-05-09  Bruno Haible  <bruno@clisp.org>
38827
38828                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
38829                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
38830                 for the conftestver execution.
38831
38832         2006-05-01  Bruno Haible  <bruno@clisp.org>
38833
38834                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
38835                 optional target-version argument. Verify that the compiler
38836                 groks source of the specified source-version, or add -source
38837                 option as necessary. Verify that the compiler produces
38838                 bytecode in the specified target-version, or add -target and
38839                 -source options as necessary. Make the result of the test
38840                 available as variable CONF_JAVAC. Also log error output in
38841                 config.log.
38842
38843         2006-03-11  Bruno Haible  <bruno@clisp.org>
38844
38845                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
38846
38847         2006-05-09  Bruno Haible  <bruno@clisp.org>
38848
38849                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
38850                 CLASSPATH_SEPARATOR to a semicolon.
38851
38852         2006-03-12  Bruno Haible  <bruno@clisp.org>
38853
38854                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
38855                 available as variable CONF_JAVA, for subsequent autoconf
38856                 tests. Also log error output in config.log.
38857
38858         2006-07-19  Bruno Haible  <bruno@clisp.org>
38859
38860                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
38861                 that getline works on glibc2 systems. Needed to avoid trouble
38862                 in relocatable.c.
38863                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
38864
38865         2005-12-04  Bruno Haible  <bruno@clisp.org>
38866
38867                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
38868                 launcher (untested).
38869
38870         2005-12-04  Bruno Haible  <bruno@clisp.org>
38871
38872                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
38873
38874         2006-07-22  Bruno Haible  <bruno@clisp.org>
38875
38876                 * gettext.m4: Update from GNU gettext-0.15.
38877                 * nls.m4: Likewise.
38878                 * po.m4: Likewise.
38879                 * inttypes-pri.m4: Likewise.
38880                 * inttypes-h.m4: Renamed from inttypes.m4.
38881                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
38882
38883 2006-07-22  Bruno Haible  <bruno@clisp.org>
38884
38885         Merge from GNU gettext 0.15.
38886
38887         2005-07-05  Bruno Haible  <bruno@clisp.org>
38888
38889                 * printf-args.c (printf_fetchargs): Work around broken
38890                 definition of wint_t on mingw.
38891
38892         2005-02-12  Bruno Haible  <bruno@clisp.org>
38893
38894                 * xallocsa.h: Add extern "C" for C++.
38895
38896         2006-05-17  Bruno Haible  <bruno@clisp.org>
38897
38898                 Cygwin portability.
38899                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
38900
38901         2006-04-30  Bruno Haible  <bruno@clisp.org>
38902
38903                 * progreloc.c: Include <mach-o/dyld.h> if available.
38904                 (find_executable): Use _NSGetExecutablePath when possible.
38905
38906         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
38907
38908                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
38909                 function.
38910
38911         2005-12-29  Bruno Haible  <bruno@clisp.org>
38912
38913                 * progreloc.c (set_program_name_and_installdir): Fix
38914                 compilation error.
38915
38916         2005-12-04  Bruno Haible  <bruno@clisp.org>
38917
38918                 Cygwin portability.
38919                 * progreloc.c: Include <windows.h> also on Cygwin.
38920                 (find_executable): Add support for Cygwin.
38921                 (set_program_name_and_installdir): Handle also platforms with
38922                 nonempty EXEEXT.
38923
38924         2006-07-11  Bruno Haible  <bruno@clisp.org>
38925
38926                 * javacomp.c: Fix a comment.
38927                 Reported by Jim Meyering.
38928
38929         2006-04-30  Bruno Haible  <bruno@clisp.org>
38930
38931                 * javacomp.h (compile_java_class): Add source_version,
38932                 target_version arguments.
38933                 * javacomp.c: Rewritten to choose only a compiler that
38934                 respects the specified source_version and target_version.
38935
38936         2006-06-27  Bruno Haible  <bruno@clisp.org>
38937
38938                 Assume correct S_ISDIR macro.
38939                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
38940
38941         2006-07-22  Bruno Haible  <bruno@clisp.org>
38942
38943                 * javaversion.h: New file, from GNU gettext.
38944                 * javaversion.c: New file, from GNU gettext.
38945                 * javaversion.java: New file, from GNU gettext.
38946                 * javaversion.class: New file, from GNU gettext.
38947
38948         2006-05-17  Bruno Haible  <bruno@clisp.org>
38949
38950                 Cygwin portability.
38951                 * javaexec.c (execute_java_class): Test for jview program
38952                 also on Cygwin.
38953
38954         2006-04-09  Bruno Haible  <bruno@clisp.org>
38955
38956                 * fatal-signal.c: Don't include string.h.
38957                 (at_fatal_signal): Use a copying loop instead of memcpy.
38958
38959         2005-12-04  Bruno Haible  <bruno@clisp.org>
38960
38961                 * csharpexec.c: Add support for 'clix' launcher (untested).
38962                 (execute_csharp_using_sscli): New function.
38963                 (execute_csharp_program): Call it.
38964
38965         2006-06-21  Bruno Haible  <bruno@clisp.org>
38966
38967                 Avoid warnings from recent versions of mcs.
38968                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
38969                 -o, -L, -r any more. Use options documented since mcs-1.0
38970                 instead. Similarly for -g.
38971
38972         2005-07-09  Bruno Haible  <bruno@clisp.org>
38973
38974                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
38975                 add a .dll suffix.
38976                 Reported by Mark Junker <mjscod@gmx.de>.
38977
38978         2006-06-17  Bruno Haible  <bruno@clisp.org>
38979
38980                 * config.charset: Update for NetBSD 3.0.
38981
38982         2006-05-17  Bruno Haible  <bruno@clisp.org>
38983
38984                 Cygwin portability.
38985                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
38986
38987         2006-05-16  Bruno Haible  <bruno@clisp.org>
38988
38989                 * localcharset.c [CYGWIN]: Include <windows.h>.
38990                 (get_charset_aliases): For Cygwin, return the same CPxxx
38991                 aliases list as under WIN32.
38992                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
38993                 the environment variables. Fall back to GetACP().
38994
38995         2006-04-05  Bruno Haible  <bruno@clisp.org>
38996
38997                 * config.charset: Update Juan Manuel Guerrero's address.
38998
38999         2005-02-12  Bruno Haible  <bruno@clisp.org>
39000
39001                 * allocsa.h: Add extern "C" for C++.
39002
39003         2005-02-10  Bruno Haible  <bruno@clisp.org>
39004
39005                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
39006                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
39007
39008         2006-07-22  Bruno Haible  <bruno@clisp.org>
39009
39010                 * gettext.h: Update to GNU gettext-0.15.
39011
39012 2006-07-22  Bruno Haible  <bruno@clisp.org>
39013
39014         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
39015         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
39016         lib-prefix.m4, longdouble.m4, ssize_t.m4.
39017
39018 2006-07-21  Eric Blake  <ebb9@byu.net>
39019
39020         * modules/stdlib-safer: New file.
39021         * MODULES.html.sh (File stream based Input/Output): Add
39022         stdlib-safer.
39023
39024 2006-07-21  Eric Blake  <ebb9@byu.net>
39025
39026         * lib/stdlib-safer.h: New file from coreutils, required by
39027         stdlib--.h.
39028
39029 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
39030
39031         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
39032
39033 2006-07-20  Bruno Haible  <bruno@clisp.org>
39034
39035         * gnulib-tool: Recognize new option --assume-autoconf.
39036         (autoconf_minversion): New variable.
39037         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
39038
39039 2006-07-20  Bruno Haible  <bruno@clisp.org>
39040
39041         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
39042
39043 2006-07-19  Derek R. Price  <derek@ximbiot.com>
39044
39045         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
39046         Reindent and repaginate.
39047
39048 2006-07-19  Derek Price  <derek@ximbiot.com>
39049
39050         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
39051         Correct grammar.
39052
39053 2006-07-17  Bruno Haible  <bruno@clisp.org>
39054
39055         * modules/list: New file.
39056         * modules/array-list: New file.
39057         * modules/carray-list, modules/carray-list-tests: New files.
39058         * modules/linked-list, modules/linked-list-tests: New files.
39059         * modules/avltree-list, modules/avltree-list-tests: New files.
39060         * modules/rbtree-list, modules/rbtree-list-tests: New files.
39061         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
39062         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
39063         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
39064         * modules/oset: New file.
39065         * modules/array-oset: New file.
39066         * modules/avltree-oset, modules/avltree-oset-tests: New files.
39067         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
39068         * tests/test-carray_list.c: New file.
39069         * tests/test-linked_list.c: New file.
39070         * tests/test-avltree_list.c: New file.
39071         * tests/test-rbtree_list.c: New file.
39072         * tests/test-linkedhash_list.c: New file.
39073         * tests/test-avltreehash_list.c: New file.
39074         * tests/test-rbtreehash_list.c: New file.
39075         * tests/test-avltree_oset.c: New file.
39076         * tests/test-rbtree_oset.c: New file.
39077         * MODULES.html.sh (Container data structures): New section.
39078
39079 2006-07-17  Bruno Haible  <bruno@clisp.org>
39080
39081         * m4/gl_list.m4: New file.
39082
39083 2006-07-17  Bruno Haible  <bruno@clisp.org>
39084
39085         * lib/gl_list.h: New file.
39086         * lib/gl_list.c: New file.
39087         * lib/gl_array_list.h: New file.
39088         * lib/gl_array_list.c: New file.
39089         * lib/gl_carray_list.h: New file.
39090         * lib/gl_carray_list.c: New file.
39091         * lib/gl_linked_list.h: New file.
39092         * lib/gl_linked_list.c: New file.
39093         * lib/gl_anylinked_list1.h: New file.
39094         * lib/gl_anylinked_list2.h: New file.
39095         * lib/gl_avltree_list.h: New file.
39096         * lib/gl_avltree_list.c: New file.
39097         * lib/gl_anyavltree_list1.h: New file.
39098         * lib/gl_anyavltree_list2.h: New file.
39099         * lib/gl_rbtree_list.h: New file.
39100         * lib/gl_rbtree_list.c: New file.
39101         * lib/gl_anyrbtree_list1.h: New file.
39102         * lib/gl_anyrbtree_list2.h: New file.
39103         * lib/gl_anytree_list1.h: New file.
39104         * lib/gl_anytree_list2.h: New file.
39105         * lib/gl_linkedhash_list.h: New file.
39106         * lib/gl_linkedhash_list.c: New file.
39107         * lib/gl_anyhash_list1.h: New file.
39108         * lib/gl_anyhash_list2.h: New file.
39109         * lib/gl_avltreehash_list.h: New file.
39110         * lib/gl_avltreehash_list.c: New file.
39111         * lib/gl_rbtreehash_list.h: New file.
39112         * lib/gl_rbtreehash_list.c: New file.
39113         * lib/gl_anytreehash_list1.h: New file.
39114         * lib/gl_anytreehash_list2.h: New file.
39115
39116         * lib/gl_oset.h: New file.
39117         * lib/gl_oset.c: New file.
39118         * lib/gl_array_oset.h: New file.
39119         * lib/gl_array_oset.c: New file.
39120         * lib/gl_avltree_oset.h: New file.
39121         * lib/gl_avltree_oset.c: New file.
39122         * lib/gl_rbtree_oset.h: New file.
39123         * lib/gl_rbtree_oset.c: New file.
39124         * lib/gl_anytree_oset.h: New file.
39125
39126 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39127
39128         * m4/mkancesdirs.m4: New file.
39129         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
39130         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
39131         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
39132         it.
39133
39134 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39135
39136         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
39137         * lib/mkancesdirs.h: New files.
39138         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
39139         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
39140         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
39141         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
39142         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
39143         callers changed.  Revamp internals significantly, by not
39144         attempting to create directories that are temporarily more
39145         permissive than the final results.  Do not attempt to use
39146         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
39147         This removes some race conditions, fixes some bugs, and simplifies
39148         things.  Use new dirchownmod function to do owner and mode changes.
39149         * lib/mkdir-p.h: Likewise.
39150         * lib/modechange.c (octal_to_mode): New function.
39151         (struct mode_change): New member mentioned.
39152         (make_node_op_equals): New arg mentioned.  All callers changed.
39153         (mode_compile): Keep track of which mode bits the user has explicitly
39154         mentioned.
39155         (mode_adjust): New arg DIR, so that we implement the X op correctly.
39156         New arg PMODE_BITS, to keep track of which mode bits the user
39157         mentioned; it treats S_ISUID and S_ISGID speciall.
39158         All callers changed.
39159         * lib/modechange.h: Likewise.
39160
39161 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39162
39163         * MODULES.html.sh: Add mkancestors.
39164         * modules/mkancesdirs: New module.
39165         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
39166         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
39167         The chdir-safer and afs files are now orphans; I'll remove them
39168         unless someone speaks up.
39169         Add lib/dirchownmod.c, lib/dirchownmod.h.
39170         (Depends-on): Remove alloca, chown, save-cwd, dirname.
39171         Add lchown, mkancesdirs.
39172         (Maintainer): Add self.
39173
39174 2006-07-15  Karl Berry  <karl@gnu.org>
39175
39176         * gnulib-tool: help message wording/arrangement.
39177
39178 2006-07-14  Simon Josefsson  <jas@extundo.com>
39179
39180         * doc/gnulib.texi (Libtool and Windows): New section.
39181
39182 2006-07-12  Simon Josefsson  <jas@extundo.com>
39183
39184         * modules/gendocs (License): Fix license, approved by Karl.
39185
39186 2006-07-12  Eric Blake  <ebb9@byu.net>
39187
39188         * MODULES.html.sh: Add gendocs.
39189
39190 2006-07-11  Eric Blake  <ebb9@byu.net>
39191
39192         * modules/fdl: New module, to install doc/fdl.texi.
39193         * MODULES.html.sh: Add new section for documentation modules.
39194         * gnulib-tool: Avoid space-tab.
39195         (--doc-base): New option, to manage files from doc.
39196
39197 2006-07-11  Eric Blake  <ebb9@byu.net>
39198
39199         * m4/absolute-header.m4: Fix comments to match recent change.
39200
39201 2006-07-11  Eric Blake  <ebb9@byu.net>
39202
39203         * gnulib-tool: List --doc-base before --tests-base.
39204
39205 2006-07-11  Derek R. Price  <derek@ximbiot.com>
39206
39207         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
39208
39209 2006-07-11  Bruno Haible  <bruno@clisp.org>
39210
39211         * README: Mention where to put documentation.
39212
39213 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39214
39215         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
39216
39217 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
39218
39219         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
39220         to stdint.m4.
39221
39222 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
39223
39224         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
39225         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
39226         "no/such/file/stdint.h" when there is no such file, so that
39227         the resulting C code can be parsed by dodgy compilers.
39228         Problems reported by Bob Proulx.
39229
39230 2006-07-10  Derek R. Price  <derek@ximbiot.com>
39231
39232         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
39233         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
39234         macros into the GNU _D_EXACT_NAMLEN.
39235         * lib/savedir.c:  Likewise.
39236         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
39237
39238 2006-07-10  Derek R. Price  <derek@ximbiot.com>
39239         and Paul Eggert  <eggert@cs.ucla.edu>
39240
39241         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
39242         * m4/savedir.m4:
39243         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
39244         macros into the GNU _D_EXACT_NAMLEN.
39245
39246 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39247
39248         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
39249         around the absolute name, to work around a problem with the HP-UX
39250         11.23 native C compiler, reported by Bob Proulx.
39251
39252 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39253
39254         * doc/maintain.texi, make-stds.texi: Sync from
39255         <http://savannah.gnu.org/projects/gnustandards>.
39256
39257 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39258
39259         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
39260
39261 2006-07-09  Jim Meyering  <jim@meyering.net>
39262
39263         * m4/glob.m4: Remove a doubled word in a comment.
39264
39265 2006-07-09  Jim Meyering  <jim@meyering.net>
39266
39267         * lib/argp-pv.c: Remove a doubled word in a comment.
39268         * lib/check-version.c (check_version): Likewise.
39269         * lib/javacomp.c (compile_java_class): Likewise.
39270
39271 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
39272
39273         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
39274         for the benefit of people using Autoconf 2.60.  If you want to
39275         support older Autoconf versions you can copy m4/onceonly_2_57.m4
39276         (or m4/onceonly.m4, if pre-2.57) manually.
39277
39278 2006-07-08  Jim Meyering  <jim@meyering.net>
39279
39280         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
39281         comment.
39282         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
39283         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
39284         comment.
39285
39286 2006-07-08  Jim Meyering  <jim@meyering.net>
39287
39288         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
39289
39290 2006-07-07  Simon Josefsson  <jas@extundo.com>
39291
39292         * tests/test-crc.c: Change expected crc value, the test vector
39293         were probably computed using the old broken crc.c?
39294
39295 2006-07-06  Simon Josefsson  <jas@extundo.com>
39296
39297         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
39298         now the canonical place for the M4 file).
39299
39300         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
39301         from the sys_socket dependency now.
39302
39303         * modules/inet_pton (Files): Ditto.
39304
39305         * modules/inet_ntop (Files): Ditto.
39306
39307 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
39308
39309         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
39310         not gl_PREREQ_GETUSERSHELL.
39311
39312 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39313
39314         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
39315         with only one argument, for Autoconf 2.60.
39316         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
39317         expand to nothing, so add a shell command to avoid syntax error.
39318         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
39319
39320 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39321
39322         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
39323
39324 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39325
39326         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
39327         no longer needed.  Check for isblank decl.
39328         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
39329         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
39330         of existence.
39331
39332 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39333
39334         * lib/getloadavg.c: Use __VMS, not VMS.
39335         * lib/getopt.c: Likewise.
39336         * lib/getpagesize.h: Likewise.
39337         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
39338         and probably does not work.
39339
39340 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39341
39342         * lib/.cppi-disable: Add wcwidth.
39343         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
39344         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
39345         (ISGRAPH): Remove.  All uses changed to isgraph.
39346         (FOLD) [!defined _LIBC]: Remove special case.
39347         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
39348         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
39349         HAVE_ISBLANK.
39350         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
39351         case.
39352
39353 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
39354
39355         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
39356         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
39357         brackets.  Other minor changes to suppress some compiler
39358         warnings.
39359
39360 2006-07-06  Derek R. Price  <derek@ximbiot.com>
39361         and Paul Eggert  <eggert@cs.ucla.edu>
39362
39363         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
39364         of invoking obsolescent AC_HEADER_DIRENT macro.
39365         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
39366         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
39367         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
39368         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
39369         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
39370         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
39371         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
39372         * m4/readdir.m4: Remove; no longer needed.
39373
39374 2006-07-06  Derek R. Price  <derek@ximbiot.com>
39375         and Paul Eggert  <eggert@cs.ucla.edu>
39376
39377         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
39378         Don't worry about this obsolete case any more.
39379         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
39380         directories.
39381         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
39382         worry about this obsolete case any more.
39383         * lib/fts.c: Likewise.
39384         * lib/getcwd.c: Likewise.
39385         * lib/glob.h: Likewise.
39386         * lib/savedir.c: Likewise.
39387
39388 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
39389
39390         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
39391         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
39392         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
39393         needed.
39394         All uses removed.
39395         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
39396         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
39397         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
39398         needed.
39399         * m4/getdate.m4 (gl_GETDATE): Likewise.
39400         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
39401         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
39402         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
39403         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
39404         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
39405         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39406         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
39407         needed.
39408
39409 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
39410
39411         * lib/memcasecmp.c: Include <limits.h>.
39412         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
39413         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
39414         Don't assume isdigit succeeds only on '0' through '9'.
39415
39416 2006-07-05  Eric Blake  <ebb9@byu.net>
39417
39418         * modules/getaddrinfo (Depends-on): Add snprintf.
39419
39420 2006-07-05  Eric Blake  <ebb9@byu.net>
39421
39422         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
39423         to avoid 'header present but could not be compiled' on cygwin.
39424
39425 2006-07-05  Eric Blake  <ebb9@byu.net>
39426
39427         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
39428         missing from netdb.h.
39429         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
39430
39431 2006-07-05  Derek R. Price  <derek@ximbiot.com>
39432
39433         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
39434         no longer needed.
39435         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
39436         * m4/getdate.m4 (gl_GETDATE): Likewise.
39437         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
39438         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
39439         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
39440         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
39441         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39442
39443 2006-07-05  Derek R. Price  <derek@ximbiot.com>
39444
39445         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
39446         All uses of is_space replaced by isspace.
39447         * lib/exit.h: Don't talk about STDC_HEADERS.
39448         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
39449         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
39450         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
39451         replaced by isprint etc.
39452         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
39453         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
39454         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
39455         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
39456         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
39457         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
39458
39459 2006-07-05  Bruno Haible  <bruno@clisp.org>
39460
39461         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
39462         the function exists, before testing against AIX.
39463         Reported by Martin Lambers <marlam@marlam.de>.
39464
39465 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
39466
39467         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
39468         From Mark D. Baushke.
39469
39470 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
39471
39472         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
39473         to the absolute name, not just one, to bypass Sun C 5.8's
39474         "warning: #include of /usr/include/... may be non-portable".
39475
39476 2006-07-04  Eric Blake  <ebb9@byu.net>
39477
39478         * modules/dirname-tests: New test module.
39479         * tests/test-dirname.c: New file, replacing dirname.c
39480         TEST_DIRNAME section that was recently deleted.
39481
39482 2006-07-04  Bruno Haible  <bruno@clisp.org>
39483
39484         Assume ANSI C header files and <ctype.h> functions.
39485         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
39486         (mbsnwidth): Use isprint, iscntrl instead.
39487
39488 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39489
39490         Merge from coreutils.
39491         * MODULES.html.sh: Add xstrtold.
39492         * modules/xstrtold: New file.
39493         * modules/cycle-check (Files): Add lib/same-inode.h.
39494         * modules/dirname (Files): Add m4/double-slash-root.m4.
39495         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
39496         * modules/mkdir-p (Files): Add lib/same-inode.h.
39497         * modules/same (Files): Add lib/same-inode.h.
39498
39499 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39500
39501         * m4/absolute-header.m4: Renamed from full-header-path.m4.
39502         This is to keep the terminology clean; POSIX talks about
39503         "absolute pathnames", not "full pathnames", but the GNU
39504         Coding Standards say to use "path" for something else;
39505         so use "absolute" to keep both sides happy.
39506         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
39507         Set gl_absolute_header, not gl_full_header_path.
39508         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
39509         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
39510         All uses changed.
39511
39512         Merge from coreutils.
39513
39514         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
39515
39516         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
39517         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
39518         want to require the building of c-strtod.o.
39519         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
39520         needs -lm directly.
39521         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
39522
39523         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
39524
39525         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
39526         --as-needed option if available.  Problem reported by Albert Chin in
39527         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
39528         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
39529         cc merely issues a bunch of annoying warnings for --as-needed
39530         (this problem was reported by Bob Proulx).  Also, try linking with
39531         -lm to detect a bug in binutils 2.16 (this problem was reported
39532         by Ralf Wildenhues).
39533
39534         2006-06-18  Jim Meyering  <jim@meyering.net>
39535
39536         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
39537         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
39538         macro.
39539         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
39540         also check for glibc-2.4's abort-inducing bug.
39541
39542         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
39543         Low-probability clean-up should be to use rmdir to get rid of
39544         the just-created directory, not unlink.
39545
39546         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
39547         configure fail, and request a bug report to inform us about it.
39548         Add a comment that, barring reports to the contrary, in 2007 we'll
39549         assume ftruncate is universally available.
39550
39551         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
39552
39553         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
39554
39555         2006-03-12  Jim Meyering  <jim@meyering.net>
39556
39557         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
39558         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
39559         * m4/same.m4 (gl_SAME): Likewise.
39560         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
39561
39562         2006-03-11  Eric Blake  <ebb9@byu.net>
39563
39564         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
39565         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
39566         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
39567         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
39568
39569 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39570
39571         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
39572         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
39573         reported by Mark D. Baushke, one in
39574         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
39575
39576         Merge from coreutils.
39577
39578         * lib/.cppi-disable: Add stdint_.h.
39579         * lib/.cvsignore: Add stdint.h.
39580
39581         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
39582
39583         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
39584         both double and long double versions.
39585         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
39586         * lib/xstrtold.c: New file.
39587         * lib/xstrtod.h (xstrtold): New decl.
39588
39589         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39590
39591         * lib/filemode.c (setst): Remove.
39592         (strmode): Rewrite to avoid setst.  This makes the code shorter,
39593         (arguably) clearer, and the generated code is a bit smaller on my
39594         Debian GNU/Linux stable x86 host.
39595
39596         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
39597
39598         * lib/filemode.c: Include "filemode.h" first, to test the interface.
39599         Assume that filemode.h includes sys/types.h and sys/stat.h.
39600         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
39601         (ftypelet): Reorder to put common cases first, for efficiency.
39602         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
39603         to do 'M'.
39604         (strmode): Renamed from mode_string, and now stores 12 bytes instead
39605         of 10, for compatibility with FreeBSD.  All callers changed.
39606         (filemodestring): Now stores 12 bytes instead of 10, and sets file
39607         types that can't be deduced solely from st_mode.  First arg is now a
39608         const pointer.
39609         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
39610         (strmode): Renamed from mode_string.
39611         (filemodestring): New decl.
39612         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
39613         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
39614         needed.
39615         (S_ISPORT, S_ISWHT): New macros, if not already defined.
39616
39617         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
39618
39619         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
39620         fsusage.h now does that.  Include fsusage.h first, to test interface.
39621         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
39622         at most one method (the old code could have generated decls that
39623         didn't conform to C89, not that this was ever exercised).
39624         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
39625
39626         2006-03-19  Jim Meyering  <jim@meyering.net>
39627
39628         Work even in a chroot where d_ino values for entries in "/"
39629         don't match the stat.st_ino values for the same names.
39630         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
39631         number, iterate through all entries again, using lstat instead.
39632         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
39633         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
39634
39635         * lib/getcwd.c (__getcwd): Clarify a comment.
39636         Use memcpy in place of a call to strcpy.
39637
39638         2006-03-12  Jim Meyering  <jim@meyering.net>
39639
39640         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
39641         matches that of the current directory (which we're about to chdir ".."
39642         out of), then save the dev-ino of the parent, instead.
39643
39644         * lib/same-inode.h (SAME_INODE): New file/macro.
39645         * lib/chdir-safer.c (SAME_INODE): Remove definition.
39646         Include "same-inode.h", instead.
39647         * lib/same.c: Likewise.
39648         * lib/cycle-check.h: Include "same-inode.h".
39649         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
39650         * lib/cycle-check.c (SAME_INODE): Remove definition.
39651         * lib/root-dev-ino.h: Include "same-inode.h".
39652
39653         2006-03-11  Eric Blake  <ebb9@byu.net>
39654
39655         * lib/same.c (same_name): s/base_name/last_component/
39656         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
39657         * lib/filenamecat.c (file_name_concat): Likewise.
39658
39659         2006-03-11  Eric Blake  <ebb9@byu.net>,
39660                     Paul Eggert  <eggert@cs.ucla.edu>
39661
39662         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
39663         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
39664         drive prefix.
39665         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
39666         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
39667         (last_component): New method.
39668         * lib/dirname.c (dir_len): Determine when drive letters need a
39669         subsequent slash.  Preserve // when it is special.
39670         (dir_name): Don't append dot when drive letter is absolute.
39671         [TEST_DIRNAME]: Move into a full-blown gnulib test.
39672         * lib/basename.c (base_name): New semantics - malloc the result.
39673         Preserve // when it is special.  Preserve relative files that look
39674         like drive letters.
39675         (base_len): Preserve // when it is special.
39676         (last_component): New method, similar to old base_name semantics.
39677         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
39678         base_name.  Strip redundant slashes from ///.
39679
39680 2006-07-03  Jim Meyering  <jim@meyering.net>
39681
39682         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
39683         macro is used before the first cycle_check call.
39684
39685 2006-07-03  Eric Blake  <ebb9@byu.net>
39686
39687         * modules/dirname (Depends-on): Add xstrndup.
39688
39689 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
39690
39691         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
39692         test cases, so that config.log is a bit easier to follow.
39693
39694 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
39695
39696         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
39697         both are 64 bits, since this seems to be the tradition, and this
39698         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
39699         we ever run into a host that prefers long long to long in this
39700         case, we'll need another configure-time test.  Problem reported by
39701         Jim Meyering.
39702
39703 2006-07-02  Eric Blake  <ebb9@byu.net>
39704
39705         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
39706
39707 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
39708
39709         * modules/inttypes (Depends-on): No longer depends on stdint.
39710         * modules/stdint (Description): Say more about assumptions.
39711         Say that the fast types might differ.  Say macros are used.
39712         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
39713         (Makefile.am): Revise list of substituted symbols to match
39714         new stdint.m4.
39715         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
39716         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
39717         * tests/test-stdint.c (verify_same_types)
39718         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
39719         the code conforms to C99/C89.
39720         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
39721         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
39722
39723 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
39724
39725         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
39726         but fix a bug, by requiring at least 64 bits.
39727         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
39728         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
39729         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
39730         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
39731
39732         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
39733         changes.  Make 2.59 a prerequisite.  Check and substitute for
39734         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
39735         inttypes.h.  Do not use special include files; just use the
39736         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
39737         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
39738         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
39739         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
39740         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
39741         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
39742         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
39743         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
39744         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
39745         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
39746         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
39747         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
39748         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
39749         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
39750         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
39751         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
39752         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
39753         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
39754         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
39755         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
39756         WINT_MAX.  Check for C99 conformance more strictly, by detecting
39757         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
39758         not check for things that C99 does not require, e.g., int8_t.  If
39759         a test isn't needed unless <stdint.h> isn't working, and is
39760         unlikely to be needed for any other reason, then don't do it
39761         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
39762         size_t, since we assume C89 freestanding at least.  Do not check
39763         for sig_atomic_t, wchar_t, or wint_t, since the code now does
39764         the right thing even if the types are not defined.  Instead use:
39765         (gl_STDINT_TYPE_PROPERTIES): New macro.
39766         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
39767         testing whether <sys/types.h> clashes, as Autoconf does this for
39768         us now.  All uses removed.
39769         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
39770         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
39771         (gl_CHECK_TYPE_SAME):
39772         Remove; no longer needed.
39773         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
39774         exists, since we'll return 0 anyway in that case.
39775         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
39776
39777 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
39778
39779         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
39780         possible collision with system files.
39781         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
39782         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
39783         WCHAR_MIN and WCHAR_MAX in this case.
39784         (<stddef.h>): Do not include; no longer needed.
39785         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
39786         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
39787         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
39788         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
39789         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
39790         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
39791         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
39792         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
39793         !defined(__c99))]: Include in this case too, since it's harmless
39794         now.
39795         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
39796         dangerous to do so.
39797         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
39798         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
39799         (_STDINT_MIN, _STDINT_MAX): New macros.
39800         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
39801         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
39802         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
39803         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
39804         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
39805         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
39806         macros, not typedefs; this simplifies things quite a bit.
39807         Use long int for all types narrower than int64_t.
39808         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
39809         Define in terms of long long int or int64_t or long int,
39810         not int64_t or int32_t.  This saves some compile-time testing.
39811         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
39812         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
39813         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
39814         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
39815         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
39816         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
39817         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
39818         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
39819         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
39820         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
39821         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
39822         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
39823         undef any previous version and define our own version, for
39824         simplicity and consistency with the new macros for types.
39825         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
39826         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
39827         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
39828         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
39829         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
39830         @WINT_T_SUFFIX@ to keep things simple here.
39831         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
39832         Simplify by assuming typical 8/16/32/64 host, since we're
39833         already doing that elsewhere anyway.
39834         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
39835         and assume long long int is 64 bits if available.  This
39836         speeds up 'configure'.
39837
39838 2006-07-01  Eric Blake  <ebb9@byu.net>
39839
39840         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
39841         Reported by Andreas Buening.
39842
39843 2006-07-01  Eric Blake  <ebb9@byu.net>
39844
39845         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
39846
39847 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
39848
39849         * lib/getaddrinfo.c: fixed typo
39850
39851 2006-06-29  Jim Meyering  <jim@meyering.net>
39852
39853         * modules/strftime (Maintainer): Add my name, since with the
39854         FPRINTFTIME changes strftime.c has forked from glibc.
39855
39856 2006-06-29  Eric Blake  <ebb9@byu.net>
39857
39858         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
39859
39860 2006-06-29  Eric Blake  <ebb9@byu.net>
39861
39862         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
39863
39864 2006-06-29  Eric Blake  <ebb9@byu.net>
39865
39866         * lib/stat_.h: New file.
39867
39868 2006-06-29  Eric Blake  <ebb9@byu.net>
39869
39870         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
39871         unused static function.
39872
39873 2006-06-29  Eric Blake  <ebb9@byu.net>
39874
39875         * doc/functions.texi (Function Portability): Document missing lstat
39876         on mingw.
39877
39878 2006-06-29  Eric Blake  <ebb9@byu.net>
39879
39880         * MODULES.html.sh: Add sys_stat.
39881         * modules/sys_stat: New module.
39882         * modules/mkstemp (Depends-on): Add sys_stat.
39883
39884 2006-06-29  Derek R. Price  <derek@ximbiot.com>
39885
39886         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
39887
39888 2006-06-29  Derek R. Price  <derek@ximbiot.com>
39889
39890         * m4/c-bs-a.m4: Removed.
39891
39892 2006-06-29  Derek R. Price  <derek@ximbiot.com>
39893
39894         * lib/strftime.c: Assume strftime() exists.
39895
39896 2006-06-29  Derek Price  <derek@ximbiot.com>
39897
39898         * modules/c-bs-a: Removed - \a is C89.
39899         * MODULES.html.sh: Remove c-bs-a.
39900
39901 2006-06-29  Bruno Haible  <bruno@clisp.org>
39902
39903         * modules/wcwidth (License): Change to LGPL.
39904
39905 2006-06-28  Simon Josefsson  <jas@extundo.com>
39906
39907         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
39908         on _WIN32.
39909
39910         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
39911         getnameinfo.
39912
39913 2006-06-28  Simon Josefsson  <jas@extundo.com>
39914
39915         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
39916
39917 2006-06-28  Simon Josefsson  <jas@extundo.com>
39918
39919         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
39920         functions there.  It will succeed on Windows XP, but on Windows
39921         2000 and (presumably) earlier, it will fail, and use the internal
39922         re-implementation.
39923         (use_win32_p): New function.
39924         (getaddrinfo): Use strtoul on servname, to support numeric ports.
39925         Support AI_NUMERICSERV to disable getservbyname.
39926         (getnameinfo): New function, only supports
39927         NI_NUMERICHOST|NI_NUMERICSERV for now.
39928
39929         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
39930         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
39931         getnameinfo.
39932
39933 2006-06-28  Eric Blake  <ebb9@byu.net>
39934
39935         * modules/wcwidth: New file.
39936         * modules/mbchar (Depends-on): Add wcwidth.
39937         * modules/mbswidth (Depends-on): Add wcwidth.
39938         * MODULES.html.sh: Add wcwidth.
39939
39940 2006-06-28  Eric Blake  <ebb9@byu.net>
39941
39942         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
39943         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
39944
39945 2006-06-28  Eric Blake  <ebb9@byu.net>
39946
39947         * lib/xvasprintf.h: Fix comments.
39948
39949 2006-06-28  Eric Blake  <ebb9@byu.net>
39950
39951         * lib/mbchar.h (wcwidth): Include wcwidth.h.
39952         * lib/mbswidth.c (wcwidth): Move from here...
39953         * lib/wcwidth.h: ...to this new file.
39954
39955 2006-06-28  Derek R. Price  <derek@ximbiot.com>
39956
39957         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
39958
39959         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
39960         it's obsolete.
39961         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
39962
39963 2006-06-28  Derek R. Price  <derek@ximbiot.com>
39964
39965         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
39966         Autoconf 2.60 says this stuff was obsolete.
39967
39968 2006-06-28  Bruno Haible  <bruno@clisp.org>
39969
39970         * modules/wcwidth (Files): Add m4/wchar_t.m4.
39971
39972 2006-06-28  Bruno Haible  <bruno@clisp.org>
39973
39974         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
39975         gt_TYPE_WCHAR_T.
39976
39977 2006-06-28  Bruno Haible  <bruno@clisp.org>
39978
39979         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
39980         declaration for wcwidth.
39981         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
39982
39983 2006-06-28  Bruno Haible  <bruno@clisp.org>
39984
39985         * lib/mkdtemp.c [MINGW]: Include <io.h>.
39986         (mkdir): Define using _mkdir.
39987
39988 2006-06-28  Bruno Haible  <bruno@clisp.org>
39989
39990         * lib/getaddrinfo.h: Fix POSIX URL.
39991         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
39992         _WIN32.
39993         (use_win32_p): Make static.
39994         (getaddrinfo): Reject service name if it is empty or does not consist
39995         solely of decimal digits, or if its value is > 65535.
39996         (getnameinfo): Remove useless casts.
39997
39998 2006-06-27  Simon Josefsson  <jas@extundo.com>
39999
40000         * modules/sys_select: New file, suggested by Bruno Haible, Paul
40001         Eggert and Martin Lambers.
40002
40003 2006-06-27  Simon Josefsson  <jas@extundo.com>
40004
40005         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
40006         Eggert and Martin Lambers.
40007
40008 2006-06-27  Bruno Haible  <bruno@clisp.org>
40009
40010         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
40011         result to 0, not to empty.
40012         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
40013
40014 2006-06-27  Bruno Haible  <bruno@clisp.org>
40015
40016         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
40017
40018 2006-06-26  Simon Josefsson  <jas@extundo.com>
40019
40020         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
40021         present.
40022
40023 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
40024
40025         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
40026         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
40027         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
40028
40029 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
40030
40031         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
40032
40033 2006-06-26  Bruno Haible  <bruno@clisp.org>
40034
40035         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
40036
40037 2006-06-26  Bruno Haible  <bruno@clisp.org>
40038
40039         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
40040
40041 2006-06-26  Bruno Haible  <bruno@clisp.org>
40042
40043         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
40044         SGI C compiler in pre-C99 mode.
40045         Suggested by Mark D. Baushke and Larry Jones.
40046
40047 2006-06-26  Bruno Haible  <bruno@clisp.org>
40048
40049         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
40050         WCHAR_MAX.
40051         Reported by Mark D. Baushke and Larry Jones.
40052
40053 2006-06-26  Bruno Haible  <bruno@clisp.org>
40054
40055         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
40056         in pre-C99 mode.
40057         Suggested by Mark D. Baushke and Larry Jones.
40058
40059 2006-06-23  Simon Josefsson  <jas@extundo.com>
40060             Bruno Haible  <bruno@clisp.org>
40061
40062         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
40063         Emit mostlyclean-local rule.
40064         (func_emit_tests_Makefile_am): Likewise.
40065         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
40066
40067 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
40068
40069         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
40070
40071 2006-06-23  Bruno Haible  <bruno@clisp.org>
40072
40073         * tests/test-stdint.c: Update to match ISO C 99 Technical
40074         Corrigendum 1.
40075
40076 2006-06-23  Bruno Haible  <bruno@clisp.org>
40077
40078         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
40079
40080 2006-06-23  Bruno Haible  <bruno@clisp.org>
40081
40082         * lib/stdint_.h: Treat IRIX like OpenBSD.
40083
40084 2006-06-23  Bruno Haible  <bruno@clisp.org>
40085
40086         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
40087         ISO C 99 Technical Corrigendum 1.
40088
40089 2006-06-22  Simon Josefsson  <jas@extundo.com>
40090
40091         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
40092         MinGW.
40093
40094 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40095
40096         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
40097         needed.  Some compiler complained about some of them.  Problem reported
40098         by Larry Jones in
40099         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
40100
40101 2006-06-21  Simon Josefsson  <jas@extundo.com>
40102
40103         * tests/test-getaddrinfo.c: New file.
40104
40105         * modules/getaddrinfo-tests: New file.
40106
40107         * MODULES.html.sh: Add inet_pton.
40108
40109         * modules/inet_pton: New file.
40110
40111 2006-06-21  Simon Josefsson  <jas@extundo.com>
40112
40113         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
40114         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
40115         of using the (limited) gnulib implementation on Windows XP.
40116
40117         * m4/inet_pton.m4: New file.
40118
40119 2006-06-21  Simon Josefsson  <jas@extundo.com>
40120
40121         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
40122         variable.
40123
40124         * lib/socket_.h: Don't define WINVER.
40125
40126         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
40127         slightly modified to work in gnulib.
40128
40129 2006-06-21  Simon Josefsson  <jas@extundo.com>
40130
40131         * doc/gnulib.texi (Windows sockets): Add.
40132
40133 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
40134
40135         * lib/read-file.c (fread_file): Start with buffer allocation of
40136         0 bytes rather than 1 byte; this simplifies the code.
40137         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
40138         code to free buffer and save/restore errno.
40139         (internal_read_file): Remove unused local.
40140
40141 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
40142
40143         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
40144         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
40145         Problem reported by Denis Excoffier in
40146         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
40147
40148 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40149
40150         * modules/sys_socket, modules/socklen: Include sys/types since
40151         FreeBSD 4.x's sys/socket.h needs it.
40152
40153 2006-06-19  Simon Josefsson  <jas@extundo.com>
40154
40155         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
40156
40157 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
40158
40159         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
40160
40161 2006-06-19  Bruno Haible  <bruno@clisp.org>
40162
40163         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
40164         and FULL_PATH_INTTYPES_H in angle brackets.
40165         Reported by Mark D. Baushke <mdb@gnu.org>.
40166
40167 2006-06-17  Eric Blake  <ebb9@byu.net>
40168
40169         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
40170         errno.
40171
40172 2006-06-17  Bruno Haible  <bruno@clisp.org>
40173
40174         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
40175         <sys/inttypes.h>.
40176
40177 2006-06-17  Bruno Haible  <bruno@clisp.org>
40178
40179         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
40180         whether errno is declared. Assume <errno.h> declares errno.
40181
40182 2006-06-17  Bruno Haible  <bruno@clisp.org>
40183
40184         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
40185
40186 2006-06-17  Bruno Haible  <bruno@clisp.org>
40187
40188         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
40189         problem on Solaris 2.5.1.
40190
40191 2006-06-16  Eric Blake  <ebb9@byu.net>
40192
40193         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
40194         * lib/unicodeio.c [!defined errno]: Likewise.
40195         * lib/strtol.c [!defined errno]: Likewise.
40196         * lib/strtod.c [!defined errno]: Likewise.
40197
40198 2006-06-15  Eric Blake  <ebb9@byu.net>
40199
40200         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
40201
40202 2006-06-15  Eric Blake  <ebb9@byu.net>
40203
40204         * config/srclist.txt (ssize_t.m4): Lose sync.
40205
40206 2006-06-15  Bruno Haible  <bruno@clisp.org>
40207
40208         * modules/stdint (Files): Include m4/full-header-path.m4,
40209         m4/size_max.m4, m4/wchar_t.m4.
40210         (Makefile.am): Many more substitutions.
40211         * modules/stdint-tests: New file.
40212         * tests/test-stdint.c: New file.
40213
40214 2006-06-15  Bruno Haible  <bruno@clisp.org>
40215
40216         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
40217         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
40218         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
40219         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
40220         gl_CHECK_TYPE_SAME): New macros.
40221
40222 2006-06-15  Bruno Haible  <bruno@clisp.org>
40223
40224         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
40225
40226 2006-06-15  Bruno Haible  <bruno@clisp.org>
40227
40228         * lib/stdint_.h: Rewritten to be fully auto-configured.
40229         Fixes bug on HP-UX/IA64.
40230
40231 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
40232
40233         * lib/getdate.y (__attribute__): Don't define if already defined.
40234         Problem reported by Larry Jones.
40235         * lib/utimens.c (__attribute__): Likewise.
40236
40237 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
40238
40239         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
40240         reported by Andreas Schwab.
40241
40242 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40243             Bruno Haible  <bruno@clisp.org>
40244
40245         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
40246         check for the declaration of strnlen and a run test that exposes the
40247         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
40248         rpl_strndup.
40249
40250 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40251             Bruno Haible  <bruno@clisp.org>
40252
40253         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
40254
40255 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40256
40257         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
40258         compile test, for Tru64 4.0D.
40259
40260 2006-05-28  Karl Berry  <karl@gnu.org>
40261
40262         * config/srclist.txt (printf-args.c): lose sync.
40263
40264 2006-05-26  Martin Lambers  <marlam@marlam.de>
40265
40266         * lib/getpass.c: Updates the test for the native W32 API, and adds
40267         missing includes, thus fixing compilation warnings.
40268
40269 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
40270
40271         * lib/exclude.c (exclude_fnmatch): New function.
40272         (excluded_file_name): Call exclude_fnmatch.
40273         * lib/exclude.h (excluded_file_name): New prototype
40274
40275 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
40276
40277         * lib/tempname.c (small_open, large_open): New macros.
40278         (__open, __open64) [!_LIBC]: Remove.
40279         (__gen_tempname): Use small_open and large_open instead of __open
40280         and __open64.  This fixes a portability bug on HP-UX 11.11i
40281         reported by Simon Wing-Tang in
40282         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
40283
40284 2006-05-24  Bruno Haible  <bruno@clisp.org>
40285
40286         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
40287         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
40288         Reported by Thorsten Maerz <torte@netztorte.de> via
40289         Aaron Stone <aaron@serendipity.cx>.
40290
40291 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40292
40293         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
40294         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
40295         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
40296         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
40297         not really conditional on the cache.
40298         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
40299
40300 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40301
40302         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
40303         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
40304         (my_usleep): Don't mishandle maximum value.
40305
40306 2006-05-19  Jim Meyering  <jim@meyering.net>
40307
40308         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
40309
40310 2006-05-17  Bruno Haible  <bruno@clisp.org>
40311
40312         Cygwin portability.
40313         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
40314
40315 2006-05-17  Bruno Haible  <bruno@clisp.org>
40316
40317         * lib/stdint_.h: Fix recognition of Cygwin.
40318
40319 2006-05-15  Bruno Haible  <bruno@clisp.org>
40320
40321         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
40322         on libtool patch by Ralf Wildenhues.
40323
40324 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
40325
40326         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
40327         test for C99 conformance; (bool) 0.5 is an integer constant
40328         expression, but (bool) -0.5 is not.  Problem reported by Fedor
40329         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
40330
40331 2006-05-11  Simon Josefsson  <jas@extundo.com>
40332
40333         * m4/xvasprintf.m4: Fix obvious typo.
40334
40335 2006-05-11  Jim Meyering  <jim@meyering.net>
40336
40337         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
40338         James Lemley.
40339
40340 2006-05-10  Simon Josefsson  <jas@extundo.com>
40341
40342         * lib/md4.c: Typo fix, update copyright years.
40343         (K1, K2): Don't use L because it turn computations into 64-bit on
40344         64-bit platforms.
40345
40346 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40347
40348         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
40349         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
40350         unwanted sign propagation, e.g., on hosts with 64-bit int.
40351         There still are some problems with reeelly weird theoretical hosts
40352         (e.g., 33-bit int) but it's not worth worrying about now.
40353         * lib/sha1.c (rol): Likewise.
40354         (K1, K2, K3, K4): Remove unnecessary L suffix.
40355
40356 2006-05-10  Bruno Haible  <bruno@clisp.org>
40357
40358         * lib/des.c: Cast to avoid warnings.
40359
40360 2006-05-09  Bruno Haible  <bruno@clisp.org>
40361
40362         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
40363         (Depends-on): Depend also on xsize, stdarg.
40364         (configure.ac): Add gl_XVASPRINTF.
40365
40366 2006-05-09  Bruno Haible  <bruno@clisp.org>
40367
40368         * m4/xvasprintf.m4: New file.
40369
40370 2006-05-09  Bruno Haible  <bruno@clisp.org>
40371
40372         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
40373         (EOVERFLOW): Define fallback value.
40374         (xstrcat): New function.
40375         (xvasprintf): Recognize the special case of a string concatenation.
40376
40377 2006-05-08  Eric Blake  <ebb9@byu.net>
40378
40379         * gnulib-tool (func_version): Base copyright year on CVS date.
40380         (func_emit_copyright_notice): New function.
40381         (func_emit_lib_Makefile_am): Use it.
40382         (func_emit_tests_Makefile_am): Likewise.
40383         (func_import): Likewise.
40384
40385 2006-05-08  Bruno Haible  <bruno@clisp.org>
40386
40387         * modules/stdarg: New file.
40388         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
40389
40390 2006-05-08  Bruno Haible  <bruno@clisp.org>
40391
40392         * m4/stdarg.m4: New file, from GNU gettext.
40393
40394 2006-05-08  Bruno Haible  <bruno@clisp.org>
40395
40396         * config/srclist.txt (build-aux/config.rpath): different from latest
40397         release.
40398
40399 2006-05-08  Bruno Haible  <bruno@clisp.org>
40400
40401         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
40402
40403 2006-05-05  Jim Meyering  <jim@meyering.net>
40404
40405         * m4/warning.m4: New file, derived from bison's file by the same name.
40406
40407 2006-05-03  Bruno Haible  <bruno@clisp.org>
40408
40409         * lib/stdint_.h: Shorter URL.
40410         * lib/inttypes.h: Likewise.
40411
40412 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
40413
40414         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
40415
40416 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
40417
40418         * lib/verify.h: Document the internals better.  Most of this change
40419         was written by Bruno Haible.
40420
40421 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
40422
40423         * doc/verify.texi: New file, partly based on a proposal by
40424         Bruno Haible.
40425
40426 2006-05-02  Bruno Haible  <bruno@clisp.org>
40427
40428         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
40429         test from here...
40430         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
40431
40432 2006-04-29  Bruno Haible  <bruno@clisp.org>
40433
40434         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
40435         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
40436
40437 2006-04-29  Bruno Haible  <bruno@clisp.org>
40438
40439         * gnulib-tool: Make --update option actually work.
40440
40441 2006-04-29  Bruno Haible  <bruno@clisp.org>
40442
40443         * doc/gcd.texi: New file.
40444         * doc/gnulib.texi: Include it.
40445
40446 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
40447
40448         * lib/getdate.y (get_date): When adding relative date, start with the
40449         initial time, not with the result of the first mktime call.
40450
40451 2006-04-25  Bruno Haible  <bruno@clisp.org>
40452
40453         * gnulib-tool (func_import): Output the include directives in three
40454         blocks, sorted separately.
40455         Reported by Ben Pfaff <blp@cs.stanford.edu>.
40456
40457 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
40458
40459         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
40460         to define main with arguments, for C++.  Reported by Eric Blake.
40461         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
40462         Prefer 'int main ()' to 'int main (void)', for C++.
40463         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
40464         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
40465         for 'main', for C99 and C++.
40466
40467 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
40468
40469         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
40470         Don't assume that exit status -1 is valid.
40471         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40472         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
40473         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
40474         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
40475         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
40476         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
40477         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
40478         functions can be used without declaring them, or that you can
40479         exit with status -1.
40480         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
40481
40482 2006-04-24  Karl Berry  <karl@gnu.org>
40483
40484         * config/srclist.txt (longdouble.m4): sync lost.
40485
40486 2006-04-24  Eric Blake  <ebb9@byu.net>
40487
40488         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
40489
40490 2006-04-24  Bruno Haible  <bruno@clisp.org>
40491
40492         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
40493         poll() implementation in AIX.
40494         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40495
40496 2006-04-24  Bruno Haible  <bruno@clisp.org>
40497
40498         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
40499         assigned exactly once.
40500
40501 2006-04-23  Claudio Fontana  <claudio@gnu.org>
40502             Bruno Haible  <bruno@clisp.org>
40503
40504         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
40505         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
40506         for AM_CPPFLAGS.
40507
40508 2006-04-23  Bruno Haible  <bruno@clisp.org>
40509
40510         * modules/copy-file: Depend on unistd.
40511         * modules/execute: Likewise.
40512         * modules/fatal-signal: Likewise.
40513         * modules/findprog: Likewise.
40514         * modules/mkdtemp : Likewise.
40515         * modules/pipe: Likewise.
40516         * modules/wait-process: Likewise.
40517
40518 2006-04-23  Bruno Haible  <bruno@clisp.org>
40519
40520         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
40521         condition was already detected.
40522         Reported by Ben Pfaff <blp@cs.stanford.edu>.
40523
40524 2006-04-23  Bruno Haible  <bruno@clisp.org>
40525
40526         * lib/copy-file.c: Include <unistd.h> unconditionally.
40527         * lib/execute.c: Likewise.
40528         * lib/fatal-signal.c: Likewise.
40529         * lib/findprog.c: Likewise.
40530         * lib/mkdtemp.c: Likewise.
40531         * lib/pipe.h: Likewise.
40532         * lib/pipe.c: Likewise.
40533         * lib/wait-process.h: Likewise.
40534
40535 2006-04-23  Bruno Haible  <bruno@clisp.org>
40536
40537         * gnulib-tool (func_usage): Fix --import description. Document
40538         --update.
40539         (func_import): Create temporary file in a temporary directory, if
40540         --dry-run is specified. Silence errors from 'grep' when there are no
40541         m4 files in $m4dir.
40542         (func_create_testdir): Silence errors from 'grep' when there are no
40543         m4 files in $m4dir.
40544         Reported by Karl Berry <karl@freefriends.org>.
40545
40546 2006-04-20  Bruno Haible  <bruno@clisp.org>
40547
40548         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
40549         one argument, so that the code will be portable to Autoconf 2.60.
40550         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
40551         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
40552         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
40553
40554 2006-04-19  Derek Price  <derek@ximbiot.com>
40555             Eric Blake  <ebb9@byu.net>
40556
40557         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
40558         rather than "/full/path.h".  Update comment to match.  Shorten &
40559         generalize m4_translit call via AS_TR_CPP.
40560
40561 2006-04-19  Derek Price  <derek@ximbiot.com>
40562             Eric Blake  <ebb9@byu.net>
40563
40564         * lib/inttypes.h: Correct grammar in comment.
40565
40566 2006-04-18  Derek Price  <derek@ximbiot.com>
40567             Paul Eggert  <eggert@cs.ucla.edu>
40568
40569         * modules/inttypes: New file.
40570         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
40571
40572 2006-04-18  Derek Price  <derek@ximbiot.com>
40573             Paul Eggert  <eggert@cs.ucla.edu>
40574
40575         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
40576         New files.
40577
40578 2006-04-18  Derek Price  <derek@ximbiot.com>
40579             Paul Eggert  <eggert@cs.ucla.edu>
40580
40581         * lib/inttypes.h: New file.
40582         * lib/strtoimax.c: Assume <inttypes.h>.
40583
40584 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
40585
40586         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
40587         isn't mounted.  Problem reported by Kir Kolyshkin.
40588
40589 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
40590
40591         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
40592         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
40593         Derek R. Price.
40594         * lib/regex.h (RE_DUP_MAX): Update comment to match current
40595         implementation.
40596
40597 2006-04-12  Eric Blake  <ebb9@byu.net>
40598
40599         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
40600         is now done automatically by the corresponding Autoconf macro.
40601
40602 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
40603
40604         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
40605         time_r.h.
40606
40607 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40608
40609         Merge regex changes from libc, removing some of our
40610         POSIX-conformance changes that were rejected and redoing them in a
40611         less-intrusive way.
40612
40613         * lib/regcomp.c (re_compile_internal, init_dfa):
40614         Length arg is now size_t, not Idx.  All uses changed.
40615         (peek_token): Forward decl now says internal_function.
40616         (__re_error_msgid, __re_error_msgid_idx):
40617         Now static rather than extern with attribute_hidden.
40618         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
40619         For some reason libc prefers K&R style defns for external functions.
40620         (regerror) [!defined _LIBC]: Likewise.
40621         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
40622         (seek_collating_symbol_entry, lookup_collation_sequence_value):
40623         (build_range_exp, build_collating_symbol):
40624         Use K&R-style defn.
40625         (re_compile_fastmap): Use '\0' to memset, not 0.
40626         (utf8_sb_map): Make the calculations more obvious.
40627         (init_dfa, parse_bracket_exp, build_charclass_op):
40628         Call calloc and cast result, as glibc does.
40629         (init_word_char, fetch_token, peek_token, peek_token_bracket):
40630         (build_range_exp, build_collating_symbol):
40631         Now internal functions.
40632
40633         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
40634
40635         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
40636         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
40637         Don't depend on VMS; depend on __VMS instead, for POSIX
40638         namespace cleanness.
40639         (regoff_t): Define to ssize_t, not long int.
40640
40641         Remove the REG_ macros named below.  Instead, make the old names
40642         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
40643         __USE_GNU_REGEX.
40644         (REG_BACKSLASH_ESCAPE_IN_LISTS):
40645         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
40646         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
40647         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
40648         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
40649         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
40650         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
40651         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
40652         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
40653         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
40654         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
40655         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
40656         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
40657         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
40658         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
40659         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
40660         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
40661         (REG_NREGS):
40662         Remove.  All uses replaced by the old RE_* names.
40663         (RE_BACKSLASH_ESCAPE_IN_LISTS):
40664         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
40665         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
40666         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
40667         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
40668         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
40669         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
40670         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
40671         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
40672         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
40673         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
40674         Don't bother having these macros be independent of each others'
40675         values, since they no longer exist in the POSIX name space.
40676
40677         Rename the following member names back to their old names,
40678         unless !__USE_GNU_REGEX.  All uses changed back.
40679         (buffer): Renamed from re_buffer.
40680         (allocated): Renamed from re_allocated.
40681         (used): Renamed from re_used.
40682         (syntax): Renamed from re_syntax.
40683         (fastmap): Renamed from re_fastmap.
40684         (translate): Renamed from re_translate.
40685         (can_be_null): Renamed from re_can_be_null.
40686         (regs_allocated): Renamed from re_regs_allocated.
40687         (fastmap_accurate): Renamed from re_fastmap_accurate.
40688         (no_sub): Renamed from re_no_sub.
40689         (not_bol): Renamed from re_not_bol.
40690         (not_eol): Renamed from re_not_eol.
40691         (newline_anchor): Renamed from re_newline_anchor.
40692         (num_regs): Renamed from rm_num_regs.
40693         (start): Renamed from rm_start.
40694         (end): Renamed from rm_end.
40695
40696         (free_state): Move up a bit.
40697
40698         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
40699         #define to be empty.
40700         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
40701         when that is what is intended.
40702         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
40703         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
40704         (MAX): New macro.
40705         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
40706         All uses changed back to re_malloc, etc.  It's now the caller's
40707         responsibility to check for overflow; all callers changed.
40708         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
40709         (re_x2nrealloc): Remove.
40710         (free_state): Remove decl.
40711
40712         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
40713         (re_set_registers, re_exec):
40714         Use K&R-style defn.
40715
40716         2006-01-31  Roland McGrath  <roland@redhat.com>
40717
40718         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
40719         Reported by Mike Frysinger <vapier@gentoo.org>.
40720
40721         2006-01-15  Andreas Jaeger  <aj@suse.de>
40722
40723         [BZ #1950]
40724         * lib/regex_internal.c (re_string_reconstruct): Adjust for
40725         build_wcs_upper_buffer change.
40726         (build_wcs_upper_buffer): Change return type.
40727
40728         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
40729
40730         * lib/regex_internal.h: Include <stdint.h> if available.
40731
40732         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
40733
40734         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
40735
40736         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40737
40738         * lib/regcomp.c: Adjust for changed secondary hash function.
40739
40740         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
40741
40742         * lib/regex.h: Pretty printing.
40743         Clean up namespace a bit.
40744
40745         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
40746
40747         * lib/regexec.c (update_cur_sifted_state, check_arrival,
40748         check_arrival_add_next_nodes): Avoid using uninitialized variable.
40749
40750         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
40751                     Ulrich Drepper  <drepper@redhat.com>
40752
40753         [BZ #1302]
40754         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
40755         changed.
40756         (bitset_word_t): Renamed from bitset_word.  All uses changed.
40757
40758         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
40759
40760         [BZ #281]
40761         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
40762         * lib/regcomp.c: Remove unnecessary uses of
40763         unsigned RE_TRANSLATE_TYPE.
40764         * lib/regex_internal.h: Likewise.
40765         * lib/regex_internal.c: Likewise.
40766         * lib/regexec.c: Likewise.
40767         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
40768
40769         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
40770
40771         * lib/regexec.c (find_recover_state): Remove unnecessary
40772         initialization.
40773         (transit_state_bkref): Make DFA a const pointer.
40774         (get_subexp): Likewise.
40775         (check_arrival): Likewise.
40776         (update_cur_sifted_state): Likewise.
40777         (re_search_internal): Likewise.
40778         (prune_impossible_nodes): Likewise.
40779         (acquire_init_state_context): Likewise.
40780         (proceed_next_node): Likewise.
40781         (set_regs): Likewise.
40782         (free_fail_stack_return): Likewise.
40783         (check_arrival_expand_ecl): Mark DFA parameter as const.
40784         (check_arrival_expand_ecl_sub): Likewise.
40785         (check_subexp_limits): Likewise.
40786         (sub_epsilon_src_nodes):  Likewise.
40787         (add_epsilon_src_nodes):  Likewise.
40788         (merge_state_array): Likewise.
40789         (update_regs): Likewise.
40790         (build_trtable): Likewise.
40791         (sift_states_backward): Mark MCTX parameter as const.
40792         (build_sifted_states): Likewise.
40793         (update_cur_sifted_state): Likewise.
40794         (sift_states_mkref): Likewise.
40795         (check_arrival_expand_ecl): Mark eclosure as const.
40796         (check_dst_limits_calc_pos_1): Likewise.
40797         * lib/regex_internal.h (re_match_context_t): Make dfa a const
40798         pointer.
40799
40800         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
40801
40802         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
40803         (transit_state_sb): Likewise.
40804         (transit_state_mb): Likewise.
40805         (sift_states_iter_mb): Likewise.
40806         (check_arrival_add_next_nodes): Likewise.
40807         (check_node_accept_bytes): Change first parameter to pointer-to-const.
40808         [_LIBC] (re_search_2_stub): Use mempcpy.
40809
40810         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
40811         mbrtowc for very simple UTF-8 case.
40812
40813         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
40814         a pointer-to-const.
40815         (re_acquire_state_context): Likewise.
40816         * lib/regex_internal.h: Adjust prototypes.
40817
40818         * lib/regex.c: Prevent using C++ compilers.
40819
40820         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
40821         (re_acquire_state_context): Likewise.
40822
40823 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40824
40825         * modules/regex (Depends-on): Add ssize_t.
40826
40827 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40828
40829         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
40830         translation table.
40831
40832 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40833
40834         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
40835
40836 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
40837             Bruno Haible  <bruno@clisp.org>
40838
40839         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
40840         <sys/types.h> and <inttypes.h>.
40841
40842 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40843
40844         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
40845         `__error_t_defined', so argp.h will not typedef the former.
40846
40847 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
40848
40849         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
40850         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
40851         glibc names.  Even if glibc is changed to conform to POSIX, the
40852         traditional names will be available anyway, since regex depends on
40853         the extensions module.  Also, fix a longstanding typo in the
40854         implementation of Spencer ERE test #75 from grep 2.3.  Problems
40855         reported by Emanuele Giaquinta.  Also, change sense of cached
40856         variable, so that the message makes sense.
40857
40858 2006-03-24  Simon Josefsson  <jas@extundo.com>
40859
40860         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
40861         including some doc fixes.
40862         (base64_encode_alloc): Fix +1 bug on allocation failures.
40863
40864 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40865
40866         * lib/base64.c (base64_encode): Do not read past end of array with
40867         unsanitized input on systems with CHAR_BIT > 8.
40868
40869 2006-03-24  Eric Blake  <ebb9@byu.net>
40870
40871         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
40872
40873 2006-03-22  Karl Berry  <karl@gnu.org>
40874
40875         * config/srclist.txt (*setenv.[ch]): get from coreutils.
40876         * config/srclistvars.sh (COREUTILS): new var.
40877
40878 2006-03-17  Jim Meyering  <jim@meyering.net>
40879
40880         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
40881         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
40882
40883 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
40884
40885         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
40886         no longer needs it.  Instead, check that regoff_t is as least
40887         as wide as ptrdiff_t.
40888
40889         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
40890         so that our regex.h stays compatible with the installed regex.
40891         This is helpful for installers who configure --without-included-regex.
40892         Problem reported by Emanuele Giaquinta.
40893
40894 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
40895
40896         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
40897         Typedef to long int, not to off_, as POSIX will likely change
40898         in that direction.
40899
40900 2006-03-15  Eric Blake  <ebb9@byu.net>
40901
40902         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
40903
40904 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
40905
40906         * lib/argp-help.c (validate_uparams): Fix typo
40907         * lib/argp-parse.c (argp_default_options): Consistently begin help
40908         messages with a lowercase letter.
40909
40910 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
40911
40912         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
40913         overrun buffers and shouldn't be used (much as gets shouldn't be
40914         used).
40915         * lib/time_r.c (asctime_r, ctime_r): Likewise.
40916
40917 2006-03-08  Simon Josefsson  <jas@extundo.com>
40918
40919         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
40920         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40921
40922 2006-03-08  Simon Josefsson  <jas@extundo.com>
40923
40924         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
40925         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40926
40927 2006-03-08  Simon Josefsson  <jas@extundo.com>
40928
40929         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
40930         signal that configure disabled the device.
40931
40932 2006-03-08  Simon Josefsson  <jas@extundo.com>
40933
40934         * build-aux/maint.mk: Fix refresh-po, to handle no translated
40935         languages.
40936
40937 2006-03-07  Simon Josefsson  <jas@extundo.com>
40938
40939         * modules/getopt (Depends-on): Add unistd.
40940
40941         * modules/unistd: New file.
40942
40943 2006-03-07  Simon Josefsson  <jas@extundo.com>
40944
40945         * modules/gc-random: New file.
40946
40947 2006-03-07  Simon Josefsson  <jas@extundo.com>
40948
40949         * m4/unistd_h.m4: New file.
40950
40951 2006-03-07  Simon Josefsson  <jas@extundo.com>
40952
40953         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
40954         test to be side-effect free by storing the result in the cache
40955         variable gl_cv_lib_readline, and moving the assignment of
40956         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
40957         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40958
40959 2006-03-07  Simon Josefsson  <jas@extundo.com>
40960
40961         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
40962         error on missing devices (the functions will return an error).
40963
40964         * m4/gc.m4: Move random stuff to gc-random.m4
40965
40966 2006-03-07  Simon Josefsson  <jas@extundo.com>
40967
40968         * lib/unistd_.h: New file.
40969
40970 2006-03-07  Simon Josefsson  <jas@extundo.com>
40971
40972         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
40973
40974 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
40975
40976         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
40977         Problem reported by Juan Manuel Guerrero.
40978
40979 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
40980
40981         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
40982         the unistd module.
40983         * lib/getlogin_r.c: Likewise.
40984         * lib/getlogin_r.h: Likewise.
40985         * lib/glob.c: Likewise.
40986         * lib/pagealign_alloc.c: Likewise.
40987         * lib/unistd_.h: Remove; no longer needed.
40988
40989 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
40990
40991         * MODULES.html.sh (Support for systems lacking POSIX:2001):
40992         Add unistd.
40993         * modules/c-stack (Depends-on): Add unistd.
40994         * modules/getlogin_r: Likewise.
40995         * modules/glob: Likewise.
40996         * modules/pagealign_alloc: Likewise.
40997         * modules/unistd (Files): Remove lib/unistd_.h.
40998         (EXTRA_DIST): Remove.
40999         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
41000         need unistd_.h.
41001         (MOSTLYCLEANFILES): Remove unistd.h-t.
41002
41003 2006-03-03  Simon Josefsson  <jas@extundo.com>
41004
41005         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
41006
41007 2006-03-03  Simon Josefsson  <jas@extundo.com>
41008
41009         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
41010         libidn and bison.
41011
41012 2006-03-03  Simon Josefsson  <jas@extundo.com>
41013
41014         * build-aux/maint.mk: Add indent target.
41015
41016 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
41017
41018         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
41019         our replacement poll.h in any case, to avoid a differing
41020         declaration from a system header.  Seen on AIX.
41021
41022 2006-03-01  Simon Josefsson  <jas@extundo.com>
41023
41024         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
41025         <kasal@ucw.cz>.
41026
41027 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41028
41029         * modules/gettime (Depends-on): Add extensions module.
41030         * modules/nanosleep (Depends-on): Likewise.
41031         * modules/settime (Depends-on): Likewise.
41032
41033 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41034
41035         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
41036         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
41037         pedantically.
41038         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
41039         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
41040
41041         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
41042         not "==".  Reported by Ralf Wildenhues.
41043
41044 2006-03-01  Karl Berry  <karl@gnu.org>
41045
41046         * doc/Copyright/request-*: new files, synced from gnuorg.
41047
41048 2006-03-01  Karl Berry  <karl@gnu.org>
41049
41050         * config/srclist.txt (Copyright/*): new entries.
41051
41052 2006-02-28  Simon Josefsson  <jas@extundo.com>
41053
41054         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
41055
41056 2006-02-27  Simon Josefsson  <jas@extundo.com>
41057
41058         * lib/base64.h: Indent #define's.  From Jim Meyering
41059         <jim@meyering.net>.
41060
41061 2006-02-27  Jim Meyering  <jim@meyering.net>
41062
41063         Revert the change of 2006-02-24, so these files can continue
41064         to be sync'd from gettext.
41065         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
41066         of `config.h'.
41067
41068 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
41069
41070         * modules/intprops: New file.
41071         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41072         Add intprops.
41073         * modules/getloadavg (Files): Remove lib/intprops.h.
41074         (Depends-on): Add intprops.
41075         * modules/human: Likewise.
41076         * modules/inttostr: Likewise.
41077         * modules/openat: Likewise.
41078         * modules/sig2str: Likewise.
41079         * modules/userspec: Likewise.
41080         * modules/utimecmp: Likewise.
41081         * modules/xnanosleep: Likewise.
41082         * modules/xstrtol: Likewise.
41083
41084 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
41085
41086         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
41087         * modules/lock-tests (TESTS): Use $(EXEEXT).
41088         * modules/tls-tests: Likewise.
41089         * modules/argp-tests: Likewise.
41090         (check_PROGRAMS): New var, replacing...
41091         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
41092
41093 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41094
41095         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
41096         `config.h'.
41097
41098 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
41099
41100         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
41101
41102 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41103
41104         Sync from coreutils.
41105         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
41106         gl_CHDIR_SAFER.
41107
41108 2006-02-22  Jim Meyering  <jim@meyering.net>
41109
41110         Sync from coreutils.
41111         * m4/chdir-safer.m4: New file.
41112
41113 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
41114
41115         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
41116         AT_FDCWD exceeds INT_MAX.
41117         * lib/openat.h (AT_FDCWD): Likewise.
41118
41119 2006-02-17  Eric Blake  <address@hidden>
41120
41121         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
41122
41123 2006-02-16  Simon Josefsson  <jas@extundo.com>
41124
41125         * modules/getaddrinfo (Depends-on): Add sys_socket.
41126
41127 2006-02-15  Simon Josefsson  <jas@extundo.com>
41128
41129         * build-aux/maint.mk: Add dsyntax-check rule.
41130
41131 2006-02-15  Eric Blake  <ebb9@byu.net>
41132
41133         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
41134         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
41135         'present but cannot compile' warnings on cygwin.
41136         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
41137         use ws2tcpip.h if sys/socket.h works.
41138         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
41139         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
41140
41141 2006-02-14  Simon Josefsson  <jas@extundo.com>
41142
41143         * modules/maintainer-makefile (Files): Rename.
41144
41145         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
41146         and (the local) Makefile.cfg to maint-cfg.mk.
41147
41148         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
41149         to the latter.
41150
41151         * modules/maintainer-makefile: New module.
41152
41153         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
41154         severaly stripped to make it possible to build it up from scratch
41155         with reliable tests.
41156
41157         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
41158         fixes to permit overriding the default actions when configure and
41159         makefile are not available.
41160
41161 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
41162
41163         Sync from coreutils.
41164         * modules/lstat (Depends-on): Don't depend on xalloc.
41165         (License): Change from GPL to LGPL, since this is now simply a
41166         replacement for a libc function.
41167
41168 2006-02-14  Jim Meyering  <jim@meyering.net>
41169
41170         Sync from coreutils.
41171
41172         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
41173         failure on deficient systems, and simplify gnulib lgpl dependencies.
41174         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
41175         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
41176
41177         * lib/xalloc-die.c: Remove unused definition of N_.
41178
41179 2006-02-14  Jim Meyering  <jim@meyering.net>
41180
41181         Sync from coreutils.
41182         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
41183         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
41184         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
41185         double-quote uses of that variable, to accommodate the rare case in
41186         which getmntent is available in none of the libraries checked.  This
41187         happens at least on FreeBSD 5.0.
41188
41189 2006-02-13  Simon Josefsson  <jas@extundo.com>
41190
41191         * gnulib-tool (Usage): Fix --import, from
41192         karl@freefriends.org (Karl Berry).
41193
41194 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
41195
41196         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
41197
41198 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
41199
41200         * lib/argp-namefrob.h: Restore changes accidentally lost during the
41201         "autoupdate" on 2005-12-12.
41202
41203 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
41204
41205         * modules/closeout (Depends-on): Remove atexit.
41206
41207 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
41208
41209         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
41210         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
41211
41212 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
41213
41214         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
41215         __EXTENSIONS__ if this causes compilation to fail.  Problem
41216         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
41217         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
41218
41219 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
41220
41221         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
41222         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
41223         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
41224         All uses changed.
41225
41226 2006-01-26  Simon Josefsson  <jas@extundo.com>
41227
41228         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
41229         prototype is visible on mingw32.
41230
41231         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
41232         for mingw32.
41233
41234         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
41235         mingw32).
41236
41237 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
41238
41239         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
41240         attempt to open for write; this always fails, at least on POSIX
41241         hosts.  This reinstates the 2006-01-09 change, which was
41242         inadvertently removed.
41243
41244 2006-01-26  Bruno Haible  <bruno@clisp.org>
41245
41246         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
41247         Reported by Paul Eggert.
41248
41249 2006-01-26  Bruno Haible  <bruno@clisp.org>
41250             Paul Eggert  <eggert@cs.ucla.edu>
41251
41252         * lib/stdbool_.h (_Bool)
41253         [(! (defined __cplusplus || defined __BEOS__)
41254           && !defined __GNUC__
41255           && !(defined __HP_cc || defined __xlc__
41256                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
41257                || defined __sgi))]:
41258         #define to signed char in these cases too; this simplifies
41259         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
41260         etc., separately) and makes it more conservative.
41261
41262 2006-01-25  Simon Josefsson  <jas@extundo.com>
41263
41264         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
41265         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
41266         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
41267
41268 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
41269
41270         * lib/argp-namefrob.h: Bugfix. Remove stray #
41271
41272 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
41273
41274         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
41275         so that we test the test.
41276         Check for yet another HP-UX cc bug involving *bool |= bool.
41277
41278 2006-01-25  Karl Berry  <karl@gnu.org>
41279
41280         * config/srclist.txt (vasnprintf.c): sync lost.
41281
41282 2006-01-25  Jim Meyering  <jim@meyering.net>
41283
41284         Sync from the stable (b5) branch of coreutils:
41285
41286         * lib/fts.c (fts_children): Don't let close() clobber errno from
41287         failed fchdir().
41288
41289         * lib/fts.c (fts_stat): When following a symlink-to-directory,
41290         don't necessarily interpret stat-fails+lstat-succeeds as indicating
41291         a dangling symlink.  That can also happen at least for ELOOP.
41292         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
41293         FYI, this bug predates the inclusion of fts.c in coreutils.
41294
41295         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
41296         in their own block, so pre-c99 compilers don't object.
41297
41298         Avoid the double-free (first in fts_read, second in fts_close) that
41299         would occur when an `active' directory is made inaccessible (e.g.,
41300         via chmod a-x) during a traversal.
41301         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
41302         before returning.  Reproduce this failure by
41303         mkdir -p a/b; cd a; chmod a-x . b
41304         Reported by Stavros Passas.
41305
41306 2006-01-25  Jim Meyering  <jim@meyering.net>
41307
41308         * lib/fileblocks.c: Remove more useless parentheses.
41309         * lib/readutmp.h: Likewise.
41310
41311 2006-01-25  Bruno Haible  <bruno@clisp.org>
41312
41313         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
41314         warnings.
41315         Reported by Paul Eggert.
41316
41317 2006-01-25  Bruno Haible  <bruno@clisp.org>
41318
41319         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
41320         rid of a trap command. For Solaris sh.
41321         Reported by Mark D. Baushke <mdb@gnu.org>.
41322
41323 2006-01-24  Simon Josefsson  <jas@extundo.com>
41324
41325         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
41326         Bruno.
41327
41328 2006-01-24  Karl Berry  <karl@gnu.org>
41329
41330         * config/srclist.txt (argp-namefrob.h): sync lost.
41331
41332 2006-01-24  Jim Meyering  <jim@meyering.net>
41333
41334         * modules/openat (Files): Add lib/intprops.h.
41335         From Mark D. Baushke.
41336
41337 2006-01-24  Jim Meyering  <jim@meyering.net>
41338
41339         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
41340         Reported by Mark D. Baushke.
41341
41342 2006-01-24  Jim Meyering  <jim@meyering.net>
41343
41344         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
41345
41346 2006-01-24  Bruno Haible  <bruno@clisp.org>
41347
41348         * modules/strnlen (Maintainer): Change from glibc to all.
41349
41350 2006-01-24  Bruno Haible  <bruno@clisp.org>
41351
41352         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
41353         Patch by Paul Eggert.
41354
41355 2006-01-24  Bruno Haible  <bruno@clisp.org>
41356
41357         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
41358         already has it.
41359         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
41360         2005-11-26.
41361
41362         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
41363         'signed char' to avoid problems with the built-in _Bool type.
41364         Reported by Paul Eggert on 2005-11-26.
41365
41366 2006-01-24  Bruno Haible  <bruno@clisp.org>
41367
41368         * gnulib-tool (func_import): Avoid constructing complicated sed
41369         expressions inside backquote.
41370         Report and solution by Mark D. Baushke <mdb@gnu.org>.
41371
41372 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
41373
41374         These changes imported from libc.
41375         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
41376         test and two separate function calls.
41377         * lib/strndup.c (__strndup): Add libc_hidden_def.
41378
41379 2006-01-23  Simon Josefsson  <jas@extundo.com>
41380
41381         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
41382         Remove the test_*_SOURCES variable: automake infers it by default.
41383         * modules/tls-tests: Likewise.
41384
41385 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
41386
41387         Work around porting bugs reported by Dieter in
41388         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
41389         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
41390         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
41391         Include "getopt.h" first, to check interface.
41392         (getenv): Declare only if defined HAVE_DECL_GETENV &&
41393         !HAVE_DECL_GETENV.
41394         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
41395         (__strndup): Revert to K&R-style function dfns, the glibc style.
41396         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
41397         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
41398         Include strnlen.h first, to get prototype properly.
41399         (strnlen): Renamed from __strnlen.
41400         Remove weak alias.
41401
41402 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
41403
41404         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
41405
41406 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
41407
41408         * config/srclist.txt: Adjust to reflect glibc reorganization.
41409         This affects only comments.
41410
41411 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
41412
41413          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
41414          Reported by Bruce Korb <bkorb@gnu.org>.
41415
41416 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
41417
41418         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
41419         to pacify gcc -Wswitch-default.
41420
41421 2006-01-22  Bruno Haible  <bruno@clisp.org>
41422
41423         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
41424         temporary buffer for sprintf, take into account the precision also
41425         for 'd', 'i', 'u', 'o', 'x', 'X'.
41426
41427 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
41428
41429         * modules/argp-tests: New module
41430         * tests/test-argp.c: New file
41431         * tests/test-argp-2.sh: New file
41432
41433 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
41434
41435         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
41436         (__argp_base_name): Removed
41437         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
41438         typo.
41439         (__argp_base_name): Provide macro definition or extern declaration
41440         depending on the configuration
41441
41442 2006-01-20  Simon Josefsson  <jas@extundo.com>
41443
41444         * modules/inet_ntop (Depends-on): Depend on sys_socket.
41445
41446 2006-01-20  Simon Josefsson  <jas@extundo.com>
41447
41448         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
41449
41450 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
41451
41452         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
41453         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
41454         Suggested by Bruno Haible.
41455
41456 2006-01-20  Karl Berry  <karl@gnu.org>
41457
41458         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
41459         until changes propagate, I guess.
41460
41461 2006-01-19  Simon Josefsson  <jas@extundo.com>
41462
41463         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
41464
41465 2006-01-19  Simon Josefsson  <jas@extundo.com>
41466
41467         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
41468
41469 2006-01-19  Simon Josefsson  <jas@extundo.com>
41470
41471         * gnulib-tool: Set check_PROGRAMS.
41472
41473         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
41474         modules/des-tests, modules/gc-arcfour-tests,
41475         modules/gc-arctwo-tests, modules/gc-des-tests,
41476         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
41477         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
41478         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
41479         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
41480         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
41481         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
41482         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
41483         test_*_SOURCES.
41484
41485 2006-01-18  Simon Josefsson  <jas@extundo.com>
41486
41487         * modules/socklen (Depends-on): Depend on sys_socket.
41488
41489 2006-01-18  Simon Josefsson  <jas@extundo.com>
41490
41491         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
41492         modules/des-tests, modules/gc-arcfour-tests,
41493         modules/gc-arctwo-tests, modules/gc-des-tests,
41494         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
41495         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
41496         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
41497         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
41498         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
41499         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
41500         $(EXEEXT) to automake TESTS variable, for mingw32.
41501
41502 2006-01-17  Simon Josefsson  <jas@extundo.com>
41503
41504         * modules/socklen (Include): Need sys/socket.h.
41505
41506 2006-01-17  Bruno Haible  <bruno@clisp.org>
41507
41508         * modules/ssize_t (Include): Add <sys/types.h>.
41509
41510 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
41511
41512         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
41513         it's not portable and it doesn't work with cross-compiles.
41514         Problem reported by Bruno Haible.  Fix missing-$ typo in
41515         'test "gl_cv_ignore_unused_libraries" ...' that prevented
41516         -zignore from being used with Sun's C compiler.
41517
41518 2006-01-12  Simon Josefsson  <jas@extundo.com>
41519
41520         * lib/base64.c: Fix warning, reported by Bruno Haible
41521         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
41522
41523 2006-01-12  Bruno Haible  <bruno@clisp.org>
41524
41525         * modules/ldd: New file.
41526         * build-aux/ldd.sh.in: New file.
41527         * MODULES.html.sh (Support for building libraries and executables): Add
41528         ldd.
41529
41530 2006-01-12  Bruno Haible  <bruno@clisp.org>
41531
41532         * m4/ldd.m4: New file.
41533
41534 2006-01-12  Bruno Haible  <bruno@clisp.org>
41535
41536         * gnulib-tool (func_import, func_create_testdir): Don't go into an
41537         endless loop while replacing $auxdir with build-aux.
41538
41539 2006-01-11  Simon Josefsson  <jas@extundo.com>
41540
41541         * lib/stdint_.h (SIZE_MAX): Add missing (.
41542
41543 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
41544
41545         Sync from coreutils.
41546         * lib/md5.c: Fix commentary typos.
41547         (alignof, UNALIGNED_P): No need for a GCC-specific version.
41548         * lib/md5.h (__attribute__): Remove; unused.
41549         * lib/sha1.c: Fix commentary to match md5 better.
41550         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
41551         so that we don't need to worry about alignment.  All uses changed.
41552         This merges the 2005-10-28 md5 change into sha1.
41553
41554 2006-01-11  Jim Meyering  <jim@meyering.net>
41555
41556         Sync from coreutils.
41557         * lib/md5.c (OP): Fix spacing.
41558
41559 2006-01-11  Bruno Haible  <bruno@clisp.org>
41560
41561         Ensure automatic ordering between gl_LOCK and gl_ARGP.
41562         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
41563         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
41564
41565 2006-01-11  Bruno Haible  <bruno@clisp.org>
41566
41567         Ensure automatic ordering between gl_LOCK and gl_ARGP.
41568         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
41569         the "early" section as well.
41570
41571 2006-01-11  Bruno Haible  <bruno@clisp.org>
41572
41573         Avoid "ar: no archive members specified" error on MacOS X.
41574         * gnulib-tool (func_modules_add_dummy): New function.
41575         (func_import, func_create_testdir): Invoke it.
41576
41577 2006-01-11  Bruno Haible  <bruno@clisp.org>
41578
41579         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
41580         with $auxdir in AC_CONFIG_FILES statements.
41581
41582 2006-01-11  Bruno Haible  <bruno@clisp.org>
41583
41584         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41585         Initialize also noinst_HEADERS to empty.
41586
41587 2006-01-11  Bruno Haible  <bruno@clisp.org>
41588
41589         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
41590         variables.
41591         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
41592         autoreconf.
41593
41594 2006-01-11  Bruno Haible  <bruno@clisp.org>
41595
41596         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
41597         overridable by the user.
41598         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41599
41600 2006-01-10  Simon Josefsson  <jas@extundo.com>
41601
41602         * modules/sys_socket: New file.
41603
41604 2006-01-10  Simon Josefsson  <jas@extundo.com>
41605
41606         * m4/sys_socket_h.m4: New file.
41607
41608 2006-01-10  Simon Josefsson  <jas@extundo.com>
41609
41610         * lib/socket_.h: New file.
41611
41612 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41613
41614         * modules/readutmp (Maintainer): Add myself.
41615
41616 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41617
41618         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
41619         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
41620         People who are still concerned with buggy memcmp implementations
41621         can invoke gl_FUNC_MEMCMP themselves.
41622
41623 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41624
41625         * lib/regex_internal.h (BITSET_WORD_BITS):
41626         Work around a bug in 64-bit PGC (before version 6.1-2), where the
41627         preprocessor mishandles large unsigned values as if they were signed.
41628         Problem reported by Claudio Fontana in
41629         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
41630
41631 2006-01-10  Jim Meyering  <jim@meyering.net>
41632
41633         Avoid the double-free (first in fts_read, second in fts_close) that
41634         would occur when an `active' directory is made inaccessible (e.g.,
41635         via chmod a-x) during a traversal.
41636         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
41637         before returning.  Reproduce this failure by
41638         mkdir -p a/b; cd a; chmod a-x . b
41639         Reported by Stavros Passas.
41640
41641         Sync from coreutils.
41642         * lib/sha1.c: Tweak grammar in a comment.
41643
41644 2006-01-10  Jim Meyering  <jim@meyering.net>
41645
41646         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
41647         Patch by Joerg Sonnenberger.
41648
41649 2006-01-10  Bruno Haible  <bruno@clisp.org>
41650
41651         * modules/readutmp: Depend on module free.
41652         * modules/strtok_r: Depend on module restrict.
41653
41654 2006-01-10  Bruno Haible  <bruno@clisp.org>
41655
41656         * modules/gettext (configure.ac): Add an invocation of
41657         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
41658
41659 2006-01-10  Bruno Haible  <bruno@clisp.org>
41660
41661         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
41662         Reported by Werner Lemberg <wl@gnu.org>.
41663
41664 2006-01-10  Bruno Haible  <bruno@clisp.org>
41665
41666         * lib/localcharset.c: Update from GNU gettext.
41667
41668 2006-01-10  Bruno Haible  <bruno@clisp.org>
41669
41670         * lib/argp.h (__const): Remove macro. Use const instead.
41671         * lib/argp-fmtstream.h (__const): Likewise.
41672         * lib/glob_.h (__const): Remove macro.
41673         * lib/glob-libc.h: Use const instead of __const.
41674
41675 2006-01-10  Bruno Haible  <bruno@clisp.org>
41676
41677         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
41678         variable.
41679         Needed to avoid an automake error regarding the 'gettext' module.
41680
41681 2006-01-09  Simon Josefsson  <jas@extundo.com>
41682
41683         * modules/inet_ntop (Depends-on): Add restrict.
41684
41685 2006-01-09  Simon Josefsson  <jas@extundo.com>
41686
41687         * modules/gc-rijndael-tests (License): Put under LGPL.
41688
41689         * modules/gc-des-tests (License): Likewise.
41690
41691         * modules/gc-arcfour-tests (License): Likewise.
41692
41693         * modules/gc-arctwo-tests (License): Likewise.
41694
41695         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
41696
41697         * modules/gc-hmac-sha1-tests (Files): Likewise.
41698
41699         * modules/gc-hmac-md5-tests (License): Likewise.
41700
41701         * modules/gc-sha1-tests (License): Likewise.
41702
41703         * modules/gc-md5-tests (License): Likewise.
41704
41705         * modules/gc-md4-tests (License): Likewise.
41706
41707         * modules/gc-md2-tests (License): Likewise.
41708
41709         * modules/gc-tests (License): Likewise.
41710
41711         * modules/des-tests (License): Likewise.
41712
41713         * modules/md4-tests (License): Likewise.
41714
41715         * modules/md2-tests (License): Likewise.
41716
41717 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
41718
41719         Sync from coreutils:
41720
41721         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
41722         * modules/lib-ignore: New file.
41723         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
41724         chdir-safer.m4, lchmod.m4.
41725         * modules/openat: Add mkdirat.c, openat-priv.h.
41726
41727 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
41728
41729         Sync from coreutils.
41730         * m4/lib-ignore.m4: New file.
41731         * m4/lchmod.m4: New file.
41732
41733 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
41734
41735         Sync from coreutils.
41736         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
41737         for write access: POSIX says that must fail.
41738         * lib/fts.c (diropen): Likewise.
41739         * lib/save-cwd.c (save_cwd): Likewise.
41740         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
41741         well, for minor improvements on hosts that lack O_DIRECTORY.
41742         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
41743         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
41744         Fall back on chown if open failed with EACCES.
41745
41746         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
41747         Report an error at compile-time if only a 1-second nominal clock
41748         resolution is found.
41749
41750         * lib/lchmod.h: New file.
41751         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
41752         (make_dir_parents): Use lchown rather than chown, and
41753         lchmod rather than chmod.
41754
41755         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
41756         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
41757         "proc" reported by n0dalus.
41758
41759         * lib/mountlist.c: Include <limits.h>.
41760         (dev_from_mount_options)
41761         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
41762         New function.  It no longer assumes "dev=" has the System V meaning
41763         on Linux (since it doesn't).  It also parses "dev=" more carefully.
41764         (read_file_system_list)
41765         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
41766         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
41767         dev= in that case.
41768
41769         * lib/posixtm.h (PDS_PRE_2000): New macro.
41770         * lib/posixtm.c (year): Arg is now syntax_bits rather than
41771         allow_century.  All usages changed.  Reject dates outside the range
41772         1969-1999 if PDS_PRE_2000 is used.
41773
41774 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
41775
41776         Sync from coreutils.
41777         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
41778         (Time of day items): Mention the possibility of leap seconds.
41779         Problem reported by Dr. David Alan Gilbert.
41780
41781 2006-01-09  Jim Meyering  <jim@meyering.net>
41782
41783         Sync from coreutils.
41784
41785         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
41786
41787         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
41788
41789         * lib/modechange.c (mode_compile): Reject an invalid mode string
41790         that starts with an octal digit.  From Andreas Gruenbacher.
41791
41792         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
41793         and dup to open_safer and dup_safer, respectively.
41794         (openat_permissive): Fix typo in comment.
41795
41796         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
41797         "gettext.h"; either no longer needed or are guaranteed by openat.h.
41798         (_): Remove; no longer needed.
41799         (openat): Renamed from rpl_openat; no need for rpl_openat
41800         since openat.h renames openat for us.
41801         Replace most of the body with a call to openat_permissive,
41802         to avoid duplicate code.
41803         Port to (probably hypothetical) environments were mode_t is
41804         wider than int.
41805         (openat_permissive): Require mode arg, so that we can check
41806         types better.  Put it just after flags.  Change cwd failure
41807         indicator from pointer-to-bool to pointer-to-errno-value.
41808         All callers changed.
41809         Invoke openat_save_fail and/or openat_restore_fail if
41810         cwd_errno is null, so that openat can call us.
41811         (openat_permissive, fdopendir, fstatat, unlinkat):
41812         Simplify errno handling to avoid some duplicate code,
41813         as it's OK to set errno on success.
41814         * lib/openat.h: Revamp code so that function macros depend on
41815         __OPENAT_PREFIX only, not also on AT_FDCWD.
41816         (openat_ro): Remove.  Caller changed to use openat_permissive.
41817         (openat_permissive): Now a macro, if not a function.
41818         (openat_restore_fail, openat_save_fail): Now always functions,
41819         since mkdirat needs them even if __OPENAT_PREFIX is defined.
41820
41821         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
41822         and openat.c.
41823         * lib/mkdirat.c: Include openat-priv.h.
41824         Remove definitions of macros defined therein.
41825         * lib/openat.c: Likewise.
41826
41827         * lib/mkdirat.c (mkdirat): New file and function.
41828         * lib/openat.h (mkdirat): Declare.
41829
41830         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
41831
41832         * lib/openat.h (openat_permissive): Declare.
41833         (openat_ro): Define.
41834
41835         * lib/openat.c (EXPECTED_ERRNO): New macro.
41836         (openat_permissive): New function -- used in remove.c rewrite.
41837         (all functions): Set errno just before returning, only if there
41838         was an actual failure.
41839         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
41840
41841         Emulate openat-family functions using Linux's procfs, if possible.
41842         Idea and some code based on Ulrich Drepper's glibc changes.
41843
41844         * lib/openat.c: (BUILD_PROC_NAME): New macro.
41845         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
41846         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
41847         before falling back on save_cwd and restore_cwd.
41848         (fdopendir, fstatat, unlinkat): Likewise.
41849
41850         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
41851         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
41852
41853         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
41854         as second argument to va_arg.  Otherwise, some versions of gcc
41855         warn that `if this code is reached, the program will abort'.
41856
41857 2006-01-09  Jim Meyering  <jim@meyering.net>
41858
41859         Sync from coreutils.
41860         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
41861         Require openat-priv.h.
41862
41863 2006-01-09  Bruno Haible  <bruno@clisp.org>
41864
41865         * modules/strnlen (Include): Use strnlen.h.
41866
41867 2006-01-09  Bruno Haible  <bruno@clisp.org>
41868
41869         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
41870
41871 2006-01-09  Bruno Haible  <bruno@clisp.org>
41872
41873         * lib/sysexit_.h (EX_OK): New macro.
41874         Suggested by Martin Lambers <marlam@marlam.de>.
41875
41876 2006-01-09  Bruno Haible  <bruno@clisp.org>
41877
41878         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
41879         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
41880
41881 2006-01-09  Bruno Haible  <bruno@clisp.org>
41882
41883         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
41884         numbers.
41885
41886 2006-01-09  Bruno Haible  <bruno@clisp.org>
41887
41888         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
41889         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
41890         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
41891         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
41892
41893 2006-01-09  Bruno Haible  <bruno@clisp.org>
41894
41895         * build-aux/javacomp.sh.in: New file, moved from lib/.
41896         * modules/javacomp-script (Files): Update.
41897         (configure.ac): Add AC_CONFIG_FILES invocation.
41898         (EXTRA_DIST): Remove variable.
41899
41900         * build-aux/javaexec.sh.in: New file, moved from lib/.
41901         * modules/javaexec (Files): Update.
41902         (configure.ac): Add AC_CONFIG_FILES invocation.
41903         (EXTRA_DIST): Remove javaexec.sh.in.
41904
41905         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
41906         * modules/csharpcomp-script (Files): Update.
41907         (configure.ac): Add AC_CONFIG_FILES invocation.
41908         (EXTRA_DIST): Remove variable.
41909
41910         * build-aux/csharpexec.sh.in: New file, moved from lib/.
41911         * modules/csharpexec (Files): Update.
41912         (configure.ac): Add AC_CONFIG_FILES invocation.
41913         (EXTRA_DIST): Remove csharpexec.sh.in.
41914
41915 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
41916
41917         Sync from coreutils.
41918
41919         Add POSIX ACL support
41920         * lib/acl.h (copy_acl, set_acl): Add declarations.
41921         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
41922         systems other than Linux.
41923         (chmod_or_fchmod): New function: use fchmod when possible,
41924         and chmod otherwise.
41925         (file_has_acl): Add a POSIX ACL implementation, with a
41926         Linux-specific subcase.
41927         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
41928         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
41929         acls are unsupported.
41930         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
41931         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
41932         are unsupported.
41933
41934 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
41935
41936         Sync from coreutils.
41937         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
41938
41939 2006-01-07  Bruno Haible  <bruno@clisp.org>
41940
41941         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
41942         gl_EARLY.
41943
41944 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41945
41946         * lib/strftime.c (tzname): Don't declare if it is already #defined.
41947         Problem reported for Mingw by Mark Junker.
41948
41949 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41950
41951         * README: Gnulib normally doesn't generate a tarball.
41952
41953 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
41954
41955         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
41956         long int, not int, for nanosecond counts, so that people who are
41957         used to POSIX struct timespec won't be surprised.  Reported by Jim
41958         Meyering.
41959
41960 2005-12-28  Bruno Haible  <bruno@clisp.org>
41961
41962         * build-aux/config.rpath: Update from GNU gettext.
41963
41964 2005-12-16  Jim Meyering  <jim@meyering.net>
41965
41966         * modules/fprintftime: New module.
41967         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
41968
41969 2005-12-16  Jim Meyering  <jim@meyering.net>
41970
41971         * m4/fprintftime.m4: New file.
41972
41973 2005-12-16  Jim Meyering  <jim@meyering.net>
41974
41975         * lib/fprintftime.c, lib/fprintftime.h: New files.
41976
41977 2005-12-15  Simon Josefsson  <jas@extundo.com>
41978
41979         * modules/socklen (configure.ac): Fix M4 macro name, to align with
41980         new m4/socklen.m4.
41981
41982 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
41983
41984         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
41985         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
41986
41987 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
41988
41989         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
41990         * lib/argp-help.c (fill_in_uparams): Check if the constructed
41991         struct uparams is valid. Fall back to the default values if it is
41992         not.
41993
41994 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41995
41996         * modules/argp (Files): Add argp-pin.c
41997         (Depends-on): dirname
41998         (lib_SOURCES): Add argp-pin.c
41999
42000 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42001
42002         * m4/argp.m4:  Check if program_invocation_name and
42003         program_invocation_short_name are declared and define appropriate
42004         macros if they are not.
42005
42006 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42007
42008         * lib/argp-help.c (__argp_base_name): New function
42009         (__argp_short_program_name): Rewrite using __argp_base_name
42010         * lib/argp-namefrob.h: Define program_invocation_name and
42011         program_invocation_short_name if requested
42012         (__argp_base_name): Add prototype
42013         * lib/argp-parse.c (argp_def): Use gettext wrappers
42014         (argp_default_parser): Use __argp_base_name
42015         * lib/argp-pin.c: New file. Defines program_invocation_name and
42016         program_invocation_short_name on systems that lack them.
42017
42018 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
42019
42020         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
42021         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
42022         porting problem reported by Georg Schwarz in
42023         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
42024
42025 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
42026
42027         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
42028         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
42029         porting problem reported by Georg Schwarz in
42030         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
42031
42032 2005-12-05  Bruno Haible  <bruno@clisp.org>
42033
42034         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
42035         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
42036         Reported by Mark Junker <mjscod@gmx.de>.
42037
42038 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
42039
42040         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
42041         Use implementation from Albert Chin, with some
42042         comments/corrections by Stepan Kasal and myself.
42043
42044 2005-12-02  Bruno Haible  <bruno@clisp.org>
42045
42046         * gnulib-tool (func_import): Accept GPLed build tool modules when
42047         --lgpl is given.
42048         * modules/csharpcomp-script: New file.
42049         * modules/csharpcomp: Depend on it.
42050         * modules/javacomp-script: New file.
42051         * modules/javacomp: Depend on it.
42052         Suggested by Simon Josefsson.
42053
42054 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
42055
42056         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
42057         statement, to work around an HP-UX 10.20 compiler bug reported by
42058         Peter O'Gorman.
42059
42060 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
42061
42062         * modules/savedir (Depends-on): Add openat.
42063
42064 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
42065
42066         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
42067         (uintmax_t) [defined uintmax_t]: Do not declare.
42068         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
42069         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
42070         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
42071         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
42072         sake of portability to weird hosts that C allows (though we don't
42073         know of any practical examples).
42074
42075         * lib/savedir.h (fdsavedir): New decl.
42076         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
42077         contains most of the former guts of savedir.
42078         (savedir): Use savedirstream.
42079         Include "openat.h".
42080
42081 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
42082
42083         * modules/obstack (Files): Add m4/ulonglong.m4.
42084         Problem reported by Davide Angelocola.
42085
42086 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
42087
42088         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
42089         coreutils no longer futzes with rounding modes.
42090
42091 2005-11-14  Jim Meyering  <jim@meyering.net>
42092
42093         * lib/mkstemp-safer.c: Include <config.h>, required for possible
42094         replacement of mkstemp.
42095
42096 2005-11-10  Simon Josefsson  <jas@extundo.com>
42097
42098         * lib/readline.c: Remove EOL.
42099
42100 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42101
42102         * modules/gethrxtime (Depends-on): Add gettime.
42103
42104 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42105
42106         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
42107         or gettimeofday; no longer needed.
42108
42109 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42110
42111         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
42112         time business.
42113         (gethrxtime) [! (HAVE_NANOUPTIME
42114         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
42115         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
42116         our own approximation.
42117
42118 2005-11-08  Eric Blake  <ebb9@byu.net>
42119
42120         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
42121
42122 2005-11-08  Eric Blake  <ebb9@byu.net>
42123
42124         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
42125
42126 2005-11-04  Bruno Haible  <bruno@clisp.org>
42127
42128         * gnulib-tool: Implement --update mode.
42129
42130 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
42131
42132         Fix porting problem reported by Theodoros V. Kalamatianos.
42133         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
42134         Don't assume that futimes failing means we must fail.
42135
42136 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
42137
42138         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
42139         variables to suggest the intended function of the PATH_MAX check.
42140
42141 2005-10-30  Kean Johnston  <jkj@sco.com>
42142
42143         Trivial changes to support SCO systems.
42144         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
42145         as PATH_MAX.
42146         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
42147         where __ptr is null when no I/O is pending.
42148
42149 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
42150
42151         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
42152         leave errno alone.  Problem reported by Dmitry V. Levin.
42153
42154 2005-10-28  Simon Josefsson  <jas@extundo.com>
42155
42156         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
42157         Test more.
42158
42159         * tests/test-gc-md2.c, tests/test-md2.c: New files.
42160
42161         * modules/md2, modules/md2-tests: New files.
42162
42163 2005-10-28  Simon Josefsson  <jas@extundo.com>
42164
42165         * m4/inet_ntop.m4: More tests.
42166
42167         * m4/gc-md2.m4, md2.m4: New file.
42168
42169 2005-10-28  Simon Josefsson  <jas@extundo.com>
42170
42171         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
42172         "restrict" keywords, as per POSIX.  Protect the function
42173         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
42174         Don't use K&R prototypes.  Check the sprintf return values.
42175         Re-define EAFNOSUPPORT if not present.  Indent.
42176
42177         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
42178         suggested by Bruno Haible <bruno@clisp.org>.
42179
42180         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
42181
42182         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
42183
42184         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
42185         libgcrypt).
42186
42187         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
42188
42189         * lib/md2.h, lib/md2.c: New files.
42190
42191 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
42192
42193         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
42194         errno alone.  Problem reported by Frederic Jolliton.
42195
42196 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42197
42198         * modules/verify (License): Change from GPL to LGPL.  This is a
42199         tiny module and there are apparently near-equivalents that are
42200         under the BSD license.
42201
42202 2005-10-24  Simon Josefsson  <jas@extundo.com>
42203
42204         * modules/sha1: Relicense to LGPL.
42205
42206 2005-10-24  Simon Josefsson  <jas@extundo.com>
42207
42208         * lib/md4.h: Shrink buffer size, now that we changed the type.
42209
42210 2005-10-23  Simon Josefsson  <jas@extundo.com>
42211
42212         * gnulib-tool (func_import): Fix --tests-base.
42213
42214 2005-10-22  Simon Josefsson  <jas@extundo.com>
42215
42216         * modules/arcfour (Depends-on): Need stdint.
42217
42218 2005-10-22  Simon Josefsson  <jas@extundo.com>
42219
42220         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
42221         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
42222
42223 2005-10-22  Simon Josefsson  <jas@extundo.com>
42224
42225         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
42226         suggested by Bruno Haible <bruno@clisp.org>.
42227
42228 2005-10-22  Simon Josefsson  <jas@extundo.com>
42229
42230         * lib/crc.h: Include stddef.h, for size_t.
42231
42232 2005-10-22  Simon Josefsson  <jas@extundo.com>
42233
42234         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
42235         arcfour_context struct (simplify test vector testing in GNU
42236         Shishi).
42237
42238 2005-10-21  Simon Josefsson  <jas@extundo.com>
42239
42240         * modules/des, modules/des-tests: New files.
42241
42242         * modules/gc-des, modules/gc-des-tests: New files.
42243
42244         * tests/test-des.c, tests/test-gc-des.c: New file.
42245
42246 2005-10-21  Simon Josefsson  <jas@extundo.com>
42247
42248         * modules/arctwo, modules/arctwo-tests: New files.
42249
42250         * tests/test-arctwo.c: New file.
42251
42252         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
42253
42254         * tests/test-gc-arctwo.c: New file.
42255
42256 2005-10-21  Simon Josefsson  <jas@extundo.com>
42257
42258         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
42259         Bruno Haible <bruno@clisp.org>.
42260
42261         * m4/gc-des.m4: New file.
42262
42263 2005-10-21  Simon Josefsson  <jas@extundo.com>
42264
42265         * m4/arctwo.m4: New file.
42266
42267         * m4/gc-arctwo.m4: New file.
42268
42269 2005-10-21  Simon Josefsson  <jas@extundo.com>
42270
42271         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
42272         block.
42273
42274 2005-10-21  Simon Josefsson  <jas@extundo.com>
42275
42276         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
42277         <bruno@clisp.org>.
42278
42279         * lib/hmac-sha1.c (hmac_sha1): Likewise.
42280
42281         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
42282         Bruno Haible <bruno@clisp.org>.
42283
42284         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
42285         <bruno@clisp.org>.
42286
42287 2005-10-21  Simon Josefsson  <jas@extundo.com>
42288
42289         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
42290
42291 2005-10-21  Simon Josefsson  <jas@extundo.com>
42292
42293         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
42294
42295 2005-10-21  Simon Josefsson  <jas@extundo.com>
42296
42297         * lib/des.h, lib/des.c: New files.
42298
42299         * lib/gc-gnulib.c: Support DES.c
42300
42301 2005-10-21  Simon Josefsson  <jas@extundo.com>
42302
42303         * lib/arctwo.h, lib/arctwo.c: New files.
42304
42305         * lib/gc-gnulib.c: Support ARCTWO.
42306
42307 2005-10-21  Simon Josefsson  <jas@extundo.com>
42308
42309         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
42310         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42311
42312 2005-10-21  Simon Josefsson  <jas@extundo.com>
42313
42314         * gnulib-tool (func_import, func_create_testdir): Define automake
42315         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
42316         Makefile.am snippet),
42317         suggested by Bruno Haible <bruno@clisp.org>.
42318
42319         * modules/gc (Makefile.am): Use it.
42320
42321 2005-10-21  Bruno Haible  <bruno@clisp.org>
42322
42323         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
42324         patch.
42325
42326 2005-10-19  Simon Josefsson  <jas@extundo.com>
42327
42328         * tests/test-gc-rijndael.c: New file.
42329
42330         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
42331
42332 2005-10-19  Simon Josefsson  <jas@extundo.com>
42333
42334         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
42335         interface too.
42336
42337 2005-10-19  Simon Josefsson  <jas@extundo.com>
42338
42339         * tests/test-gc-arcfour.c: New file.
42340
42341         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
42342
42343 2005-10-19  Simon Josefsson  <jas@extundo.com>
42344
42345         * modules/gc-md4, modules/gc-md4-tests: New file.
42346
42347         * tests/test-gc-md4.c: New file.
42348
42349 2005-10-19  Simon Josefsson  <jas@extundo.com>
42350
42351         * m4/gc-md4.m4: New file.
42352
42353 2005-10-19  Simon Josefsson  <jas@extundo.com>
42354
42355         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
42356         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
42357         <kasal@ucw.cz>.
42358
42359 2005-10-19  Simon Josefsson  <jas@extundo.com>
42360
42361         * m4/gc-arcfour.m4: New file.
42362
42363         * m4/gc-rijndael.m4: New file.
42364
42365 2005-10-19  Simon Josefsson  <jas@extundo.com>
42366
42367         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
42368
42369 2005-10-19  Simon Josefsson  <jas@extundo.com>
42370
42371         * lib/gc-gnulib.c: Support ARCFOUR.
42372
42373 2005-10-19  Simon Josefsson  <jas@extundo.com>
42374
42375         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
42376         support.
42377
42378         * lib/gc.h: Add ECB enum type.
42379
42380         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
42381
42382 2005-10-18  Simon Josefsson  <jas@extundo.com>
42383
42384         * tests/test-md5.c: New file.
42385
42386         * modules/md5-tests: New file.
42387
42388 2005-10-18  Simon Josefsson  <jas@extundo.com>
42389
42390         * tests/test-md4.c: New file.
42391
42392         * modules/md4, modules/md4-tests: New files.
42393
42394 2005-10-18  Simon Josefsson  <jas@extundo.com>
42395
42396         * m4/md4.m4: New file.
42397
42398 2005-10-18  Simon Josefsson  <jas@extundo.com>
42399
42400         * lib/md4.h, lib/md4.c: New files, based on md5.?.
42401
42402 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
42403
42404         * gnulib-tool (func_create_testdir): Omit the second check whether
42405         BUILT_SOURCES in nonempty.
42406
42407 2005-10-17  Simon Josefsson  <jas@extundo.com>
42408
42409         * tests/test-rijndael.c: New file.
42410
42411 2005-10-17  Simon Josefsson  <jas@extundo.com>
42412
42413         * modules/sha1: Depend on stdint instead of md5.
42414
42415         * modules/md5: Depend on stdint, remove uint32_t.
42416
42417 2005-10-17  Simon Josefsson  <jas@extundo.com>
42418
42419         * modules/gc-sha1-tests: New file.
42420
42421         * tests/test-gc-sha1.c: New file.
42422
42423 2005-10-17  Simon Josefsson  <jas@extundo.com>
42424
42425         * m4/md5.m4: Remove call to uint32_t.m4.
42426
42427 2005-10-17  Simon Josefsson  <jas@extundo.com>
42428
42429         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
42430
42431         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
42432         md5.h.
42433
42434         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
42435
42436         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
42437
42438 2005-10-17  Simon Josefsson  <jas@extundo.com>
42439
42440         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
42441
42442 2005-10-17  Simon Josefsson  <jas@extundo.com>
42443
42444         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
42445
42446 2005-10-17  Simon Josefsson  <jas@extundo.com>
42447
42448         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
42449
42450         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
42451
42452 2005-10-17  Bruno Haible  <bruno@clisp.org>
42453
42454         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
42455         that it can also be used in a test.
42456
42457 2005-10-16  Bruno Haible  <bruno@clisp.org>
42458
42459         * gnulib-tool (func_emit_tests_Makefile_am): Also define
42460         TESTS_ENVIRONMENT, so that individual tests can augment it.
42461
42462         * gnulib-tool (func_create_testdir): Use an intermediate target for
42463         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
42464         macros, like $(ALLOCA_H), which cannot be passed through the command
42465         line.
42466
42467 2005-10-15  Simon Josefsson  <jas@extundo.com>
42468
42469         * modules/rijndael-tests: New file.
42470
42471         * modules/rijndael: New file.
42472
42473 2005-10-15  Simon Josefsson  <jas@extundo.com>
42474
42475         * m4/rijndael.m4: New file.
42476
42477 2005-10-15  Simon Josefsson  <jas@extundo.com>
42478
42479         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
42480
42481         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
42482
42483 2005-10-14  Simon Josefsson  <jas@extundo.com>
42484
42485         * tests/test-arcfour.c: New file.
42486
42487         * modules/arcfour, modules/arcfour-tests: New files.
42488
42489 2005-10-14  Simon Josefsson  <jas@extundo.com>
42490
42491         * m4/arcfour.m4: New file.
42492
42493 2005-10-14  Simon Josefsson  <jas@extundo.com>
42494
42495         * lib/arcfour.h, lib/arcfour.c: New files.
42496
42497 2005-10-14  Roland McGrath  <roland@redhat.com>
42498
42499         Import from libc.  [BZ #1331]
42500         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
42501         macro argument.
42502         Reported by Matej Vela <vela@debian.org>.
42503
42504 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42505
42506         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
42507         include <wchar.h>; no longer needed.
42508
42509 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42510
42511         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
42512
42513 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
42514         and  Ulrich Drepper  <drepper@redhat.com>
42515
42516         Import from libc.
42517         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
42518         instead of inline stream orientation test and two separate
42519         function calls.  Pay no attention to USE_IN_LIBIO.
42520
42521 2005-10-13  Simon Josefsson  <jas@extundo.com>
42522
42523         * modules/gc-hmac-md5-tests: New file.
42524
42525         * tests/test-gc-hmac-sha1.c: New file.
42526
42527         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
42528
42529         * modules/gc-hmac-md5-tests: New file.
42530
42531         * tests/test-gc-md5.c: New file.
42532
42533         * modules/gc-md5-tests: New file.
42534
42535 2005-10-13  Simon Josefsson  <jas@extundo.com>
42536
42537         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
42538         Move memory allocation outside of loop.
42539
42540 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
42541
42542         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
42543         intermediate directory is in a read-only file system.  Problem
42544         reported by Eric Blake.
42545
42546 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
42547
42548         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
42549
42550 2005-10-12  Simon Josefsson  <jas@extundo.com>
42551
42552         * tests/test-hmac-sha1.c: New file.
42553
42554         * modules/hmac-sha1-tests: New file.
42555
42556         * modules/hmac-sha1: New file.
42557
42558 2005-10-12  Simon Josefsson  <jas@extundo.com>
42559
42560         * modules/gc-sha1: New file.
42561
42562 2005-10-12  Simon Josefsson  <jas@extundo.com>
42563
42564         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
42565
42566         * tests/test-gc-pbkdf2-sha1.c: New file.
42567
42568 2005-10-12  Simon Josefsson  <jas@extundo.com>
42569
42570         * modules/gc-md5, modules/gc-hmac-md5: New files.
42571
42572         * modules/gc (Files): Remove md5, memxor and hmac files.
42573
42574 2005-10-12  Simon Josefsson  <jas@extundo.com>
42575
42576         * m4/gc-pbkdf2-sha1.m4: New file.
42577
42578         * m4/gc-hmac-sha1.m4: New file.
42579
42580         * m4/gc-sha1: New file.
42581
42582         * m4/hmac-sha1.m4: New file.
42583
42584 2005-10-12  Simon Josefsson  <jas@extundo.com>
42585
42586         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
42587
42588         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
42589
42590 2005-10-12  Simon Josefsson  <jas@extundo.com>
42591
42592         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
42593         suggested by Bruno Haible <bruno@clisp.org>.
42594
42595 2005-10-12  Simon Josefsson  <jas@extundo.com>
42596
42597         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
42598
42599 2005-10-12  Simon Josefsson  <jas@extundo.com>
42600
42601         * lib/gc-pbkdf2-sha1.c: New file.
42602
42603         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
42604
42605 2005-10-12  Simon Josefsson  <jas@extundo.com>
42606
42607         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
42608
42609         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
42610
42611 2005-10-12  Simon Josefsson  <jas@extundo.com>
42612
42613         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
42614         GC_USE_HMAC_MD5, respectively.
42615
42616         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
42617         (gc_md5): Fix typo.
42618
42619         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
42620
42621         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
42622
42623         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
42624
42625 2005-10-12  Bruno Haible  <bruno@clisp.org>
42626
42627         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
42628         Reported by Stepan Kasal <kasal@ucw.cz>.
42629
42630 2005-10-11  Simon Josefsson  <jas@extundo.com>
42631
42632         * tests/test-crc.c: New file.
42633
42634         * modules/crc, modules/crc-tests: New files.
42635
42636 2005-10-11  Simon Josefsson  <jas@extundo.com>
42637
42638         * m4/crc.m4: New file.
42639
42640 2005-10-11  Simon Josefsson  <jas@extundo.com>
42641
42642         * lib/gc.h: Add gc_hash and gc_hash_buffer.
42643
42644         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
42645
42646         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
42647
42648 2005-10-11  Simon Josefsson  <jas@extundo.com>
42649
42650         * lib/crc.h, lib/crc.c: New files.
42651
42652         * lib/gc.h (gc_hash_buffer): Add doc.
42653
42654 2005-10-11  Bruno Haible  <bruno@clisp.org>
42655
42656         * modules/c-strcasestr: New file.
42657         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
42658
42659 2005-10-11  Bruno Haible  <bruno@clisp.org>
42660
42661         * modules/c-strcase: New file.
42662         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
42663
42664 2005-10-11  Bruno Haible  <bruno@clisp.org>
42665
42666         * lib/strcasecmp.c: Include limits.h.
42667         (strcasecmp): Avoid integer overflow on exotic platforms.
42668         * lib/strncasecmp.c: Include limits.h.
42669         (strncasecmp): Avoid integer overflow on exotic platforms.
42670         Reported by Paul Eggert.
42671
42672 2005-10-11  Bruno Haible  <bruno@clisp.org>
42673
42674         * lib/c-strcasestr.h: New file, from GNU gettext.
42675         * lib/c-strcasestr.c: New file, from GNU gettext.
42676
42677 2005-10-11  Bruno Haible  <bruno@clisp.org>
42678
42679         * lib/c-strcase.h: New file, from GNU gettext.
42680         * lib/c-strcasecmp.c: New file, from GNU gettext.
42681         * lib/c-strncasecmp.c: New file, from GNU gettext.
42682
42683 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42684
42685         * modules/mempcpy (License): GPL -> LGPL.
42686         * modules/strchrnul (License): Likewise.
42687         * modules/sysexits (License): Likewise.
42688
42689 2005-10-08  Simon Josefsson  <jas@extundo.com>
42690
42691         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
42692
42693 2005-10-07  Simon Josefsson  <jas@extundo.com>
42694
42695         * m4/memxor.m4: Remove gl_C_RESTRICT call.
42696
42697 2005-10-06  Simon Josefsson  <jas@extundo.com>
42698
42699         * tests/test-hmac-md5.c: New file.
42700
42701         * modules/hmac-md5-tests: New file.
42702
42703         * modules/hmac-md5: New file.
42704
42705 2005-10-06  Simon Josefsson  <jas@extundo.com>
42706
42707         * m4/hmac-md5.m4: New file.
42708
42709         * m4/memxor.m4: Require gl_C_RESTRICT.
42710
42711 2005-10-06  Simon Josefsson  <jas@extundo.com>
42712
42713         * lib/memxor.c (memxor): Avoid casts and warnings.
42714
42715 2005-10-06  Simon Josefsson  <jas@extundo.com>
42716
42717         * lib/hmac-md5.c: New file.
42718
42719         * lib/hmac.h: New file.
42720
42721 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42722
42723         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
42724         promotes to int, not unsigned int, to catch the AIX 5.3
42725         compiler bug.
42726
42727 2005-10-05  Simon Josefsson  <jas@extundo.com>
42728
42729         * modules/memxor: New file.
42730
42731         * modules/iconv (Files): Move config.rpath to havelib, it is used
42732         there.
42733
42734         * modules/havelib (Files): Add config.rpath.
42735
42736 2005-10-05  Simon Josefsson  <jas@extundo.com>
42737
42738         * m4/memxor.m4: New file.
42739
42740 2005-10-05  Simon Josefsson  <jas@extundo.com>
42741
42742         * lib/memxor.c (memxor): Fix compiler error.
42743
42744         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
42745         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
42746
42747         * lib/memxor.h, lib/memxor.c: New files.
42748
42749         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
42750         we assume all systems have it, suggested by Jim Meyering
42751         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
42752         any systems lack sys/socket.h; mingw32 is known to lack it, but we
42753         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
42754         same reasons.
42755
42756 2005-10-05  Simon Josefsson  <jas@extundo.com>
42757
42758         * config/srclist.txt: Add glibc bug 1423 for md5.h.
42759
42760 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42761
42762         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
42763         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
42764         needed, since the source code now assumes these .h files.
42765
42766 2005-10-05  Derek Price  <derek@ximbiot.com>
42767
42768         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
42769
42770 2005-10-05  Bruno Haible  <bruno@clisp.org>
42771
42772         * modules/stdint (License): Change to LGPL.
42773
42774 2005-10-04  Simon Josefsson  <jas@extundo.com>
42775
42776         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
42777         D. Baushke" <mdb@gnu.org>.
42778
42779 2005-10-04  Bruno Haible  <bruno@clisp.org>
42780
42781         * lib/verify.h (verify_true): Provide alternative definition for C++.
42782
42783 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
42784
42785         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
42786         (SSIZE_MAX): New macro, if not already defined.
42787         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
42788         than 2 GiB.
42789
42790 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
42791
42792         Sync from coreutils.
42793         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
42794         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
42795         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
42796         ULLONG_MAX doesn't work with 2.7.2.1.
42797
42798 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
42799
42800         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
42801         From Ben Pfaff.
42802
42803         * modules/exclude (Depends-on): Depend on verify.
42804         * modules/strtoimax (Depends-on): Likewise.
42805         * modules/utimecmp (Depends-on): Likewise.
42806
42807 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
42808
42809         * lib/exclude.c: Include verify.h.
42810         (verify): Remove.  All callers changed to use verify.h's version.
42811         * lib/strtoimax.c: Likewise.
42812         * lib/utimecmp.c: Likewis.e
42813
42814         Sync from coreutils.
42815         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
42816         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
42817         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
42818         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
42819         bother returning ENOSYS if settimeofday or stime fails; just let
42820         them return whatever errno they want to return.
42821         * lib/utimens.c: Include unistd.h, for dup2.
42822         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
42823         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
42824
42825 2005-10-02  Jim Meyering  <jim@meyering.net>
42826
42827         Sync from coreutils.
42828         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
42829         from glibc-2.2.5 that fails for read-only files.
42830
42831 2005-10-02  Jim Meyering  <jim@meyering.net>
42832
42833         Sync from coreutils.
42834         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
42835         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
42836         `#if HAVE_CONFIG_H'.
42837         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
42838         Remove AT_FDCWD test.
42839         Do not consume the fd unless successful.
42840         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
42841         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
42842         block, so that we don't even try to compile it if settimeofday is
42843         available.  This works around a compilation failure on OSF1 V5.1,
42844         due to stime requiring a `long int*' while tv_sec is `int'.
42845
42846 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
42847
42848         Sync from coreutils.
42849         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
42850         against `yes', rather than just testing for nonempty.
42851
42852 2005-10-01  Simon Josefsson  <jas@extundo.com>
42853
42854         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
42855         and Darwin.
42856
42857         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
42858         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
42859         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
42860         freeaddrinfo and gai_strerror are declared by the POSIX headers.
42861         Check if struct addrinfo is declared.
42862
42863 2005-10-01  Simon Josefsson  <jas@extundo.com>
42864
42865         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
42866         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
42867         AI_* and EAI_* definitions.  Protect function declarations.
42868
42869 2005-10-01  Jim Meyering  <jim@meyering.net>
42870
42871         Sync from coreutils.
42872
42873         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
42874         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
42875         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
42876         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
42877         in the inet and nsl libraries.  Required on Solaris 5.7.
42878
42879 2005-10-01  Jim Meyering  <jim@meyering.net>
42880
42881         Sync from coreutils.
42882         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
42883         in the inet and nsl libraries.  Required on Solaris 5.7.
42884
42885 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
42886
42887         * lib/getdelim.c (getdelim): Remove unused variables.
42888
42889 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42890
42891         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
42892         so that the code works even with ancient cpp.  Portability problem
42893         with GCC 2.7.2.1 reported by Thomas M.Ott.
42894
42895 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42896
42897         * modules/regex (Depends-on): Add strcase.
42898
42899         * modules/gethostname (Licence): Change from GPL to LGPL, since
42900         gethostname.c is a trivial implementation of a standard library
42901         function.
42902         * modules/poll (License): Change from GPL to LGPL, since it's
42903         derived from LGPL code.
42904
42905 2005-09-27  Jim Meyering  <jim@meyering.net>
42906
42907         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
42908         HAVE_CONFIG_H.
42909
42910         * lib/intprops.h (signed_type_or_expr__): Define.
42911         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
42912         for unsigned types.
42913
42914 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
42915
42916         * lib/verify.h (verify_expr): Remove, replacing with:
42917         (verify_true): New macro that returns true instead of void.
42918         (verify_type__): Remove.
42919         (verify): Use verify_true rather than verify_type__.
42920
42921 2005-09-26  Bruno Haible  <bruno@clisp.org>
42922
42923         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
42924         is necessary.
42925         (lib_SOURCES): Remove mbchar.c.
42926         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
42927         (Files): Add m4/mbrtowc.m4.
42928         * modules/mbiter: Likewise.
42929         * modules/mbuiter: Likewise.
42930
42931 2005-09-26  Bruno Haible  <bruno@clisp.org>
42932
42933         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
42934         compile mbchar.c if they are not both present.
42935         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
42936         * m4/mbiter.m4 (gl_MBITER): Likewise.
42937         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
42938         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
42939         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
42940
42941 2005-09-25  Jim Meyering  <jim@meyering.net>
42942
42943         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
42944         also uses socklen_t.
42945
42946 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
42947
42948         * lib/utimens.c (ENOSYS): Define if not already defined.
42949         (futimens): Support having a null PATH if the file descriptor
42950         is nonnegative.
42951
42952         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
42953         Remove.
42954         (__attribute): Define to empty unless GCC 3.1 or later.
42955         This works around a core dump on OpenBSD 3.4, which has GCC
42956         2.95.3, which dumps core when given __attribute__(()).  It also
42957         simplifies other tests, since we really don't want to bother with
42958         worrying about which ancient version of GCC supported what.
42959         Original problem reported by Yoann Vandoorselaere, with part of
42960         the fix suggested by Derek Price.
42961
42962 2005-09-24  Jim Meyering  <jim@meyering.net>
42963
42964         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
42965         so we can once again use a positive bitfield width of 1 -- now we
42966         don't have to explain why we were using a bitfield width of 2.
42967
42968 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
42969
42970         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
42971         and similarly for the other external symbols.  Problem reported
42972         by James Gallager.
42973
42974         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
42975         bug reported by Jim Meyering.
42976
42977         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
42978         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
42979         not needed, since socklen is a prerequisite module.
42980
42981 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
42982
42983         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
42984         Problem reported by Eric Blake.
42985         (getaddrinfo): Initialize se so that it's not garbage.
42986         Redo internal storage allocation so that it doesn't make unportable
42987         assumptions about alignment.
42988         Fix a memory leak.
42989
42990         * lib/utimens.c (futimens): Use futimesat if available.
42991         Prefer it to futimes since it doesn't have the futimes bug.
42992
42993         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
42994         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
42995         Instead, declare a function that returns a pointer to an array,
42996         and use verify_type__ to declare the size of the array.
42997         Problem and germ of a solution reported by Bruno Haible.
42998         (verify_type__): Use 2, not 1, for bitfield size, to avoid
42999         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
43000
43001 2005-09-23  Jim Meyering  <jim@meyering.net>
43002
43003         Sync from coreutils.
43004         Correct build failure (socklen_t not defined) on at least
43005         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
43006         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
43007
43008 2005-09-23  Jim Meyering  <jim@meyering.net>
43009
43010         * modules/getaddrinfo (Depends-on): Add socklen.
43011
43012 2005-09-23  Bruno Haible  <bruno@clisp.org>
43013
43014         * tests/test-verify.c: New file.
43015
43016 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43017
43018         Sync from coreutils.
43019
43020         * modules/argmatch (Depends-on): Add verify.
43021         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
43022         unistd-safer.
43023         * modules/save-cwd (Depends-on): Likewise.
43024
43025         * modules/openat (Files): Add lib/openat-die.c.
43026         (Depends-on): Remove error, exitfail.
43027         Add dirname.
43028
43029         * modules/verify: New file.
43030         * MODULES.html.sh (Diagnostics <assert.h>): New section,
43031         with "verify" module.
43032
43033 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43034
43035         Sync from coreutils.
43036
43037         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
43038         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
43039         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
43040         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
43041         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
43042         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
43043         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
43044         Don't bother checking for string.h, stdlib.h, unistd.h.
43045         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
43046         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
43047         module's job.
43048         * m4/jm-macros.m4 (gl_MACROS): Likewise.
43049         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
43050
43051         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
43052         (gl_GETDATE): Use it.
43053
43054         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
43055
43056 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43057
43058         Sync from coreutils.
43059
43060         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
43061         stat-time.h.
43062         * lib/argmatch.h: Include verify.h
43063         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
43064         (ARGMATCH_ASSERT): Remove; unused.
43065         * lib/canonicalize.c: Assume STDC_HEADERS.
43066         * lib/exclude.c: Include "strcase.h".
43067         * lib/regex_internal.h [!defined _LIBC]: Likewise.
43068         * lib/getusershell.c: Include stdio--.h rather than stdio.h
43069         and stdio-safer.h.
43070         (getusershell): Call fopen, not fopen_safer.
43071         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
43072         Do not include unistd-safer.h.
43073         (save_cwd): Don't call fd_safer; no longer needed
43074         now that we include fcntl--.h.
43075
43076         * lib/getdate.y (relative_time): New type.
43077         (RELATIVE_TIME_0): New constant.
43078         (parser_control): Use relative_time instead of doing it ourselves.
43079         (%union): Add new relative_time rel member.
43080         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
43081         Now typeless.
43082         (relunit, relunit_snumber): Now of type rel.
43083         (zone, rel, relunit, get_date): Adjust to above changes.
43084
43085         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
43086         Do not include unistd-safer.h.
43087         (getloadavg): Don't call fd_safer; no longer needed
43088         now that we include fcntl--.h.
43089
43090         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
43091         (make_dir_parents): Treat ENOSYS like EEXIST.
43092
43093         Improve quality of diagnostics on restore_cwd failure.
43094         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
43095         (make_dir_parents): Last arg is now int * (for errno), not bool *.
43096         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
43097         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
43098         each time through the loop.  Do not diagnose restore_cwd failure;
43099         that is the caller's job (and perhaps the caller does not care).
43100
43101         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
43102         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
43103         If the file already exists but is not a directory, don't bother
43104         to try to make its parents.
43105         Close potential file descriptor leak if we can't chdir("/") (!).
43106         Don't always return true if chdir($PWD) fails; return true only
43107         if the requested action was done successfully (except for the
43108         chdir($PWD)).
43109         Don't log final directory unless we actually made it.
43110         Refactor to avoid duplicate code to fix up permissions.
43111         Don't attempt to fix up parent permissions if chdir($PWD) fails.
43112
43113         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
43114         to make it a bit faster and (I hope) clearer.
43115         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
43116         Fix bug in formats like %2N.
43117
43118         * lib/verify.h: New file.
43119
43120 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43121
43122         Sync from coreutils.
43123         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
43124
43125 2005-09-22  Jim Meyering  <jim@meyering.net>
43126
43127         Sync from coreutils.
43128
43129         * m4/lstat.m4 (gl_FUNC_LSTAT):
43130         Use AC_LIBSOURCES to require lstat.c and lstat.h.
43131         Remove obsolete comment.
43132         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
43133         * m4/xstrtod.m4: Likewise.
43134
43135         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
43136
43137 2005-09-22  Jim Meyering  <jim@meyering.net>
43138
43139         Sync from coreutils.
43140
43141         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
43142
43143         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
43144         the .tm_year member, since otherwise gcc-4.0 would now warn about
43145         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
43146
43147         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
43148         order to avoid an unsuppressible warning from gcc on 64-bit systems.
43149
43150         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
43151         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
43152         when run in a time zone for which daylight savings time is in effect
43153         for the starting date.
43154
43155         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
43156         stop us from restricting permissions of just-created absolute-named
43157         directories.
43158         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
43159         to restore initial working directory.
43160         * lib/mkdir-p.c (make_dir_parents): New parameter:
43161         different_working_dir, to tell caller if/when we change the working
43162         directory and are unable to return to the initial one.
43163         * lib/mkdir-p.h (make_dir_parents): Update prototype.
43164         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
43165         `return false'.  This fixes a bug introduced on 2004-07-30.
43166
43167         * lib/openat.c (fdopendir): Be sure to close the supplied
43168         file descriptor before returning.  This makes our replacement
43169         implementation a little closer to Solaris's, where fdopendir
43170         ties the file descriptor to the returned DIR* pointer.
43171         * lib/openat.c (unlinkat): New function.
43172         * lib/openat.h (unlinkat): Add prototype.
43173         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
43174         (openat_restore_fail): Rename from openat_restore_die.
43175         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
43176
43177         Provide an alternative to exiting immediately upon save_cwd or
43178         restore_cwd failure.  Now, an application can arrange e.g.,
43179         to perform a longjump in that case.
43180         * lib/openat.c: Include dirname.h.
43181         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
43182         (rpl_openat, fdopendir, fstatat): Call openat_save_die
43183         and openat_restore_die rather than calling error directly.
43184         Don't include "error.h" or "exitfail.h"; they're no longer needed.
43185
43186         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
43187         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
43188         define.
43189
43190         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
43191         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
43192                             int utc, int nanoseconds);
43193         Background:
43194         date should not have to allocate a megabyte of virtual memory to
43195         handle a format argument like +%1048575T.  When implemented with
43196         strftime, it must allocate such a buffer, use strftime to fill it
43197         in, print it, then free it.
43198         With fprintftime, it simply prints everything and exits.
43199         With no need for memory allocation, that's one fewer way to fail.
43200         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
43201         optional field width, not before, so we accept %9:z, not %:9z.
43202         (my_strftime): Be sure to use L_('x') for literals.
43203
43204         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
43205         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
43206         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
43207         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
43208         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
43209         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
43210         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
43211         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
43212         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
43213         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
43214         * lib/xgethostname.c, lib/xreadlink.c:
43215         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
43216
43217         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
43218         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
43219         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
43220         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
43221         and don't include <sys/file.h>).
43222
43223 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
43224
43225         Sync from coreutils.
43226
43227         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
43228         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
43229         [!LDAV_DONE]: Avoid unused variable warning.
43230
43231 2005-09-21  Bruno Haible  <bruno@clisp.org>
43232
43233         * lib/unicodeio.h (unicode_to_mb): New declaration.
43234
43235 2005-09-20  Derek Price  <derek@ximbiot.com>
43236
43237         * lib/getaddrinfo.c: Don't include <netdb.h> included from
43238         getaddrinfo.h.
43239
43240 2005-09-20  Bruno Haible  <bruno@clisp.org>
43241
43242         * gnulib-tool: Remove trailing slashes from the values specified for
43243         --source-base, --m4-base, --tests-base, --aux-dir.
43244         Suggested by Simon Josefsson <jas@extundo.com>.
43245
43246 2005-09-20  Bruno Haible  <bruno@clisp.org>
43247
43248         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
43249         func_modules_to_filelist, func_import, func_create_testdir): Make all
43250         sorting results locale-independent, so that gnulib-cache.m4 doesn't
43251         change when gnulib-tool is invoked in a different locale.
43252
43253 2005-09-19  Simon Josefsson  <jas@extundo.com>
43254
43255         * m4/socklen.m4: Fix typo.
43256
43257 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43258
43259         Use a consistent style for including <config.h>.
43260         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
43261         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
43262         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
43263         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
43264         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
43265         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
43266         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
43267         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
43268         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
43269         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
43270         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
43271         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
43272         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
43273         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
43274         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
43275         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
43276         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
43277         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
43278         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
43279         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
43280         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
43281         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
43282         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
43283         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
43284         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
43285         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
43286         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
43287         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
43288         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
43289         lib/xstrtoumax.c, lib/yesno.c:
43290         Standardize inclusion of config.h.
43291         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
43292         lib/inttostr.h:  Removed inclusion of config.h from header files.
43293         * lib/inttostr.c:  Adjusted in-tree users.
43294         * lib/timespec.h: Remove superfluous warning to include config.h.
43295         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
43296         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
43297         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
43298         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
43299         config.h with HAVE_CONFIG_H.
43300
43301 2005-09-19  Jim Meyering  <jim@meyering.net>
43302
43303         * modules/pathmax (License): Change to LGPL.
43304
43305 2005-09-19  Derek Price  <derek@ximbiot.com>
43306
43307         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
43308
43309 2005-09-19  Bruno Haible  <bruno@clisp.org>
43310
43311         * gnulib-tool (import): Provide default for --tests-base.
43312
43313 2005-09-19  Bruno Haible  <bruno@clisp.org>
43314
43315         * doc/quote.texi: New file, extracted from gnulib.texi.
43316         * doc/ctime.texi: New file, extracted from gnulib.texi.
43317         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
43318         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
43319         * doc/gnulib.texi: Include them.
43320
43321 2005-09-18  Bruno Haible  <bruno@clisp.org>
43322
43323         Portability fix.
43324         * gnulib-tool (func_readlink): New function.
43325         (func_ln_if_changed): Use it.
43326
43327 2005-09-18  Bruno Haible  <bruno@clisp.org>
43328
43329         * gnulib-tool: Support --with-tests also with --import.
43330         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
43331         (func_import): Use variables $testsbase and $inctests. Emit a
43332         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
43333         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
43334         SUBDIRS += $testsdir.
43335         (func_create_testdir): Update.
43336
43337 2005-09-18  Bruno Haible  <bruno@clisp.org>
43338
43339         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
43340         instead of $dry_run.
43341         (func_cp_if_changed, func_mv_if_changed): Remove functions.
43342         (func_ln_if_changed): Don't handle dry-run here.
43343         (func_import): In dry-run mode, detect more precisely which actions
43344         would be performed, and don't use "...ing" verbs.
43345
43346 2005-09-18  Bruno Haible  <bruno@clisp.org>
43347
43348         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
43349         (func_import): Use join on two temporary files instead of three nested
43350         loops, in order to determine which files are new or old.
43351
43352 2005-09-18  Bruno Haible  <bruno@clisp.org>
43353
43354         * gnulib-tool (func_import): Comment out code that spits out the
43355         new files with --dry-run.
43356
43357 2005-09-18  Bruno Haible  <bruno@clisp.org>
43358
43359         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
43360
43361 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
43362
43363         * lib/stat-time.h: New file.
43364         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
43365         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
43366         in a different way.
43367         (timespec_cmp): New function.
43368         * lib/utimecmp.c: Include stat-time.h.
43369         (SYSCALL_RESOLUTION): Depend on whether various struct stat
43370         members exist, not on the obsolescent ST_MTIM_NSEC.
43371         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
43372
43373 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
43374
43375         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
43376
43377 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
43378
43379         * MODULES.html.sh (File system functions): Add stat-time.
43380         * modules/stat-time: New file.
43381         * modules/timespec (Files): Remove m4/st_mtim.m4; this
43382         is now done in a different way, by the stat-time module.
43383         * modules/utimecmp (Depends-on): Add stat-time.
43384
43385 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43386
43387         * m4/st_mtim.m4: Remove.  Superseded by...
43388         * m4/stat-time.m4: New file.
43389         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
43390         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
43391
43392 2005-09-15  Derek Price  <derek@ximbiot.com>
43393
43394         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
43395
43396 2005-09-15  Derek Price  <derek@ximbiot.com>
43397
43398         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
43399         * lib/regex_internal.c: Ditto, using this...
43400         (__GNUC_PREREQ): ...new macro.
43401         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
43402         using...
43403         (__GNUC_PREREQ): ...this new macro.
43404
43405         * lib/strstr.h: Include string.h. Define strstr as a macro here.
43406
43407 2005-09-15  Derek Price  <derek@ximbiot.com>
43408             Paul Eggert  <eggert@cs.ucla.edu>
43409
43410         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
43411         changes, consolidating in...
43412         * lib/regex_internal.h: ...this file.
43413
43414 2005-09-13  Jim Meyering  <jim@meyering.net>
43415
43416         * lib/canon-host.c: Filter through gnu indent and reword comments
43417         slightly.
43418         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
43419
43420 2005-09-13  Derek Price  <derek@ximbiot.com>
43421
43422         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
43423         failure.
43424         Reported by Jim Meyering  <jim@meyering.net>.
43425
43426 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43427
43428         * lib/base64.c: Typo.
43429         (base64_encode): Put b64str in initialized data section.
43430
43431 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
43432
43433         Merge glibc and coreutils changes into gnulib, plus a few
43434         extra fixes.
43435         * lib/md5.c: Use #error rather than a string.
43436         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
43437         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
43438         (__attribute__): Define to empty for non recent-GCC.
43439         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
43440         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
43441         Renamed from their non-__ counterparts, with new macros replacing
43442         them if not _LIBC.  Add __THROW attribute.
43443         (rol): Remove.
43444         (struct md5_ctx): Align buffer if using GCC.
43445         * lib/sha1.h (struct sha1_ctx): Likewise.
43446         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
43447         The old name was backwards.
43448         (NOTSWAP): Remove; not used.
43449         (rol): New macro, moved here from md5.h.
43450         (sha1_process_block): Remove a FIXME that doesn't make sense.
43451
43452 2005-09-12  Derek Price  <derek@ximbiot.com>
43453
43454         Return usable errors from canon-host.
43455         * lib/canon-host.h: New file.
43456         * lib/canon-host.c (canon_host): Wrap...
43457         (canon_host_r): ...this new function, which now relies exclusively on
43458         getaddrinfo.
43459         (ch_strerror): New function.
43460         (last_cherror): New global.
43461         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
43462         interface.
43463         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
43464         void *.
43465         (freeaddrinfo): Free ai->ai_canonname when set.
43466
43467 2005-09-12  Derek Price  <derek@ximbiot.com>
43468
43469         Make canon-host require getaddrinfo.
43470         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
43471         AC_LIBSOURCE canon-host.h.  Call...
43472         (gl_PREREQ_CANON_HOST): ...this new function, which requires
43473         gl_GETADDRINFO.
43474         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
43475
43476 2005-09-12  Derek Price  <derek@ximbiot.com>
43477
43478         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
43479         LGPL.
43480         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
43481
43482 2005-09-12  Derek Price  <derek@ximbiot.com>
43483
43484         * lib/gai_strerror.c: Include config.h when available.  Include
43485         getaddrinfo.h before other headers to test interface.
43486         Reported by Larry Jones <lawrence.jones@ugs.com>.
43487
43488 2005-09-12  Derek Price  <derek@ximbiot.com>
43489             Paul Eggert  <eggert@cs.ucla.edu>
43490
43491         * modules/glob (Files): Add glob-libc.h.
43492
43493 2005-09-12  Derek Price  <derek@ximbiot.com>
43494             Paul Eggert  <eggert@cs.ucla.edu>
43495
43496         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
43497         glob_.h, glob-libc.h.
43498         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
43499
43500 2005-09-12  Derek Price  <derek@ximbiot.com>
43501             Paul Eggert  <eggert@cs.ucla.edu>
43502
43503         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
43504         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
43505         protecting things that should be done only in gnulib contexts.
43506         * lib/glob_.h: New file, containing only the glob things needed for
43507         gnulib.
43508         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
43509         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
43510         (glob, globfree, glob_pattern_p): Now defined simply in terms of
43511         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
43512         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
43513         and to respect the namespace rules better.
43514
43515 2005-09-08  Simon Josefsson  <jas@extundo.com>
43516
43517         * modules/socklen: New file.
43518
43519 2005-09-08  Simon Josefsson  <jas@extundo.com>
43520
43521         * m4/socklen.m4: New file.
43522
43523 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43524
43525         * modules/utimens (Files): Add m4/utimbuf.m4, since
43526         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
43527         Reported by Sergey Poznyakoff.
43528
43529 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43530
43531         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
43532         definitions, since that's the preferred style in glibc.
43533         Fix a minor spacing issue, and update copyright notice to match
43534         glibc's.
43535
43536 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43537
43538         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
43539
43540 2005-09-06  Simon Josefsson  <jas@extundo.com>
43541
43542         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
43543         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
43544
43545 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43546
43547         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
43548         warning.
43549
43550 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43551
43552         * config/srclist.txt: Add glibc bug 1302.
43553
43554 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
43555
43556         Change bitset word type from unsigned int to unsigned long int,
43557         as this has better performance on typical 64-bit hosts.
43558         Port bitset code to hosts with unusual word sizes.
43559         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
43560         (build_collating_symbol):
43561         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
43562         argument is a bitset.  This is merely a style issue, but it makes
43563         it clearer that an entire array is expected.
43564         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
43565         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
43566         Port to the case where bitset_word is not the same as unsigned int.
43567         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
43568         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
43569         Likewise.
43570         * lib/regexec.c (check_dst_limits_calc_pos_1,
43571         check_subexp_matching_top):
43572         (build_trtable, group_nodes_into_DFAstates):
43573         Likewise.
43574         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
43575         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
43576         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
43577         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
43578         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
43579         * lib/regcomp.c (optimize_subexps, lower_subexp):
43580         Work even if bitset_word has holes in its bitwise representation.
43581         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
43582         * lib/regexec.c (check_dst_limits_calc_pos_1,
43583         check_subexp_matching_top):
43584         Likewise.
43585         * lib/regex_internal.c (re_string_reconstruct):
43586         Don't assume UCHAR_MAX == 255.
43587         * lib/regex_internal.h (bitset_set_all): Likewise.
43588         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
43589         All uses changed.
43590         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
43591         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
43592         All uses changed.
43593         (BITSET_WORD_MAX): New macro.
43594         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
43595         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
43596         (bitset_empty, bitset_copy):
43597         Prefer sizeof (bitset) to multiplying it out ourselves.
43598         (bitset_not_merge): Remove; unused.
43599         (bitset_contain): Return bool, not unsigned int with one bit on.
43600         All callers changed.
43601         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
43602         alignment than re_node_set; do this by defining a new internal
43603         type struct dests_alloc and using it to allocate memory.
43604
43605 2005-09-05  Bruno Haible  <bruno@clisp.org>
43606
43607         * gnulib-tool (func_import): Fix comparison in handling of symbolic
43608         links.
43609
43610 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
43611
43612         * modules/size_max (Makefile.am): Add size_max.h
43613
43614 2005-09-04  Derek Price  <derek@ximbiot.com>
43615
43616         * gnulib-tool (func_import): Fix reversed $symbolic logic.
43617
43618 2005-09-03  Simon Josefsson  <jas@extundo.com>
43619
43620         * gnulib-tool: Fix typo.
43621
43622 2005-09-03  Simon Josefsson  <jas@extundo.com>
43623
43624         * config/srclist.txt: Add glibc bug 1293.
43625
43626 2005-09-03  Derek Price  <derek@ximbiot.com>
43627
43628         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
43629         From Larry Jones <lawrence.jones@ugs.com>.
43630
43631 2005-09-02  Simon Josefsson  <jas@extundo.com>
43632
43633         * modules/socklen: New file.
43634
43635 2005-09-02  Simon Josefsson  <jas@extundo.com>
43636
43637         * modules/havelib: New module.
43638
43639         * modules/gettext, modules/iconv, modules/lock, modules/readline:
43640         Use havelib.
43641
43642 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
43643
43644         Check for arithmetic overflow when calculating sizes, to prevent
43645         some buffer-overflow issues.  These patches are conservative, in the
43646         sense that when I couldn't determine whether an overflow was possible,
43647         I inserted a run-time check.
43648         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
43649         macros.
43650         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
43651         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
43652         (re_xnrealloc, re_x2nrealloc): New inline functions.
43653         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
43654         parse_bracket_exp):
43655         (build_equiv_class, build_charclass): Check for arithmetic overflow
43656         in size expression calculations.
43657         * lib/regex_internal.c (re_string_realloc_buffers):
43658         (build_wcs_upper_buffer, re_node_set_add_intersect):
43659         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
43660         (re_dfa_add_node, register_state): Likewise.
43661         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
43662         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
43663         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
43664         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
43665
43666 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
43667
43668         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
43669         m4/ulonglong.m4.  Problem reported by Martin Lambers.
43670
43671 2005-09-02  Bruno Haible  <bruno@clisp.org>
43672
43673         Support for lib vs. lib64 distinction on biarch platforms.
43674         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
43675         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
43676         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
43677
43678 2005-09-02  Bruno Haible  <bruno@clisp.org>
43679
43680         * gnulib-tool (import): In the other first-use case, provide defaults
43681         as well.
43682
43683 2005-09-02  Bruno Haible  <bruno@clisp.org>
43684
43685         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
43686         patches not yet found in the latest gettext release.
43687
43688 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43689
43690         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
43691         to avoid a collision with bits/local_lim.h in glibc.
43692         All uses changed.  Problem reported by Dmitry V. Levin in
43693         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
43694
43695         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
43696         bugs in int versus size_t comparisons.
43697         (re_string_context_at): Fix bug where the code assumed that
43698         Idx is signed.
43699
43700         Use bool where appropriate.
43701         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
43702         All callers changed.
43703         (calc_eclosure_iter): Likewise, for ROOT arg.
43704         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
43705         (build_charclass_op): Likewise, for NON_MATCH arg.
43706         * lib/regex_internal.c (re_string_allocate, re_string_construct):
43707         (re_string_construct_common): Likewise, for ICASE arg.
43708         * lib/regexec.c (re_search_2_stub, re_search_stub):
43709         Likewise, for RET_LEN arg.
43710         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
43711         (set_regs): Likewise, for FL_BACKTRACK arg.
43712         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
43713         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
43714         (calc_eclosure_iter, parse_bracket_exp):
43715         Use bool for internal variables that are booleans.
43716         * lib/regexec.c (re_search_internal, check_matching,
43717         proceed_next_node):
43718         (set_regs, build_sifted_states, sift_states_bkref):
43719         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
43720         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
43721         (find_collation_sequence_value):
43722         Likewise.
43723         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
43724         (re_node_set_compare):
43725         Return bool, not int. All callers changed.
43726         * lib/regexec.c (check_halt_node_context, check_dst_limits):
43727         (build_trtable, check_node_accept): Likewise.
43728         * lib/regex_internal.h: Include stdbool.h.
43729
43730         Fix bugs uncovered when converting to bool.
43731         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
43732         failure instead of charging ahead blindly.
43733         * lib/regex_internal.c (register_state): Likewise.
43734         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
43735         for freeing internal storage.
43736         (group_nodes_into_DFA_states): Use unsigned int, not int, for
43737         bitset pieces used as boolean, to avoid undefined behavior
43738         on hosts that do int overflow checking.
43739
43740 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43741
43742         * config/srclist.txt: Add glibc bugs 1285-1287.
43743
43744 2005-09-01  Jim Meyering  <jim@meyering.net>
43745
43746         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
43747         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
43748         Require gl_STAT_MACROS, too.
43749
43750 2005-09-01  Bruno Haible  <bruno@clisp.org>
43751
43752         * gnulib-tool (import): In the first-use case, provide defaults.
43753
43754 2005-09-01  Bruno Haible  <bruno@clisp.org>
43755
43756         * gnulib-tool (func_import): Remove the .tmp files.
43757
43758 2005-09-01  Bruno Haible  <bruno@clisp.org>
43759
43760         * gnulib-tool (func_import): Fix handling of symbolic links.
43761
43762 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43763
43764         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
43765         old glibc regex code mishandles strings longer than 2**31 bytes.
43766         This patch fixes this when the regex code is used in gnulib
43767         (i.e., outside glibc).
43768
43769         This patch should not affect the use of the regex code inside
43770         glibc.  No doubt this problem also needs to be handled for glibc
43771         as well, but the result will be an incompatible change to the
43772         glibc ABI, and the old ABI will have to be supported too.  That
43773         can be the the subject for another patch.
43774
43775         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
43776         governing whether the rest of this patch is active.  By default,
43777         the macro is disabled and the patch has no effect.
43778         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
43779         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
43780         (struct re_pattern_buffer, re_search, re_search_2, re_match):
43781         (re_match_2, re_set_registers): Use the new types.
43782         * lib/regex_internal.h (Idx, re_hashval_t): New types.
43783         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
43784         New macros.
43785         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
43786         (re_string_context_at, bin_tree_t, re_dfastate_t):
43787         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
43788         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
43789         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
43790         (re_string_char_size_at, re_string_wchar_at):
43791         (re_string_elem_size_at):
43792         Use the new types and macros to port to 64-bit hosts.
43793         Use unsigned types for internal values, so that the code
43794         mostly works even for arrays larger than SSIZE_MAX.
43795         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
43796         (search_duplicated_node, calc_eclosure_iter, fetch_number):
43797         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
43798         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
43799         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
43800         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
43801         (calc_inveclosure, parse_dup_op, build_range_exp):
43802         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
43803         (fetch_number, create_token_tree, mark_opt_subexp):
43804         Likewise.
43805         * lib/regex_internal.c (re_string_construct_common,
43806         create_ci_newstate):
43807         (create_cd_newstate, re_string_allocate, re_string_construct):
43808         (re_string_realloc_buffers, build_wcs_upper_buffer):
43809         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
43810         (re_string_reconstruct, re_string_peek_byte_case):
43811         (re_string_fetch_byte_case, re_string_context_at):
43812         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
43813         (re_node_set_init_copy, re_node_set_add_intersect):
43814         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
43815         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
43816         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
43817         (re_acquire_state, re_acquire_state_context, register_state):
43818         Likewise.
43819         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
43820         search_cur_bkref_entry):
43821         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
43822         (re_search_internal, re_search_2_stub, re_search_stub)
43823         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
43824         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
43825         (update_cur_sifted_state, check_dst_limits):
43826         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
43827         (check_subexp_limits, sift_states_bkref, merge_state_array):
43828         (check_subexp_matching_top, get_subexp, get_subexp_sub):
43829         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
43830         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
43831         (expand_bkref_cache, check_node_accept_bytes):
43832         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
43833         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
43834         (acquire_init_state_context, check_halt_node_context):
43835         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
43836         (sift_states_backward, clean_state_log_if_needed):
43837         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
43838         (find_recover_state, transit_state_sb, transit_state_mb):
43839         (transit_state_bkref, build_trtable, match_ctx_clean):
43840         Likewise.
43841         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
43842         to work around an assumption that REG_MISSING is negative.
43843
43844         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
43845         (seek_collating_symbol_entry) [defined _LIBC]:
43846         (lookup_collation_sequence_value) [defined _LIBC]:
43847         (build_range_exp, build_collating_symbol) [defined _LIBC]:
43848         Use prototypes rather than old-style function definitions.
43849         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
43850         (transit_state_sb) [0]:
43851         (find_collation_sequence_value) [defined _LIBC]: Likewise.
43852
43853         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
43854         rm_eo.
43855
43856         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
43857         (optimize_subexps, lower_subexp):
43858         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
43859         since the signed shift might overflow.  Use 1u<<31 instead.
43860         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
43861         Likewise.
43862         * lib/regexec.c (check_dst_limits_calc_pos_1,
43863         check_subexp_matching_top): Likewise.
43864
43865         * lib/regcomp.c (optimize_subexps, lower_subexp):
43866         Use CHAR_BIT rather than 8, for clarity.
43867         * lib/regexec.c (check_dst_limits_calc_pos_1):
43868         (check_subexp_matching_top): Likewise.
43869         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
43870         have to worry about portability issues when shifting it left.
43871         Remove no-longer-needed test for table_size > 0.
43872         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
43873         in a word, as the resulting behavior is undefined.
43874         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
43875         in one case, a <= should have been an <, and in another case the
43876         whole test was missing.
43877         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
43878         the standard name CHAR_BIT.
43879         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
43880         this is not true on one's complement and signed-magnitude hosts.
43881
43882         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
43883         next_last_offset.
43884         (struct re_dfa_t): Remove unused member states_alloc.
43885         * lib/regcomp.c (init_dfa): Don't initialize unused members.
43886
43887 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43888
43889         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
43890         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
43891         and large-file glibc and in 32-bit large-file Solaris.
43892
43893 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43894
43895         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
43896         lengths fit in regoff_t; this isn't true if regoff_t is the same
43897         width as size_t.
43898         * lib/regex.c (re_search_internal): 5th arg is LAST_START
43899         (= START + RANGE) instead of RANGE.  This avoids overflow
43900         problems when regoff_t is the same width as size_t.
43901         All callers changed.
43902         (re_search_2_stub): Check for overflow when adding the
43903         sizes of the two strings.
43904         (re_search_stub): Check for overflow when adding START
43905         to RANGE; if it occurs, substitute the extreme value.
43906
43907 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43908
43909         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
43910
43911 2005-08-31  Jim Meyering  <jim@meyering.net>
43912
43913         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
43914         a pointer-to-const.
43915         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
43916         (register_state): Likewise.
43917         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
43918         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
43919         (group_nodes_into_DFAstates): Likewise.
43920
43921 2005-08-31  Jim Meyering  <jim@meyering.net>
43922
43923         * check-module: Add a FIXME comment.
43924
43925 2005-08-31  Eric Blake  <ebb9@byu.net>
43926
43927         * modules/unistd-safer (Files): Add unistd--.h.
43928         * modules/stdio-safer (Files): Add stdio--.h.
43929
43930 2005-08-31  Derek Price  <derek@ximbiot.com>
43931
43932         * lib/getdelim.c (getdelim): Return EOF on EOF.
43933         Reported by Larry Jones <lawrence.jones@ugs.com>.
43934
43935 2005-08-31  Bruno Haible  <bruno@clisp.org>
43936
43937         Avoid unnecessary diffs in the generated lib/Makefile.am.
43938         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
43939         the generated files.
43940         (func_import): Don't set cmd.
43941
43942 2005-08-31  Bruno Haible  <bruno@clisp.org>
43943
43944         * lib/strstr.c: Include <stddef.h>, for NULL.
43945         * lib/strcasestr.c: Likewise.
43946         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
43947
43948 2005-08-31  Bruno Haible  <bruno@clisp.org>
43949
43950         * gnulib-tool: New option --macro-prefix.
43951         (func_import): Use macro_prefix.
43952         (import): Handle option --macro-prefix.
43953
43954 2005-08-31  Bruno Haible  <bruno@clisp.org>
43955
43956         * gnulib-tool (import): Rename most ac_* variables to cached_*.
43957         Also use new variables cached_lgpl, cached_libtool.
43958
43959 2005-08-31  Bruno Haible  <bruno@clisp.org>
43960
43961         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
43962         always instantiating them.
43963
43964 2005-08-31  Bruno Haible  <bruno@clisp.org>
43965
43966         * gnulib-tool (func_import): Read the previous cached settings
43967         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
43968         earlier added by gnulib but are now dropped. Warn when a gnulib file
43969         overwrites a non-gnulib file.
43970
43971 2005-08-31  Bruno Haible  <bruno@clisp.org>
43972
43973         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
43974         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
43975         projects that don't keep autogenerated files in CVS. Put into
43976         actioncmd only the specified modules, not the transitive closure.
43977
43978 2005-08-31  Bruno Haible  <bruno@clisp.org>
43979
43980         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
43981         Create directories that shall be filled.
43982         (import): Don't look for gl_* macros in configure.ac. Recurse across
43983         all directories containing a gnulib-cache.m4 files, if meaningful.
43984
43985 2005-08-31  Bruno Haible  <bruno@clisp.org>
43986
43987         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
43988         (import): Set seen_libtool when we see gl_LIBTOOL.
43989
43990 2005-08-31  Bruno Haible  <bruno@clisp.org>
43991
43992         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
43993         declaration macro definitions from generated gnulib.m4.
43994
43995 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
43996
43997         * lib/iconvme.h: Add prototype for iconv_alloc.
43998
43999 2005-08-29  Simon Josefsson  <jas@extundo.com>
44000
44001         * lib/iconvme.c: Fix errno.
44002
44003 2005-08-29  Bruno Haible  <bruno@clisp.org>
44004
44005         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
44006         that it works when the directory contains spaces.
44007
44008 2005-08-29  Bruno Haible  <bruno@clisp.org>
44009
44010         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
44011
44012 2005-08-29  Bruno Haible  <bruno@clisp.org>
44013
44014         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
44015         Emit more advice.
44016
44017 2005-08-29  Bruno Haible  <bruno@clisp.org>
44018         and Stepan Kasal  <kasal@ucw.cz>
44019
44020         * check-module: If more parameters are given, check each of them
44021         separately; add more exceptions, as noted by Jim Meyering.
44022         (check_module): New procedure.
44023         (%exempt_header): Now contains all exceptions.
44024
44025 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
44026
44027         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
44028
44029 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
44030
44031         * lib/iconvme.c: Split iconv_string into iconv_alloc.
44032
44033 2005-08-28  Bruno Haible  <bruno@clisp.org>
44034
44035         * m4/gnulib-tool.m4: New file.
44036
44037 2005-08-27  Jim Meyering  <jim@meyering.net>
44038
44039         * modules/unistd-safer (Files): Add pipe-safer.c.
44040         * modules/fcntl-safer (Files): Add creat-safer.c.
44041
44042 2005-08-27  Jim Meyering  <jim@meyering.net>
44043
44044         * m4/stdlib-safer.m4: New file.  From coreutils.
44045         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
44046         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
44047         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
44048         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
44049         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
44050
44051 2005-08-27  Jim Meyering  <jim@meyering.net>
44052
44053         * lib/fopen-safer.c: Merge minor changes from coreutils.
44054         * lib/dup-safer.c: Likewise.
44055         * lib/fd-safer.c: Likewise.
44056
44057         Merge from coreutils.
44058         * lib/stdio--.h: New file.
44059         * lib/stdlib--.h: New file.
44060         * lib/mkstemp-safer.c: New file.
44061
44062         GNU tar needs these.
44063         * lib/pipe-safer.c: New file.
44064         * lib/creat-safer.c: New file.
44065         * lib/fcntl--.h (creat): Define to creat_safer.
44066         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
44067         * lib/unistd--.h (pipe): Define to pipe_safer.
44068         * lib/unistd-safer.h: Declare pipe_safer.
44069
44070 2005-08-26  Simon Josefsson  <jas@extundo.com>
44071
44072         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
44073         Haible <bruno@clisp.org>.
44074
44075 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
44076
44077         * lib/regex_internal.h: Remove all references to
44078         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
44079         or better.
44080         (bitset_not, bitset_merge, bitset_not_merge):
44081         (bitset_mask, re_string_allocate, re_string_construct):
44082         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
44083         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
44084         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
44085         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
44086         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
44087         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
44088         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
44089         (re_acquire_state_context):
44090         Remove unnecessary forward decls.
44091         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
44092         Put __attribute at function definition,
44093         now that the function decl has been removed.
44094         * lib/regex_internal.c (re_string_peek_byte_case):
44095         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
44096         Likewise.
44097
44098 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
44099
44100         * m4/regex.m4: Add AC_PREREQ(2.50).
44101         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
44102
44103 2005-08-25  Simon Josefsson  <jas@extundo.com>
44104
44105         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
44106         __fsetlocking.
44107
44108 2005-08-25  Simon Josefsson  <jas@extundo.com>
44109
44110         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
44111         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
44112         GLIBC specific code.
44113
44114 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44115
44116         Make regex safe for g++.  This fixes one real bug (an "err"
44117         that should have been "*err").  g++ problem reported by
44118         Sam Steingold.
44119         * lib/regex_internal.h (re_calloc): New macro, consistent with
44120         re_malloc etc.  All callers of calloc changed to use re_calloc.
44121         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
44122         not int.  All callers changed.
44123         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
44124         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
44125         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
44126         (find_recover_state): Change "err" to "*err"; this fixes what
44127         appears to be a real bug.
44128         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
44129         versus int.
44130
44131 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44132
44133         * modules/regex (Depends-on): Add malloc, since the code
44134         assumes that !malloc(0) means failure.
44135
44136 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44137
44138         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
44139
44140         alloca modernization/simplification for regex.
44141         * lib/regex.c: Remove portability cruft for alloca.  This no longer
44142         needs to be at the start of the file, and can be moved into
44143         regex_internal.h and simplified.
44144         * lib/regex_internal.h: Include <alloca.h>.
44145         (__libc_use_alloca) [!defined _LIBC]: New macro.
44146         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
44147         now works outside glibc.
44148
44149 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44150
44151         * config/srclist.txt: Add glibc bugs 1241, 1245.
44152
44153 2005-08-25  Jim Meyering  <jim@meyering.net>
44154
44155         * lib/open-safer.c: Include <config.h>.
44156         Otherwise, we'd lose LARGEFILE support in any file using
44157         e.g. "fcntl--.h"
44158
44159 2005-08-25  Bruno Haible  <bruno@clisp.org>
44160
44161         * m4/minmax.m4: Require autoconf 2.52.
44162         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
44163         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
44164         alternatives of translit over the alphabet.
44165         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
44166
44167 2005-08-24  Simon Josefsson  <jas@extundo.com>
44168
44169         * tests/test-getpass.c: New file.
44170
44171 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44172
44173         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
44174         for GNU regex features.
44175
44176 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44177
44178         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
44179         * lib/regex.h (regerror): Likewise.
44180
44181         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
44182         requires this.  (The code never needed it.)
44183
44184         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
44185         All uses of recently-renamed identifiers changed to use the new,
44186         POSIX-compliant names.  The code will build and run just fine
44187         without these changes, but it's better to eat our own dog food
44188         and use the standard-conforming names.
44189
44190         * lib/regex.h: Fix a multitude of POSIX name space violations.
44191         These changes have an effect only for programs that define
44192         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
44193         do not change anything for programs compiled in the normal way.
44194         Also, there is no effect on the ABI.
44195
44196         (_REGEX_SOURCE): New macro.
44197         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
44198         defined and _GNU_SOURCE is not; this fixes a name space violation.
44199
44200         Rename the following macros to obey POSIX requirements.
44201         The old names are still visible as macros if _REGEX_SOURCE is defined.
44202         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
44203         RE_BACKSLASH_ESCAPE_IN_LISTS.
44204         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
44205         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
44206         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
44207         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
44208         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
44209         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
44210         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
44211         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
44212         (REG_INTERVALS): renamed from RE_INTERVALS.
44213         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
44214         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
44215         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
44216         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
44217         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
44218         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
44219         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
44220         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
44221         RE_UNMATCHED_RIGHT_PAREN_ORD.
44222         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
44223         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
44224         (REG_DEBUG): renamed from RE_DEBUG.
44225         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
44226         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
44227         unusual, since we can't clash with the POSIX REG_ICASE.
44228         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
44229         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
44230         (REG_NO_SUB): renamed from RE_NO_SUB.
44231         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
44232         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
44233         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
44234         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
44235         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
44236         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
44237         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
44238         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
44239         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
44240         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
44241         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
44242         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
44243         RE_SYNTAX_POSIX_MINIMAL_BASIC.
44244         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
44245         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
44246         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
44247         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
44248         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
44249         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
44250         (REG_FIXED): Renamed from REGS_FIXED.
44251         (REG_NREGS): Renamed from RE_NREGS.
44252
44253         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
44254         of other REG_* macros, since POSIX says the user is allowed to
44255         #undef these macros selectively.
44256
44257         (reg_errcode_t): Update comment stating what other tables need
44258         to be consistent.
44259
44260         Rename the following enum values to obey POSIX requirements.
44261         The old names are still visible as macros.
44262         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
44263         is not defined, since GNU is supposed to be a superset of POSIX as
44264         much as possible, and since we want reg_errcode_t to be a signed
44265         type for implementation consistency.
44266         (_REG_NOERROR): Renamed from REG_NOERROR.
44267         (_REG_NOMATCH): Renamed from REG_NOMATCH.
44268         (_REG_BADPAT): Renamed from REG_BADPAT.
44269         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
44270         (_REG_ECTYPE): Renamed from REG_ECTYPE.
44271         (_REG_EESCAPE): Renamed from REG_EESCAPE.
44272         (_REG_ESUBREG): Renamed from REG_ESUBREG.
44273         (_REG_EBRACK): Renamed from REG_EBRACK.
44274         (_REG_EPAREN): Renamed from REG_EPAREN.
44275         (_REG_EBRACE): Renamed from REG_EBRACE.
44276         (_REG_BADBR): Renamed from REG_BADBR.
44277         (_REG_ERANGE): Renamed from REG_ERANGE.
44278         (_REG_ESPACE): Renamed from REG_ESPACE.
44279         (_REG_BADRPT): Renamed from REG_BADRPT.
44280         (_REG_EEND): Renamed from REG_EEND.
44281         (_REG_ESIZE): Renamed from REG_ESIZE.
44282         (_REG_ERPAREN): Renamed from REG_ERPAREN.
44283         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
44284         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
44285         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
44286         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
44287
44288         (_REG_RE_NAME, _REG_RM_NAME): New macros.
44289         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
44290         changed.  But support the old name if the new one is not defined
44291         and if _REGEX_SOURCE.
44292
44293         Change the following member names in struct re_pattern_buffer.
44294         The old names are still supported if !_REGEX_SOURCE.
44295         The new names are always supported, regardless of _REGEX_SOURCE.
44296         (re_buffer): Renamed from buffer.
44297         (re_allocated): Renamed from allocated.
44298         (re_used): Renamed from used.
44299         (re_syntax): Renamed from syntax.
44300         (re_fastmap): Renamed from fastmap.
44301         (re_translate): Renamed from translate.
44302         (re_can_be_null): Renamed from can_be_null.
44303         (re_regs_allocated): Renamed from regs_allocated.
44304         (re_fastmap_accurate): Renamed from fastmap_accurate.
44305         (re_no_sub): Renamed from no_sub.
44306         (re_not_bol): Renamed from not_bol.
44307         (re_not_eol): Renamed from not_eol.
44308         (re_newline_anchor): Renamed from newline_anchor.
44309
44310         Change the following member names in struct re_registers.
44311         The old names are still supported if !_REGEX_SOURCE.
44312         The new names are always supported, regardless of _REGEX_SOURCE.
44313         (rm_num_regs): Renamed from num_regs.
44314         (rm_start): Renamed from start.
44315         (rm_end): Renamed from end.
44316
44317         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
44318         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
44319         Prepend __ to parameter names.
44320
44321         Undo yesterday's changes.
44322
44323 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44324
44325         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
44326         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
44327         lib/regex.c.
44328
44329 2005-08-24  Jim Meyering  <jim@meyering.net>
44330
44331         Sync from coreutils.
44332         * m4/fcntl-safer.m4: New file.
44333
44334         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
44335         and object files for this module.
44336
44337 2005-08-24  Jim Meyering  <jim@meyering.net>
44338
44339         Sync from coreutils.
44340         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
44341
44342 2005-08-24  Jim Meyering  <jim@meyering.net>
44343
44344         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
44345         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
44346
44347 2005-08-24  Jim Meyering  <jim@meyering.net>
44348
44349         * modules/fcntl-safer: New module.
44350         * modules/fts (Depends-on): Add fcntl-safer.
44351         * MODULES.html.sh (File descriptor based Input/Output):
44352         Add fcntl-safer.
44353
44354 2005-08-24  Bruno Haible  <bruno@clisp.org>
44355
44356         Support for unit test modules.
44357         * modules/README: Mention tests modules.
44358         * modules/TEMPLATE-TESTS: New file.
44359         * gnulib-tool: New options --extract-tests-module, --with-tests and
44360         --tests-base (unused for the moment).
44361         (testsbase, inctests): New variables.
44362         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
44363         (func_verify_module): Exclude TEMPLATE-TESTS.
44364         (func_verify_nontests_module, func_verify_tests_module): New functions.
44365         (func_get_dependencies): Add implicit dependency for tests modules.
44366         (func_get_tests_module): New function.
44367         (func_modules_transitive_closure): When --with-tests was specified,
44368         include the unit tests as well, unless explicitly avoided.
44369         (func_emit_lib_Makefile_am): Ignore the tests modules here.
44370         (func_emit_tests_Makefile_am): New function.
44371         (func_create_testdir): When --with-tests was specified, emit a
44372         tests/ directory.
44373         * MODULES.html.sh (Future developments): Update.
44374
44375 2005-08-24  Bruno Haible  <bruno@clisp.org>
44376
44377         * modules/tls-tests: New file.
44378         * tests/test-tls.c: New file, from GNU gettext.
44379
44380 2005-08-24  Bruno Haible  <bruno@clisp.org>
44381
44382         * modules/lock-tests: New file.
44383         * tests/test-lock.c: New file, from GNU gettext.
44384
44385 2005-08-24  Bruno Haible  <bruno@clisp.org>
44386
44387         * lib/lock.h: Add multiple inclusion guard.
44388         * lib/tls.h: Add multiple inclusion guard.
44389
44390 2005-08-24  Bruno Haible  <bruno@clisp.org>
44391
44392         * gnulib-tool: Add support for the --aux-dir option to
44393         --create-testdir, --create-megatestdir, --test, --megatest.
44394         (func_create_testdir, func_create_megatestdir): Optionally emit a
44395         AC_CONFIG_AUX_DIR directive.
44396         (create-testdir, create-megatestdir, test, megatest): Provide a
44397         default value for $auxdir.
44398
44399 2005-08-24  Bruno Haible  <bruno@clisp.org>
44400
44401         * gnulib-tool (import): Use compound statement instead of subshell
44402         where possible.
44403
44404 2005-08-24  Bruno Haible  <bruno@clisp.org>
44405
44406         * gnulib-tool (import): Change --aux-dir default to "build-aux".
44407
44408 2005-08-24  Bruno Haible  <bruno@clisp.org>
44409
44410         * gnulib-tool (func_version): Update.
44411
44412 2005-08-24  Bruno Haible  <bruno@clisp.org>
44413
44414         * gnulib-tool (func_import, func_create_testdir,
44415         func_create_megatestdir): Quote all autoconf macro arguments.
44416
44417 2005-08-24  Bruno Haible  <bruno@clisp.org>
44418
44419         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
44420         option --force, because --force causes the aclocal.m4 of each
44421         subdirectory to be newer than the corresponding config.h.in.
44422
44423 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44424
44425         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
44426         All contents moved to gl_REGEX.
44427         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
44428         assume that it does.
44429
44430 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44431
44432         * lib/regex.h (REG_NOSYS)
44433         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
44434         Define, since POSIX requires it as of 2001.
44435         (_REG_ENOSYS)
44436         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
44437         New private symbol, used to keep the enum signed in all cases.
44438         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
44439         Youngman in
44440         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
44441
44442         * lib/regex_internal.c (re_string_skip_chars, register_state):
44443         (calc_state_hash):
44444         Remove forward decls; no longer needed now that we use prototypes.
44445         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
44446         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
44447         (clean_state_log_if_needed): Likewise.
44448
44449 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44450
44451         * config/srclist.txt: Add glibc bugs 1231-1233.
44452
44453 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44454
44455         Fix problems reported by Sam Steingold in
44456         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
44457         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
44458         assumed that reg_errcode_t is a signed type, which is not
44459         necessarily true if _XOPEN_SOURCE is not defined.
44460         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
44461         since some compilers warn about it otherwise.
44462
44463 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44464
44465         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
44466         (init_word_char, create_initial_state, duplicate_node_closure):
44467         (fetch_token, peek_token_bracket, build_range_exp):
44468         (build_collating_symbol): Remove forward decls; no longer needed
44469         now that we use prototypes.
44470
44471         * lib/regcomp.c:
44472         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
44473         (re_compile_fastmap_iter, regcomp, regerror, regfree):
44474         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
44475         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
44476         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
44477         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
44478         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
44479         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
44480         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
44481         (build_range_exp, build_collating_symbol, parse_bracket_exp):
44482         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
44483         (build_charclass, build_charclass_op, fetch_number, create_tree):
44484         (create_token_tree, mark_opt_subexp, duplicate_tree):
44485         Use prototypes rather than old-style definitions.
44486
44487         * lib/regex_internal.c:
44488         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
44489         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
44490         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
44491         (re_string_reconstruct, re_string_peek_byte_case):
44492         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
44493         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
44494         (re_node_set_init_copy, re_node_set_add_intersect):
44495         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
44496         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
44497         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
44498         (re_acquire_state, re_acquire_state_context, register_state):
44499         (create_ci_newstate, create_cd_newstate, free_state):
44500         Likewise.
44501         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
44502         re_search_2):
44503         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
44504         (re_search_internal, prune_impossible_nodes):
44505         (acquire_init_state_context, check_matching, static):
44506         (check_halt_node_context, check_halt_state_context, proceed_next_node):
44507         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
44508         (update_regs, sift_states_backward, build_sifted_states):
44509         (clean_state_log_if_needed, merge_state_array):
44510         (update_cur_sifted_state, add_epsilon_src_nodes):
44511         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
44512         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
44513         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
44514         (find_recover_state, check_subexp_matching_top, transit_state_mb):
44515         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
44516         (check_arrival, check_arrival_add_next_nodes):
44517         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
44518         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
44519         (check_node_accept_bytes, check_node_accept, extend_buffers):
44520         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
44521         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
44522         (sift_ctx_init):
44523         Likewise.
44524
44525         * lib/regex_internal.h:
44526         (re_string_allocate, re_string_construct, re_string_reconstruct):
44527         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
44528         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
44529         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
44530         (re_string_context_at, re_string_peek_byte_case):
44531         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
44532         is defined, since we now use prototypes always.
44533
44534         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
44535         C89 or better.  All uses removed.
44536
44537 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44538
44539         * config/srclist.txt: Add glibc bugs 1220-1227.
44540
44541 2005-08-20  Jim Meyering  <jim@meyering.net>
44542
44543         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
44544         of unused local, dfa.
44545
44546 2005-08-20  Bruno Haible  <bruno@clisp.org>
44547
44548         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
44549
44550 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44551
44552         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
44553         (re_node_set_insert_last, re_dfa_add_node):
44554         Rename local variables to avoid GCC shadowing warnings.
44555
44556 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44557
44558         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
44559         [defined lint]: Suppress bogus uninitialized-variable warnings.
44560
44561         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
44562         and let the caller return REG_ESPACE if out of space.  This
44563         removes an uninitialied-variable warning with GCC 4.0.1, and also
44564         avoids taking the address of a local variable.  All callers
44565         changed.
44566
44567 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44568
44569         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
44570         $LIBCSRC/posix/regexec.c.
44571         Add glibc bug 1217 for regcomp.c.
44572
44573 2005-08-19  Jim Meyering  <jim@meyering.net>
44574
44575         * lib/regexec.c (proceed_next_node): Redo local variables to
44576         avoid GCC shadowing warnings.
44577
44578 2005-08-18  Bruno Haible  <bruno@clisp.org>
44579
44580         * lib/strstr.c (strstr): Fix return value in multibyte case.
44581         * lib/strcasestr.c (strcasestr): Likewise.
44582
44583 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44584
44585         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
44586
44587 2005-08-17  Jim Meyering  <jim@meyering.net>
44588
44589         Make the %s format (seconds since the epoch) work for a negative
44590         number and when used with a zero-padded field width, e.g. %015s.
44591
44592         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
44593         label so that it precedes the code to set `digits'.  Otherwise,
44594         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
44595         print `00-22'.  Now, it prints `-0022', as it should.
44596
44597 2005-08-17  Bruno Haible  <bruno@clisp.org>
44598
44599         * modules/strstr (Files): Add m4/mbrtowc.m4.
44600         (Depends-on): Add mbuiter.
44601
44602 2005-08-17  Bruno Haible  <bruno@clisp.org>
44603
44604         * modules/strcasestr: New file.
44605         * MODULES.html.sh (String handling, based on ANSI C 89): Add
44606         strcasestr.
44607
44608 2005-08-17  Bruno Haible  <bruno@clisp.org>
44609
44610         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
44611
44612 2005-08-17  Bruno Haible  <bruno@clisp.org>
44613
44614         * modules/mbuiter: New file.
44615         * MODULES.html.sh (Extended multibyte and wide character utilities):
44616         Add mbuiter.
44617
44618 2005-08-17  Bruno Haible  <bruno@clisp.org>
44619
44620         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
44621         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
44622
44623 2005-08-17  Bruno Haible  <bruno@clisp.org>
44624
44625         * m4/strcasestr.m4: New file.
44626
44627 2005-08-17  Bruno Haible  <bruno@clisp.org>
44628
44629         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
44630         * lib/strstr.c: Completely rewritten, with multibyte locale support.
44631
44632 2005-08-17  Bruno Haible  <bruno@clisp.org>
44633
44634         * lib/strcasestr.h: New file.
44635         * lib/strcasestr.c: New file.
44636
44637 2005-08-17  Bruno Haible  <bruno@clisp.org>
44638
44639         * lib/strcasecmp.c: Use mbuiter.h.
44640
44641 2005-08-17  Bruno Haible  <bruno@clisp.org>
44642
44643         * lib/mbuiter.h: New file.
44644
44645 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44646
44647         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
44648         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
44649         and gl_GETOPT are both invoked via different paths (as happens
44650         with GNU tar CVS because it uses both argp and getopt), the former
44651         wins.
44652
44653 2005-08-16  Bruno Haible  <bruno@clisp.org>
44654
44655         * modules/tls: New file.
44656         * MODULES.html.sh (Multithreading): Add tls.
44657
44658 2005-08-16  Bruno Haible  <bruno@clisp.org>
44659
44660         * modules/strnlen1: New file.
44661         * MODULES.html.sh (String handling): Add strnlen1.
44662
44663 2005-08-16  Bruno Haible  <bruno@clisp.org>
44664
44665         * modules/strcase (Files): Add m4/mbrtowc.m4.
44666         (Depends-on): Add strnlen1, mbchar.
44667
44668 2005-08-16  Bruno Haible  <bruno@clisp.org>
44669
44670         * modules/mbiter: New file.
44671         * MODULES.html.sh (Extended multibyte and wide character utilities):
44672         Add mbiter.
44673
44674 2005-08-16  Bruno Haible  <bruno@clisp.org>
44675
44676         * modules/mbfile: New file.
44677         * MODULES.html.sh (Extended multibyte and wide character utilities):
44678         Add mbfile.
44679
44680 2005-08-16  Bruno Haible  <bruno@clisp.org>
44681
44682         * modules/mbchar: New file.
44683         * MODULES.html.sh (Extended multibyte and wide character utilities):
44684         New section.
44685
44686 2005-08-16  Bruno Haible  <bruno@clisp.org>
44687
44688         * m4/tls.m4: New file, from GNU gettext.
44689
44690 2005-08-16  Bruno Haible  <bruno@clisp.org>
44691
44692         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
44693         always.
44694         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
44695
44696 2005-08-16  Bruno Haible  <bruno@clisp.org>
44697
44698         * m4/mbiter.m4: New file.
44699
44700 2005-08-16  Bruno Haible  <bruno@clisp.org>
44701
44702         * m4/mbfile.m4: New file.
44703
44704 2005-08-16  Bruno Haible  <bruno@clisp.org>
44705
44706         * m4/mbchar.m4: New file.
44707
44708 2005-08-16  Bruno Haible  <bruno@clisp.org>
44709
44710         * lib/tls.h: New file, from GNU gettext.
44711         * lib/tls.c: New file, from GNU gettext.
44712
44713 2005-08-16  Bruno Haible  <bruno@clisp.org>
44714
44715         * lib/strnlen1.h: New file.
44716         * lib/strnlen1.c: New file.
44717
44718 2005-08-16  Bruno Haible  <bruno@clisp.org>
44719
44720         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
44721         (mbi_init): Update.
44722         (mbi_avail, mbi_advance): Let the iteration end before the terminating
44723         NUL byte, not after it.
44724
44725 2005-08-16  Bruno Haible  <bruno@clisp.org>
44726
44727         * lib/strcase.h (strcasecmp): Add note in comments.
44728         * lib/strncasecmp.c: Use code from strcasecmp.c.
44729         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
44730         (strcasecmp): Work correctly in multibyte locales.
44731
44732 2005-08-16  Bruno Haible  <bruno@clisp.org>
44733
44734         * lib/mbiter.h: New file.
44735
44736 2005-08-16  Bruno Haible  <bruno@clisp.org>
44737
44738         * lib/mbfile.h: New file.
44739
44740 2005-08-16  Bruno Haible  <bruno@clisp.org>
44741
44742         * lib/mbchar.h: New file.
44743         * lib/mbchar.c: New file.
44744
44745 2005-08-16  Bruno Haible  <bruno@clisp.org>
44746
44747         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
44748         the valid ones. Makes the comparison operations transitive:
44749         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
44750         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
44751
44752 2005-08-15  Simon Josefsson  <jas@extundo.com>
44753
44754         * modules/ssize_t (License): Change to 'unlimited'.
44755
44756         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
44757
44758 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44759
44760         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
44761         Add comments for each pending glibc patch.
44762
44763 2005-08-15  Bruno Haible  <bruno@clisp.org>
44764
44765         * lib/regex.h (__restrict_arr): Don't define to __restrict if
44766         __cplusplus is defined.
44767
44768 2005-08-14  Jim Meyering  <jim@meyering.net>
44769
44770         Sync from coreutils.
44771
44772         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
44773         Use the hash-table-based cycle-detection code not just when
44774         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
44775         Reported by James Youngman in
44776         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
44777         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
44778         FTS_TIGHT_CYCLE_CHECK.
44779         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
44780         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
44781         once again.
44782         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
44783         * lib/fts.c (fd_safer): Remove decl.
44784         Include fcntl--.h rather than unistd-safer.h
44785         (fts_safe_changedir): Don't call fd_safer; no longer needed
44786         now that we include fcntl--.h.
44787
44788 2005-08-12  Simon Josefsson  <jas@extundo.com>
44789
44790         * modules/getndelim2: Use ssize_t module.
44791         * modules/getnline: Likewise.
44792         * modules/safe-read: Likewise.
44793         * modules/xreadlink: Likewise.
44794
44795         * modules/ssize_t: New file.
44796
44797 2005-08-12  Simon Josefsson  <jas@extundo.com>
44798
44799         * m4/readline.m4: Look for termcap, curses or ncurses if required.
44800
44801 2005-08-12  Simon Josefsson  <jas@extundo.com>
44802
44803         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
44804         ssize_t.
44805
44806 2005-08-12  Simon Josefsson  <jas@extundo.com>
44807
44808         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
44809         readline, getdelim and check_version.
44810         (Support for systems lacking ISO C 99: Sizes of integer types):
44811         Add size_max.
44812
44813 2005-08-12  Bruno Haible  <bruno@clisp.org>
44814
44815         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
44816
44817 2005-08-11  Simon Josefsson  <jas@extundo.com>
44818
44819         * modules/readline: New file.
44820
44821         * modules/strnlen (Files): Add strnlen.h.
44822
44823 2005-08-11  Simon Josefsson  <jas@extundo.com>
44824
44825         * m4/readline.m4: New file.
44826
44827 2005-08-11  Simon Josefsson  <jas@extundo.com>
44828
44829         * lib/readline.h, readline.c: New file.
44830
44831 2005-08-11  Simon Josefsson  <jas@extundo.com>
44832
44833         * doc/gnulib.texi (Initial import, Finishing touches): Mention
44834         gl_AVOID.
44835
44836 2005-08-11  Bruno Haible  <bruno@clisp.org>
44837
44838         * lib/strnlen.h (strnlen): Change parameter name to match comment.
44839
44840 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
44841
44842         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
44843
44844 2005-08-10  Simon Josefsson  <jas@extundo.com>
44845
44846         * tests/test-iconvme.c: New file.
44847
44848 2005-08-10  Simon Josefsson  <jas@extundo.com>
44849
44850         * m4/strnlen.m4: New file.
44851
44852         * m4/strndup.m4: Don't check for strnlen declaration, done in
44853         strnlen.m4.
44854
44855 2005-08-10  Simon Josefsson  <jas@extundo.com>
44856
44857         * lib/strndup.c: Use strnlen.h.
44858
44859         * lib/strnlen.h: New file.
44860
44861 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44862
44863         * README: Typos.
44864
44865 2005-08-02  Simon Josefsson  <jas@extundo.com>
44866
44867         * modules/readline: New file.
44868
44869 2005-08-02  Simon Josefsson  <jas@extundo.com>
44870
44871         * modules/getdelim: New file.
44872
44873         * modules/getline: Rewrite, don't use getndelim2.
44874
44875 2005-08-02  Simon Josefsson  <jas@extundo.com>
44876
44877         * m4/getline.m4: Separate out getdelim stuff into separate module.
44878
44879         * m4/getdelim.m4: New file.
44880
44881 2005-08-02  Simon Josefsson  <jas@extundo.com>
44882
44883         * lib/getline.h, getline.c: Rewrite.
44884
44885         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
44886
44887 2005-07-31  Bruno Haible  <bruno@clisp.org>
44888
44889         * lib/lock.h (gl_lock_initializer): New macro.
44890         (gl_lock_define_initialized): Use it.
44891         (gl_rwlock_initializer): New macro.
44892         (gl_rwlock_define_initialized): Use it.
44893         (gl_recursive_lock_initializer): New macro.
44894         (gl_recursive_lock_define_initialized): Use it.
44895
44896 2005-07-30  Karl Berry  <karl@gnu.org>
44897
44898         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
44899         Report from Ben Pfaff, regarding getopt.
44900
44901 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
44902
44903         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
44904         normal way.
44905         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
44906         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
44907         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
44908         (gl_GETOPT): Use the new macros.  Most of the implementation
44909         is moved to the new macros.  This is for programs like Emacs
44910         that don't want all the functionality of gl_GETOPT.
44911
44912 2005-07-26  Bruno Haible  <bruno@clisp.org>
44913
44914         * m4/lock.m4: Update from GNU gettext.
44915
44916 2005-07-26  Bruno Haible  <bruno@clisp.org>
44917
44918         * lib/lock.h: Update from GNU gettext.
44919         * lib/lock.c: Update from GNU gettext.
44920
44921 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
44922
44923         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
44924         obsolescent AC_TRY_RUN.  Include the default includes files, for
44925         'exit'.
44926
44927 2005-07-24  Bruno Haible  <bruno@clisp.org>
44928
44929         * modules/visibility: New file.
44930         * MODULES.html.sh (Misc): Add visibility.
44931
44932 2005-07-24  Bruno Haible  <bruno@clisp.org>
44933
44934         * m4/visibility.m4: New file.
44935
44936 2005-07-24  Bruno Haible  <bruno@clisp.org>
44937
44938         * doc/visibility.texi: New file.
44939
44940 2005-07-22  Bruno Haible  <bruno@clisp.org>
44941
44942         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
44943         $(ALLOCA_H), redundant through BUILT_SOURCES.
44944         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
44945         redundant through BUILT_SOURCES.
44946         * modules/byteswap (Makefile.am): Remove explicit dependency on
44947         $(BYTESWAP_H), redundant through BUILT_SOURCES.
44948         * modules/fnmatch (Makefile.am): Remove explicit dependency on
44949         $(FNMATCH_H), redundant through BUILT_SOURCES.
44950         * modules/getopt (Makefile.am): Remove explicit dependency on
44951         $(GETOPT_H), redundant through BUILT_SOURCES.
44952         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
44953         redundant through BUILT_SOURCES.
44954         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
44955         redundant through BUILT_SOURCES.
44956         * modules/stdbool (Makefile.am): Remove explicit dependency on
44957         $(STDBOOL_H), redundant through BUILT_SOURCES.
44958         * modules/stdint (Makefile.am): Remove explicit dependency on
44959         $(STDINT_H), redundant through BUILT_SOURCES.
44960         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
44961         Remove explicit dependency on $(SYSEXITS_H).
44962         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
44963
44964 2005-07-18  Simon Josefsson  <jas@extundo.com>
44965
44966         * lib/check-version.c (check_version): Accept identical versions too.
44967
44968 2005-07-18  Bruno Haible  <bruno@clisp.org>
44969
44970         * modules/lock: New file.
44971         * MODULES.html.sh (Multithreading): New section.
44972
44973 2005-07-18  Bruno Haible  <bruno@clisp.org>
44974
44975         * m4/lock.m4: New file, from GNU gettext.
44976
44977 2005-07-18  Bruno Haible  <bruno@clisp.org>
44978
44979         * lib/lock.h: New file, from GNU gettext.
44980         * lib/lock.c: New file, from GNU gettext.
44981
44982 2005-07-18  Bruno Haible  <bruno@clisp.org>
44983
44984         * lib/lock.h (gl_once_t): New type.
44985         (gl_once_define, gl_once): New macros.
44986         * lib/lock.c (fresh_once): New variable.
44987         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
44988         functions.
44989
44990 2005-07-16  Simon Josefsson  <jas@extundo.com>
44991
44992         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
44993         workaround, suggested by Bruno.
44994
44995 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
44996
44997         * modules/xalloc (Depends-on): Add xalloc-die.
44998         * modules/xvasprintf (Depends-on): Add xalloc-die.
44999
45000 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
45001
45002         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
45003         with a minor change.
45004
45005 2005-07-15  Bruno Haible  <bruno@clisp.org>
45006
45007         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
45008         When using lib/poll.c, define poll as rpl_poll.
45009
45010 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
45011
45012         * modules/argp (Depends-on): Remove unlocked-io.
45013
45014 2005-07-14  Derek Price  <derek@ximbiot.com>
45015
45016         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
45017         for glob symlink bug.
45018
45019 2005-07-14  Bruno Haible  <bruno@clisp.org>
45020
45021         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
45022         Instead, test for *_unlocked function declarations directly.
45023
45024 2005-07-11  Simon Josefsson  <jas@extundo.com>
45025
45026         * modules/size_max: New file.
45027
45028         * modules/xsize: Depend on size_max module for size_max.m4.
45029
45030 2005-07-11  Simon Josefsson  <jas@extundo.com>
45031
45032         * lib/size_max.h: New file.
45033
45034 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
45035
45036         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
45037         copyright symbol and the year.
45038         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
45039         (version_etc_va): Use parameterized copyright notice.
45040         Reword to conform to the current GNU coding standards.
45041
45042 2005-07-11  Karl Berry  <karl@gnu.org>
45043
45044         * doc/gnulib.texi (Quoting): new node.
45045         (Initial import): more info, from Patrice.
45046
45047 2005-07-11  Bruno Haible  <bruno@clisp.org>
45048
45049         * gnulib-tool (func_usage): Document option --avoid.
45050         (Command line options): Handle --avoid.
45051         (func_acceptable): New function.
45052         (func_modules_transitive_closure): Use it.
45053
45054 2005-07-11  Bruno Haible  <bruno@clisp.org>
45055
45056         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
45057         Reported by Jim Meyering.
45058
45059 2005-07-10  Bruno Haible  <bruno@clisp.org>
45060
45061         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
45062         Needed when size_t is smaller than 'unsigned int'.
45063         Reported by Paul Eggert.
45064
45065 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45066
45067         * modules/argp (Depends-on): Add unlocked-io
45068
45069 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45070
45071         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
45072         block of defines.
45073
45074 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45075
45076         * config/srclist.txt: Comment out regcomp.c, since we have a porting
45077         fix now.
45078
45079 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
45080         and Paul Eggert  <eggert@cs.ucla.edu>
45081
45082         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
45083         in wint_t, not wchar_t.  Remove now-unnecessary cast.
45084
45085 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45086
45087         * modules/regex (Files): Add lib/regex_internal.c,
45088         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
45089         (Depends-on): Add extensions.
45090         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
45091
45092 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45093
45094         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
45095         pathconf.
45096         * m4/same.m4 (gl_SAME): Likewise.
45097         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
45098
45099         * m4/regex.m4: Adjust to new libc regex implementation.
45100         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
45101         all the .c and .h parts of (the new) regex.
45102         Quote the m4 stuff better.
45103         Check for RE_ICASE bug of old gnulib.
45104         Check for REG_STARTEND of recent libc.
45105         Rename local variables from jm_* to gl_*.
45106         Quote operand of "test -f".
45107         Say "recent enough" version of libc, not "version 2".
45108         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
45109         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
45110         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
45111         Remove check for btowc, isascii.
45112         Require AM_LANGINFO_CODESET.
45113
45114 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45115
45116         * lib/regex.c, regex.h: Sync from libc.
45117         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
45118         * lib/regexec.c:
45119         New files, synced from libc, except that regex_internal.h
45120         currently has a small porting fix.
45121
45122 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45123
45124         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
45125         regex_internal.c, regexec.c.
45126         Add regex_internal.h too, but as a comment, since the libc version
45127         is currently broken in gnulib mode.
45128
45129 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45130
45131         Support programs like Emacs that use gnulib but not gettext.
45132         * MODULES.html.sh (Internationalization functions): Add gettext-h.
45133         * modules/gettext-h: New file.
45134         * modules/gettext (Files): Remove lib/gettext.h.
45135         (Depends-on): Add gettext-h.
45136         (Makefile.am): Remove lib_SOURCES.
45137         * modules/argmatch, modules/c-stack, modules/closeout:
45138         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
45139         * modules/execute, modules/file-type, modules/getaddrinfo:
45140         * modules/getopt, modules/human, modules/javacomp:
45141         * modules/javaexec, modules/mkdir-p, modules/obstack:
45142         * modules/openat, modules/pagealign_alloc, modules/pipe:
45143         * modules/quotearg, modules/regex, modules/rpmatch:
45144         * modules/unicodeio, modules/userspec, modules/version-etc:
45145         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
45146         * modules/xsetenv:
45147         Depend on gettext-h, not gettext.
45148
45149 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45150
45151         * gnulib-tool (func_import): Add support for 'public domain' license.
45152         * modules/alloca, modules/atexit, modules/memmove:
45153         Now public domain, not GPL.
45154         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
45155         * modules/realloc, modules/strerror, modules/strtod:
45156         Now LGPL, not GPL.
45157
45158 2005-07-05  Bruno Haible  <bruno@clisp.org>
45159
45160         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
45161         autoconf CVS. Needed for mingw.
45162
45163 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45164
45165         Remove the dependency of the strftime module on the tzset module.
45166         * modules/strftime (Depends-on): Remove dependency on tzset.
45167
45168 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45169
45170         Remove the dependency of the strftime module on the tzset module.
45171         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
45172         gl_FUNC_TZSET_CLOBBER.
45173
45174 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45175
45176         Remove the dependency of the strftime module on the tzset module.
45177         * lib/strftime.c (my_strftime)
45178         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
45179         Copy the input structure, to work around some of the bug with
45180         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
45181         Solaris releases, you should also use the tzset module, but we won't
45182         require it as a dependency any more since we don't want LGPLed code
45183         to depend on GPLed code.
45184
45185 2005-07-02  Jim Meyering  <jim@meyering.net>
45186
45187         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
45188         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
45189         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
45190         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
45191
45192 2005-07-02  Jim Meyering  <jim@meyering.net>
45193
45194         * lib/backupfile.c (backup_args): Change a `0' to NULL.
45195
45196 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45197
45198         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
45199         declares only 'struct timespec;' (!).
45200
45201 2005-07-01  Jim Meyering  <jim@meyering.net>
45202
45203         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
45204         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
45205         * lib/save-cwd.c, tempname.c:
45206         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
45207         and don't include <sys/file.h>).
45208
45209 2005-06-29  Jim Meyering  <jim@meyering.net>
45210
45211         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
45212         type name.  Use the variable name instead.
45213         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
45214         Likewise.
45215
45216 2005-06-28  Simon Josefsson  <jas@extundo.com>
45217
45218         * modules/check-version (Files): Add check-version.m4.
45219
45220 2005-06-28  Simon Josefsson  <jas@extundo.com>
45221
45222         * m4/check-version.m4: New file, suggested by Jim Meyering
45223         <jim@meyering.net>.
45224
45225 2005-06-28  Simon Josefsson  <jas@extundo.com>
45226
45227         * lib/check-version.h, lib/check-version.c: New files.
45228
45229 2005-06-28  Simon Josefsson  <jas@extundo.com>
45230
45231         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
45232         collision with global variable.  Better indentation.  Don't
45233         increment buffer pointer beyond buffer end.  Based on comments
45234         from Paul Eggert <eggert@cs.ucla.edu>.
45235
45236         * lib/base64.h: Indent.
45237
45238 2005-06-28  Simon Josefsson  <jas@extundo.com>
45239
45240         * doc/gnulib.texi (Library version handling): New section.
45241
45242 2005-06-28  Jim Meyering  <jim@meyering.net>
45243
45244         * check-module (find_included_lib_files): Hard-code another
45245         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
45246         but modules/fts-lgpl (correctly) does not list those files.
45247
45248         * modules/canonicalize (Files): Add lib/pathmax.h.
45249
45250 2005-06-25  Simon Josefsson  <jas@extundo.com>
45251
45252         * modules/check-version: New file.
45253
45254 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
45255
45256         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
45257         initializer of struct addrinfo, as an indication that we don't
45258         care how many members the structure has.
45259
45260 2005-06-24  Derek Price  <derek@ximbiot.com>
45261         and Bruno Haible  <bruno@clisp.org>
45262
45263         Remove stat module & update lstat.
45264         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
45265         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45266         * m4/stat.m4: Remove this file.
45267
45268 2005-06-24  Derek Price  <derek@ximbiot.com>
45269         and Bruno Haible  <bruno@clisp.org>
45270
45271         Remove stat module & update lstat.
45272         * lib/stat.c: Remove this file...
45273         (slash_aware_lstat): ...moving this content and its support...
45274         * lib/lstat.c (rpl_lstat): ...into here.
45275         * lib/lstat.h: New file.
45276
45277 2005-06-24  Derek Price  <derek@ximbiot.com>
45278         and Bruno Haible  <bruno@clisp.org>
45279
45280         Remove stat module & update lstat.
45281         * config/srclist.txt (libc sources): Remove stat.
45282
45283 2005-06-24  Derek Price  <derek@ximbiot.com>
45284         and Bruno Haible  <bruno@clisp.org>
45285
45286         Remove stat module & update lstat.
45287         * MODULES.html.sh (stat): Remove.
45288         * MODULES.html: Regenerated.
45289         * modules/lstat (Description): Correct function name.
45290         (Files): Add "lstat.h".
45291         (Depends-on): Remove stat, add xalloc, stat-macros.
45292         * modules/stat: Remove this file.
45293         (Include): Add "lstat.h", remove <sys/stat.h>.
45294
45295 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
45296
45297         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
45298         (ranged_convert): Don't save conversion in a temporary struct.
45299         This causes a warning with GCC 4.0.0, and anyway in the typical
45300         case it's not worth the extra 100 bytes or so of code.
45301         (ranged_convert, __mktime_internal): When calling a function via a
45302         pointer P, use P () rather than (*P) (), as we now assume C89 or
45303         better.
45304
45305 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45306
45307         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
45308         "who -r" failed to give output.  Problem reported by Tim Waugh.
45309
45310         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
45311         (xcalloc): Use it to avoid needless tests.
45312         Problem reported by Jim Meyering.
45313
45314 2005-06-20  Derek Price  <derek@ximbiot.com>
45315
45316         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
45317         unnecessary for Autoconfs > 2.59c.
45318
45319 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45320
45321         * lib/argp.h (__option_is_short): Check upper limit of
45322         __key. Isprint() requires its argument to have the value
45323         of an unsigned char or EOF.
45324
45325 2005-06-16  Jim Meyering  <jim@meyering.net>
45326
45327         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
45328         when either N or S is zero.
45329
45330 2005-06-16  Derek Price  <derek@ximbiot.com>
45331
45332         * m4/bison.m4: Declare YACC & YFLAGS precious.
45333
45334 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
45335
45336         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
45337         multibyte string or pattern, fall back on unibyte matching.
45338         Problem reported by James Youngman.
45339
45340 2005-06-08  Bruno Haible  <bruno@clisp.org>
45341
45342         * modules/csharpcomp: New file.
45343         * MODULES.html.sh (C#): Add csharpcomp.
45344
45345 2005-06-08  Bruno Haible  <bruno@clisp.org>
45346
45347         * m4/csharpcomp.m4: New file, from GNU gettext.
45348
45349 2005-06-08  Bruno Haible  <bruno@clisp.org>
45350
45351         * lib/csharpcomp.h: New file, from GNU gettext.
45352         * lib/csharpcomp.c: New file, from GNU gettext.
45353         * lib/csharpcomp.sh.in: New file, from GNU gettext.
45354
45355 2005-06-08  Bruno Haible  <bruno@clisp.org>
45356
45357         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
45358         warning on mingw.
45359
45360 2005-06-07  Derek Price  <derek@ximbiot.com>
45361
45362         Sync from CVS.
45363         * lib/glob_.h: Indent nested #ifdef.
45364
45365 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
45366
45367         Sync from coreutils.
45368         Use "file name" when talking about file names, instead of "filename"
45369         or "path", as per the GNU coding standards.
45370         * lib/mkdir-p.c: Renamed from makepath.c.
45371         (make_dir_parents): Renamed from make_path.  All callers changed.
45372         * lib/mkdir-p.h: Likewise.  All includers changed.
45373         * lib/filenamecat.c: Renamed from path-concat.c.
45374         (file_name_concat): Renamed from path_concat.  All callers changed.
45375         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
45376         * lib/filenamecat.h: Likewise.  All includers changed.
45377         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
45378         in comments or local variable names.
45379         * lib/basename.c: Likewise.
45380         * lib/canonicalize.c, canonicalize.h: Likewise.
45381         * lib/dirname.c, dirname.h: Likewise.
45382         * lib/euidaccess.c: Likewise.
45383         * lib/exclude.c: Likewise
45384         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
45385         * lib/fsusage.c, fsuage.h: Likewise.
45386         * lib/fts.c, fts_.h: Likewise.
45387         * lib/getcwd.c: Likewise.
45388         * lib/getloadavg.c: Likewise.
45389         * lib/mkstemp.c: Likewise.
45390         * lib/mountlist.c, mountlist.h: Likewise.
45391         * lib/openat.c, openat.h: Likewise.
45392         * lib/readlink-stub.c: Likewise.
45393         * lib/readutmp.c, readutmp.h: Likewise.
45394         * lib/rename.c: Likewise.
45395         * lib/rmdir.c: Likewise.
45396         * lib/same.c: Likewise.
45397         * lib/savedir.c: Likewise.
45398         * lib/stripslash.c: Likewise.
45399         * lib/tempname.c: Likewise.
45400         * lib/xreadlink.c: Likewise.
45401         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
45402         All uses changed.
45403         * lib/exclude.h: Likewise.
45404
45405         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
45406         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
45407         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
45408         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
45409         * lib/pathmax.h: Include <limits.h> unconditionally, since other
45410         files have been getting away with it for years (MORE/BSD 4.3
45411         is extinct now).
45412         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
45413         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
45414
45415         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
45416         Define to 256, not 255, as per modern POSIX.
45417
45418 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
45419
45420         Sync from coreutils.
45421         Use "file name" when talking about file names, instead of "filename"
45422         or "path", as per the GNU coding standards.
45423         * MODULES.html.sh: mkdir-p renamed from makepath.
45424         filenamecat renamed from path-concat.
45425         * modules/filenamecat: Renamed from modules/path-concat.
45426         (Files): filenamecat.h and filenamecat.c renamed from
45427         path-concat.h and path-concat.c.
45428         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
45429         (Include): filenamecat.h, not path-concat.h.
45430         * modules/mkdir-p: Renamed from modules/makepath.
45431         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
45432         makepath.c.
45433         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
45434         (Include): mkdir-p.h, not makepath.h.
45435
45436 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
45437
45438         Sync from coreutils.
45439         * m4/mkdir-p.m4: Renamed from makepath.m4.
45440         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
45441         Rename files from makepath.c to mkdir-p.c, and from
45442         makepath.h to mkdir-p.h.
45443         * m4/filenamecat.m4: Renamed from path-concat.m4.
45444         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
45445         Rename files from path-concat.c to filenamecat.c,
45446         and from path-concat.h to filenamecat.h.
45447         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
45448         "file name" in local variables or comments.
45449         * m4/rename.m4: Likewise.
45450
45451 2005-06-01  Bruno Haible  <bruno@clisp.org>
45452
45453         * modules/csharpexec: New file.
45454         * MODULES.html.sh (C#): New section.
45455
45456 2005-06-01  Bruno Haible  <bruno@clisp.org>
45457
45458         * m4/csharp.m4: New file, from GNU gettext.
45459         * m4/csharpexec.m4: New file, from GNU gettext.
45460
45461 2005-06-01  Bruno Haible  <bruno@clisp.org>
45462
45463         * lib/csharpexec.h: New file, from GNU gettext.
45464         * lib/csharpexec.c: New file, from GNU gettext.
45465         * lib/csharpexec.sh.in: New file, from GNU gettext.
45466
45467 2005-05-31  Derek Price  <derek@ximbiot.com>
45468             Paul Eggert  <eggert@cs.ucla.edu>
45469
45470         Sync from cvs.
45471         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
45472
45473 2005-05-31  Derek Price  <derek@ximbiot.com>
45474             Paul Eggert  <eggert@cs.ucla.edu>
45475
45476         Sync from cvs.
45477         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
45478
45479 2005-05-29  Derek Price  <derek@ximbiot.com>
45480
45481         * config/srclist.txt (glob_.h, glob.c): Add these files.
45482
45483 2005-05-29  Derek Price  <derek@ximbiot.com>
45484
45485         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
45486         * modules/glob: New file.
45487         * modules/getlogin_r: Add link to POSIX spec in description.
45488
45489 2005-05-29  Derek Price  <derek@ximbiot.com>
45490             Paul Eggert  <eggert@cs.ucla.edu>
45491
45492         * m4/glob.m4: New file.
45493
45494 2005-05-29  Derek Price  <derek@ximbiot.com>
45495             Paul Eggert  <eggert@cs.ucla.edu>
45496
45497         * lib/glob_.h, lib/glob.c: New files.
45498
45499 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
45500
45501         * modules/fts (Files): Remove m4/inttypes-pri.m4.
45502         * modules/fts-lgpl (Depends-on): Remove gettext.
45503
45504 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
45505
45506         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
45507         and don't require gt_INTTYPES_PRI.
45508
45509 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
45510
45511         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
45512
45513         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
45514         the configuration hassle isn't worth it.
45515         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
45516         (LONGEST_MODIFIER, PRIuMAX): Remove.
45517
45518 2005-05-27  Bruno Haible  <bruno@clisp.org>
45519
45520         * lib/getlogin_r.h: Remove second include of <stddef.h>.
45521
45522 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
45523
45524         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
45525         _POSIX_PTHREAD_SEMANTICS for Solaris.
45526
45527 2005-05-25  Derek Price  <derek@ximbiot.com>
45528
45529         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
45530
45531 2005-05-25  Derek Price  <derek@ximbiot.com>
45532             Paul Eggert  <eggert@cs.ucla.edu>
45533
45534         * modules/getlogin_r, m4/getlogin_r.m4: New files.
45535         * lib/getlogin_r.c, getlogin_r.h: New files.
45536
45537 2005-05-25  Bruno Haible  <bruno@clisp.org>
45538             Derek Price  <derek@ximbiot.com>
45539
45540         * lib/getlogin_r.h: Simplify API documentation.
45541
45542 2005-05-23  Derek Price  <derek@ximbiot.com>
45543
45544         * modules/minmax (Files): Add m4/minmax.m4.
45545         (configure.ac): Add gl_MINMAX.
45546
45547 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
45548
45549         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
45550         so that unistd-safer.h (GPL'ed code) need not be included.
45551
45552 2005-05-22  Bruno Haible  <bruno@clisp.org>
45553
45554         * m4/minmax.m4: New file.
45555         Based on a patch by Derek Price <derek@ximbiot.com>.
45556
45557 2005-05-22  Bruno Haible  <bruno@clisp.org>
45558
45559         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
45560         (INT64_MIN): Fix definition.
45561         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
45562
45563         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
45564         NEED_SIGNED_INT_TYPES.
45565
45566         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
45567         HAVE_SYSTEM_INTTYPES.
45568
45569 2005-05-22  Bruno Haible  <bruno@clisp.org>
45570
45571         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
45572         Also include <sys/param.h> if it defines MIN, MAX.
45573         Based on a patch by Derek Price <derek@ximbiot.com>.
45574
45575 2005-05-21  Jim Meyering  <jim@meyering.net>
45576
45577         * modules/fts (Files): Add m4/inttypes-pri.m4.
45578         (Depends-on): Add lstat and remove gettext.  Alphabetize.
45579
45580 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
45581
45582         New fts module.
45583         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
45584         (setup_dir, free_dir): New functions.
45585         (enter_dir, leave_dir): Define trivial
45586         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
45587         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
45588         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
45589         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
45590         Move to fts-cycle.c.
45591         (fts_open): Use setup_dir.
45592         (fts_close): Use free_dir.
45593         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
45594         This adds a label and some gotos, but the alternatives were messier.
45595         Check for memory allocation failure when entering a dir.
45596         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
45597         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
45598         (FTS): New member fts_cycle, that is a union that contains the
45599         old active_dir_ht and cycle_state.  All uses changed to mention
45600         fts_cycle.ht and fts_cycle.state.
45601         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
45602         fts.c, with the following changes:
45603         (setup_dir, free_dir): New functions.
45604         (enter_dir): Now returns bool.  Return true if successful, false
45605         if memory exhausted.  All callers changed.
45606         Do not bother partly cleaning up on
45607         memory allocation failure; that is free_dir's job.
45608         However, free ad if hash_insert fails, to avoid memory leak.
45609         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
45610         fts->fts_options to see which union member to use.
45611
45612 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
45613
45614         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
45615         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
45616
45617 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
45618
45619         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
45620
45621 2005-05-20  Jim Meyering  <jim@meyering.net>
45622
45623         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
45624         Now a macro, to pacify GCC.
45625
45626 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
45627
45628         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
45629         of -1.
45630
45631 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
45632
45633         * lib/chown.c (rpl_chown): Return -1 on failure.
45634
45635 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
45636
45637         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
45638         Don't check for stddef.h.
45639         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
45640         don't use its results.
45641         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
45642         since we include them unconditionally.  Don't require
45643         AM_STDBOOL_H, since stdbool is a prerequisite.
45644         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
45645         since we assume C89 or better.
45646         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
45647         as we don't use their results.
45648         Don't check for fchdir, memmove, memset, strrchr, as we use
45649         them unconditionally.
45650         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
45651         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
45652
45653 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
45654
45655         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
45656         Include <stddef.h> unconditionally, since we assume C89 now.
45657         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
45658         * lib/fts.c: Include fts_.h first, to check interface.
45659         Do not include intprops.h; no longer needed.
45660         Include cycle-check.h and hash.h, since fts_.h no longer does.
45661         Remove unnecessary casts of closedir to void.
45662         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
45663         decide whether to decrement nlinks.
45664         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
45665         (FTS): Use struct hash_table * instead of Hash_table, so that
45666         we no longer need to include hash.h here.
45667
45668 2005-05-18  Jim Meyering  <jim@meyering.net>
45669
45670         * modules/dirfd (License): Change to LGPL.  Most of the code
45671         is already in the public domain.
45672
45673 2005-05-18  Jim Meyering  <jim@meyering.net>
45674
45675         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
45676         Reported by Yoann Vandoorselaere.
45677
45678 2005-05-17  Jim Meyering  <jim@meyering.net>
45679
45680         * m4/fts.m4: New file, from coreutils.
45681
45682 2005-05-17  Jim Meyering  <jim@meyering.net>
45683
45684         * lib/fts.c, lib/fts_.h: New files, from coreutils.
45685
45686 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
45687
45688         Sync from coreutils.
45689         * m4/unlinkdir.m4: New file.
45690
45691 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
45692
45693         Sync from coreutils.
45694         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
45695         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
45696         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
45697         White space changes only.
45698         * lib/makepath.c (make_path): Port to hosts where leading "//" is
45699         special.
45700         * lib/yesno.c: Include getline.h, not ctype.h.
45701         (yesno): Don't remove leading white space; POSIX doesn't allow it.
45702         Use getline to remove arbitrary restriction on response length.
45703
45704 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
45705
45706         * config/srclist-update: Spell out "Street" in FSF postal
45707         mail address; this is the style the FSF seems to prefer.
45708
45709         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
45710         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
45711         this updates FSF postal mail address.
45712
45713         Sync from coreutils.
45714         * modules/unlinkdir: New file.
45715         * modules/yesno (Depends-on): Add getline.
45716         * MODULES.html.sh (File system functions): Add unlinkdir.
45717
45718 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
45719
45720         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
45721         lib/strsep.h:
45722         Change the initial comment to refer to GPL, not LGPL.
45723         gnulib-tool will change it to LGPL as needed.
45724
45725         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
45726         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
45727         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
45728         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
45729         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
45730         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
45731         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
45732         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
45733         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
45734         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
45735         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
45736         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
45737         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
45738         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
45739         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
45740         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
45741         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
45742         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
45743         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
45744         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
45745         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
45746         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
45747         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
45748         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
45749         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
45750         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
45751         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
45752         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
45753         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
45754         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
45755         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
45756         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
45757         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
45758         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
45759         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
45760         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
45761         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
45762         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
45763         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
45764         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
45765         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
45766         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
45767         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
45768         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
45769         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
45770         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
45771         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
45772         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
45773         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
45774         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
45775         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
45776         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
45777         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
45778         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
45779         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
45780         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
45781         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
45782         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
45783         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
45784         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
45785         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
45786         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
45787         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
45788         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
45789         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
45790         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
45791         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
45792         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
45793         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
45794         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
45795         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
45796         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
45797         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
45798         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
45799         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
45800         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
45801         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
45802         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
45803         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
45804         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
45805         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
45806         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
45807         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
45808         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
45809         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
45810         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
45811         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
45812         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
45813         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
45814         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
45815         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
45816         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
45817         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
45818         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
45819         lib/yesno.c, lib/yesno.h:
45820         Update FSF postal mail address.
45821
45822 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
45823
45824         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
45825         tests/test-memmem.c, tests/test-stpncpy.c:
45826         Update FSF postal mail address.
45827
45828 2005-05-13  Bruno Haible  <bruno@clisp.org>
45829
45830         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
45831         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
45832         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
45833         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
45834         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
45835         Add support for 64-bit integers in the MSVC compiler.
45836
45837 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45838
45839         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
45840
45841 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
45842
45843         * gnulib-tool (func_import): Sort and uniquify recommended includes.
45844
45845 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
45846
45847         * doc/getdate.texi (General date syntax): Don't say that date
45848         date --iso-8601=ns generates acceptable dates; it doesn't yet.
45849         Problem reported by Nic Ferrier.
45850
45851 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45852
45853         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
45854         specified in ai_socktype. Fix invalid ai_protocol
45855         check. ai_protocol is usually set to 0 or depending on
45856         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
45857         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
45858         ai_socktype / ai_protocol in the returned addrinfo structure.
45859
45860 2005-05-10  Simon Josefsson  <jas@extundo.com>
45861
45862         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
45863         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45864
45865 2005-05-10  Karl Berry  <karl@gnu.org>
45866
45867         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
45868         (from http://www.gnu.org/licenses).
45869         * doc/COPYING.LIB: also rename to COPYING.LESSER.
45870         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
45871         fdl.texi suffices.
45872
45873 2005-05-10  Karl Berry  <karl@gnu.org>
45874
45875         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
45876         (COPYING.DOC): remove.
45877
45878         * config/srclist-update: new FSF address.
45879
45880 2005-05-10  Derek Price  <derek@ximbiot.com>
45881
45882         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
45883         possible.
45884
45885 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45886             Bruno Haible  <bruno@clisp.org>
45887
45888         * modules/inet_ntop: New file.
45889         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
45890         inet_ntop.
45891
45892 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45893             Bruno Haible  <bruno@clisp.org>
45894
45895         * m4/inet_ntop.m4: New file.
45896
45897 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45898             Bruno Haible  <bruno@clisp.org>
45899
45900         * lib/inet_ntop.h: New file.
45901         * lib/inet_ntop.c: New file, from glibc with modifications.
45902
45903 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
45904
45905         * modules/time_r (License): Change to LGPL.
45906         * modules/extensions (License): Change to LGPL.  Actually,
45907         the license is more permissive than that, but currently gnulib-tool
45908         doesn't know how to handle more-permissive licenses.
45909
45910         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
45911         Problem reported by Dave Love.
45912
45913 2005-05-08  Jim Meyering  <jim@meyering.net>
45914
45915         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
45916         blank.
45917
45918 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
45919
45920         * modules/argmatch (Depends-on): Add stdbool.
45921         * modules/backupfile (Depends-on): Likewise.
45922         * modules/chdir-long (Depends-on): Likewise.
45923         * modules/closeout (Depends-on): Likewise.
45924         * modules/cycle-check (Depends-on): Likewise.
45925         * modules/dirname (Depends-on): Likewise.
45926         * modules/fnmatch (Depends-on): Likewise.
45927         * modules/fsusage (Depends-on): Likewise.
45928         * modules/fwriteerror (Depends-on): Likewise.
45929         * modules/getcwd (Depends-on): Likewise.
45930         * modules/getloadavg (Depends-on): Likewise.
45931         * modules/hard-locale (Depends-on): Likewise.
45932         * modules/makepath (Depends-on): Likewise.
45933         * modules/mountlist (Depends-on): Likewise.
45934         * modules/nanosleep (Depends-on): Likewise.
45935         * modules/posixtm (Depends-on): Likewise.
45936         * modules/quotearg (Depends-on): Likewise.
45937         * modules/readtokens (Depends-on): Likewise.
45938         * modules/readtokens0 (Depends-on): Likewise.
45939         * modules/readutmp (Depends-on): Likewise.
45940         * modules/save-cwd (Depends-on): Likewise.
45941         * modules/strftime (Depends-on): Likewise.
45942         * modules/userspec (Depends-on): Likewise.
45943         * modules/utimecmp (Depends-on): Likewise.
45944         * modules/xgetcwd (Depends-on): Likewise.
45945         * modules/xnanosleep (Depends-on): Likewise.
45946         * modules/xstrtod (Depends-on): Likewise.
45947         * modules/yesno (Depends-on): Likewise.
45948
45949 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
45950
45951         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
45952         needless checks.
45953
45954 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
45955
45956         Merge from coreutils.  Among other things,
45957         add bulletproofing for cases where stdin, stdout, or stderr are closed.
45958         * lib/fd-safer.c: New file.
45959         * lib/fcntl-safer.h, open-safer.c: Remove.
45960         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
45961         * lib/dup-safer.c: Include unistd-safer.h first.
45962         Don't include errno.h.
45963         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
45964         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
45965         * lib/file-type.c: Rely on file-type.h change.
45966         * lib/getloadavg.c: Include unistd-safer.h.
45967         (getloadavg): Use safer open.
45968         * lib/getusershell.c: Include "stdio-safer.h".
45969         (getusershell): Use safer fopen.
45970         * lib/long-options.c (long_options): Use NULL rather than 0.
45971         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
45972         'free'.
45973         * lib/modechange.c: Likewise.
45974         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
45975         (MODE_DONE): New constant.
45976         (struct mode_change): Remove 'next' member.
45977         (make_node_op_equals): New function; like the old one of the
45978         same name, except it allocates an array.
45979         (mode_compile, mode_create_from_ref): Use it.
45980         (mode_compile): Allocate result as an array, not a linked list.
45981         Parse octal string ourself, so that we catch mistakes like "+0".
45982         (mode_adjust): Arg is an array, not a linked list.
45983         * lib/modechange.c: Include stat-macros.h, xalloc.h.
45984         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
45985         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
45986         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
45987         Remove.  This is now stat-macros.h's job.
45988         (talloc): Remove.  All callers replaced by xalloc, so that
45989         our invokers don't have to worry about reporting memory failures.
45990         (make_node_op_equals): Remove.
45991         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
45992         New constants.
45993         (struct mode_change): Moved here from modechange.h.
45994         (mode_append_entry): Remove.
45995         (mode_compile): Remove MASKED_OPS arg, since it encouraged
45996         apps to have incorrect behavior.  Use simpler algorithm for head
45997         and tail.  Don't futz with umask; that's now the job of mode_adjust.
45998         Detect more invalid usages rather than having somewhat-random behavior.
45999         Don't insert an "a=" action, as that leads to incorrect behavior.
46000         (mode_compile, mode_create_from_ref): Return NULL on error instead
46001         of an enum, since now there's only one way to have an error.  All
46002         callers changed.
46003         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
46004         at the correct time.  Simplify calculation of "+u" and its ilk.
46005         Don't mishandle "+X".
46006         (mode_free): Remove "register" and localize decls.
46007         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
46008         (struct mode_change): Move to modechange.c; callers don't
46009         need to see this stuff.
46010         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
46011         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
46012         (mode_change, mode_adjust): Reflect the new signatures noted above.
46013         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
46014         that might redefine system include files.
46015         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
46016         (my_usleep): Use NULL rather than (void *) 0.
46017         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
46018         Use siginterrupt to specify that system calls should be interrupted.
46019         (rpl_nanosleep): Move initialization of suspended closer to call of
46020         my_usleep.
46021         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
46022         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
46023         (desirable_utmp_entry): New function.
46024         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
46025         using x2nrealloc, to simplify logic.
46026         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
46027         size calculation.  Do not assume utmp file is a regular file.
46028         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
46029         (READ_UTMP_CHECK_PIDS): New constant.
46030         * lib/save-cwd.c: Include unistd-safer.h.
46031         (save_cwd): Use fd_safer.
46032         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
46033         [!_LIBC] Include "stat-macros.h" instead.
46034         * lib/unistd-safer.h (fd_safer): New decl.
46035
46036 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
46037
46038         * modules/getloadavg (Depends-on): Add unistd-safer.
46039         * modules/getusershell (Depends-on): Add stdio-safer.
46040         * modules/lstat (Depends-on): Remove xalloc.
46041         * modules/mkstemp (Depends-on): Add stat-macros.
46042         * modules/modechange (Depends-on): Remove xstrtol.
46043         Add stat-macros, xalloc.
46044         * modules/save-cwd (Depends-on): Add unistd-safer.
46045         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
46046         * modules/unistd-safer (Files): Add lib/fd-safer.c
46047         (Makefile.am): Remove lib_SOURCES.
46048
46049         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
46050         Remove fcntl-safer; unistd-safer supersedes it.
46051
46052 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
46053
46054         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
46055         AC_HEADER_STAT.
46056         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
46057         (gl_PREREQ_CHOWN): Remove.
46058         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
46059         it.  Don't require AC_HEADER_STAT.
46060         (gl_PREREQ_LSTAT): Remove.
46061         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
46062         Don't require AC_HEADER_STAT.
46063         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
46064         (gl_PREREQ_RMDIR): Remove.
46065         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
46066         mention stat-macros.h or AC_HEADER_STAT, since we'll make
46067         the stat-macros module a prerequisite.
46068         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
46069         * m4/filemode.m4 (gl_FILEMODE): Likewise.
46070         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
46071         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
46072         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
46073         variable names.
46074         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
46075         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
46076         variable prefixes.
46077         * m4/fcntl-safer.m4: Remove.
46078         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
46079         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
46080         Invoke gl_PREREQ_FD_SAFER.
46081         (gl_PREREQ_FD_SAFER): New macro.
46082         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
46083         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
46084         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
46085         Remove duplicate call to AC_LIBOBJ(readutmp).
46086         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
46087
46088         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
46089         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
46090
46091 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
46092
46093         * MODULES.html.sh (Misc): Add byteswap.
46094
46095 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46096
46097         * modules/getcwd (Depends-on): Add extensions.
46098         * modules/openat (Depends-on): Likewise.
46099
46100 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46101
46102         * modules/byteswap: New file.
46103
46104 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46105
46106         * m4/byteswap.m4: New file.
46107
46108 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46109
46110         * lib/byteswap_.h: New file.
46111
46112 2005-04-25  Karl Berry  <karl@gnu.org>
46113
46114         * m4/gettext.m4: Update from GNU gettext 0.14.4.
46115
46116 2005-04-25  Albert Chin  <china@thewrittenword.com>
46117
46118         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
46119         Toolkit C bug.
46120
46121 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
46122
46123         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
46124         (func_ln_if_changed) Remove forcibly for no error message
46125         in case file does not exist.
46126
46127 2005-04-19  Simon Josefsson  <jas@extundo.com>
46128
46129         * gnulib-tool (Options): Make --symlink mean --symbolic.
46130
46131 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
46132
46133         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
46134
46135 2005-04-16  Simon Josefsson  <jas@extundo.com>
46136
46137         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
46138
46139 2005-04-15  Simon Josefsson  <jas@extundo.com>
46140
46141         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
46142
46143 2005-04-15  Simon Josefsson  <jas@extundo.com>
46144
46145         * gnulib-tool: Rename --symlink to --symbolic.
46146
46147 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
46148
46149         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
46150         symbolic links to files instead of copying/moving.  Add --aux-dir,
46151         specifying directory relative --dir where auxiliary build tools
46152         are placed.
46153
46154 2005-04-14  Bruno Haible  <bruno@clisp.org>
46155
46156         * modules/allocsa (License): Change to LGPL.
46157         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
46158
46159 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
46160
46161         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
46162         that "UTC +1 second" continues to work.  Problem reported
46163         by Dmitry V. Levin.
46164         (relunit_snumber): New rule.
46165         (relunit): Use it.
46166
46167 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46168
46169         * lib/getdate.y (universal_time_zone_table): New constant.
46170         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
46171         universal_time_zone_table.
46172         (lookup_zone): Prefer universal_time_zone_table to
46173         local_time_zone_table, so that "GMT" time stamps are allowed in
46174         London during the summer.  Problem reported by Ian Abbott.
46175
46176 2005-04-12  Jim Meyering  <jim@meyering.net>
46177
46178         * lib/human.c (humblock): Set *options even when returning due to
46179         xstrtoumax conversion failure.  Thanks to a used-uninitialized
46180         warning from gcc-4.
46181
46182 2005-04-09  Jim Meyering  <jim@meyering.net>
46183
46184         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
46185         -Wuninitialized: initialize tm0.tm_year.
46186
46187 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
46188
46189         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
46190         count, since there's no maximum.  All uses changed.
46191         Add member dsts_seen.
46192         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
46193         not being INT_MAX.
46194         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
46195         Use pc_rels_seen to decide whther a date is absolute.
46196
46197         * lib/getdate.y (number): Don't overwrite year.
46198         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
46199         check.
46200
46201 2005-04-02  Simon Josefsson  <jas@extundo.com>
46202
46203         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
46204         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
46205
46206 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
46207
46208         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
46209         where no absolute path name can be longer than PATH_MAX.
46210
46211 2005-03-27  Jim Meyering  <jim@meyering.net>
46212
46213         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
46214
46215 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
46216
46217         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
46218         "one's complement" -> "ones' complement" in comment, as per Knuth.
46219         "value of type" -> "type or expression" in comment.
46220         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
46221
46222 2005-03-26  Jim Meyering  <jim@meyering.net>
46223
46224         Comment nits.
46225         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
46226         Correct typos: s/or/of/.
46227
46228 2005-03-26  Jim Meyering  <jim@meyering.net>
46229
46230         * modules/check-include-files: Move to ../ and rename to...
46231         * check-module: ...this.
46232
46233 2005-03-25  Jim Meyering  <jim@meyering.net>
46234
46235         * modules/xvasprintf (Files): Add xalloc.h.
46236
46237 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
46238
46239         * modules/gettext (Files): config/config.rpath ->
46240         build-aux/config.rpath
46241         * modules/iconv (Files): Likewise.
46242         Problem reported by Oskar Liljeblad.
46243
46244 2005-03-23  Jim Meyering  <jim@meyering.net>
46245
46246         * modules/check-include-files: New script to check for
46247         missing dependencies, multiple includes, etc.
46248
46249         * modules/c-strtold (Depends-on): Add xalloc.
46250         * modules/c-strtod (Depends-on): Add xalloc.
46251         * modules/hash (Depends-on): Add xalloc.
46252         (Files): Remove lib/xalloc.h.
46253
46254         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
46255         * modules/userspec (Files): Add lib/inttostr.h.
46256
46257 2005-03-23  Jim Meyering  <jim@meyering.net>
46258
46259         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
46260
46261 2005-03-22  Jim Meyering  <jim@meyering.net>
46262
46263         * modules/stat-macros: New module.
46264         * modules/canonicalize, modules/euidaccess, modules/file-type,
46265         * modules/filemode, modules/lchown, modules/makepath,
46266         * modules/rmdir, modules/stat: Depend on new stat-macros module
46267         rather than listing lib/stat-macros.h manually.
46268         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
46269
46270 2005-03-22  Jim Meyering  <jim@meyering.net>
46271
46272         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
46273
46274 2005-03-22  Bruno Haible  <bruno@clisp.org>
46275
46276         * config/srclist.txt: Replace target directory 'config' with
46277         'build-aux'.
46278         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
46279         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
46280         ../build-aux/.
46281
46282 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
46283
46284         * modules/chdir-long (Depends-on): Add mempcpy.
46285
46286         * modules/acl, modules/backupfile, modules/c-strtod,
46287         modules/c-strtold, modules/canon-host, modules/canonicalize,
46288         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
46289         modules/exclude, modules/exitfail, modules/file-type,
46290         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
46291         modules/getdate, modules/getline, modules/getpagesize,
46292         modules/getpass, modules/getugroups, modules/group-member,
46293         modules/hard-locale, modules/hash, modules/human, modules/idcache,
46294         modules/inttostr, modules/long-options, modules/makepath,
46295         modules/md5, modules/memcasecmp, modules/memcoll,
46296         modules/modechange, modules/mountlist, modules/path-concat,
46297         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
46298         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
46299         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
46300         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
46301         modules/strftime, modules/strndup, modules/strverscmp,
46302         modules/timespec, modules/unlocked-io, modules/userspec,
46303         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
46304         modules/yesno:
46305         Remove lib_SOURCES line from Makefile.am section, as this is now
46306         done automatically by the corresponding Autoconf macro.
46307
46308 2005-03-21  Jim Meyering  <jim@meyering.net>
46309
46310         Changes imported from coreutils.
46311
46312         * lib/cycle-check.c: Don't include xalloc.h.
46313
46314         * lib/path-concat.c: Don't include assert.h.
46315         (path_concat): Remove assertion that would have triggered
46316         for ABASE starting with more than one slash.
46317         Reported by Andreas Schwab.
46318
46319         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
46320         properly when ABASE is an absolute file name.
46321         Correct the description of this function.
46322         Include <assert.h>.
46323         Add an assertion and a test driver.
46324         This fixes a bug introduced on 2004-07-02.
46325         Andreas Schwab reported the resulting failure of cp --parents:
46326         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
46327
46328 2005-03-21  Jim Meyering  <jim@meyering.net>
46329
46330         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
46331         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
46332
46333 2005-03-21  Jim Meyering  <jim@meyering.net>
46334         and  Paul Eggert  <eggert@cs.ucla.edu>
46335
46336         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
46337         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
46338         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
46339         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
46340         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
46341         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
46342         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
46343         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
46344         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
46345         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
46346         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
46347         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
46348         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
46349         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
46350         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
46351         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
46352         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
46353         for these modules.
46354
46355 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
46356
46357         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
46358         (which shouldn't happen), generate nothing instead of returning 0
46359         immediately, so that nstrftime (NULL, ...) doesn't return 0.
46360
46361 2005-03-16  Bruno Haible  <bruno@clisp.org>
46362
46363         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
46364         HAVE_LONGLONG_64BIT.
46365
46366 2005-03-16  Bruno Haible  <bruno@clisp.org>
46367
46368         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
46369         HAVE_LONGLONG_64BIT.
46370
46371 2005-03-16  Bruno Haible  <bruno@clisp.org>
46372
46373         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
46374         HAVE_LONGLONG_64BIT.
46375
46376 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
46377
46378         * lib/strftime.c (my_strftime): Prepend space to format so that we can
46379         reliably distinguish strftime failure from empty output on POSIX
46380         hosts.
46381
46382 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
46383
46384         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
46385         (iconv_string): Don't guess a size-zero buffer, as that might cause
46386         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
46387         result would be 'too large', where 'too large' is (heuristically)
46388         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
46389         overflow concerns.  This will prevent some unwanted malloc failures
46390         when the inputs are very large.
46391
46392 2005-03-15  Karl Berry  <karl@gnu.org>
46393
46394         * config/srclist.txt (config.rpath): from gettext.
46395         * config/config.rpath: update.
46396
46397 2005-03-15  Bruno Haible  <bruno@clisp.org>
46398
46399         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
46400         to 'negate'.
46401
46402         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
46403         variable.
46404
46405         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
46406         results.
46407
46408 2005-03-14  Simon Josefsson  <jas@extundo.com>
46409
46410         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
46411         <fx@gnu.org>.
46412
46413 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
46414
46415         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
46416         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
46417         intprops.h.
46418         * lib/strtol.c: Likewise.
46419
46420 2005-03-14  Jim Meyering  <jim@meyering.net>
46421
46422         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
46423         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
46424         to be nonzero so that we (and caller) can detect the difference
46425         between a valid zero-length expansion and an error return, even
46426         when the underlying strftime fails before writing anything into
46427         that location.
46428
46429 2005-03-14  Bruno Haible  <bruno@clisp.org>
46430
46431         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
46432         Update from GNU gettext 0.14.3.
46433
46434 2005-03-10  Jim Meyering  <jim@meyering.net>
46435
46436         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
46437
46438 2005-03-10  Jim Meyering  <jim@meyering.net>
46439
46440         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
46441         so that this module works on systems without fchdir.
46442
46443 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46444
46445         Factor int-properties macros into a single file, except for
46446         glibc-related files.
46447         * lib/intprops.h: New file.
46448         * lib/getloadavg.c: Include it instead of limits.h.
46449         (INT_STRLEN_BOUND): Remove.
46450         * lib/human.c: Include intprops.h.
46451         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
46452         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
46453         302/1000.
46454         * lib/inttostr.h: Include intprops.h instead of limits.h.
46455         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
46456         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
46457         for consistency with intprops.h.
46458         (time_t_is_integer, twos_complement_arithmetic): Use them.
46459         * lib/sig2str.h: Include <signal.h>, intprops.h.
46460         (INT_STRLEN_BOUND): Remove.
46461         * lib/strftime.c (TYPE_SIGNED): Remove.
46462         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
46463         * lib/strtol.c: Adjust comments to match intprops.h.
46464         * lib/userspec.c: Include intprops.h.
46465         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
46466         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
46467         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
46468         instead of rolling our own expressions.
46469         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
46470
46471         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
46472         instead of int.
46473         (my_strftime): Do not mishandle years close to INT_MAX, by doing
46474         the right thing even if adding 1900 would overflow.  Similarly
46475         for tm_mon + 1 and tm_yday + 1.
46476         Make %Y always equivalent to %C%y, and similarly for %G and %g.
46477         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
46478         (DO_SIGNED_NUMBER): New macro.
46479         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
46480
46481 2005-03-07  Bruno Haible  <bruno@clisp.org>
46482
46483         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
46484
46485 2005-03-07  Bruno Haible  <bruno@clisp.org>
46486
46487         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
46488
46489 2005-03-04  Derek R. Price  <derek@ximbiot.com>
46490
46491         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
46492         (func_import): Only replace files via --import when they have actually
46493         changed.
46494
46495 2005-03-03  Derek R. Price  <derek@ximbiot.com>
46496
46497         * m4/mmap-anon.m4: New file.
46498         * m4/pagealign_alloc.m4: New file.
46499
46500 2005-03-03  Derek R. Price  <derek@ximbiot.com>
46501             Bruno Haible  <bruno@clisp.org>
46502
46503         * modules/pagealign_alloc: New file.
46504         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
46505
46506 2005-03-03  Derek R. Price  <derek@ximbiot.com>
46507             Bruno Haible  <bruno@clisp.org>
46508
46509         * lib/pagealign_alloc.h: New file.
46510         * lib/pagealign_alloc.c: New file.
46511
46512 2005-03-03  Bruno Haible  <bruno@clisp.org>
46513
46514         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
46515         Use an all-permissive copyright notice, recommended by RMS.
46516
46517 2005-03-02  Bruno Haible  <bruno@clisp.org>
46518
46519         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
46520         of AIX, the replacement has to be done only after <string.h> is
46521         included, therefore not in config.h. stpncpy.h does the replacement,
46522         and stpncpy.c uses it.
46523
46524 2005-03-02  Bruno Haible  <bruno@clisp.org>
46525
46526         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
46527         stpncpy.c uses it.
46528
46529 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46530
46531         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
46532         The workaround isn't strictly needed for POSIX conformance, and
46533         it's too much of a pain to configure and maintain.  We'll ask
46534         people to fix their kernels instead.
46535         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
46536         (NANOSLEEP_BUG_WORKAROUND): Remove.
46537         (xnanosleep): Remove the workaround.
46538
46539 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46540
46541         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
46542         Reported by Derek Price.
46543         (Include): Add "timespec.h".
46544
46545         * modules/xnanosleep (Depends-on): Remove gethrxtime.
46546
46547 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46548
46549         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
46550         to detect nanosleep bug.
46551
46552 2005-03-01  Bruno Haible  <bruno@clisp.org>
46553
46554         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
46555
46556 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
46557
46558         * modules/gethrxtime: New file.
46559         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
46560         (Depends-on): Add gethrxtime.
46561         (configure.ac): Add gl_XNANOSLEEP.
46562         (Makefile.am): Remove lib_SOURCES line.
46563
46564 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
46565
46566         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
46567         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
46568
46569 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
46570
46571         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
46572         * lib/timespec.h (gettime): Return void, since it always
46573         succeeds now.  All uses changed.
46574         * lib/gettime.c (gettime) Likewise.
46575         [HAVE_NANOTIME]: Prefer nanotime.
46576         Assume gettimeofday succeeds, as POSIX requires.
46577         Assime time () succeeds, since other code already does.
46578         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
46579         (timespec_subtract): Remove.
46580         (NANOSLEEP_BUG_WORKAROUND): New constant.
46581         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
46582         things considerably.  Use it only on GNU/Linux hosts, since the
46583         workaround shouldn't be needed elsewhere.
46584
46585 2005-02-24  Bruno Haible  <bruno@clisp.org>
46586
46587         * modules/gettext (Files): Add m4/glibc2.m4.
46588
46589 2005-02-24  Bruno Haible  <bruno@clisp.org>
46590
46591         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
46592         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
46593         * m4/progtest.m4:
46594         Update from GNU gettext 0.14.2.
46595         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
46596
46597 2005-02-24  Bruno Haible  <bruno@clisp.org>
46598
46599         * lib/localcharset.c: Update from GNU gettext 0.14.2.
46600         * lib/config.charset: Update from GNU gettext 0.14.2.
46601
46602 2005-02-24  Bruno Haible  <bruno@clisp.org>
46603
46604         * lib/gettext.h: Update from GNU gettext 0.14.2.
46605
46606 2005-02-23  Simon Josefsson  <jas@extundo.com>
46607
46608         * m4/iconvme.m4: New file.
46609
46610 2005-02-23  Jim Meyering  <jim@meyering.net>
46611
46612         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
46613         change.
46614         Thanks to Bruno Haible for catching it.
46615
46616 2005-02-22  Simon Josefsson  <jas@extundo.com>
46617
46618         * modules/iconvme: New file.
46619
46620         * MODULES.html.sh: Add iconvme.
46621
46622 2005-02-22  Simon Josefsson  <jas@extundo.com>
46623
46624         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
46625
46626 2005-02-22  Simon Josefsson  <jas@extundo.com>
46627
46628         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
46629
46630 2005-02-22  Jim Meyering  <jim@meyering.net>
46631
46632         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
46633         s/ifndef/ifdef/.
46634
46635 2005-02-20  Neil Conway  <neilc@samurai.com>
46636
46637         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
46638         returned by OSX/Darwin if the specified buffer is not large
46639         enough for the hostname.
46640
46641 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46642
46643         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
46644         pass it to _help, otherwise the latter coredumps trying to
46645         dereference state.root_argp.
46646
46647 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
46648
46649         * modules/chdir-long (Depends-on): Add memrchr.
46650         * modules/memrchr (Files): Add lib/memrchr.h.
46651         (Include): "memrchr.h".
46652
46653 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
46654
46655         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
46656
46657 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
46658
46659         * lib/memrchr.h: New file.
46660         * lib/chdir-long.c: Include it.
46661         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
46662         Don't bother including stddef.h.
46663
46664 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
46665
46666         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
46667         inclusion.
46668         Include <sys/types.h>, for dev_t.
46669         (ME_DUMMY, ME_REMOTE): Move from here....
46670         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
46671         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
46672         Dmitry V. Levin.
46673         Include mountlist.h first, to test the interface.
46674
46675 2005-01-29  Bruno Haible  <bruno@clisp.org>
46676
46677         * lib/progname.c (program_name): Initialize.
46678         Needed when linking statically on MacOS X.
46679
46680 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
46681
46682         Sync from coreutils.
46683         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
46684         (Depends-on): Add c-strtod.
46685         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
46686
46687 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
46688
46689         Sync from coreutils.
46690         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
46691
46692         Remove files that are specific to coreutils.
46693         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
46694
46695 2005-01-28  Bruno Haible  <bruno@clisp.org>
46696
46697         * modules/javacomp: New file.
46698         * MODULES.html.sh (Java): Add javacomp.
46699
46700 2005-01-28  Bruno Haible  <bruno@clisp.org>
46701
46702         * m4/javacomp.m4: New file, from GNU gettext.
46703
46704 2005-01-28  Bruno Haible  <bruno@clisp.org>
46705
46706         * lib/javacomp.sh.in: New file, from GNU gettext.
46707         * lib/javacomp.h: New file, from GNU gettext.
46708         * lib/javacomp.c: New file, from GNU gettext.
46709
46710 2005-01-26  Simon Josefsson  <jas@extundo.com>
46711
46712         * lib/gai_strerror.c: Use GPL in header.
46713
46714 2005-01-26  Bruno Haible  <bruno@clisp.org>
46715
46716         * modules/javaexec: New file.
46717         * MODULES.html.sh (Java): Add javaexec.
46718
46719 2005-01-26  Bruno Haible  <bruno@clisp.org>
46720
46721         * m4/javaexec.m4: New file, from GNU gettext.
46722
46723 2005-01-26  Bruno Haible  <bruno@clisp.org>
46724
46725         * lib/javaexec.sh.in: New file, from GNU gettext.
46726         * lib/javaexec.h: New file, from GNU gettext.
46727         * lib/javaexec.c: New file, from GNU gettext.
46728
46729 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46730
46731         * modules/lchown (Depends-on): Remove lchown.h
46732
46733 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46734
46735         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
46736         must be defined if the header file was not found, in order
46737         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
46738
46739 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46740
46741         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
46742         initializers for struct pentry_state.
46743         (__argp_error): Check return value of __asprintf
46744         (__argp_failure): Translate error message
46745
46746         * lib/argp-parse.c: Removed braces around the expansion of N_()
46747
46748 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46749
46750         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
46751         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
46752         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
46753         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
46754         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
46755         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
46756         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
46757         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
46758         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
46759         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
46760         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
46761         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
46762         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
46763         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
46764         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
46765         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
46766         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
46767         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
46768         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
46769         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
46770         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
46771         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
46772         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
46773         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
46774         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
46775         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
46776         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
46777         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
46778         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
46779         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
46780         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
46781         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
46782         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
46783         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
46784         xstrtol.m4, xstrtoumax.m4, yesno.m4:
46785         Use an all-permissive copyright notice, recommended by RMS.
46786
46787 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
46788
46789         * modules/chdir-long (Depends-on): Remove mempcpy.
46790
46791 2005-01-21  Jim Meyering  <jim@meyering.net>
46792
46793         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
46794         same value as for Solaris 9.
46795
46796         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
46797         component length.  This included changing the parameter to be
46798         of type `char *' rather than `char const *'.
46799         * lib/chdir-long.h (chdir_long): Update prototype.
46800
46801         * lib/openat.c (fdopendir, fstatat): New functions.
46802         * lib/openat.h: Include headers required for use of DIR and struct
46803         stat.
46804         [AT_SYMLINK_NOFOLLOW]: Define.
46805         (fdopendir, fstatat): Add prototypes.
46806
46807 2005-01-21  Bruno Haible  <bruno@clisp.org>
46808
46809         * modules/classpath: New file.
46810         * MODULES.html.sh (Java): Add classpath.
46811
46812 2005-01-21  Bruno Haible  <bruno@clisp.org>
46813
46814         * lib/classpath.h: New file, from GNU gettext.
46815         * lib/classpath.c: New file, from GNU gettext.
46816
46817 2005-01-20  Simon Josefsson  <jas@extundo.com>
46818
46819         * modules/version-etc-fsf: New file.
46820
46821 2005-01-20  Simon Josefsson  <jas@extundo.com>
46822
46823         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
46824         * lib/version-etc.c: Remove version_etc_copyright.
46825         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
46826         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
46827
46828 2005-01-20  Simon Josefsson  <jas@extundo.com>
46829
46830         * lib/base64.h (isbase64): Add.
46831
46832         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
46833         using a unsigned prototype, don't inline.
46834         (base64_decode): Use it.
46835
46836 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46837
46838         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
46839         it.
46840
46841 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46842
46843         * lib/save-cwd.c (save_cwd): Remove code to support the case
46844         where fchdir is missing or flaky.
46845
46846 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46847
46848         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
46849
46850 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
46851
46852         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
46853         AC_LIBSOURCES now does this.
46854         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
46855         with new ullong_max module.
46856
46857 2005-01-19  Bruno Haible  <bruno@clisp.org>
46858
46859         * modules/sh-quote: New file.
46860         * MODULES.html.sh (Executing programs): Add sh-quote.
46861
46862 2005-01-19  Bruno Haible  <bruno@clisp.org>
46863
46864         * lib/sh-quote.h: New file, from GNU gettext.
46865         * lib/sh-quote.c: New file, from GNU gettext.
46866
46867 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
46868
46869         Merge from coreutils.
46870         * m4/ullong_max.m4: New file.
46871         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
46872         (gl_MACROS): Assume localeconv exists.
46873
46874 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
46875
46876         Merge changes from coreutils, as described below in several
46877         changelogs dated today.
46878
46879         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
46880         (O_DIRECTORY): Remove; not needed here, since "." must be
46881         a directory.  All uses removed.
46882         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
46883         universal on Suns, and we also need to test for IRIX.
46884         Revamp code to use 'if' rather than '#if'.
46885         Avoid unnecessary comparison of cwd->desc to 0.
46886
46887         * lib/utimens.c (futimens): Robustify the previous patch, by checking
46888         for known valid error numbers rather than observed invalid ones.
46889
46890 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
46891
46892         * modules/ullong_max: New file.
46893
46894         * modules/chdir-long, modules/openat: New files.
46895         * modules/save-cwd (Depends-on): Depend on chdir-long.
46896         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
46897
46898 2005-01-18  Jim Meyering  <jim@meyering.net>
46899
46900         Merge from coreutils.
46901         * m4/chdir-long.m4, m4/openat.m4: New files.
46902         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
46903         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
46904         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
46905         is sane and DOES follow symlinks.  Besides, testing 20 different
46906         systems found no broken chown implementations.
46907         Prompted by a change in rsync's copy of this macro.
46908         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
46909
46910         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
46911
46912         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
46913         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
46914         NULL-means-set-to-current-time semantics.
46915         Remove temporary file immediately, rather than waiting
46916         for configure's at-exit trap code to do it.
46917
46918 2005-01-18  Jim Meyering  <jim@meyering.net>
46919
46920         * lib/version-etc.c (version_etc_copyright): Update copyright date.
46921
46922         * lib/utimens.c (futimens): Account for the fact that futimes
46923         can also fail with errno == ENOSYS or errno == ENOENT.
46924         Patch from Dmitry V. Levin.
46925
46926         Change the name of the robust chdir function from chdir to chdir_long.
46927         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
46928         (restore_cwd): Use chdir_long, not chdir.
46929         * lib/chdir-long.c: Renamed from chdir.c.
46930         * lib/chdir-long.h: Renamed from chdir.h.
46931         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
46932         Hurd.
46933
46934 2005-01-18  Bruno Haible  <bruno@clisp.org>
46935
46936         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
46937         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
46938         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
46939         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
46940         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
46941         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
46942         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
46943         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
46944         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
46945         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
46946         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
46947         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
46948         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
46949         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
46950         Use an all-permissive copyright notice, recommended by RMS.
46951
46952 2005-01-18  Bob Proulx  <bob@proulx.com>
46953
46954         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
46955         simplify offsetof() macro construct to avoid compile failure with
46956         native HP-UX 11.0 ANSI C compiler.
46957
46958 2005-01-17  Bruno Haible  <bruno@clisp.org>
46959
46960         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
46961         redundant because stpncpy.m4 takes care of it.
46962
46963 2005-01-17  Bruno Haible  <bruno@clisp.org>
46964
46965         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
46966
46967 2005-01-17  Bruno Haible  <bruno@clisp.org>
46968
46969         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
46970         used.
46971
46972 2005-01-17  Bruno Haible  <bruno@clisp.org>
46973
46974         * lib/fwriteerror.h (fwriteerror): Change specification to include
46975         fclose.
46976         * lib/fwriteerror.c: Include <stdbool.h>.
46977         (fwriteerror): At the end, close the file stream. Record whether
46978         stdout was already closed.
46979
46980 2005-01-17  Bruno Haible  <bruno@clisp.org>
46981
46982         * lib/execute.c (environ): Declare if needed.
46983         * lib/pipe.c (environ): Likewise.
46984         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
46985
46986 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46987
46988         * modules/argp: Depend on vsnprintf
46989
46990 2005-01-10  Jim Meyering  <jim@meyering.net>
46991
46992         * modules/closeout (Depends-on): Add atexit.
46993
46994 2005-01-06  Bruno Haible  <bruno@clisp.org>
46995
46996         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
46997
46998 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
46999
47000         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
47001         definitions to be after all include files, to avoid collisions.
47002         Problem reported by Bob Proulx.
47003
47004 2005-01-04  Jim Meyering  <jim@meyering.net>
47005
47006         Changes imported from coreutils.
47007         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
47008         as the mkstemp template, use a temporary directory and an
47009         8.3-friendly template to avoid trouble on systems like DJGPP.
47010         Reported by Juan M. Guerrero via Stepan Kasal.
47011         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
47012         close. Remove the temporary directory right away, rather than waiting
47013         for configure's at-exit trap code to do it.
47014         Suggestion from Stepan Kasal.
47015
47016 2005-01-01  Simon Josefsson  <jas@extundo.com>
47017
47018         * gnulib-tool: Print #include directives when --import'ing.
47019
47020 2004-12-28  Simon Josefsson  <jas@extundo.com>
47021
47022         * tests/test-base64.c: Include required header files.  Remove
47023         unused variables.
47024
47025 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
47026
47027         * modules/error (Depends-on): Remove gettext.
47028
47029 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
47030
47031         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
47032         not needed.  This removes a dependency on the gettext module.
47033         [defined _LIBC]: Do not include <libintl.h>; not needed.
47034
47035 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
47036
47037         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
47038         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
47039
47040 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
47041
47042         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
47043         HAVE_DECL_STRTOLD.
47044
47045 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
47046
47047         * modules/getdate (Depends-on): Remove alloca-opt.
47048
47049 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
47050
47051         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
47052
47053 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
47054
47055         * lib/argp-parse.c: Include <stddef.h>.
47056         (alignof, alignto): New macros.
47057         (parser_init): Don't assume that void * is aligned sufficiently
47058         for struct option.
47059
47060         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
47061         need to extend the stack.
47062         (YYINITDEPTH): New macro, so that the initial stack isn't overly
47063         large.
47064
47065 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47066
47067         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
47068
47069 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
47070
47071         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
47072         (2004-10-24) change.  Apparently this was a false alarm.
47073
47074         * modules/getdate: Depend on alloca-opt, not alloca.
47075
47076 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
47077
47078         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
47079         Remove now-obsolete comment about AIX.
47080         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
47081         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
47082         (YYMAXDEPTH): New macro.
47083
47084 2004-12-18  Simon Josefsson  <jas@extundo.com>
47085
47086         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
47087
47088 2004-12-18  Bruno Haible  <bruno@clisp.org>
47089
47090         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
47091
47092 2004-12-18  Bruno Haible  <bruno@clisp.org>
47093
47094         * lib/fatal-signal.c (fatal_signals): Make non-const.
47095         (init_fatal_signals): New function.
47096         (uninstall_handlers, install_handlers): Ignore signals that were set to
47097         SIG_IGN.
47098         (at_fatal_signal): Call init_fatal_signals.
47099         (init_fatal_signal_set): Likewise. Ignore signals that were set to
47100         SIG_IGN.
47101         Reported by Paul Eggert.
47102
47103 2004-12-18  Bruno Haible  <bruno@clisp.org>
47104
47105         * doc/alloca.texi: New file.
47106         * doc/alloca-opt.texi: New file.
47107
47108 2004-12-17  Jim Meyering  <jim@meyering.net>
47109
47110         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
47111         Otherwise, install-sh could exit with improper exit status when
47112         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
47113
47114 2004-12-16  Simon Josefsson  <jas@extundo.com>
47115
47116         * tests/test-base64.c: Add license.
47117
47118 2004-12-15  Stepan Kasal  <address@hidden>
47119
47120         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
47121
47122 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
47123
47124         * modules/getcwd (Files): Add m4/d-ino.m4.
47125         Suggested by Mark D. Baushke.
47126
47127 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
47128
47129         * lib/getdate.y (textint): New member "negative".
47130         (time_zone_hhmm): New function.
47131         Expect 14 shift-reduce conflicts, not 13.
47132         (o_colon_minutes): New rule.
47133         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
47134         (yylex): Set the "negative" member of signed numbers.
47135
47136 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
47137
47138         * doc/getdate.texi (Time of day items, Time zone items):
47139         Describe new formats +00:00, UTC+00:00.
47140
47141 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
47142
47143         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
47144         spurious "-l"s.  Problem reported by Stepan Kasal.
47145
47146 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
47147
47148         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
47149         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
47150
47151 2004-12-04  Simon Josefsson  <jas@extundo.com>
47152
47153         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
47154         Vandoorselaere <yoann@prelude-ids.org>.
47155
47156 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47157
47158         Changes imported from coreutils.
47159         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
47160         exist.
47161         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
47162
47163 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47164
47165         Changes imported from coreutils.
47166         * lib/hard-locale.c: Assume <locale.h> exists.
47167         Include "strdup.h".
47168         (GLIBC_VERSION): New macro.
47169         (hard_locale): Assume setlocale exists.
47170         Rewrite to avoid #ifdef.
47171         Use strdup rather than malloc + strcpy.
47172         * lib/human.c: Assume <locale.h> exists.
47173         (human_readable): Assume localeconv exists.
47174
47175 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47176
47177         * modules/hard-locale (Depends-on): Add strdup.
47178
47179 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
47180
47181         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
47182         convert T2, not T.  (Imported from libc.)
47183
47184 2004-11-30  Simon Josefsson  <jas@extundo.com>
47185
47186         * modules/restrict (License): Change to LGPL.
47187
47188 2004-11-30  Simon Josefsson  <jas@extundo.com>
47189
47190         * m4/restrict.m4: Add copyright and copying conditions.
47191
47192 2004-11-30  Simon Josefsson  <jas@extundo.com>
47193
47194         * m4/base64.m4: New file.
47195
47196 2004-11-30  Simon Josefsson  <jas@extundo.com>
47197
47198         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
47199         base64.
47200
47201         * tests/test-base64.c: New file.
47202
47203         * modules/base64: New file.
47204
47205 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
47206
47207         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
47208         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
47209
47210         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
47211
47212 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
47213
47214         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
47215         (__getcwd.c): Don't restore errno; glibc doesn't.
47216         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
47217         first, falling back to our code only if its results look suspicious.
47218         Ensure that the resulting buffer is only as large as necessary.
47219
47220         * lib/readutmp.c: Include readutmp.h first.
47221         Include <errno.h>, since readutmp.h no longer does that.
47222         * lib/readutmp.h: Don't include <errno.h>,
47223         <sys/param.h>, <time.h>; not needed to establish interface.
47224         (errno): Remove decl.
47225         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
47226         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
47227         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
47228
47229 2004-11-28  Simon Josefsson  <jas@extundo.com>
47230
47231         * lib/base64.h, base64.c: New file.
47232
47233 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
47234
47235         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
47236
47237 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
47238
47239         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
47240         (Depends-on): Remove pathmax, same.  Add mempcpy.
47241         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
47242         (Makefile.am): Append getcwd.h to lib_SOURCES.
47243         (Include): Add getcwd.h.
47244         (Maintainer): Change from Jim Meyering to "all, glibc",
47245         since getdate now uses intended-for-glibc code.
47246         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
47247         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
47248
47249 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
47250
47251         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
47252         HP's ANSI C compiler.
47253         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
47254         Declaring int functions causes warnings on some modern systems and
47255         shouldn't be needed to compile on ancient ones.
47256         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
47257         defined.
47258
47259         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
47260         with the following changes.
47261         (__set_errno): Parenthesize properly.
47262         Include <stdbool.h>.
47263         (MIN, MAX, MATCHING_INO): New macros.
47264         (__getcwd): Define with prototype, not K&R form.
47265         Use heuristics to allocate default buffer on stack if possible.
47266         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
47267         behavior, and to avoid the PATH_MAX limit when computing
47268         ../../../../...
47269         Use MATCHING_INO to compare inode number to file.
47270         Check for arithmetic overflow in size calculations.
47271         Fix bug in reallocation of dot array that caused getcwd to fail
47272         on directories nested deeper than 75.
47273         Be more careful about saving errno on error.
47274         Do not use realloc; use only free+malloc, as this is a bit
47275         more flexible and avoids a needless copy operation.
47276         Do not inspect st_dev and st_ino for symbolic links; POSIX
47277         doesn't specify the latter.
47278         Check for closedir errors.
47279         Avoid needless casts.
47280         Use "#ifdef weak_alias" around weak_alias, to be like other
47281         glibc code.
47282         The following changes to getcwd.c have effect only when used in
47283         gnulib; they have no effect inside glibc proper.
47284         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
47285         as alloca isn't used.
47286         (alloca, __alloca): Likewise.
47287         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
47288         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
47289         unconditionally, as gnulib assumes C89 or better.
47290         Do not include <sys/param.h>.
47291         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
47292         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
47293         better.
47294         (NULL) [!defined NULL]: Remove; we assume C89 or better.
47295         Include <dirent.h> in a way that is compatible with modern Autoconf.
47296         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
47297         New macros, if not already defined.
47298         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
47299         Use "_LIBC", not "defined _LIBC", for consistency.
47300         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
47301         a mempcpy module.
47302         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
47303         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
47304         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
47305         credit only to Jim Meyering and adjust the copyright dates.
47306         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
47307         <stdlib.h>, <unistd.h>, "pathmax.h".
47308         Instead, include "xgetcwd.h" (first) and "getcwd.h".
47309         (INITIAL_BUFFER_SIZE): Remove.
47310         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
47311
47312 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
47313
47314         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
47315         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
47316         Use the _ONCE methods, for efficiency.
47317         Check for fcntl.h.  In test program, include <errno.h>
47318         and <fcntl.h> if available.  Remove old K&R cruft from
47319         test program.  Check for common errors in GNU/Linux,
47320         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
47321         don't do AC_LIBOBJ, as that's getcwd.m4's job.
47322         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
47323         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
47324         name accordingly.
47325         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
47326         accommodate new getcwd.c.
47327         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
47328         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
47329         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
47330         that's all we need now.
47331
47332 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47333
47334         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
47335         argp-parse.c depends on getopt internals, that means we should
47336         always use our getopt, to be on the safe side.
47337         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
47338         order not to spoil the result of an eventual previous invocation
47339         of gl_GETOPT_SUBSTITUTE.
47340
47341 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47342
47343         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
47344         redefinition warnings. To avoid them, include the defines
47345         in `#if !defined __need_getopt ... #endif'. The only place
47346         where __getopt_argv_const is used is in definitions
47347         of getopt_long and getopt_long_only below, which are as well
47348         protected by `#ifndef __need_getopt'.
47349         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
47350         __need_getopt after including <stdio.h> and <unistd.h> These
47351         headers might have defined it.
47352
47353 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
47354
47355         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
47356
47357 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
47358
47359         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
47360         (futimens): New function, which uses futimes if available.
47361         (futimens, utimens): Support timespec==NULL, with same semantics
47362         as utime and utimens.
47363         * lib/utimens.h (futimens): New decl.
47364
47365 2004-11-23  Jim Meyering  <jim@meyering.net>
47366
47367         * lib/getopt_.h: Remove trailing blanks.
47368
47369 2004-11-23  Jim Meyering  <jim@meyering.net>
47370
47371         * lib/__fpending.c: Add comment.
47372
47373 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
47374
47375         * modules/canonicalize (Depends-on): Add xreadlink.
47376         Problem reported by James Youngman.
47377
47378 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
47379
47380         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
47381         New macros.
47382         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
47383         optopt): Use them instead of invoking ## directly; otherwise, the
47384         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
47385
47386 2004-11-19  Bruno Haible  <bruno@clisp.org>
47387
47388         * lib/strtok_r.c: Move comments from here...
47389         * lib/strtok_r.h: ... to here.
47390
47391 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
47392
47393         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
47394         implementations that mishandle size_t overflow.
47395
47396 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
47397
47398         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
47399         might fail.  Problem reported by Yoann Vandoorselaere.
47400         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
47401         implementations that mishandle size_t overflow.
47402
47403 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
47404
47405         * modules/canon-host (Depends-on): Add strdup.
47406
47407 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
47408
47409         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
47410
47411 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
47412
47413         * lib/canon-host.c: Include "strdup.h".
47414         (canon_host): Use getaddrinfo if available, so that IPv6 works.
47415         Use strdup instead of malloc/strcpy to duplicate strings.
47416
47417         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
47418         (human_space_before_unit): New constant.
47419         * lib/human.c (human_readable): Support it.
47420
47421         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
47422         (xgetcwd): Set errno correctly when failing.
47423         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
47424         the failure is actually due to a PATH_MAX problem.
47425
47426         Further getopt changes to make it more likely that glibc will
47427         buy the changes back.
47428         * lib/getopt.c (POSIXLY_CORRECT): New constant.
47429         (getopt): Use it, so to preserve glibc semantic
47430         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
47431         when compiling for libc.
47432         * lib/getopt_.h (__getopt_argv_const): Bring it back.
47433         (getopt_long, getopt_long_only): Use it.
47434
47435         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
47436         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
47437         (getopt): Argv is now char * const *, as per standard.
47438         (_getopt_internal_r, _getopt_internal): Argv is now char **,
47439         not char *__getopt_argv_const *.
47440         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
47441         _getopt_long_only_r): Likewise.
47442         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
47443         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
47444         _getopt_long_r, _getopt_long_only_r): Likewise.
47445         * lib/getopt_.h (__getopt_argv_const): Remove.
47446         (getopt): Argv is now char * const *, as per standard.
47447
47448         * lib/getdate.y (tORDINAL): New token.
47449         (day, relunit): Allow it for relative times.
47450         (relative_time_table): Use tORDINAL for ordinals.
47451
47452 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
47453
47454         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
47455         Document that "second" isn't allowed as an ordinal number.
47456
47457 2004-11-16  Jim Meyering  <jim@meyering.net>
47458
47459         * modules/closeout (Depends-on): Add fpending.
47460
47461 2004-11-15  Jim Meyering  <jim@meyering.net>
47462
47463         * lib/closeout.c: Include "__fpending.h" once again.
47464         Include <stdbool.h>.
47465         (close_stdout): Don't fail just because stdout was closed initially,
47466         since some programs don't write to stdout in the normal course of
47467         operation (other than --version and --help), and we don't want this
47468         function to make e.g. `touch file >&-' fail.
47469         But do fail if it was closed and someone has tried to write to it.
47470         E.g., `printf foo >&-' must fail.
47471
47472 2004-11-13  Jim Meyering  <jim@meyering.net>
47473
47474         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
47475
47476 2004-11-12  Simon Josefsson  <jas@extundo.com>
47477
47478         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
47479         small doc fix is still pending.
47480
47481 2004-11-11  Simon Josefsson  <jas@extundo.com>
47482
47483         * modules/strtok_r: New file.
47484
47485         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47486         strtok_r.
47487
47488 2004-11-11  Simon Josefsson  <jas@extundo.com>
47489
47490         * m4/strtok_r.m4: New file.
47491
47492         * m4/getopt.m4: Replace opterr.
47493
47494 2004-11-11  Simon Josefsson  <jas@extundo.com>
47495
47496         * lib/strtok_r.h, strtok_r.c: New file.
47497
47498 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
47499
47500         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
47501         of replacing opterr, getopt, etc.  This should handle the
47502         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
47503
47504 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
47505
47506         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
47507         we can stop lying to compilers about the constness of argv when we
47508         are compiled outside glibc.
47509         (getopt, getopt_long, getopt_long_only): Use it.
47510         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
47511         _getopt_internal, getopt): Likewise.
47512         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
47513         _getopt_long_only_r): Likewise.
47514         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
47515         _getopt_long_r, _getopt_long_only_r): Likewise.
47516
47517         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
47518         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
47519         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
47520         the other external symbols.
47521         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
47522         declaration, since the above renaming now works around collisions.
47523
47524 2004-11-11  Jim Meyering  <jim@meyering.net>
47525
47526         * lib/linebreak.c: Remove trailing blanks.
47527         * lib/alloca_.h: Likewise.
47528         * lib/acosl.c: Likewise.
47529         * lib/euidaccess.c: Likewise.
47530         * lib/allocsa.h: Likewise.
47531
47532 2004-11-10  Simon Josefsson  <jas@extundo.com>
47533
47534         * m4/getaddrinfo.m4: New file.
47535
47536 2004-11-10  Simon Josefsson  <jas@extundo.com>
47537
47538         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
47539
47540 2004-11-10  Simon Josefsson  <jas@extundo.com>
47541
47542         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47543         getaddrinfo.
47544
47545         * modules/getaddrinfo: New file.
47546
47547 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47548
47549         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
47550
47551 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47552
47553         * lib/mktime.c (SHR): New macro, which is a portable
47554         substitute for >> that should work even on Crays.
47555         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
47556         Problem reported by Mark D. Baushke in
47557         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
47558         * lib/getdate.y (SHR): Likewise.
47559         (tm_diff): Use it.
47560         * lib/strftime.c (SHR): Likewise.
47561         (tm_diff): Use it.
47562         * lib/quotearg.c (struct quoting_options): Use unsigned int for
47563         quote_these_too, so that right shifts are well defined.  All uses
47564         changed.
47565
47566 2004-11-10  Jim Meyering  <jim@meyering.net>
47567
47568         Ensure that no close failure goes unreported.
47569         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
47570         return early when it seems there's nothing to flush.
47571         Don't include __fpending.h.
47572
47573 2004-11-10  Jim Meyering  <jim@meyering.net>
47574
47575         * modules/closeout (Depends-on): Remove fpending.
47576
47577 2004-11-10  Jim Meyering  <jim@meyering.net>
47578
47579         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
47580
47581 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
47582
47583         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
47584         gl_FUNC_STRFTIME.
47585         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
47586         and AC_REQUIRE when possible, to avoid duplicate checks.
47587         Check for <wchar.h>.
47588
47589 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
47590
47591         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
47592
47593 2004-11-09  Bruno Haible  <bruno@clisp.org>
47594
47595         * m4/sockpfaf.m4: New file.
47596
47597 2004-11-05  Bruno Haible  <bruno@clisp.org>
47598
47599         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
47600         Reported by Mark D. Baushke <mdb@cvshome.org>.
47601
47602 2004-11-04  Bruno Haible  <bruno@clisp.org>
47603
47604         2004-09-11  Bruno Haible  <bruno@clisp.org>
47605                 * allocsa.valgrind: New file.
47606         2004-02-06  Bruno Haible  <bruno@clisp.org>
47607                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
47608                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
47609                 Reported by Christopher Seip <chris.seip@hp.com>.
47610
47611 2004-11-04  Bruno Haible  <bruno@clisp.org>
47612
47613         * modules/allocsa (Files): Add lib/allocsa.valgrind.
47614         (Makefile.am): Distribute it.
47615
47616 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
47617
47618         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
47619         with errno == ERANGE if the buffer is too small.
47620         Problem reported by Mark D. Baushke.
47621
47622 2004-11-03  Albert Chin  <china@thewrittenword.com>
47623             Paul Eggert  <eggert@cs.ucla.edu>
47624
47625         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
47626         equivalent, substitute $ac_type for equivalent type rather than
47627         blindly using uint32_t *always* which won't work if uint32_t is not
47628         available.  Define _UINT32_T to work around typedef of uint32_t if
47629         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
47630         2.5.1.
47631
47632 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
47633
47634         * m4/jm-macros.m4: Sync from coreutils.
47635         (gl_MACROS): Check for mbrlen, for pathchk.
47636         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
47637
47638 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
47639
47640         * lib/xreadlink.c (MAXSIZE): New macro.
47641         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
47642         size does not exceed MAXSIZE.  Avoid cast.
47643         As suggested by Mark D. Baushke in
47644         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
47645         if readlink fails with buffer size just under MAXSIZE, try again
47646         with MAXSIZE.
47647
47648 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
47649
47650         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
47651
47652 2004-11-02  Derek R. Price  <derek@ximbiot.com>
47653         and  Paul Eggert  <eggert@cs.ucla.edu>
47654
47655         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
47656         (get_date): Overparenthesize to avoid GCC warning.
47657
47658 2004-11-02  Bruno Haible  <bruno@clisp.org>
47659
47660         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
47661         returns void.
47662
47663 2004-11-02  Bruno Haible  <bruno@clisp.org>
47664
47665         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
47666         function returns void.
47667
47668 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
47669
47670         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
47671         fflush_unlocked, flockfile, funlockfile, funlockfile,
47672         fputs_unlocked, putc_unlocked.
47673
47674 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
47675
47676         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
47677         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
47678         already declared.
47679
47680 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
47681
47682         * modules/getdate (Files): Add doc/getdate.texi.
47683         (Depends-on): Add setenv, xalloc.
47684
47685 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
47686
47687         * lib/getdate.y: Add support for TZ="foo" within a date string.
47688         Fix some bugs near time_t boundaries.  Reject dates with
47689         out-of-range components, e.g., "Sept 31".
47690         Include <stdlib.h>, "setenv.h", "xalloc.h".
47691         (ISDIGIT_LOCALE): Remove; unused.
47692         Note that the TZ and time functions used here are not reentrant.
47693         (mktime_ok, get_tz): New functions.
47694         (TZBUFSIZE): New constant.
47695         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
47696         This requires that we sometimes generate our own TZ="XXX..." setting.
47697
47698 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
47699
47700         * doc/getdate.texi: New file, from coreutils with modifications for
47701         the new TZ parsing.
47702
47703 2004-10-27  Derek R. Price  <derek@ximbiot.com>
47704
47705         * lib/mktime.c (not_equal_tm): Remove redundant check.
47706
47707 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
47708
47709         * modules/regex (lib_SOURCES): Add regex.c.
47710         Reported by James Youngman in
47711         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
47712
47713 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
47714
47715         * lib/getdate.y: Use Bison 1.875 features, and some minor
47716         code cleanups.  This change does not affect semantics.
47717         Don't include <stdlib.h>; no longer needed.
47718         Don't include unlocked-io.h; only the "#if TEST" code uses
47719         stdio, and performance isn't crucial there.
47720         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
47721         Bison 1.875 features as described below.
47722         All uses of "PC." replaced by "pc->".
47723         (YYSTYPE): Add a forward declaration.
47724         (yylex, yyerror): Use full prototypes in forward decls.
47725         Use "%pure-parser" rather than obsolescent "%pure_parser".
47726         Use %parse-param and %lex-param instead of obsolescent
47727         YYPARSE_PARAM and YYLEX_PARAM.
47728         (meridian_table, month_and_day_table, time_units_table,
47729         relative_time_table, time_zone_table, military_table,
47730         lookup_zone, lookup_word, get_date):
47731         Use NULL instead of 0 where appropriate.
47732         (to_hour): Avoid abort (), to avoid a dependency on
47733         stdlib.h.
47734         (yyerror, yylex): Now accepts parser_control * arg.
47735         (main) [TEST]: Use '\0' rather than 0 for char.
47736
47737 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
47738
47739         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
47740
47741 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
47742
47743         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
47744         It's now the caller's responsibility to handle the case where
47745         !HAVE_GETPAGESIZE && !defined getpagesize.
47746
47747         * lib/mktime.c (leapyear): Arg is long int, not int.
47748
47749 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
47750
47751         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
47752
47753 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
47754
47755         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
47756         missing.  Problem reported by James Youngman.
47757
47758 2004-10-16  Simon Josefsson  <jas@extundo.com>
47759
47760         * gnulib-tool: Fix comments.  Fix parse problem.
47761         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
47762
47763 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
47764
47765         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
47766         implementation of getopt_long.  Problem reported by Alexander Taler in:
47767         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
47768
47769 2004-10-15  Bruno Haible  <bruno@clisp.org>
47770
47771         * gnulib-tool: Untabify. Initialize supplied_libname.
47772         (func_usage): More homogenous output.
47773         (func_modules_transitive_closure, func_modules_to_filelist,
47774         func_emit_lib_Makefile_am): New functions.
47775         (func_import): New function, extracted from big case statement. Use
47776         func_get_license, func_modules_transitive_closure,
47777         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
47778         opt_lgpl. Don't use test -a, as it's not portable.
47779         (func_create_testdir): Use func_modules_transitive_closure,
47780         func_modules_to_filelist, func_emit_lib_Makefile_am.
47781
47782 2004-10-15  Bruno Haible  <bruno@clisp.org>
47783
47784         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
47785
47786 2004-10-15  Bruno Haible  <bruno@clisp.org>
47787
47788         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
47789         the portions belonging to each module.
47790         Suggested by Derek Robert Price <derek@ximbiot.com>.
47791
47792 2004-10-12  Simon Josefsson  <jas@extundo.com>
47793
47794         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
47795         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
47796         to real functions.
47797
47798 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47799
47800         * modules/vsnprintf: New file.
47801
47802 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47803
47804         * m4/vsnprintf.m4: New file.
47805
47806 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47807
47808         * lib/vsnprintf.h: New file.
47809         * lib/vsnprintf.c: New file.
47810
47811 2004-10-11  Bruno Haible  <bruno@clisp.org>
47812
47813         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
47814         vsnprintf.
47815
47816 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
47817
47818         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
47819
47820 2004-10-07  Bruno Haible  <bruno@clisp.org>
47821
47822         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
47823         fits into the provided buffer.
47824
47825 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
47826
47827         * lib/diacrit.c, diacrit.h: Add GPL notice.
47828
47829         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
47830         notice.
47831         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
47832         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
47833         This avoids a potential constant-folding bug.
47834
47835 2004-10-05  Bruno Haible  <bruno@clisp.org>
47836
47837         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
47838         for the declaration of strsep.
47839
47840 2004-10-05  Bruno Haible  <bruno@clisp.org>
47841
47842         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
47843
47844 2004-10-04  Simon Josefsson  <jas@extundo.com>
47845
47846         * modules/memmem: New file.
47847         * tests/test-memmem.c: New file.
47848         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
47849
47850 2004-10-04  Simon Josefsson  <jas@extundo.com>
47851
47852         * m4/memmem.m4: New file.
47853
47854 2004-10-04  Simon Josefsson  <jas@extundo.com>
47855
47856         * lib/memmem.h: New file.
47857         * lib/memmem.c: New file, taken from glibc.
47858
47859 2004-10-04  Simon Josefsson  <jas@extundo.com>
47860
47861         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
47862         '#ifdef USE_UNLOCKED_IO'.
47863
47864 2004-10-04  Simon Josefsson  <jas@extundo.com>
47865
47866         * config/srclist.txt: Add memmem from glibc.
47867
47868 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
47869
47870         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
47871
47872         * modules/argmatch, modules/argp, modules/closeout, modules/error,
47873         modules/exclude, modules/getdate, modules/getline,
47874         modules/getndelim2, modules/getpass, modules/getpass-gnu,
47875         modules/getusershell, modules/linebuffer, modules/md5,
47876         modules/mountlist, modules/posixtm, modules/readtokens,
47877         modules/readutmp, modules/regex, modules/sha1,
47878         modules/version-etc, modules/yesno:
47879         Remove dependency on unlocked-io.
47880
47881 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
47882
47883         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
47884
47885         * m4/unlocked-io.m4: Add copyright notice.
47886         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
47887
47888 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
47889
47890         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
47891         * lib/xmalloc.c (xmemdup): Likewise.
47892         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
47893         XFREE): Remove these long-obsolescent macros.
47894         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
47895         * lib/xstrdup.c: Remove.
47896
47897         * lib/regex.c (re_comp): Cast gettext return value to char *,
47898         Problem reported by Martin Neitzel via Mark D. Baushke.
47899
47900 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
47901
47902         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
47903         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
47904         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
47905         regex.c, sha1.c, version-etc.c, yesno.c:
47906         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
47907         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
47908         the includer's responsibility.
47909
47910         Sync from coreutils.
47911
47912         * lib/modechange.c (mode_compile): Don't decrement a pointer that
47913         points to the start of a string, as the C Standard says the
47914         resulting behavior is undefined.
47915
47916         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
47917         simple -> simple_backups, numbered_existing ->
47918         numbered_existing_backups, numbered -> numbered_backups
47919         to avoid shadowing problems.  All uses changed.
47920         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
47921         * lib/backupfile.c (check_extension, numbered_backup):
47922         Rename locals to avoid shadowing 'basename'.
47923         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
47924         once.
47925
47926         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
47927         * lib/.cvsignore: Add getopt.h.
47928
47929 2004-10-04  Bruno Haible  <bruno@clisp.org>
47930
47931         * modules/README: New file.
47932         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
47933         not a module.
47934
47935 2004-10-02  Jim Meyering  <jim@meyering.net>
47936
47937         * lib/dirfd.h, getpagesize.h: Add copyright notice.
47938
47939 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47940
47941         * modules/strsep: New file.
47942
47943 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47944
47945         * m4/strsep.m4: New file.
47946
47947 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47948
47949         * lib/strsep.h: New file.
47950         * lib/strsep.c: New file.
47951
47952 2004-10-01  Simon Josefsson  <jas@extundo.com>
47953
47954         * lib/snprintf.c (snprintf): Handle size==0.
47955
47956 2004-10-01  Simon Josefsson  <jas@extundo.com>
47957             Bruno Haible  <bruno@clisp.org>
47958
47959         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
47960         (snprintf): Declare 'args'.
47961
47962 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
47963
47964         * lib/snprintf.c: Remove comments as to why each header is needed.
47965
47966 2004-10-01  Bruno Haible  <bruno@clisp.org>
47967
47968         * MODULES.html.sh: Add strsep.
47969
47970 2004-09-30  Simon Josefsson  <jas@extundo.com>
47971
47972         * modules/snprintf: New file.
47973
47974 2004-09-30  Simon Josefsson  <jas@extundo.com>
47975
47976         * m4/snprintf.m4: New file.
47977
47978 2004-09-30  Simon Josefsson  <jas@extundo.com>
47979
47980         * lib/snprintf.h, lib/snprintf.c: New files.
47981
47982 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47983
47984         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
47985         (hol_entry_help): Never translate an empty string.
47986         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
47987         * lib/argp.h (OPTION_NO_TRANS): New option.
47988
47989 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
47990
47991         * modules/argp (Maintainer): Replace Simon Josefsson
47992         by Sergey Poznyakoff.
47993
47994 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
47995
47996         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
47997         changes merged back into glibc.
47998
47999 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
48000
48001         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
48002
48003 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
48004
48005         * lib/xvasprintf.c: Include xalloc.h.
48006         (xvasprintf): Use xalloc_die, not xmalloc_die.
48007
48008 2004-09-29  Bruno Haible  <bruno@clisp.org>
48009
48010         * modules/alloca-opt: New file, derived from modules/alloca.
48011         * modules/allocsa: Depend on alloca-opt instead of alloca.
48012         * modules/setenv: Likewise.
48013         * modules/vasnprintf: Likewise.
48014         * MODULES.html.sh: Add alloca-opt.
48015
48016 2004-09-28  Simon Josefsson  <jas@extundo.com>
48017
48018         * gnulib-tool: New parameter --lgpl, to asseert that modules are
48019         LGPL, and to replace license template from GPL to LGPL.
48020
48021 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
48022
48023         * modules/dummy: Change license to LGPL.
48024
48025 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
48026
48027         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
48028
48029 2004-09-24  Simon Josefsson  <jas@extundo.com>
48030
48031         * modules/minmax (License): Change from GPL to LGPL.
48032
48033 2004-09-23  Simon Josefsson  <jas@extundo.com>
48034
48035         * gnulib-tool (--import): Typo.
48036
48037 2004-09-23  Simon Josefsson  <jas@extundo.com>
48038
48039         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
48040
48041 2004-09-22  Bruno Haible  <bruno@clisp.org>
48042
48043         * modules/*: Add 'License' field.
48044         * gnulib-tool: Accept --extract-license option.
48045         (func_get_license): New function.
48046
48047 2004-09-21  Bruno Haible  <bruno@clisp.org>
48048
48049         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
48050         Reported by Simon Josefsson.
48051
48052 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
48053
48054         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
48055         gl_AC_TYPE_LONG_LONG.
48056
48057 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
48058
48059         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
48060
48061 2004-09-18  Simon Josefsson  <jas@extundo.com>
48062         and  Paul Eggert  <eggert@cs.ucla.edu>
48063
48064         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
48065         calls with autoreconf.  Define GL_LIB.
48066
48067 2004-09-14  Karl Berry  <karl@gnu.org>
48068
48069         * config/srclist.txt: unsync setenv.c, sigh.
48070
48071 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
48072
48073         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
48074         Problem reported by Bruno Haible in:
48075         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
48076
48077 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
48078
48079         * config/srclist.txt: Comment out argp-pvh.c.
48080
48081 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
48082
48083         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
48084         in case some system header has #define'd it.  Problem reported by
48085         Soeren D. Schulze in
48086         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
48087
48088 2004-09-09  Karl Berry  <karl@gnu.org>
48089
48090         * regex.[ch]: delete from the root.  These were supposed to be
48091                 synced with emacs cvs, but this has not happened for about
48092                 a year, and anyway nothing else uses emacs regex.[ch].
48093                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
48094                 lib/regex[.ch] is untouched.
48095
48096 2004-09-09  Bruno Haible  <bruno@clisp.org>
48097
48098         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
48099
48100 2004-09-09  Bruno Haible  <bruno@clisp.org>
48101
48102         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
48103         modifications.
48104         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
48105
48106 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
48107
48108         * modules/xvasprintf: New file.
48109         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
48110
48111 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
48112
48113         * lib/xvasprintf.h: New file.
48114         * lib/xvasprintf.c: New file.
48115         * lib/xasprintf.c: New file.
48116
48117 2004-09-08  Bruno Haible  <bruno@clisp.org>
48118
48119         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
48120
48121 2004-09-08  Bruno Haible  <bruno@clisp.org>
48122
48123         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
48124         length is > INT_MAX.
48125         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
48126         more.
48127
48128 2004-09-08  Bruno Haible  <bruno@clisp.org>
48129
48130         * lib/stdint_.h: New file, taken from GNU clisp.
48131
48132 2004-09-08  Bruno Haible  <bruno@clisp.org>
48133             Oskar Liljeblad  <oskar@osk.mine.nu>
48134
48135         * modules/stdint: New file.
48136         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
48137
48138 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48139
48140         Import from coreutils.
48141         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
48142         strings on unbounded length.  alloca's performance benefits aren't
48143         that important here.
48144         (V_STRDUP): Remove.
48145         (parse_with_separator): New function, with most of the internals
48146         of the old parse_user_spec.  Allow user to omit both user and group,
48147         for compatibility with FreeBSD.
48148         Clone only the user name, not the entire spec.
48149         Do not set *uid, *gid unless entirely successful.
48150         Avoid memory leak in some failing cases.
48151         Fix regression for USER.GROUP reported by Dmitry V. Levin in
48152         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
48153         (parse_user_spec): Rewrite to use parse_with_separator.
48154
48155 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48156
48157         * modules/userspec: Don't depend on alloca.
48158
48159 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48160
48161         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
48162
48163 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
48164
48165         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
48166         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
48167         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
48168
48169 2004-08-16  Simon Josefsson  <jas@extundo.com>
48170
48171         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
48172         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
48173         Add --dry-run for --import.
48174         Let user provided command line parameters override configure.ac
48175         settings.
48176
48177 2004-08-12  Simon Josefsson  <jas@extundo.com>
48178
48179         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
48180         as discussed with Paul Eggert in threads rooted at
48181         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
48182         and
48183         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
48184         Before, the test was empty, and relied on ELIDE_CODE in source
48185         code.)
48186         (gl_PREREQ_GETOPT): New macro.
48187         (gl_GETOPT): Use them.
48188
48189 2004-08-12  Simon Josefsson  <jas@extundo.com>
48190
48191         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
48192         * lib/getopt_.h: Renamed from getopt.h.
48193
48194 2004-08-12  Simon Josefsson  <jas@extundo.com>
48195
48196         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
48197         Change default library name from libfoo to libgnu.
48198         Now, if you have a configure.ac that says:
48199                 gl_SOURCE_BASE(gl)
48200                 gl_M4_BASE(gl/m4)
48201                 gl_MODULES(error getopt etcetera)
48202                 gl_INIT
48203         you can import all you need by running:
48204                 ../gnulib/gnulib-tool --import
48205
48206         * modules/getopt (Files): Rename getopt.h to getopt_.h.
48207         (Makefile.am): Rewrite, use logic from argz.
48208         (Include): Use <getopt.h> instead of "getopt.h".
48209
48210 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48211
48212         * modules/argp (Files): Add m4/unlocked-io.m4.
48213         (Depends-on): Add extensions.
48214
48215 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48216
48217         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
48218         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
48219         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
48220         Check for program_invocation_name, program_invocation_short_name,
48221         flockfile, funlockfile, features.h, _getopt_long_only_r.
48222
48223 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48224
48225         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
48226         its complicated substitute.
48227         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
48228         and program_invocation_name.
48229         (__argp_basename) [!_LIBC]: Remove; the only use was
48230         replaced by its body.
48231         (__argp_short_program_name): Change condition from
48232         !defined __argp_short_program_name to
48233         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
48234         to match argp-namefrob.h.
48235         (__argp_failure): Don't assume strerror_r returns char *.
48236         * lib/argp-parse.c (N_): Define unconditionally.
48237         (argp_default_options): Fill out initializers with 0 to avoid
48238         gcc warnings.
48239
48240 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48241
48242         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
48243         getopt1.c.
48244
48245 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48246
48247         Merge from coreutils.
48248
48249         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
48250
48251         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
48252         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
48253
48254 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48255
48256         Merge from coreutils.
48257
48258         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
48259         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
48260         for Reliant Unix 5.43.
48261
48262         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
48263         (union fooround): Use uintmax_t, not long int.
48264         The rest is a merge from libc:
48265         [defined _LIBC]: Include <shlib-compat.h>.
48266         (_obstack) [defined _LIBC]: Remove after 2.3.4.
48267
48268         * lib/settime.c (settime): Recode to avoid warning with
48269         Sun Forte C 6U2.
48270
48271         * lib/strverscmp.c: Convert to UTF-8.
48272
48273 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48274
48275         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
48276         m4/uintmax_t.m4.
48277
48278 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48279
48280         * modules/xalloc-die: New file.
48281         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
48282
48283         * modules/md5 (Files): Add m4/uint32_t.m4.
48284         * modules/sha1: Renamed from modules/sha.
48285         (Files):
48286         Rename lib/sha.h to lib/sha1.h.
48287         Rename lib/sha.c to lib/sha1.c.
48288         Rename m4/sha.m4 to m4/sha1.m4.
48289         (lib_SOURCES): Likewise.
48290         (configure.ac): Rename gl_SHA to gl_SHA1.
48291         (Include): sha.h -> sha1.h.
48292
48293 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48294
48295         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
48296         * m4/sha1.m4: Renamed from sha.m4.
48297         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
48298
48299 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48300
48301         * lib/obstack.h (obstack_empty_p):
48302         Don't assume that chunk->contents is suitably aligned.
48303         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
48304         Likewise. Problem reported by Benno in
48305         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
48306
48307         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
48308         readable.  This could be improved further but it'd take some work.
48309
48310 2004-08-08  Simon Josefsson  <jas@extundo.com>
48311
48312         * modules/xgethostname (Depends-on): Remove exit and error (not
48313         used).
48314
48315         * modules/getpass-gnu: Add getpass.h.
48316         (Depends-on): Add stdbool.
48317         * modules/getpass: Add getpass.h.
48318
48319 2004-08-08  Simon Josefsson  <jas@extundo.com>
48320
48321         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
48322         Check getpass declaration.
48323
48324 2004-08-08  Simon Josefsson  <jas@extundo.com>
48325
48326         * lib/xgethostname.c: Don't include error.h (not used).
48327
48328         * lib/getpass.h: Add.
48329         * lib/getpass.c: Include getpass.h first.
48330
48331 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
48332
48333         * lib/xalloc-die.c: New file.
48334         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
48335         All uses removed.
48336         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
48337         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
48338         xalloc-die.c.
48339         (_, N_, xalloc_die): Move to xalloc-die.c.
48340         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
48341         so that we needn't mess with xalloc_msg_memory_exhausted.
48342
48343         * lib/sha1.h: Renamed from sha.h.
48344         (SHA1_H): Renamed from _SHA_H.
48345         (sha1_ctx): Renamed from sha_ctx.
48346         (sha1_init_ctx): Renamed from sha_init_ctx.
48347         (sha1_process_block): Renamed from sha_process_block.
48348         (sha1_process_bytes): Renamed from sha_process_bytes.
48349         (sha1_finish_ctx): Renamed from sha_finish_ctx.
48350         (sha1_read_ctx): Renamed from sha_read_ctx.
48351         (sha1_stream): Renamed from sha_stream.
48352         (sha1_buffer): Renamed from sha_buffer.
48353         * lib/sha1.c: Likewise; renamed from sha.c.
48354         Do not include <sys/types.h>.
48355         Include <stddef.h> rather than <stdlib.h>.
48356
48357 2004-08-08  Bruno Haible  <bruno@clisp.org>
48358
48359         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
48360         FILESYSTEM_PREFIX_LEN.
48361         * lib/progreloc.c: Likewise.
48362         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
48363
48364 2004-08-06  Simon Josefsson  <jas@extundo.com>
48365
48366         * modules/progname (Depends-on): Don't depend on stdbool.
48367
48368 2004-08-06  Simon Josefsson  <jas@extundo.com>
48369
48370         * modules/getsubopt: New file.
48371         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48372         getsubopt.
48373
48374 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
48375
48376         More merge from coreutils.
48377
48378         * m4/utimens.m4, m4/utimecmp.m4: New files.
48379         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
48380         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
48381         prereq.m4, sha.m4: Import changes from coreutils.
48382
48383 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
48384
48385         More merge from coreutils.
48386         * modules/raise, modules/readtokens0, modules/utimens:
48387         * modules/utimecmp, module/xnanosleep: New files.
48388         * modules/strftime: Add lib/strftime.h.
48389         Change include from <time.h> to "strftime.h".
48390         * modules/yesno: Add lib/yesno.h.
48391         * modules/backupfile: Remove lib/addext.c.
48392         * modules/euidaccess: Add stat-macros.h.
48393         * modules/canonicalize, modules/euidaccess,
48394         modules/filemode, modules/lchown, modules/makepath,
48395         modules/rmdir, modules/stat: Likewise.
48396
48397 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
48398
48399         Merge from tar.
48400         * lib/argp-help.c (make_hol, hol_append): Don't assume that
48401         SIZE_MAX is a valid preprocessor constant.
48402         (__argp_basename): Change from "#ifndef _LIBC"
48403         to "#ifndef __argp_short_program_name", so that
48404         we don't compile these functions for tar.
48405
48406         More merges from coreutils.
48407         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
48408         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
48409         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
48410         * lib/addext.c: Remove; no longer needed.
48411         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
48412         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
48413         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
48414         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
48415         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
48416         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
48417         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
48418         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
48419         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
48420         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
48421         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
48422         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
48423         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
48424         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
48425         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
48426         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
48427         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
48428         Import changes from coreutils.
48429
48430 2004-08-05  Simon Josefsson  <jas@extundo.com>
48431
48432         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
48433
48434 2004-08-05  Simon Josefsson  <jas@extundo.com>
48435
48436         * m4/getsubopt.m4: New file.
48437
48438 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
48439
48440         Merge from coreutils.
48441
48442         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
48443         * m4/getcwd-path-max.m4: New files.
48444
48445         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
48446         FILESYSTEM_PREFIX_LEN ->
48447         FILE_SYSTEM_PREFIX_LEN.
48448         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
48449         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
48450         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
48451         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
48452
48453         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
48454         prerequisite modules now handle the DOS stuff.
48455         Don't check for unistd.h.
48456
48457 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
48458
48459         Merge from coreutils.
48460
48461         * lib/.gdb-history: Remove; this doesn't belong here.
48462
48463         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
48464         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
48465         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
48466         * lib/getcwd.c: New files.
48467
48468         * lib/dirname.h: Include <stdbool.h>.
48469         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
48470         for consistency with POSIX terminology.  All uses changed.
48471         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
48472         (strip_trailing_slashes): Use bool for booleans.
48473         * lib/stripslash.c (strip_trailing_slashes): Likewise.
48474
48475         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
48476         sometimes returns a positive errno value even when it succeeds.
48477         (print_errno_message) [!LIBC]: Fall back on strerror if
48478         __strerror_r fails.
48479
48480         * lib/path-concat.c (mempcpy): Don't define if a system header defines
48481         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
48482         (longest_relative_suffix): New function.
48483         (path_concat): Use it.  Assume first argument is not NULL.
48484         Port to DOS.  Omit redundant separators.
48485         Report an error instead of returning NULL.
48486         Use mempcpy instead of memcpy.
48487         (xpath_concat): Remove: not declared or used.
48488
48489         * lib/same.h: Include <stdbool.h>
48490         (same_name): Return bool, not int.
48491         * lib/same.c (same_name): Likewise.
48492         (errno): Don't declare; we assume C89 or better now.
48493
48494         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
48495         if not already defined.
48496
48497         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
48498         * lib/dup-safer.c (errno): Likewise.
48499
48500 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
48501
48502         Merge from coreutils.
48503         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
48504         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
48505         * modules/path-concat: Don't depend on strdup.
48506
48507 2004-08-03  Simon Josefsson  <jas@extundo.com>
48508
48509         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
48510         * lib/progname.h: Don't include stdbool.h.
48511
48512 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
48513
48514         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
48515         * MODULES.html.sh (func_all_modules): Remove fatal.
48516
48517 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
48518
48519         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
48520
48521 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
48522
48523         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
48524         working.
48525
48526 2004-08-02  Simon Josefsson  <jas@extundo.com>
48527
48528         * lib/getsubopt.h: New file, with comments from Bruno Haible.
48529         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
48530         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
48531
48532 2004-08-01  Simon Josefsson  <jas@extundo.com>
48533
48534         * lib/xgetdomainname.c: Include stdlib.h, for free().
48535
48536 2004-07-19  Bruno Haible  <bruno@clisp.org>
48537
48538         * MODULES.html.sh (func_all_modules): Add dummy.
48539
48540 2004-07-16  Simon Josefsson  <jas@extundo.com>
48541
48542         * modules/dummy: New file.
48543
48544 2004-07-16  Simon Josefsson  <jas@extundo.com>
48545
48546         * lib/dummy.c: New file.
48547
48548 2004-07-16  Bruno Haible  <bruno@clisp.org>
48549
48550         * lib/backupfile.h: Add extern "C" for C++.
48551         * lib/closeout.h: Likewise.
48552         * lib/copy-file.h: Likewise.
48553         * lib/findprog.h: Likewise.
48554         * lib/full-write.h: Likewise.
48555         * lib/pathname.h: Likewise.
48556         * lib/progname.h: Likewise.
48557         * lib/stpcpy.h: Likewise.
48558         * lib/stpncpy.h: Likewise.
48559         * lib/strcase.h: Likewise.
48560         * lib/strstr.h: Likewise.
48561         * lib/xalloc.h: Likewise.
48562
48563         * lib/mbswidth.h: Add extern "C" for C++.
48564         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
48565
48566 2004-07-13  Robert Millan  <robertmh@gnu.org>
48567
48568         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
48569
48570 2004-07-09  Simon Josefsson  <jas@extundo.com>
48571
48572         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
48573         failed without this.)
48574
48575 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
48576
48577         * modules/chown (Files): Add lib/fchown-stub.c, since
48578         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
48579
48580 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
48581
48582         * lib/fchown-stub.c: New file.
48583
48584 2004-06-24  Jim Meyering  <jim@meyering.net>
48585
48586         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
48587
48588 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48589
48590         * modules/argz: Omit "#include".
48591
48592         * MODULES.html.sh (func_all_modules): Add calloc, to match
48593         2004-06-01 addition of calloc module.
48594
48595 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48596
48597         * m4/argz.m4: New file, which is autoupdated from libtool.
48598
48599 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48600
48601         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
48602         libtool.
48603
48604 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48605
48606         * config/srclist-update: Don't insist on "USA." before the
48607         close-comment, as libtool omits the period and puts the */ on a
48608         separate line.
48609         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
48610         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
48611
48612 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
48613
48614         * modules/argz: New file.
48615         * MODULES.html.sh (func_all_modules): Add argz.
48616
48617 2004-06-12  Jim Meyering  <jim@meyering.net>
48618         and  Paul Eggert  <eggert@cs.ucla.edu>
48619
48620         * modules/hash (Files): Add lib/xalloc.h.
48621         * modules/pipe (Depends-on): Add wait-process.
48622         * modules/stat (Depends-on): Add xalloc.
48623         * modules/userspec (Files): Add lib/userspec.h.
48624         * modules/xstrto
48625
48626         Upgrade from gettext-0.13.
48627         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
48628         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
48629         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
48630
48631 2004-06-10  Jim Meyering  <jim@meyering.net>
48632
48633         * lib/calloc.c: New file.
48634
48635 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
48636
48637         * lib/getdate.y (yylex): Allow space between sign and number.
48638         Problem reported by Dan Jacobson.
48639
48640 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
48641
48642         Merge from coreutils CVS.
48643
48644         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
48645         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
48646         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
48647         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
48648         xstrtol.m4: Fix copyright date and/or serial number.
48649
48650         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
48651         See if we need an fchown replacement.
48652         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
48653         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
48654         and use the replacement function if we detect either defect.
48655
48656         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
48657         gl_UTIMECMP.
48658
48659 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
48660         and  Jim Meyering  <jim@meyering.net>
48661
48662         Merge from coreutils CVS.
48663
48664         * lib/stat-macros.h: New file, with contents from file-type.h
48665         and coreutils' system.h.
48666         * lib/file-type.c: Include "stat-macros.h".
48667         * lib/file-type.h (file_type): Move all macro definitions to new file,
48668         stat-macros.h.
48669
48670         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
48671         Wrap old code with this conditional.
48672         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
48673         function that does not dereference symlinks.
48674         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
48675
48676         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
48677         dependency problems.
48678         (xreadlink): Accept new arg SIZE, for efficiency.
48679         All decls and uses changed.
48680         * lib/xreadlink.h: Include <stddef.h>, for size_t.
48681
48682         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
48683         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
48684
48685         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
48686         sysexits.h.
48687
48688 2004-06-01  Jim Meyering  <jim@meyering.net>
48689
48690         * m4/calloc.m4: New file.
48691
48692 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
48693
48694         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
48695         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
48696         Also, fix a typo in a diagnostic.
48697
48698 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
48699
48700         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
48701         or AC_FUNC_REALLOC.
48702
48703 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
48704
48705         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
48706         macros to be defined.
48707         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
48708         the allocator returns NULL because the requested size is zero.
48709
48710 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48711
48712         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
48713         var.  Add comment explaining why libc still defines it.  This
48714         merges the following patch from glibc:
48715         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
48716
48717 2004-05-20  Andreas Schwab  <schwab@suse.de>
48718
48719         * m4/free.m4: Replace free if it not known to work, not the other
48720         way round.
48721
48722 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
48723
48724         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
48725         present in glibc since revision 1.1 of this file.
48726         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
48727         obstack_alignment_mask, obstack_alloc, obstack_base,
48728         obstack_blank, obstack_blank_fast, obstack_chunk_size,
48729         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
48730         obstack_grow0, obstack_init, obstack_int_grow,
48731         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
48732         obstack_next_free, obstack_object_size, obstack_ptr_grow,
48733         obstack_ptr_grow_fast, obstack_room): Remove declarations of
48734         nonexistent functions.
48735
48736 2004-05-18  Karl Berry  <karl@gnu.org>
48737
48738         * config/srclist.txt: break link for vasnprintf.c.
48739
48740 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
48741
48742         Port obstack to the AS/400, where pointers are 16 bytes wide and
48743         you cannot cast an integer to a valid pointer.  This patch is
48744         currently waiting to be integrated into glibc; see
48745         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
48746
48747         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
48748         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
48749         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
48750         (struct obstack): temp member is now a union of a pointer and
48751         an integer, instead of an integer.  All integer uses changed.
48752         This does not affect the physical layout of struct obstack,
48753         except on hosts (like the AS/400) where the size or alignment of
48754         void * is greater than that of ptrdiff_t.
48755         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
48756         __STDC__)]: Store temporary in pointer member of union, not
48757         integer member.
48758         * lib/obstack.c: Include <stddef.h>, for offsetof.
48759         (struct fooalign): Remove; it doesn't need a name.
48760         (union fooround): Change double to long double, and add void *.
48761         (DEFAULT_ALIGNMENT): Use offsetof to compute.
48762         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
48763         not a macro.  Hence the values are always int; so remove all
48764         casts-to-int in uses.
48765
48766 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
48767
48768         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
48769         we can get this patch merged into glibc.
48770
48771 2004-05-17  Derek R. Price  <derek@ximbiot.com>
48772             Paul Eggert  <eggert@cs.ucla.edu>
48773
48774         * m4/argp: Depend on alloca.
48775
48776 2004-05-17  Derek R. Price  <derek@ximbiot.com>
48777             Paul Eggert  <eggert@cs.ucla.edu>
48778
48779         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
48780         freecoding.
48781
48782 2004-05-17  Bruno Haible  <bruno@clisp.org>
48783
48784         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
48785         precision that consists of a '.' followed by an empty digit string.
48786         Patch by Tor Lillqvist <tml@iki.fi>.
48787
48788 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
48789
48790         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
48791         for backward compatibility with older code.  We need our own
48792         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
48793         it under some other name, and our alloca.h will define it.
48794
48795 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
48796             Derek Price  <derek@ximbiot.com>
48797
48798         * lib/alloca.c: Include <alloca.h>, to get our interface.
48799         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
48800         include <alloca.h> first.  Use C89 prototype for alloca; this
48801         requires including <stddef.h> for size_t.  Use extern "C" if C++.
48802         Use #elif for simplicity, since we can assume C89 now.
48803         Don't try to source the system alloca.h since it will not be found
48804         and to prevent recursively including its replacement.
48805         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
48806         * lib/regex.c: Likewise.
48807
48808 2004-05-16  Derek Price  <derek@ximbiot.com>
48809             Paul Eggert  <eggert@cs.ucla.edu>
48810
48811         getline cleanup.  This changes the getndelim2 API: both order of
48812         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
48813         no delimiter).
48814
48815         * lib/getline.c: Don't include stddef.h or stdio.h, since our
48816         interface does that.
48817         (getline): Always use getdelim, so that we don't have two
48818         copies of this code.
48819         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
48820         if available.
48821         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
48822         (GETNDELIM2_MAXIMUM): New macro.
48823         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
48824         instead of the old practice of delim2==0.  All callers changed.
48825         Return -1 on overflow, instead of returning junk.
48826         Do not set *linesize unless allocation succeeds.
48827         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
48828         that we include sys/types.h.
48829         * lib/getnline.h: Likewise.
48830         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
48831         (getndelim2): Reorder arguments.
48832         * lib/getnline.c (getnline, getndelim):
48833         Don't discard the NMAX argument.
48834         (getnline): Invoke getndelim, to avoid code duplication.
48835         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
48836         of (size_t) -1 by callers of the getnline family.
48837
48838 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48839
48840         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
48841         Check for gettimeofday.
48842         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
48843         Check for settimeofday, stime.
48844
48845 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48846
48847         * lib/nanosleep.c (suspended): Change its type from int to
48848         sig_atomic_t volatile.
48849         (first_call): Make it private to rpl_nanosleep, and have it
48850         be zero initially as that's a bit faster.
48851         (my_usleep): Round up fractional times instead of truncating them,
48852         as this is the usual meaning for 'sleep'.
48853
48854         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
48855         doesn't work.
48856         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
48857         (ENOSYS): Define if not defined.
48858         (settime): Fall back on stime if it exists and settimeofday fails.
48859         But don't bother with fallbacks if a method fails with errno == EPERM.
48860
48861 2004-05-11  Jim Meyering  <jim@meyering.net>
48862
48863         Prior to this change, the save_cwd caller required read access to the
48864         current directory on most systems (ones with the fchdir function).
48865
48866         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
48867         fails, try write-only, and finally, resort to using xgetcwd.
48868
48869 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
48870
48871         * lib/obstack.c, obstack.h: Import changes from libc.
48872
48873 2004-04-28  Bruno Haible  <bruno@clisp.org>
48874
48875         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
48876         also implicitly appends .exe to executables.
48877         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
48878         accepts Windows pathnames.
48879         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
48880         Treat Cygwin like Windows, since it now accepts Windows pathnames.
48881         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
48882         Treat Cygwin like Windows, since it now accepts Windows pathnames.
48883         Reported by Derek Robert Price <derek@ximbiot.com>.
48884
48885 2004-04-21  Karl Berry  <karl@gnu.org>
48886
48887         * config/srclist.txt (localcharset.c): break sync.
48888
48889 2004-04-20  Paul Eggert  <eggert@twinsun.com>
48890
48891         * m4/host-os.m4: Add a copyright notice.
48892
48893 2004-04-20  Jim Meyering  <jim@meyering.net>
48894
48895         Change UTILS_ to gl_ in AC_DEFINE'd names.
48896         Change utils_- and jm_-prefixed variables, too.
48897         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
48898         UTILS_FUNC_MKDIR_TRAILING_SLASH.
48899         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
48900
48901         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
48902         Don't emit trailing blanks.
48903         Also rename jm_-prefixed variables to have gl_ prefix.
48904
48905         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
48906         Also rename jm_-prefixed variables to have gl_ prefix.
48907
48908         * m4/jm-macros.m4: Reflect the renamings.
48909         * m4/prereq.m4: Likewise.
48910
48911 2004-04-20  Jim Meyering  <jim@meyering.net>
48912
48913         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
48914         memory.
48915
48916 2004-04-20  Jim Meyering  <jim@meyering.net>
48917             Bruno Haible  <bruno@clisp.org>
48918
48919         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
48920         memory when realloc fails.
48921
48922 2004-04-19  Jim Meyering  <jim@meyering.net>
48923
48924         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
48925         now that readutmp.c may call `free (0)'.
48926
48927 2004-04-19  Bruno Haible  <bruno@clisp.org>
48928
48929         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
48930         * m4/inttypes_h.m4: Likewise.
48931         * m4/stdint_h.m4: Likewise.
48932         * m4/intmax_t.m4: Likewise.
48933         * m4/uintmax_t.m4: Likewise.
48934
48935 2004-04-18  Jim Meyering  <jim@meyering.net>
48936
48937         * m4/prereq.m4: Don't forbid jm_ prefix.
48938
48939         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
48940         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
48941         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
48942         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
48943         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
48944         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
48945         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
48946         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
48947         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
48948         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
48949         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
48950         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
48951         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
48952         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
48953         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
48954         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
48955         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
48956         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
48957         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
48958
48959 2004-04-18  Jim Meyering  <jim@meyering.net>
48960
48961         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
48962         failure, don't leak memory and do call END_UTMP_ENT.
48963
48964 2004-04-16  Jim Meyering  <jim@meyering.net>
48965
48966         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
48967         coreutils' stat program.
48968         (gl_PREREQ): Don't require jm_PREREQ_STAT.
48969
48970 2004-04-11  Paul Eggert  <eggert@twinsun.com>
48971
48972         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
48973         C89.
48974         (CHAR_BIT): Remove, since we assume C89.
48975         Include <stdint.h> if available, as per current Autoconf CVS advice.
48976
48977 2004-03-31  Jim Meyering  <jim@meyering.net>
48978
48979         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
48980         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
48981         * m4/xalloc.m4: Likewise.
48982
48983 2004-03-30  Paul Eggert  <eggert@twinsun.com>
48984
48985         Merge from coreutils.
48986
48987         * m4/inttostr.m4: New file.
48988         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
48989         Require AM_STDBOOL_H and gl_TIMESPEC instead.
48990         Require gl_CLOCK_TIME.
48991         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
48992
48993 2004-03-30  Paul Eggert  <eggert@twinsun.com>
48994
48995         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
48996         not bool, to be more consistent with Unix conventions.
48997         Suggested by Bruno Haible.
48998
48999         Merge from coreutils.
49000
49001         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
49002         * lib/umaxtostr.c: New files.
49003
49004         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
49005         the usual <time.h> dance.
49006         (get_date): Change signature to support fractional time stamps.
49007         All callers changed.
49008         * lib/getdate.y: Include "getdate.h" first, as we can now
49009         assume C89 and don't need to worry about 'const'.
49010         Similarly, include "unlocked-io.h" near start, not in middle.
49011         Include <limits.h>.
49012         (textint.value): Use long int rather than int.
49013         (textint.digits): Use size_t rather than int.
49014         (BILLION, LOG10_BILLION): New constants.
49015         (parser_control): New member rel_ns.  Members day_ordinal,
49016         time_zone, month, day, hour, minutes, rel_year, rel_month,
49017         rel_day, rel_hour, rel_minutes, rel_seconds
49018         are now long int, not int.  Member seconds is now struct timespec,
49019         not int.  New member timespec_seen.  Members dates_seen, days_seen,
49020         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
49021         not int.
49022         (%union.intval): Now long int, not int.
49023         New member timespec.
49024         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
49025         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
49026         (spec): Now is a timespec or an item list.
49027         (timespec, items): New nonterminals.
49028         (time, rel, relunit, number, get_date):
49029         Add support for fractional seconds.
49030         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
49031         (gmtime, localtime, mktime): Remove decls; not needed with C89.
49032         (to_hour): First arg is now long int, not int.
49033         (to_year): Returns long int, not int.
49034         Don't treat year -70 like 70.
49035         (tm_diff): Returns long int, not int.
49036         (lookup_word): Use bool instead of int when appropriate.
49037         (yylex): Use size_t for count, not int.
49038         Detect overflow when parsing large integer constants.
49039         Add support for fractions.
49040         (get_date): Make pointers 'const' if possible.
49041         Use more-portable code to detect integer overflow.
49042         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
49043         Don't use ctime; it's not reliable if the year has >4 digits.
49044
49045         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
49046         This is for compatibility with BSD.
49047
49048         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
49049         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
49050         From coreutils' system.h.
49051
49052         * lib/userspec.c: Don't include "posixver.h".
49053         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
49054         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
49055         compatible extension.  Simplify code by removing a boolean int
49056         that was always nonzero if a string was nonnull.
49057
49058 2004-03-30  Jim Meyering  <jim@meyering.net>
49059
49060         Merge from coreutils.
49061
49062         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
49063         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
49064         on some systems one must include <grp.h> before it.
49065         Reported by Christian Krackowizer.
49066
49067 2004-03-30  Jim Meyering  <jim@meyering.net>
49068
49069         Merge from coreutils.
49070
49071         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
49072
49073         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
49074         an empty input stream.
49075
49076         * lib/readtokens.c: Include <stdbool.h>.
49077         (readtoken): Use `size_t' rather than int/long.
49078         All callers adjusted.
49079         Use `bool' rather than `int' where appropriate.
49080         Use memset rather than an explicit loop.
49081         Use x2nrealloc rather than xrealloc.
49082         Allow the use of `\0' as a delimiter.
49083         (readtokens): Likewise.
49084         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
49085
49086 2004-03-30  Jim Meyering  <jim@meyering.net>
49087
49088         * m4/realloc.m4: Remove file, since now it does no more than
49089         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
49090         the `configure.ac' section of module/realloc.
49091         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
49092
49093 2004-03-30  Bruno Haible  <bruno@clisp.org>
49094
49095         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
49096         nonnull.
49097
49098 2004-03-29  Paul Eggert  <eggert@twinsun.com>
49099
49100         Merge changes to getloadavg.c from coreutils and Emacs.
49101
49102         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
49103         Define to an expression, not to the empty string.
49104         Include cloexec.h and xalloc.h.
49105         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
49106         Use set_cloexec_flag rather than rolling our own.
49107         * lib/cloexec.c, lib/cloexec.h: New files.
49108
49109 2004-03-29  Paul Eggert  <eggert@twinsun.com>
49110
49111         * m4/cloexec.m4: New file.
49112
49113 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49114
49115         * lib/getopt.h: Sync with libc CVS.
49116
49117 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49118             Bruno Haible  <bruno@clisp.org>
49119
49120         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
49121         mbswidth.
49122
49123 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49124             Bruno Haible  <bruno@clisp.org>
49125
49126         * lib/mbswidth.h: Include <wchar.h> only if
49127         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
49128         <wchar.h>.
49129         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
49130
49131 2004-03-09  Paul Eggert  <eggert@twinsun.com>
49132
49133         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
49134         Sync with libc CVS.
49135         * lib/getopt_int.h: New file, also synced from libc.
49136
49137 2004-03-09  Paul Eggert  <eggert@twinsun.com>
49138
49139         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
49140         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
49141         Bring back getopt.c, getopt.h, getopt1.c.
49142
49143 2004-03-07  Paul Eggert  <eggert@twinsun.com>
49144
49145         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
49146         All uses changed.  Check for sa_sigaction member; this fixes
49147         a bug first reported by Jason Andrade in
49148         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
49149
49150 2004-03-07  Paul Eggert  <eggert@twinsun.com>
49151
49152         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
49153         '#if' expressions.  Unlike the code it replaces, it does not
49154         depend on (defined _SC_PAGESIZE).  However, it does depend on
49155         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
49156         first reported by Jason Andrade in
49157         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
49158
49159 2004-02-25  Simon Josefsson  <jas@extundo.com>
49160
49161         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
49162
49163 2004-02-25  Simon Josefsson  <jas@extundo.com>
49164
49165         * lib/strdup.h: New file.
49166         * lib/strdup.c: Include it.
49167         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
49168         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
49169
49170 2004-02-23  Karl Berry  <karl@gnu.org>
49171
49172         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
49173         (from fencepost.gnu.org:/gd/gnuorg).
49174
49175 2004-02-23  Karl Berry  <karl@gnu.org>
49176
49177         * config/srclistvars.sh (GNUORG) [karl]: redefine.
49178         * config/srclist.txt: add maintain/standards documents.
49179
49180 2004-02-18  Bruno Haible  <bruno@clisp.org>
49181
49182         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
49183         Reported by Derek Robert Price <derek@ximbiot.com>.
49184
49185 2004-02-16  Karl Berry  <karl@gnu.org>
49186
49187         * config/mkinstalldirs, install-sh: update from automake.
49188
49189 2004-02-06  Karl Berry  <karl@gnu.org>
49190
49191         * m4/po.m4: update from gettext 0.14.1.
49192
49193 2004-02-06  Karl Berry  <karl@gnu.org>
49194
49195         * lib/config.charset: update from gettext 0.14.1.
49196
49197 2004-02-05  Paul Eggert  <eggert@twinsun.com>
49198
49199         Add comments and code, prompted by suggestions from Bruno Haible
49200         for sh-quote.
49201         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
49202         describing the enum quoting_style values.
49203         * lib/quotearg.c (quotearg_alloc): New function.
49204         (quotearg_buffer_restyled): Treat lone { and } as special.
49205         Treat = as special.  Work around bug with older shells
49206         that "see" a '\' that is really the 2nd byte of a multibyte char.
49207         Quote empty string with shell_quoting_style.
49208
49209 2004-02-03  Bruno Haible  <bruno@clisp.org>
49210
49211         * m4/pipe.m4: New file, from GNU gettext.
49212
49213 2004-02-03  Bruno Haible  <bruno@clisp.org>
49214
49215         * lib/pipe.h: New file, from GNU gettext.
49216         * lib/pipe.c: New file, from GNU gettext.
49217
49218 2004-01-27  Bruno Haible  <bruno@clisp.org>
49219
49220         * m4/execute.m4: New file, from GNU gettext.
49221
49222 2004-01-27  Bruno Haible  <bruno@clisp.org>
49223
49224         * lib/execute.h: New file, from GNU gettext.
49225         * lib/execute.c: New file, from GNU gettext.
49226         * lib/w32spawn.h: New file, from GNU gettext.
49227
49228 2004-01-24  Paul Eggert  <eggert@twinsun.com>
49229
49230         Merge from diffutils.
49231
49232         * lib/file-type.c (file_type): Add typed memory objects.
49233         * lib/file-type.h (S_TYPEISTMO): New macro.
49234
49235         * lib/c-stack.h (c_stack_action): Remove argv argument.
49236         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
49237         (die): Don't calculate message unless segv_action returns.
49238         (get_stack_location, min_address_from_argv, max_address_from_argv,
49239         volatile stack_base, volatile_stack_size): Remove.
49240         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
49241         that every segmentation violation is a stack overflow.  (Ouch!)
49242         See Debian bug 136249 (still outstanding) for more info about why
49243         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
49244
49245 2004-01-24  Paul Eggert  <eggert@twinsun.com>
49246
49247         Exit-status fix from coreutils.
49248
49249         Use exit_failure consistently in place of EXIT_FAILURE,
49250         so that program exit statuses are consistent on failure.
49251
49252         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
49253         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
49254         * lib/argmatch.h: Comment fix to match the above.
49255         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
49256         Now a macro referring to exit_failure, instead of a separate
49257         variable.  Include "exitfail.h" to get it.
49258         * lib/xstrtol.h: Include "exitfail.h".
49259         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
49260
49261         * lib/long-options.c (parse_long_options): Use prototype
49262         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
49263         for clarity.
49264
49265 2004-01-21  Jim Meyering  <jim@meyering.net>
49266
49267         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
49268         so as not to conflict with a different-sized __mktime_internal
49269         function in GNU libc.
49270         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
49271         Problem building statically-linked `ls' reported by Michael Brunnbauer.
49272
49273 2004-01-20  Karl Berry  <karl@gnu.org>
49274
49275         * config/config.guess: update from config.
49276
49277         * config/srclistvars.sh: GNUWWWLICENSES for karl.
49278
49279 2004-01-20  Bruno Haible  <bruno@clisp.org>
49280
49281         Safer stack allocation.
49282         * lib/setenv.c: Include allocsa.h.
49283         (alloca): Remove fallback definition.
49284         (freea): Remove macro.
49285         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
49286         instead of freea.
49287
49288 2004-01-20  Bruno Haible  <bruno@clisp.org>
49289
49290         * m4/eealloc.m4: New file, from GNU gettext.
49291
49292 2004-01-20  Bruno Haible  <bruno@clisp.org>
49293
49294         * m4/allocsa.m4: New file, from GNU gettext.
49295
49296 2004-01-20  Bruno Haible  <bruno@clisp.org>
49297
49298         * lib/xallocsa.h: New file, from GNU gettext.
49299         * lib/xallocsa.c: New file, from GNU gettext.
49300
49301 2004-01-20  Bruno Haible  <bruno@clisp.org>
49302
49303         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
49304
49305 2004-01-20  Bruno Haible  <bruno@clisp.org>
49306
49307         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
49308         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
49309         specially.
49310
49311 2004-01-20  Bruno Haible  <bruno@clisp.org>
49312
49313         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
49314         patch.
49315
49316 2004-01-20  Bruno Haible  <bruno@clisp.org>
49317
49318         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
49319
49320 2004-01-20  Bruno Haible  <bruno@clisp.org>
49321
49322         * lib/eealloc.h: New file.
49323
49324 2004-01-20  Bruno Haible  <bruno@clisp.org>
49325
49326         * lib/binary-io.h: Avoid warnings on Cygwin.
49327
49328 2004-01-20  Bruno Haible  <bruno@clisp.org>
49329
49330         * lib/allocsa.h: New file, from GNU gettext.
49331         * lib/allocsa.c: New file, from GNU gettext.
49332
49333 2004-01-18  Karl Berry  <karl@gnu.org>
49334
49335         * doc/gpl.texi, doc/lgpl.texi: new files.
49336
49337 2004-01-18  Karl Berry  <karl@gnu.org>
49338
49339         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
49340         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
49341
49342 2004-01-15  Paul Eggert  <eggert@twinsun.com>
49343
49344         Merge from coreutils.
49345
49346         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
49347         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
49348         (gl_DEFAULT_POSIX2_VERSION): Move
49349         the documentation from 'configure' into 'config.hin',
49350         so that 'configure --help' isn't burdened by it and
49351         we don't have to worry about its formatting there.
49352         Reword the documentation so that it's more succinct
49353         and can be run together into a single paragraph.
49354         * m4/same.m4 (gl_SAME): Check for pathconf.
49355
49356 2004-01-15  Paul Eggert  <eggert@twinsun.com>
49357
49358         Merge from coreutils.
49359
49360         * lib/posixver.c: Include posixver.h.
49361
49362         * lib/same.c: Include <stdbool.h>, <limits.h>.
49363         (_POSIX_NAME_MAX): Define if not defined.
49364         (MIN): New macro.
49365         (same_name): If file names are silently truncated, report
49366         that the file names are the same if they are the same after
49367         the silent truncation.
49368
49369         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
49370         conversion function.
49371         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
49372         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
49373         longer needed.
49374
49375 2004-01-15  Jim Meyering  <jim@meyering.net>
49376
49377         Merge from coreutils.
49378
49379         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
49380         if no library is required.
49381         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
49382         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
49383         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
49384         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
49385         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
49386         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
49387         value, $ac_cv_search_crypt, if it's "none required".
49388         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
49389         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
49390         not gl_FUNC_GETLOADAVG.
49391         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
49392         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
49393
49394 2004-01-15  Jim Meyering  <jim@meyering.net>
49395
49396         Merge from coreutils.
49397
49398         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
49399         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
49400         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
49401
49402         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
49403         optional configure-time default.
49404
49405         * lib/version-etc.c (version_etc_copyright): Update copyright date.
49406
49407         * lib/xreadlink.c (xreadlink): Correct outdated comment.
49408
49409 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
49410
49411         Merge from coreutils.
49412
49413         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
49414         value, $ac_cv_search_nanosleep, if it's "none required".
49415
49416 2004-01-14  Paul Eggert  <eggert@twinsun.com>
49417
49418         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
49419         with like-named macro in fnmatch.c.
49420         (EXT): Use an internal constant instead.
49421
49422         Merge fnmatch patches from glibc.
49423         * lib/fnmatch.c (mbsinit): Remove define.
49424         Add libc_hidden_ver (__fnmatch, fnmatch).
49425         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
49426         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
49427
49428 2004-01-14  Karl Berry  <karl@gnu.org>
49429
49430         * config/install-sh: update from automake.
49431
49432 2004-01-13  Karl Berry  <karl@gnu.org>
49433
49434         * config/install-sh: update from automake.
49435
49436 2004-01-09  Karl Berry  <karl@gnu.org>
49437
49438         * config/install-sh: update from automake.
49439
49440 2004-01-05  Karl Berry  <karl@gnu.org>
49441
49442         * config/config.{sub,guess}: update from config.
49443
49444 2003-12-31  Karl Berry  <karl@gnu.org>
49445
49446         * config/depcomp: update from automake.
49447
49448 2003-12-14  Karl Berry  <karl@gnu.org>
49449
49450         * lib/config.charset: update from gettext-runtime.
49451
49452 2003-12-03  Paul Eggert  <eggert@twinsun.com>
49453
49454         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
49455         Bug reported by Alfred M. Szmidt.
49456
49457 2003-12-03  Bruno Haible  <bruno@clisp.org>
49458
49459         * m4/gettext.m4: Upgrade from gettext-0.13.
49460         * m4/po.m4: Upgrade from gettext-0.13.
49461         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
49462         * m4/intmax.m4: New file, from gettext-0.13.
49463         * m4/printf-posix.m4: New file, from gettext-0.13.
49464
49465 2003-11-29  Karl Berry  <karl@gnu.org>
49466
49467         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
49468
49469 2003-11-25  Paul Eggert  <eggert@twinsun.com>
49470             Bruno Haible  <bruno@clisp.org>
49471
49472         * lib/printf-parse.h: Don't include sys/types.h.
49473         (ARG_NONE): New macro.
49474         (char_directive): Change type of *arg_index fields to size_t.
49475         * lib/printf-parse.c: Don't include sys/types.h.
49476         (SSIZE_MAX): Remove macro.
49477         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
49478         Remove unnecessary overflow check.
49479         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
49480         fields.
49481
49482 2003-11-25  Bruno Haible  <bruno@clisp.org>
49483
49484         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
49485
49486 2003-11-25  Bruno Haible  <bruno@clisp.org>
49487
49488         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
49489         gt_TYPE_SSIZE_T.
49490
49491 2003-11-24  Paul Eggert  <eggert@twinsun.com>
49492
49493         * modules/alloca: Remove dependency on xalloc.
49494
49495 2003-11-24  Paul Eggert  <eggert@twinsun.com>
49496
49497         * lib/alloca.c: Remove dependency on xalloc module.
49498         (xalloc_die): Remove.
49499         (memory_full) [!defined emacs]: New macro.
49500         [!defined emacs]: Don't include xalloc.h.
49501         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
49502         address arithmetic overflows.  Change datatypes a bit to avoid
49503         unnecessary casts.
49504
49505 2003-11-22  Jim Meyering  <jim@meyering.net>
49506
49507         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
49508         s/size/size_t/.
49509
49510 2003-11-21  Karl Berry  <karl@gnu.org>
49511
49512         * config/config.{sub,guess}: update from config.
49513
49514 2003-11-18  Karl Berry  <karl@gnu.org>
49515
49516         * config/config.{sub,guess}: update from config.
49517
49518         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
49519
49520 2003-11-17  Paul Eggert  <eggert@twinsun.com>
49521
49522         * README: Mention that S+T cannot overflow if S is the size of
49523         an existing object and T is sufficiently small.
49524
49525 2003-11-17  Jim Meyering  <jim@meyering.net>
49526
49527         On systems without utime and without a utimes function capable of
49528         dealing with a NULL struct utimbuf* argument, this utime replacement
49529         could -- in unusual circumstances -- leak a file descriptor.
49530         * lib/utime.c: Include <unistd.h> and <errno.h>.
49531         (utime_null): Be sure to close `fd' and to preserve errno.
49532         Reported by Geoff Collyer via Arnold Robbins.
49533
49534 2003-11-17  Bruno Haible  <bruno@clisp.org>
49535
49536         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
49537         (Depends-on): Add xsize.
49538
49539 2003-11-17  Bruno Haible  <bruno@clisp.org>
49540
49541         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
49542
49543 2003-11-17  Bruno Haible  <bruno@clisp.org>
49544
49545         * lib/vasnprintf.c (alloca): Remove fallback definition.
49546         (freea): Remove definition.
49547         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
49548         Reported by Paul Eggert.
49549
49550 2003-11-16  Paul Eggert  <eggert@twinsun.com>
49551             Bruno Haible  <bruno@clisp.org>
49552
49553         Protect against address arithmetic overflow.
49554         * lib/printf-args.h: Include stddef.h.
49555         (arguments): Change type of field 'count' to size_t.
49556         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
49557         'unsigned int' where appropriate.
49558         * lib/printf-parse.h: Include sys/types.h.
49559         (char_directive): Change type of *arg_index fields to ssize_t.
49560         (char_directives): Change type of fields 'count', max_*_length to
49561         size_t.
49562         * lib/printf-parse.c: Include sys/types.h and xsize.h.
49563         (SSIZE_MAX): Define fallback value.
49564         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
49565         instead of 'int' where appropriate. Check a_allocated, d_allocated
49566         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
49567         * lib/vasnprintf.c: Include xsize.h.
49568         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
49569         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
49570         overflow. Avoid wraparound when converting a width or precision from
49571         decimal to binary.
49572
49573 2003-11-16  Bruno Haible  <bruno@clisp.org>
49574
49575         Update from GNU gettext.
49576         * lib/printf-parse.c: Generalize to it can be compiled for wide
49577         strings.
49578         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
49579         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
49580         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
49581         SNPRINTF): New macros.
49582         Don't include <alloca.h> if the file is used inside libintl.
49583         (local_wcslen): New function, for Solaris 2.5.1.
49584         (VASNPRINTF): Use it instead of wcslen.
49585
49586 2003-11-16  Bruno Haible  <bruno@clisp.org>
49587
49588         * lib/xsize.h (xmax): New function.
49589         (xsum, xsum3, xsum4): Declare as "pure" functions.
49590
49591 2003-11-12  Paul Eggert  <eggert@twinsun.com>
49592
49593         * modules/xalloc (Files): Undo latest change, since xalloc.h
49594         no longer needs SIZE_MAX or PTRDIFF_MAX.
49595
49596 2003-11-12  Paul Eggert  <eggert@twinsun.com>
49597
49598         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
49599         gl_PTRDIFF_MAX.
49600
49601 2003-11-12  Paul Eggert  <eggert@twinsun.com>
49602
49603         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
49604         "return", to pacify some unknown compiler.  Problem reported
49605         by Joerg Schilling.
49606
49607 2003-11-12  Paul Eggert  <eggert@twinsun.com>
49608
49609         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
49610         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
49611         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
49612         heuristic is just as accurate as far as we know, and it removes a
49613         dependency on size_max.m4 and ptrdiff_max.m4.
49614
49615 2003-11-11  Bruno Haible  <bruno@clisp.org>
49616
49617         * modules/xsize (Files): Add m4/size_max.m4.
49618         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
49619
49620 2003-11-11  Bruno Haible  <bruno@clisp.org>
49621
49622         * m4/size_max.m4: New file.
49623         * m4/ptrdiff_max.m4: New file.
49624         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
49625         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
49626         (gl_XALLOC): Invoke it.
49627
49628 2003-11-11  Bruno Haible  <bruno@clisp.org>
49629
49630         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
49631         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
49632         defined.
49633
49634 2003-11-10  Paul Eggert  <eggert@twinsun.com>
49635
49636         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
49637         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
49638         rejected some allocations of exactly SIZE_MAX - 2 bytes.
49639         From Bruno Haible.
49640         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
49641         not (size_t) -1, since it's defined here.
49642
49643 2003-11-09  Karl Berry  <karl@gnu.org>
49644
49645         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
49646
49647 2003-11-06  Paul Eggert  <eggert@twinsun.com>
49648
49649         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
49650         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
49651         Reject sizes of exactly SIZE_MAX bytes.
49652         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
49653         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
49654
49655 2003-11-05  Bruno Haible  <bruno@clisp.org>
49656
49657         * lib/xsize.h: Include limits.h, to avoid a possible collision with
49658         SIZE_MAX defined in <limits.h> on Solaris.
49659
49660 2003-11-04  Jim Meyering  <jim@meyering.net>
49661
49662         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
49663         variable names, rather than @VAR@.
49664         * modules/poll: Likewise.
49665
49666 2003-11-04  Bruno Haible  <bruno@clisp.org>
49667
49668         * modules/xsize: New file.
49669         * modules/linebreak: Depend on xsize.
49670         * MODULES.html.sh (func_all_modules): Add xsize.
49671
49672 2003-11-04  Bruno Haible  <bruno@clisp.org>
49673
49674         * m4/xsize.m4: New file.
49675
49676 2003-11-04  Bruno Haible  <bruno@clisp.org>
49677
49678         * lib/xsize.h: New file.
49679         * lib/linebreak.c: Include xsize.h.
49680         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
49681         argument for overflow.
49682         Suggested by Paul Eggert.
49683
49684 2003-11-03  Karl Berry  <karl@gnu.org>
49685
49686         * config/config.{guess,sub}: update from config.
49687
49688 2003-11-03  Jim Meyering  <jim@meyering.net>
49689
49690         * modules/userspec (lib_SOURCES): Add userspec.h.
49691         (Include): Add "userspec.h".
49692         Improve description.
49693
49694 2003-11-03  Jim Meyering  <jim@meyering.net>
49695
49696         * lib/userspec.c: Include "userspec.h".
49697         * lib/userspec.h: New file.
49698
49699 2003-11-03  Bruno Haible  <bruno@clisp.org>
49700
49701         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
49702
49703 2003-11-03  Bruno Haible  <bruno@clisp.org>
49704
49705         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
49706         available, to avoid (extremely rare) race condition.
49707         Suggested by Paul Eggert.
49708
49709 2003-11-02  Karl Berry  <karl@gnu.org>
49710
49711         * config/srclist.txt (vasprintf.c): sync broken, sigh.
49712
49713 2003-10-31  Paul Eggert  <eggert@twinsun.com>
49714
49715         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
49716         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
49717         (read_filesystem_list): Set and use me_type_malloced.
49718         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
49719         whatever the type happens to be), for brevity and consistency.
49720         Check for size calculation overflow on Alphas running OSF/1.
49721
49722 2003-10-31  Jim Meyering  <jim@meyering.net>
49723
49724         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
49725
49726         * lib/linebuffer.c: Include <string.h> for declaration of memset.
49727
49728 2003-10-30  Paul Eggert  <eggert@twinsun.com>
49729             Bruno Haible  <bruno@clisp.org>
49730
49731         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
49732         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
49733
49734 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49735
49736         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
49737         netbsd*-gnu*.  Suggested by Robert Millan.
49738
49739 2003-10-29  Paul Eggert  <eggert@twinsun.com>
49740
49741         * modules/group-member: Depend on stdbool.
49742
49743 2003-10-29  Paul Eggert  <eggert@twinsun.com>
49744
49745         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
49746
49747 2003-10-29  Paul Eggert  <eggert@twinsun.com>
49748
49749         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
49750         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
49751         after the 'gnu' in these cases.  This fixes some bugs in the
49752         previous change, and is based on suggestions by Robert Millan.
49753
49754 2003-10-29  Paul Eggert  <eggert@twinsun.com>
49755
49756         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
49757         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
49758         no longer needed.
49759         * lib/quotearg.c (quotearg_n_options): Use it.
49760         * lib/group-member.c: Include <stdbool.h>.
49761         (free_group_info): Arg is now const *; don't free arg.
49762         (get_group_info): Now returns bool and accepts struct group_info *,
49763         rather than returning a malloc'ed struct group_info *.
49764         All uses changed.  Check for overflow in internal size calculation.
49765
49766         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
49767         rather than xmalloc/xrealloc.
49768         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
49769         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
49770         conformance bug: the old code used a pointer after freeing the
49771         storage that it addressed.
49772         * lib/hash.c (hash_initialize): Simplify the code by using
49773         xalloc_oversized rather than doing it by hand.
49774         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
49775         the buffer preserved.  Use free and xmalloc instead.
49776         * lib/quotearg.c (quotearg_n_options): Likewise.
49777         Use a simpler test for size overflow.  Don't use xalloc_oversized
49778         because unsigned int might be wider than size_t (!); this suggests
49779         that we should switch from unsigned int to size_t for slot numbers.
49780
49781 2003-10-28  Paul Eggert  <eggert@twinsun.com>
49782
49783         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
49784         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
49785         NetBSD kernels.  Requested by Richard Stallman.
49786
49787 2003-10-27  Paul Eggert  <eggert@twinsun.com>
49788
49789         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
49790         to allocate the returned structure.  Do not allocate a subarray,
49791         as x2nrealloc will do that.
49792         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
49793         instead of xnrealloc.
49794         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
49795
49796 2003-10-27  Bruno Haible  <bruno@clisp.org>
49797
49798         * lib/stdbool_.h: Better support for BeOS.
49799
49800 2003-10-26  Paul Eggert  <eggert@twinsun.com>
49801
49802         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
49803         now uses inline.
49804
49805 2003-10-26  Paul Eggert  <eggert@twinsun.com>
49806
49807         * lib/xalloc.h (xalloc_oversized): New static inline function, for
49808         callers that want to do their own size-overflow checking.  Include
49809         <stdbool.h>, since xalloc_oversized returns bool.
49810         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
49811         to use xalloc_oversized.
49812
49813         Add two functions x2realloc, x2nrealloc, for programs that grow
49814         arrays dynamically by doubling their sizes.
49815         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
49816         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
49817         New functions.
49818
49819         Port to C99 semantics for 'inline' of external functions.
49820         Bug reported by Bruno Haible.
49821         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
49822         with the old contents of xnmalloc.
49823         (xnmalloc, xmalloc): Use it.
49824         (xnrealloc_inline): New static inline function,
49825         with the old contents of xnrealloc.
49826         (xnrealloc, xrealloc): Use it.
49827
49828         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
49829         that.
49830
49831 2003-10-26  Karl Berry  <karl@gnu.org>
49832
49833         * config/srclist.txt (COPYING.DOC): no longer available from
49834         /gd/gnuorg; don't know where the ultimate source is.
49835
49836 2003-10-25  Paul Eggert  <eggert@twinsun.com>
49837
49838         Fix several address-calculation bugs in the hash modules,
49839         plus some minor code cleanup.
49840
49841         * lib/hash.h: Include <stdbool.h>, for bool.
49842         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
49843         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
49844         hash_get_n_entries, hash_get_max_bucket_length,
49845         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
49846         hash_rehash): Use size_t rather than unsigned.
49847         * lib/hash.c (struct hash_table, hash_get_n_buckets,
49848         hash_get_n_buckets_used, hash_get_n_entries,
49849         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
49850         hash_get_entries, hash_do_for_each, hash_string, is_prime,
49851         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
49852         Likewise.
49853         (SIZE_MAX): Define if not defined.
49854         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
49855         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
49856         hash_print):
49857         Use const * when possible.
49858         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
49859         (check_tuning): Fix bug: if tuning parameters were very close to
49860         0 or 1, rounding errors could have caused subscript violations.
49861         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
49862         (hash_initialize): Add 'fail:' label
49863         to free table and return NULL, and use it to simplify code.
49864         Use calloc rather than clearing the storage ourself.
49865         (hash_initialize, hash_rehash): Check for arithmetic overflow in
49866         buffer size calculations.
49867         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
49868         Include <stddef.h>, for size_t.
49869         * lib/hash-pjw.c (hash_pjw): Likewise.
49870         Switch to method described by Bruno Haible.
49871         Include <limits.h>, for CHAR_BIT.
49872         (SIZE_BITS): New macro.
49873
49874 2003-10-23  Paul Eggert  <eggert@twinsun.com>
49875
49876         * m4/getline.m4 (AM_FUNC_GETLINE):
49877         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
49878         hosts.  Problem reported by Derek Robert Price in
49879         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
49880         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
49881         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
49882
49883 2003-10-21  Paul Eggert  <eggert@twinsun.com>
49884
49885         * lib/getndelim2.c (getndelim2): When size calculation overflows,
49886         ceiling the allocation at NMAX bytes rather than silently
49887         discarding input bytes before NMAX is reached.  This makes
49888         a difference only if NMAX exceeds SIZE_MAX / 2.
49889
49890         * lib/obstack.c: Merge from glibc.
49891         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
49892         Add libc_hidden_def (_obstack_newchunk).
49893         (_obstack_free) [! defined _LIBC]: Remove.
49894         [defined _LIBC]: Make a strong alias from obstack_free, rather than
49895         a clone of the function body.
49896         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
49897         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
49898
49899         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
49900         glibc.
49901         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
49902         arg to memcpy.
49903
49904         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
49905         (obstack_ptr_grow_fast, obstack_int_grow_fast):
49906         Don't use lvalue casts, as GCC plans to remove support for them
49907         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
49908         was also present in the non-GCC version, indicating that this
49909         code had always been buggy and had never been widely used.
49910         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
49911         Use the fast variant of each macro, rather than copying the
49912         definiens of the fast variant; that way, we'll be more likely to
49913         catch future bugs in the fast variants.
49914
49915 2003-10-20  Bruno Haible  <bruno@clisp.org>
49916
49917         * modules/wait-process: New file.
49918         * MODULES.html.sh (func_all_modules): Add wait-process.
49919
49920 2003-10-20  Bruno Haible  <bruno@clisp.org>
49921
49922         * m4/wait-process.m4: New file.
49923
49924 2003-10-20  Bruno Haible  <bruno@clisp.org>
49925
49926         * lib/wait-process.h: New file, from GNU gettext.
49927         * lib/wait-process.c: New file, from GNU gettext.
49928
49929 2003-10-19  Jim Meyering  <jim@meyering.net>
49930
49931         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
49932         HPUX 10.20.
49933
49934 2003-10-18  Karl Berry  <karl@gnu.org>
49935
49936         * config/config.guess: update from config.
49937
49938 2003-10-16  Paul Eggert  <eggert@twinsun.com>
49939
49940         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
49941         (getgroups): First arg is int, not size_t.
49942         Don't let 'free' mangle errno.
49943
49944 2003-10-16  Paul Eggert  <eggert@twinsun.com>
49945
49946         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
49947
49948 2003-10-16  Karl Berry  <karl@gnu.org>
49949
49950         * config/config.{guess,sub}: update from config.
49951
49952 2003-10-16  Jim Meyering  <jim@meyering.net>
49953
49954         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
49955         memcpy.
49956
49957 2003-10-15  Paul Eggert  <eggert@twinsun.com>
49958
49959         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
49960         (SIZE_MAX): Remove.
49961         (new_exclude, add_exclude_file): Initial size no longer needs to
49962         be a power of 2.
49963         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
49964         our own address arithmetic overflow checking.
49965
49966         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
49967         (fnmatch): Do not alloca more than 2000 wide characters;
49968         instead, use malloc for large buffers.
49969         Check for address arithmetic overflow, and return -1
49970         with errno set to ENOMEM in that case.
49971         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
49972         (NEW_PATTERN): Do not alloca more than 8000 bytes;
49973         instead, return -1.  Check for address arithmetic overflow.
49974
49975 2003-10-14  Paul Eggert  <eggert@twinsun.com>
49976
49977         Handle invalid suffixes and overflow independently, so that
49978         callers can treat them independently as needed.  Fix some bugs in
49979         suffix handling, e.g., "100k@" was not diagnosed as an invalid
49980         suffix for a human-readable blocksize.  The major caller-visible
49981         change is the addition of a new
49982         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
49983         that both overflow and suffix chars were found.
49984
49985         * lib/human.c (humblock): Don't check separately for invalid suffix
49986         char; that is xstrtoumax's job (now that its bug is fixed).
49987         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
49988         INTMAX_MAX]: New macros.
49989         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
49990         TYPE_MAXIMUM): New macros.
49991         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
49992         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
49993         if overflow occurs, as it's what __strtol does and it's more useful
49994         in practice.
49995         (__xstrtol): If __strtol reports some error other than ERANGE,
49996         reflect it to the caller as LONGINT_INVALID.  If it reports
49997         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
49998         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
49999         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
50000         value.
50001         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
50002         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
50003         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
50004         [defined UINTMAX_MAX]: New macros.
50005
50006 2003-10-14  Bruno Haible  <bruno@clisp.org>
50007
50008         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
50009
50010 2003-10-14  Bruno Haible  <bruno@clisp.org>
50011
50012         * m4/sig_atomic_t: New file, from GNU gettext.
50013         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
50014
50015 2003-10-14  Bruno Haible  <bruno@clisp.org>
50016
50017         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
50018         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
50019         Also use volatile where needed.
50020
50021 2003-10-12  Paul Eggert  <eggert@twinsun.com>
50022
50023         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
50024         Change maintainer from Bruno Haible to 'all'.
50025
50026 2003-10-12  Paul Eggert  <eggert@twinsun.com>
50027
50028         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
50029
50030 2003-10-12  Paul Eggert  <eggert@twinsun.com>
50031
50032         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
50033         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
50034         and define in terms of the other primitives.
50035         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
50036         (SIZE_MAX): Define if not already defined.
50037         (array_size_overflow): New function.
50038         (xalloc_die): Abort instead of exiting if 'error' returns.
50039         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
50040         (xmalloc, xrealloc): Use them.
50041         (xcalloc): Check for address arithmetic overflow.
50042         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
50043         a bit faster than strcpy.
50044
50045 2003-10-10  Simon Josefsson  <jas@extundo.com>
50046
50047         * modules/argp (Depends-on): Add restrict and strcase.
50048
50049 2003-10-10  Simon Josefsson  <jas@extundo.com>
50050
50051         * m4/argp.m4: Add AC_C_INLINE.
50052
50053 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50054
50055         Merge getpass from libc, plus a few fixes.
50056
50057         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
50058         Include <stdbool.h>.
50059         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
50060         __fsetlocking to empty.
50061         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
50062         do include <bits/libc-lock.h>.
50063         Do not include <fcntl.h>; not needed.
50064         [_LIBC]: Include <wchar.h>.
50065         (NOTCANCEL_MODE): New macro.
50066         (flockfile, funlockfile) [_LIBC]: New macros.
50067         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
50068         [!_LIBC]: New macros.
50069         (call_fclose): New function.
50070         (getpass): Use it.  Save tty stream separately; this simplifies the
50071         code and makes it more reliable if stdin happens to equal stdout.
50072         Invoke __fsetlocking on tty.
50073         Handle thread cancellation if needed.
50074         Namespace cleanup (use __tcgetattr, __getline).
50075         Use bool for Booleans.
50076         [USE_IN_LIBIO]: Handle wide streams.
50077         [!_LIBC]: Unconditionally do the fseek, since we don't know what
50078         stream might go where.
50079
50080         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
50081         doesn't have to include <stdio.h> before us.
50082         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
50083         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
50084         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
50085         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
50086         if not declared, so that we can use getpass.c code from libc without
50087         rewriting it.
50088         (flockfile, ftrylockfile, funlockfile): New macros.
50089
50090 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50091
50092         * modules/getpass: Depend on stdbool.
50093
50094 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50095
50096         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
50097
50098 2003-10-07  Karl Berry  <karl@gnu.org>
50099
50100         * config/config.{guess,sub}: update from config.
50101
50102 2003-10-06  Jim Meyering  <jim@meyering.net>
50103             Bruno Haible  <bruno@clisp.org>
50104
50105         This lets translators provide better translations for the
50106         "Written by ..." part of --version output.
50107         * lib/version-etc.h: Include stdarg.h.
50108         (version_etc_copyright): Declare as readonly.
50109         (version_etc): Make this function variadic with a NULL-terminated list
50110         of author name strings.
50111         (version_etc_va): New declaration.
50112         * lib/version-etc.c: Include stdarg.h, stdlib.h.
50113         (version_etc_copyright): Declare as readonly.
50114         (version_etc_va): New function. Provide a different translatable string
50115         for each possible number of authors < 10. Abbreviate when there are 10
50116         authors or more.
50117         (version_etc): Make this function variadic. Call version_etc_va.
50118         Suggestion from Gary V. Vaughan.
50119
50120         * lib/long-options.h (parse_long_options): Change prototype: the
50121         authors string is moved to the end and becomes variadic.
50122         * lib/long-options.c: Include stdarg.h.
50123         (parse_long_options): Make this function variadic, too.
50124         Call version_etc_va, not version_etc.
50125
50126 2003-10-06  Bruno Haible  <bruno@clisp.org>
50127
50128         * modules/version-etc-2: Remove file.
50129         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
50130
50131 2003-10-06  Bruno Haible  <bruno@clisp.org>
50132
50133         * modules/fatal-signal: New file.
50134         * MODULES.html.sh (func_all_modules): Add fatal-signal.
50135
50136 2003-10-06  Bruno Haible  <bruno@clisp.org>
50137
50138         * m4/fatal-signal.m4: New file.
50139         * m4/signalblocking.m4: New file, from GNU gettext.
50140
50141 2003-10-06  Bruno Haible  <bruno@clisp.org>
50142
50143         * lib/version-etc-2.h: Remove file.
50144         * lib/version-etc-2.c: Remove file.
50145
50146 2003-10-06  Bruno Haible  <bruno@clisp.org>
50147
50148         * lib/fatal-signal.h: New file, from GNU gettext.
50149         * lib/fatal-signal.c: New file, from GNU gettext.
50150
50151 2003-10-05  Paul Eggert  <eggert@twinsun.com>
50152
50153         * README: Rework advice for preventing empty .o files.
50154         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
50155         not <sys/types.h>.
50156
50157 2003-10-04  Karl Berry  <karl@gnu.org>
50158
50159         * lib/argp*: update from libc.
50160
50161 2003-10-04  Karl Berry  <karl@gnu.org>
50162
50163         * config/config.{guess,sub}: update from config.
50164
50165 2003-10-02  Bruno Haible  <bruno@clisp.org>
50166
50167         * modules/lchown (Include): Add lchown.h.
50168         * modules/time_r (Include): Use "..." syntax.
50169         * modules/xgetdomainname (Include): Add xgetdomainname.h.
50170
50171 2003-10-01  Simon Josefsson  <jas@extundo.com>
50172
50173         * MODULES.html.sh (func_all_modules): Move gethostname from section
50174         'based on' to section 'lacking' POSIX:2001.
50175
50176 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
50177
50178         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
50179         to output mode on the same stream.
50180
50181 2003-09-29  Paul Eggert  <eggert@twinsun.com>
50182
50183         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
50184         Fix arg typo in previous patch.
50185
50186 2003-09-28  Jim Meyering  <jim@meyering.net>
50187
50188         * lib/error.c: Correct cpp indentation.
50189
50190 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50191
50192         * modules/free: New file.
50193
50194 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50195
50196         * m4/free.m4: New file.
50197
50198 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50199
50200         * lib/minmax.h (MIN, MAX)
50201         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
50202         Omit the special code that used __typeof__, since we worry that
50203         it could be more trouble than it's worth.  See:
50204         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
50205         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
50206
50207         * lib/free.c: New file.
50208
50209 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
50210
50211         Trivial fixes to Makefile.am parts of module listings.
50212         * modules/strstr: Append strstr.h to lib_SOURCES.
50213         * modules/strcase: Likewise, for strcase.h.
50214
50215 2003-09-27  Karl Berry  <karl@gnu.org>
50216
50217         * config/mkinstalldirs: update from automake.
50218
50219 2003-09-26  Paul Eggert  <eggert@twinsun.com>
50220
50221         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
50222         (error_tail): Do not loop, reallocating temporary buffer, since
50223         the output cannot contain more wide characters than the input
50224         contains bytes, the size must be big enough already.  This avoids
50225         one potential size overflow calculation.  Check for size overflow
50226         when calculating temporary buffer size.  Free temporary buffer
50227         when done, if it was allocated with malloc; this plugs a memory
50228         leak.  Remove casts from void * to pointers, that are no longer
50229         needed now that we're assuming C89 or better.
50230
50231         Merge error changes from glibc.
50232
50233         * lib/error.c, error.h: Update copyright notice header to match glibc.
50234         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
50235         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
50236         Disable cancellation while printing error.
50237         * lib/error.h: Prepend __ to parameter names.
50238
50239 2003-09-26  Jim Meyering  <jim@meyering.net>
50240
50241         * lib/error.c (error_tail): Move some declarations
50242         into inner scope where the local variables are used.
50243
50244 2003-09-26  Bruno Haible  <bruno@clisp.org>
50245
50246         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
50247         stpncpy().
50248         Don't define stpncpy through config.h; it's now done through stpncpy.h.
50249
50250 2003-09-26  Bruno Haible  <bruno@clisp.org>
50251
50252         * lib/stpncpy.h (gnu_stpncpy): New declaration.
50253         (stpncpy): Define as alias for gnu_stpncpy.
50254         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
50255
50256 2003-09-25  Simon Josefsson  <jas@extundo.com>
50257
50258         * lib/xgetdomainname.h: New file.
50259         * lib/xgetdomainname.c: New file.
50260
50261 2003-09-25  Simon Josefsson  <jas@extundo.com>
50262             Bruno Haible  <bruno@clisp.org>
50263
50264         * modules/getdomainname: New file.
50265         * modules/xgetdomainname: New file.
50266         * MODULES.html.sh (func_all_modules): Add getdomainname,
50267         xgetdomainname.
50268
50269 2003-09-25  Simon Josefsson  <jas@extundo.com>
50270             Bruno Haible  <bruno@clisp.org>
50271
50272         * m4/getdomainname.m4: New file.
50273
50274 2003-09-25  Simon Josefsson  <jas@extundo.com>
50275             Bruno Haible  <bruno@clisp.org>
50276
50277         * lib/getdomainname.h: New file.
50278         * lib/getdomainname.c: New file.
50279
50280 2003-09-25  Karl Berry  <karl@gnu.org>
50281
50282         * lib/argp-fmtstream.c, argp-help.c: update from libc.
50283
50284 2003-09-25  Karl Berry  <karl@gnu.org>
50285
50286         * config/install-sh: update from automake.
50287
50288 2003-09-25  Bruno Haible  <bruno@clisp.org>
50289
50290         * modules/version-etc-2: New file, from modules/version-etc with
50291         modifications.
50292         * MODULES.html.sh (func_all_modules): Add version-etc-2.
50293
50294 2003-09-25  Bruno Haible  <bruno@clisp.org>
50295
50296         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
50297         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
50298
50299 2003-09-24  Simon Josefsson  <jas@extundo.com>
50300
50301         * modules/xgethostname: Add xgethostname.h.
50302
50303 2003-09-24  Paul Eggert  <eggert@twinsun.com>
50304
50305         * lib/linebuffer.c (freebuffer): Don't free the argument, just
50306         the buffer associated with the argument.  Bug reported by
50307         Simon Josefsson.
50308
50309 2003-09-24  Paul Eggert  <eggert@twinsun.com>
50310
50311         * README: Document assumptions that 'int' is at least 32 bits
50312         wide, that integer arithmetic is 2's complement without overflow,
50313         that there are no holes in integer values, that adding sizes of
50314         two nonoverlapping objects can't overflow, and that all-bits-zero
50315         yields scalar zero.  Fix spelling and capitalization typos.
50316
50317 2003-09-19  Karl Berry  <karl@gnu.org>
50318
50319         * lib/argp.h: update from libc.
50320
50321 2003-09-17  Paul Eggert  <eggert@twinsun.com>
50322
50323         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
50324         to avoid spurious warnings like "AC_RUN_IFELSE was called before
50325         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
50326
50327 2003-09-17  Paul Eggert  <eggert@twinsun.com>
50328
50329         * gnulib-tool: Use "test -h", not "test -L", for portability
50330         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
50331         (tags_regexp): Remove, since \| doesn't conform to POSIX.
50332         (sed_extract_prog): Issue s commands one-by-one, rather than
50333         using \| in one s command.
50334
50335 2003-09-16  Paul Eggert  <eggert@twinsun.com>
50336
50337         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
50338         input error, instead of returning NULL the next time we are called
50339         (and therefore losing track of errno).
50340
50341 2003-09-16  Bruno Haible  <bruno@clisp.org>
50342
50343         * gnulib-tool (func_create_testdir): Warn about duplicated
50344         dependencies.
50345
50346 2003-09-15  Paul Eggert  <eggert@twinsun.com>
50347
50348         * modules/argmatch, modules/fatal, modules/obstack,
50349         modules/xalloc, modules/xgethostname: Sort dependencies by
50350         importance, not alphabetically.
50351
50352 2003-09-15  Paul Eggert  <eggert@twinsun.com>
50353
50354         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
50355         fails, so that the caller gets the proper errno.
50356
50357         * lib/readutmp.c (read_utmp): Likewise.
50358         Check for fstat error.  Close stream and free storage
50359         when failing.
50360
50361 2003-09-14  Karl Berry  <karl@gnu.org>
50362
50363         * config/srclist.txt (strdup.c): disable for c89 changes.
50364
50365 2003-09-14  Jim Meyering  <jim@meyering.net>
50366
50367         * lib/getloadavg.c: Correct cpp indentation.
50368         * lib/strdup.c: Likewise.
50369         * lib/vasnprintf.c: Likewise.
50370
50371 2003-09-14  Bruno Haible  <bruno@clisp.org>
50372
50373         * modules/fwriteerror: New file.
50374         * MODULES.html.sh (func_all_modules): Add fwriteerror.
50375
50376 2003-09-14  Bruno Haible  <bruno@clisp.org>
50377
50378         * lib/fwriteerror.h: New file.
50379         * lib/fwriteerror.c: New file.
50380
50381 2003-09-12  Paul Eggert  <eggert@twinsun.com>
50382
50383         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
50384         modules/xgethostname, modules/xalloc: Depend on exit.
50385
50386 2003-09-12  Paul Eggert  <eggert@twinsun.com>
50387
50388         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
50389
50390         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
50391         and AC_MINIX, too, so that their extensions are available.
50392
50393         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
50394         This macro has been superseded by gl_BACKUPFILE.
50395
50396         More patches to assume C89 or better.
50397
50398         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
50399
50400         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
50401         unconditionally.
50402         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
50403         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
50404         Include <string.h>, <stdlib.h> unconditionally.
50405         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
50406         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
50407         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
50408         headers or for string.h.
50409         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
50410         or strtoul.
50411
50412         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
50413         headers.
50414         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
50415         * m4/userspec.m4 (gl_USERSPEC): Likewise.
50416         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
50417         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
50418         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
50419         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
50420         memcpy, memset.
50421         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
50422         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
50423         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
50424         strtol.
50425         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
50426         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
50427         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
50428         strtoul.
50429
50430 2003-09-12  Paul Eggert  <eggert@twinsun.com>
50431
50432         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
50433         * lib/obstack.c [!defined _LIBC]: Likewise.
50434         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
50435         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
50436         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
50437
50438         More changes to assume C89 or better.
50439
50440         * lib/error.c (error_tail): Assume vprintf.
50441
50442         * lib/argmatch.c (getenv): Remove decl.
50443         * lib/progreloc.c (get_full_program_name): Define via prototype.
50444         * lib/setenv.c (clearenv): Likewise.
50445         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
50446         needed.
50447         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
50448         (malloc, memcpy): Remove decls.
50449         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
50450         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
50451         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
50452         (memcpy): Remove macro.
50453         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
50454         (__P): Remove.  All uses removed.
50455         (PTR): Remove.  All uses changed to void *.
50456         (CHAR_BIT, NULL): Remove.
50457         (spaces, zeros, memset_space, memset_zero)
50458         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
50459         Remove.
50460         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
50461         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
50462         Define with prototype.
50463         Remove now-unnecessary prototype decl.
50464         (extra_args_spec): Assume ANSI C.  All uses changed.
50465         (extra_args_spec_iso): Remove.
50466         (my_strftime, emacs_strftimeu): Define via prototype.
50467         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
50468         unconditionally.
50469         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
50470         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
50471         (strtoul, strtol): Remove decls.
50472         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
50473         LONG_MAX): Remove.
50474         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
50475         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
50476         (LOCALE_PARAM_PROTO): New macro.
50477         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
50478         (INTERNAL (strtol), strtol): Define with a prototype.
50479         (PARAMS): Remove.  All uses removed.
50480         * lib/tempname.c: Include <string.h> unconditionally.
50481         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
50482         * lib/xgethostname.c (main): Define with a prototype.
50483         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
50484         Include <stdlib.h> unconditionally.
50485         (calloc, malloc, realloc, free): Remove decls.
50486         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
50487         Include <stdlib.h> unconditionally.  Sort include file names.
50488         (strtod): Remove.
50489         (xstrtod): Define with a prototype.
50490         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
50491         (strtol, strtoul): Remove decls.
50492
50493 2003-09-11  Paul Eggert  <eggert@twinsun.com>
50494
50495         More patches to assume C89 or better.
50496         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
50497         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
50498         string.h, memchr, STDC_HEADERS.
50499
50500 2003-09-11  Paul Eggert  <eggert@twinsun.com>
50501
50502         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
50503         Include <stdlib.h>, <string.h> unconditionally.
50504         Remove now-unnecessary cast to char *.
50505         * lib/strnlen.c: Include <string.h> unconditionally.
50506         * lib/yesno.c (yesno): Define with a prototype.
50507
50508 2003-09-11  Bruno Haible  <bruno@clisp.org>
50509
50510         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
50511
50512 2003-09-10  Jim Meyering  <jim@meyering.net>
50513
50514         * lib/error.c: Correct indentation of cpp directives.
50515
50516 2003-09-10  Bruno Haible  <bruno@clisp.org>
50517
50518         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
50519         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
50520         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
50521         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
50522         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
50523         <stdlib.h> and <string.h> checks.
50524         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
50525         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
50526
50527 2003-09-10  Bruno Haible  <bruno@clisp.org>
50528
50529         * lib/strcspn.c: Include <string.h> unconditionally.
50530         * lib/strpbrk.c: Include <string.h> unconditionally.
50531         * lib/strstr.c: Include <string.h> unconditionally.
50532         * lib/unicodeio.c: Include <string.h> unconditionally.
50533         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
50534         * lib/unsetenv.c: Likewise.
50535         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
50536         * lib/yesno.c: Include <stdlib.h> unconditionally.
50537         (rpmatch): Add prototype.
50538
50539 2003-09-09  Paul Eggert  <eggert@twinsun.com>
50540
50541         More patches to assume C89 or better.
50542         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
50543         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
50544         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
50545         or for string.h.
50546         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
50547         stdlib.h.
50548         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
50549         C headers.
50550         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
50551         string.h.
50552         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
50553         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
50554         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
50555         or for string.h.
50556         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
50557         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
50558         C headers.
50559         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
50560         memcpy.
50561         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
50562         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
50563         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
50564         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
50565         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
50566         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
50567         string.h, free.
50568         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
50569         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
50570         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
50571         C headers, or for string.h.
50572         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
50573         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
50574         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
50575         headers, memory.h, stdlib.h, string.h, strings.h.
50576         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
50577         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
50578         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
50579         strchr.
50580         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
50581         headers, memory.h, string.h.
50582         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
50583         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
50584         free.
50585         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
50586         headers.
50587         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
50588         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
50589         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
50590         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
50591         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
50592
50593 2003-09-09  Paul Eggert  <eggert@twinsun.com>
50594
50595         More K&R removal.
50596
50597         * lib/acosl.c (main): Use a prototype.
50598         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
50599         tanl.c: Likewise.
50600
50601         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
50602
50603         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
50604         (getopt, etopt_long, getopt_long_only, _getopt_internal)
50605         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
50606         with a prototype.
50607         * lib/getopt.c (const): Remove macro.
50608         Include <string.h> unconditionally.
50609         (my_index): Remove; all uses changed to strchr.
50610         (strlen): Remove decl.
50611         (exchange): Remove forward decl; no longer needed.
50612         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
50613         Define with prototype.
50614         * lib/getopt1.c (const): Remove macro.
50615         (getopt_long, getopt_long_only, main): Define with prototype.
50616
50617         * lib/getugroups.c: Include <string.h> unconditionally.
50618
50619         * lib/getusershell.c: Include <stdlib.h> unconditionally.
50620         (getusershell, setusershell, endusershell, readname, main):
50621         Define with prototypes.
50622
50623         * lib/group-member.c: Include group-member.h first.
50624         Include <stdlib.h> unconditionally.
50625
50626         * lib/hard-locale.c: Include hard-locale.h first.
50627         Include <stdlib.h>, <string.h> unconditionally.
50628
50629         * lib/hash.c (free, malloc): Remove decls.
50630         Include <stdlib.h> unconditionally.
50631
50632         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
50633         (getenv): Do not declare.
50634
50635         * lib/idcache.c: Include <string.h> unconditionally.
50636
50637         * lib/long-options.c: Include long-options.h first, to test interface.
50638         Include <stdlib.h> unconditionally.
50639
50640         * lib/makepath.c: Include makepath.h first, to test interface.
50641         Include <stdlib.h> and <string.h> unconditionally.
50642
50643         * lib/linebuffer.c: Include <stdlib.h>.
50644         (free): Remove decl.
50645
50646         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
50647         stddef.h. rpl_malloc returns void *, not char *.
50648         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
50649         prototype.
50650
50651         * lib/md5.h: Include <limits.h> unconditionally.
50652         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
50653         (__P): Remove; all uses removed.
50654         * lib/md5.c: Include "md5.h" first.
50655         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
50656         md5_buffer, md5_process_bytes, md5_process_block):
50657         Define with prototypes.
50658         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
50659         * lib/sha.c: Include "sha.h" first.
50660         Include <stdlib.h>, <string.h> unconditionally.
50661
50662         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
50663         * lib/memcmp.c (__ptr_t): Likewise.
50664         * lib/memrchr.c (__ptr_t): Likewise.
50665         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
50666         Include <string.h> unconditionally.
50667         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
50668         * lib/memchr.c: Include <stdlib.h> unconditionally.
50669         * lib/memchr.c (LONG_MAX): Remove.
50670         * lib/memrchr.c (LONG_MAX): Likewise.
50671         * lib/memchr.c (__memchr): Define via a prototype.
50672         * lib/memrchr.c (__memrchr): Likewise.
50673         * lib/memcmp.c (__P): Remove, and remove all uses.
50674         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
50675         Remove forward decls; no longer needed.
50676         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
50677         Use types required by C89 in prototype.
50678
50679         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
50680         * lib/savedir.c: Likewise.
50681         * lib/mkdir.c (free): Remove decl.
50682         * lib/rmdir.c (rmdir): Define with a prototype.
50683         * lib/savedir.c: Include savedir.h first, to test interface.
50684
50685         * lib/mktime.c (STDC_HEADERS): Remove.
50686         Include <stdlib.h>, <string.h> unconditionally.
50687
50688         * lib/modechange.c: Include <stdlib.h> unconditionally.
50689         (malloc): Remove decl.
50690
50691         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
50692         (free): Remove decl.
50693
50694         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
50695         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
50696         (This type really should be intptr_t, but that's a C99ism.)
50697         (_obstack_memcpy): Remove: all uses changed to memcpy.
50698         Include <string.h> unconditionally.
50699         (struct obstack): Assume __STDC__ for types of members
50700         chunkfun, freefun, extra_arg.
50701         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
50702         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
50703         obstack_begin, obstack_specify_allocation,
50704         obstack_specify_allocation_with_arg, obstack_chunkfun,
50705         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
50706         Remove unprototyped decls and the macros that use them.
50707         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
50708         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
50709         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
50710         (defined __STDC__ && __STDC__)]:
50711         Remove nonprototyped code.
50712         Include <stdlib.h> unconditionally.
50713         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
50714         _obstack_allocated_p, _obstack_free, obstack_free,
50715         _obstack_memory_used, print_and_abort):
50716         Define using prototypes.
50717         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
50718         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
50719         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
50720         obstack_next_free, obstack_object_size, obstack_room) [0]:
50721         Remove unused, unprototyped code.
50722
50723         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
50724
50725         * lib/physmem.c (physmem_total, physmem_available, main): Define
50726         with prototypes.
50727
50728         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
50729         (main): Define with a prototype.
50730
50731         * lib/posixver.c (getenv): Remove decl.
50732
50733         * lib/putenv.c (malloc): Returns void *, not char *.
50734         Include <string.h> unconditionally.
50735         (strchr, memcpy, NULL): Do not define.
50736
50737         * lib/readtokens.c: Include readtokens.h first, to test interface.
50738         Include <stdlib.h>, <string.h> unconditionally.
50739         (init_tokenbuffer): Define with a prototype.
50740
50741         * lib/regex.c (PARAMS): Remove.  All uses removed.
50742         All uses of _RE_ARGS removed, too.
50743         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
50744         unconditionally.
50745         (bzero): Assume memset exists.
50746         (memcmp, memcpy, NULL): Remove.
50747         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
50748         char, or assignments to local vars of type signed char.
50749         (init_syntax_once, PREFIX(extract_number_and_incr),
50750         PREFIX(print_partial_compiled_pattern),
50751         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
50752         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
50753         PREFIX(regex_grow_registers), PREFIX(regex_compile),
50754         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
50755         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
50756         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
50757         wcs_compile_range, byte_compile_range, truncate_wchar,
50758         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
50759         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
50760         count_mbs_length, wcs_re_match_2_internal,
50761         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
50762         PREFIX(alt_match_null_string_p),
50763         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
50764         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
50765         regfree, PREFIX(extract_number)): Define with prototype.  Remove
50766         now-unnecessary declaration, if any.
50767         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
50768         regcomp, regexec):
50769         Remove now-unnecessary casts among pointer types.
50770         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
50771
50772         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
50773         (free): Remove decl.
50774
50775         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
50776
50777         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
50778         (free): Remove decl.
50779
50780         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
50781         * lib/xgetcwd.c: Likewise.
50782
50783         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
50784         (free): Remove decl.
50785
50786         * lib/strchrnul.c (strchrnul): Define with a prototype.
50787         Fix bug: c_in was not converted to char before searching.
50788
50789         The following changes are not K&R related:
50790
50791         * lib/group-member.h: Include <sys/types.h>, so that this file is
50792         self-contained.
50793         * lib/makepath.h: Likewise.
50794
50795         * lib/getusershell.c (readname, default_index, line_size, readname):
50796         Use size_t, not int, for sizes.
50797         (readname): If the size overflows, report an error instead of
50798         looping forever.
50799
50800 2003-09-09  Paul Eggert  <eggert@twinsun.com>
50801
50802         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
50803         libc.
50804
50805 2003-09-09  Paul Eggert  <eggert@twinsun.com>
50806
50807         * README: New section: portability guidelines.
50808
50809 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
50810
50811         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
50812         C89 spec.
50813
50814 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
50815
50816         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
50817
50818 2003-09-08  Paul Eggert  <eggert@twinsun.com>
50819
50820         Assume C89 or better; remove K&R cruft.
50821         A few of these changes were first proposed by Derek Robert Price
50822         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
50823
50824         * lib/addext.c: Include <string.h> unconditionally.
50825         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
50826         Don't declare getenv or malloc.
50827
50828         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
50829         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
50830         (NULL): Remove.
50831         (find_stack_direction, alloca): Use prototypes.
50832
50833         * lib/atexit.c (atexit): Define using a prototype.
50834
50835         * lib/basename.c, dirname.c, stripslash.c:
50836         Include <string.h> unconditionally.
50837
50838         * lib/bcopy.c: Include <stddef.h>.
50839         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
50840
50841         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
50842
50843         * lib/error.h (error, error_at_line, error_print_progname)
50844         [! (defined (__STDC__) && __STDC__)]: Remove decls.
50845         * lib/error.c: Include error.h first, to check interface.
50846         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
50847         (VA_START): Remove; all uses changeed to va_start.
50848         (exit, strerror): Remove decls.
50849         (error_print_progname): Prototype uncondionally.
50850         Don't include <errno.h>; no longer needed.
50851         (private_strerror): Remove.
50852         (error_tail): Always define.
50853         (error, error_at_line): Assume C89 or better; always use prototypes.
50854         * lib/fatal.c: Include "fatal.h" first, to test interface.
50855         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
50856         (VA_START): Remove; all uses changed to va_start.
50857         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
50858         this case.
50859         (exit): Remove decl.
50860         (fatal): Prototype unconditionally.  Assume va_start works.
50861         Abort at end, to pacify gcc.
50862
50863         * lib/euidaccess.c (main): Define with a prototype.
50864
50865         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
50866
50867         * lib/exitfail.c: Include <stdlib.h> unconditionally.
50868
50869         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
50870         prototypes.
50871         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
50872         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
50873         (getenv): Remove decl.
50874         (fnmatch): Define using a prototype.
50875         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
50876         (FCT): Define using a prototype.
50877
50878         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
50879
50880         * lib/gethostname.c: Include <stddef.h>.
50881         (gethostname): Define with prototype.  Length is size_t, not int.
50882
50883 2003-09-08  Paul Eggert  <eggert@twinsun.com>
50884
50885         Assume C89 or better; remove K&R cruft.
50886         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
50887         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
50888         string.h, getenv, malloc.
50889         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
50890         headers.
50891         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
50892         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
50893         do not check for strerror.
50894         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
50895         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
50896         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
50897         do not check for doprnt or vprintf.
50898         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
50899         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
50900
50901 2003-09-08  Paul Eggert  <eggert@twinsun.com>
50902
50903         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
50904         getversion.c should have been removed then, but was accidentally
50905         preserved.
50906
50907         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
50908         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
50909
50910 2003-09-08  Karl Berry  <karl@gnu.org>
50911
50912         * config/config.sub, config.guess, srclistvars.sh: update from savannah
50913                 config, forget about prep.
50914
50915         * config/depcomp, missing: update from automake.
50916
50917 2003-09-07  Paul Eggert  <eggert@twinsun.com>
50918
50919         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
50920         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
50921
50922 2003-09-07  Paul Eggert  <eggert@twinsun.com>
50923
50924         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
50925         copy_tm_result.  Bug reported by Simon Josefsson in
50926         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
50927
50928 2003-09-06  Paul Eggert  <eggert@twinsun.com>
50929
50930         * m4/time_r.m4: New file.
50931         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
50932         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
50933         is. Check for timegm declaration.
50934         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
50935         Do not check for gmtime_r.
50936         Replace mktime if __mktime_internal does not exist and if mktime
50937         hasn't been replaced already.
50938
50939 2003-09-06  Paul Eggert  <eggert@twinsun.com>
50940
50941         * lib/time_r.c, lib/time_r.h: New files.
50942
50943         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
50944         __localtime_r.
50945         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
50946         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
50947
50948         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
50949         __gmtime_r.
50950         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
50951         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
50952         Include <time_r.h>.
50953
50954         * lib/timegm.c: Switch to glibc implementation, with the following
50955         changes:
50956         [defined HAVE_CONFIG_H]: Include <config.h>.
50957         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
50958         (__mktime_internal) [!defined _LIBC]: New decl.
50959         (__gmtime_r) [!defined _LIBC]: New macro and function.
50960         (timegm): Use a prototype, since gnulib assumes C89.
50961         Do not bother declaring tmp to be const, as it's not really usefu.
50962         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
50963         (timegm): Declare only if HAVE_DECL_TIMEGM.
50964
50965 2003-09-06  Paul Eggert  <eggert@twinsun.com>
50966
50967         * MODULES.html.sh (func_all_modules): Add time_r.
50968         * modules/time_r: New file.
50969         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
50970         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
50971
50972 2003-09-03  Paul Eggert  <eggert@twinsun.com>
50973
50974         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
50975         Bug reported by Lute Kamstra in
50976         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
50977
50978         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
50979         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
50980         course with correspondingly smaller numbers for tomorrow and
50981         yesterday.  From Tadayoshi Funaba.  Originally installed into
50982         sh-utils on 1999-08-07, but the patch got lost (I guess during the
50983         coreutils merge?).
50984
50985 2003-08-31  Simon Josefsson  <jas@extundo.com>
50986
50987         * modules/timegm: New file.
50988         * MODULES.html.sh (func_all_modules): Add timegm.
50989
50990 2003-08-31  Simon Josefsson  <jas@extundo.com>
50991
50992         * m4/timegm.m4: New file.
50993
50994 2003-08-31  Simon Josefsson  <jas@extundo.com>
50995
50996         * lib/timegm.h: New file.
50997         * lib/timegm.c: New file.  Based on
50998         wget-1.8.2/src/http.c:mktime_from_utc.
50999
51000 2003-08-31  Karl Berry  <karl@gnu.org>
51001
51002         * lib/argp.h: update from libc.
51003
51004 2003-08-28  Bruno Haible  <bruno@clisp.org>
51005
51006         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
51007         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
51008         followed by '#define fnmatch fnmatch_posix' gives an error.
51009
51010 2003-08-28  Bruno Haible  <bruno@clisp.org>
51011
51012         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
51013         warning on QNX, which defines O_BINARY to 000000.
51014
51015 2003-08-27  Jim Meyering  <jim@meyering.net>
51016
51017         * m4/mkstemp.m4: Require that the system mkstemp be able to create
51018         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
51019         would fail after 32.  Reported by Danny Levinson.  Details here:
51020         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
51021
51022 2003-08-24  Bruno Haible  <bruno@clisp.org>
51023
51024         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
51025         MSVC7 <stdio.h> is included later.
51026
51027 2003-08-22  Simon Josefsson  <jas@extundo.com>
51028
51029         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
51030
51031 2003-08-20  Karl Berry  <karl@gnu.org>
51032
51033         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
51034
51035 2003-08-20  Bruno Haible  <bruno@clisp.org>
51036
51037         * modules/progname: New file.
51038         * MODULES.html.sh (func_all_modules): Add progname.
51039
51040 2003-08-20  Bruno Haible  <bruno@clisp.org>
51041
51042         * lib/progname.h: New file, from GNU gettext.
51043         * lib/progname.c: New file, from GNU gettext.
51044         * lib/progreloc.c: New file, from GNU gettext.
51045
51046 2003-08-19  Jim Meyering  <jim@meyering.net>
51047
51048         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
51049         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
51050
51051 2003-08-19  Bruno Haible  <bruno@clisp.org>
51052
51053         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
51054         more.
51055
51056 2003-08-19  Bruno Haible  <bruno@clisp.org>
51057
51058         * lib/xstrdup.c: Assume <string.h> exists.
51059
51060 2003-08-18  Paul Eggert  <eggert@twinsun.com>
51061
51062         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
51063         in makefile rules.
51064
51065 2003-08-18  Jim Meyering  <jim@meyering.net>
51066
51067         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
51068         * m4/lib-ld.m4: Likewise.
51069
51070 2003-08-18  Jim Meyering  <jim@meyering.net>
51071
51072         * lib/setenv.h: Indent nested cpp directive.
51073         * lib/vasnprintf.c: Remove trailing blanks.
51074
51075 2003-08-17  Simon Josefsson  <jas@extundo.com>
51076
51077         * modules/xstrndup: New file.
51078         * MODULES.html.sh (func_all_modules): Add xstrndup.
51079
51080 2003-08-17  Simon Josefsson  <jas@extundo.com>
51081
51082         * modules/argp: Fix autoconf macro name. Add more dependencies.
51083
51084 2003-08-17  Simon Josefsson  <jas@extundo.com>
51085
51086         * m4/xstrndup.m4: New file.
51087
51088 2003-08-17  Simon Josefsson  <jas@extundo.com>
51089
51090         * m4/argp.m4: New file.
51091
51092 2003-08-17  Simon Josefsson  <jas@extundo.com>
51093             Bruno Haible  <bruno@clisp.org>
51094
51095         * lib/xstrndup.h: New file.
51096         * lib/xstrndup.c: New file.
51097
51098 2003-08-17  Bruno Haible  <bruno@clisp.org>
51099
51100         * modules/strndup (Files, Include): Add lib/strndup.h.
51101
51102 2003-08-17  Bruno Haible  <bruno@clisp.org>
51103
51104         * modules/euidaccess (Files): Add lib/euidaccess.h.
51105
51106 2003-08-17  Bruno Haible  <bruno@clisp.org>
51107
51108         * lib/strndup.h: New file.
51109
51110 2003-08-17  Bruno Haible  <bruno@clisp.org>
51111
51112         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
51113         like AC_GNU_SOURCE.
51114         * modules/extensions (configure.ac): Comment out the invocation of
51115         gl_USE_SYSTEM_EXTENSIONS.
51116
51117 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51118
51119         Merges from coreutils, etc.
51120         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
51121         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
51122         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
51123         fixing a typo.
51124         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
51125         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
51126
51127 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51128
51129         Document merge from coreutils.
51130         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
51131         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
51132         * modules/utime: Add m4/utimes-null.m4.
51133
51134 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51135
51136         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
51137         space, undoing this 2003-08-12 change:
51138         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
51139
51140 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51141
51142         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
51143         strtoul.c from libc, undoing this 2003-08-12 change:
51144         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
51145
51146 2003-08-16  Jim Meyering  <jim@meyering.net>
51147
51148         Merges from coreutils.
51149         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
51150         prefix.  Adjust cache variables similarly.  Create 500 rather than
51151         just 300 files, to exercise bug on Darwin6.5, too.
51152         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
51153         $missing_dir.
51154         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
51155         AM_SYS_POSIX_TERMIOS.
51156         Reported by mkc@mathdogs.com.
51157         Also change use of $am_cv_sys_posix_termios
51158         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
51159         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
51160         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
51161         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
51162         in /proc/mounts until it finds one with matching device number.  This
51163         is unnecessary when the FILE argument *is* a mount point.  No stat call
51164         is necessary in that case.  So, disable the statvfs-testing code on
51165         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
51166         as RedHat bug# 84846.
51167         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
51168         to 1MB, so as not to render systems with no stack size limit (e.g.,
51169         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
51170         Include <unistd.h>.  On some systems,
51171         it is required for the definition of _SC_PAGESIZE.
51172
51173 2003-08-16  Jim Meyering  <jim@meyering.net>
51174
51175         Merge from coreutils.
51176         * lib/xstrtoimax.c: #else #if -> #elif.
51177         * lib/xstrtoumax.c: Likewise.
51178
51179 2003-08-16  Jim Meyering  <jim@meyering.net>
51180
51181         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
51182         * m4/utimes.m4: Removed.
51183         * m4/utimes-null.m4: Renamed from utimes.m4.
51184
51185         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
51186         to 1MB, so as not to render systems with no stack size limit (e.g.,
51187         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
51188         Include <unistd.h>.  On some systems,
51189         it is required for the definition of _SC_PAGESIZE.
51190
51191 2003-08-16  Jim Meyering  <jim@meyering.net>
51192         and Paul Eggert  <eggert@cs.ucla.edu>
51193
51194         Merges from coreutils, etc.
51195
51196         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
51197         using the latest version from cvs.  This avoids problems with #line
51198         directives using a vendor (Sun) compiler.
51199         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
51200         Don't set GETGROUPS_LIB here; now it's
51201         done via getgroups.m4's wrapper function.
51202         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
51203         rather than just in sh-util/configure.in, so that the
51204         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
51205         same.
51206         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
51207         AC_FUNC_GETLOADAVG where to find getloadavg.c.
51208         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
51209         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
51210         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
51211         Remove code that is now done by the newly-required macros.
51212         Append $(EXEEXT) to DF_PROG.
51213         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
51214         Do not invoke or require the following here,
51215         since prereq.m4 or some gnulib .m4 now does this for us:
51216         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
51217         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
51218         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
51219         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
51220         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
51221         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
51222         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
51223         AC_FUNC_OBSTACK.
51224         Do not replace the following functions, as this is now the job
51225         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
51226         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
51227         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
51228         atexit getpass, strdup, getpagesize.
51229         Replace 'raise'.
51230         Do not check for the following functions, as this is now the job
51231         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
51232         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
51233         setregid.
51234         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
51235         Check for sys/sysctl.h.
51236         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
51237         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
51238         of checking for ssize_t ourselves.
51239
51240         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
51241         Require every macro that gnulib/modules/* suggests for us.
51242         (jm_PREREQ_ADDEXT): New macro.
51243         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
51244         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
51245
51246         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
51247         (gl_PHYSMEM): Use it.
51248         Also check for `table' function.
51249         Check for new headers and functions.
51250         Add check for sys/sysmp.h.
51251         With suggestions from Kaveh Ghazi.
51252         Ignore headers that are present but cannot be compiled.  This
51253         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
51254         C 5.4.
51255
51256 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51257
51258         Document merge from coreutils.
51259         * modules/userspec: Depend on posixver.
51260         * modules/strftime: Depend on tzset.
51261
51262 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51263
51264         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
51265         rather than tab, after '#' in shell-script copyright notices.
51266         Suggested by Bruno Haible.
51267
51268 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51269
51270         * config/srclist-update: Use three spaces, rather than tab, after '#'
51271         in shell-script copyright notices.  Suggested by Bruno Haible.
51272         Remove unnecessary parenthesization in regular expression.
51273
51274 2003-08-15  Jim Meyering  <jim@meyering.net>
51275
51276         Merge from coreutils.
51277         * lib/xgethostname.c: Include <stdlib.h>.
51278         (xghostname): Don't exit for anything other than memory-related
51279         failure; just return NULL.
51280         * lib/userspec.c: Include "posixver.h".
51281         (parse_user_spec): Accept `.' as a separator only
51282         in pre-POSIX-200112 mode.
51283         * lib/strtoimax.c: Use #elif rather than #else #if.
51284         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
51285         Remove function, now that we can rely on a working tzset function.
51286         [!_LIBC]: Ensure that the required autoconf test has been run.
51287         [!defined _NL_CURRENT && HAVE_STRFTIME]:
51288         Use underlying_strftime for %r.
51289         * lib/sha.c: Merge in some clean-up and optimization changes from
51290         glibc.
51291         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
51292         Ensure that it is a multiple of 64.
51293         Rearrange loop exit tests so as to avoid performing an
51294         additional fread after encountering an error or EOF.
51295         * lib/realloc.c: Update copyright date.
51296
51297 2003-08-15  Jim Meyering  <jim@meyering.net>
51298         and Paul Eggert  <eggert@twinsun.com>
51299
51300         Merge from coreutils.
51301         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
51302         member but strut utmpx does not.  Needed for AIX 4.3.3.
51303         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
51304
51305 2003-08-15  Jim Meyering  <jim@meyering.net>
51306         and Paul Eggert  <eggert@cs.ucla.edu>
51307
51308         Merges from coreutils, etc.
51309         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
51310         Require gl_FUNC_TZSET_CLOBBER.
51311         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
51312         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
51313         members.
51314
51315 2003-08-14  Paul Eggert  <eggert@twinsun.com>
51316
51317         Help the merge from coreutils.
51318         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
51319         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
51320         * m4/tzset.m4: Use it too.
51321
51322 2003-08-14  Paul Eggert  <eggert@twinsun.com>
51323
51324         * modules/tzset: New file.
51325
51326 2003-08-14  Jim Meyering  <jim@meyering.net>
51327
51328         Merges from coreutils.
51329         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
51330         variable names, rather than @FNMATCH_H@.
51331         * modules/alloca: Likewise for $(ALLOCA_H).
51332
51333         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
51334         the three copies of the literal target, `fnmatch.h'.
51335         * modules/alloca (alloca.h): Likewise.
51336
51337 2003-08-14  Jim Meyering  <jim@meyering.net>
51338
51339         Merge from coreutils.
51340         * m4/tzset.m4: New file.
51341         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
51342         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
51343         otherwise, AIX 5.1 systems would end up using the latter.
51344         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
51345         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
51346         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
51347         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
51348
51349 2003-08-14  Jim Meyering  <jim@meyering.net>
51350
51351         Merge from coreutils.
51352         * lib/obstack.h: Whitespace changes.
51353         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
51354         and xcalloc return values.
51355         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
51356         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
51357         hang on OSF/1 5.1 for DIR on both local and remote file systems.
51358         Reported by (and fix confirmed by) Nelson H. F. Beebe.
51359         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
51360         error from mntctl.
51361         Use mntctl's return value to drive the entry-processing loop, since
51362         we can't rely on the value of the vmt_length member in the last
51363         entry.  On some systems doing so could result in exhausting
51364         virtual memory.  Based in part on a patch from Mike Jetzer.
51365
51366 2003-08-14  Jim Meyering  <jim@meyering.net>
51367         and Paul Eggert  <eggert@twinsun.com>
51368
51369         Merges from coreutils, plus other fixes.
51370         * lib/physmem.c: Merge in portability changes from gcc/libiberty
51371         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
51372         for credits and details.  Thanks to Kaveh Ghazi for helping
51373         to keep these files in sync.
51374         (ARRAY_SIZE): Define it.
51375         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
51376         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
51377         (memcasecmp): Don't assume size_t fits in unsigned int.
51378         Remove casts and duplicate code.
51379         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
51380         (memcpy): Remove definition.
51381         Merge in some clean-up and optimization changes from glibc.
51382         [BLOCKSIZE]: Move definition to top of file.
51383         Ensure that it is a multiple of 64.
51384         Rearrange loop exit tests so as to avoid performing an
51385         additional fread after encountering an error or EOF.
51386         * lib/md5.h (md5_uintptr): Define.
51387         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
51388         return to the initial working directory.  Preserve errno
51389         for caller.
51390         * lib/idcache.c: Include "xalloc.h".
51391         (xmalloc, xrealloc): Remove decls.
51392         (getuser): Remove casts no longer required in C89.
51393         * lib/human.c: Include stdio.h, for sprintf.
51394         * lib/group-member.c: Include "xalloc.h".
51395         (xmalloc, xrealloc): Remove decls.
51396         (get_group_info): Remove casts no longer required in C89.
51397         * lib/getusershell.c (readname): Remove casts no longer required in
51398         C89.
51399         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
51400         * lib/getline.c: Whitespace fix, from coreutils.
51401
51402 2003-08-13  Paul Eggert  <eggert@twinsun.com>
51403
51404         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
51405         Check for isascii.
51406
51407         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
51408         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
51409         Undo previous (whitespace-only) change.
51410
51411 2003-08-13  Paul Eggert  <eggert@twinsun.com>
51412
51413         * lib/exclude.c: Include <ctype.h>
51414         (IN_CTYPE_DOMAIN): New macro.
51415         (is_space): New fn.
51416         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
51417         and empty lines.
51418
51419         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
51420         Undo previous (whitespace-only) change.
51421
51422 2003-08-13  Paul Eggert  <eggert@twinsun.com>
51423
51424         * config/srclist-update: Change update back to the old behavior,
51425         leaving whitespace alone.  Use one 'sed' command rather than a
51426         pipeline.
51427         (fixlicense): Now a variable, not a function.
51428         (remove_trailing_blanks): Remove.
51429         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
51430         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
51431         Undo previous (whitespace-only) change.
51432
51433 2003-08-12  Paul Eggert  <eggert@twinsun.com>
51434
51435         Merge from coreutils.
51436         * modules/euidaccess: Add lib_SOURCES, include for new
51437         file euidaccess.h
51438
51439 2003-08-12  Paul Eggert  <eggert@twinsun.com>
51440
51441         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
51442         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
51443         Normalize leading white space and remove trailing white space.
51444
51445         Merge from coreutils
51446         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
51447
51448         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
51449         0.12.1.  These files are now being upgraded automatically by
51450         ../config/srclist-update.
51451
51452 2003-08-12  Paul Eggert  <eggert@twinsun.com>
51453
51454         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
51455         Normalize leading white space and remove trailing white space.
51456         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
51457         notice, as per ../config/srclist-update.
51458
51459         Merge from coreutils.
51460         * lib/euidaccess.h: New file.
51461         * lib/euidaccess.c: Include it.
51462         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
51463         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
51464         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
51465
51466 2003-08-12  Paul Eggert  <eggert@twinsun.com>
51467
51468         * config/srclist-update: Add copyright notice.
51469         (remove_id_lines, remove_trailing_blanks): New constants.
51470         (fixfile): Use them to normalize spacing a bit in copied files.
51471         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
51472         Normalize leading white space and remove trailing white space.
51473
51474         * config/texinfo.tex: Sync with texinfo.
51475
51476         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
51477         strtoul.c from libc, to merge coreutils whitespace changes.
51478
51479         * config/srclist.txt: Get the following m4 files from gettext:
51480         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
51481         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
51482         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
51483         wint_t.m4.
51484
51485 2003-08-12  Karl Berry  <karl@gnu.org>
51486
51487         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
51488         been made.
51489
51490 2003-08-11  Paul Eggert  <eggert@twinsun.com>
51491
51492         * modules/gnu-source, m4/gnu-source.m4:
51493         Remove; we're assuming Autoconf 2.54 or later now.
51494         Suggested by Bruno Haible.
51495         * MODULES.html.sh (func_all_modules): Remove gnu-source.
51496
51497 2003-08-11  Bruno Haible  <bruno@clisp.org>
51498
51499         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
51500
51501 2003-08-11  Bruno Haible  <bruno@clisp.org>
51502
51503         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
51504         (vasnprintf): Use it instead of wcslen.
51505
51506 2003-08-11  Bruno Haible  <bruno@clisp.org>
51507
51508         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
51509         value to ensure that _Bool promotes to int. Use #define for _Bool when
51510         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
51511
51512 2003-08-10  Karl Berry  <karl@gnu.org>
51513
51514         * lib/regex.h: update from libc (whitespace fix).
51515
51516 2003-08-09  Paul Eggert  <eggert@twinsun.com>
51517
51518         Merge some files from coreutils.  These changes were
51519         originally made by Jim Meyering.
51520         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
51521         many older Unixes require this.
51522         * lib/alloca.c (alloca): Remove cast to argument of free;
51523         no longer needed in C89.
51524         * lib/alloca_.h, regex.h: Fix white space to match
51525         what GNU indent does.
51526
51527 2003-08-09  Paul Eggert  <eggert@twinsun.com>
51528
51529         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
51530         apparently Emacs's Unicode mode got confused before my 2003-08-05
51531         checkin.
51532
51533 2003-08-08  Paul Eggert  <eggert@twinsun.com>
51534
51535         * m4/extensions.m4: New file.
51536         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
51537         Require gl_USE_SYSTEM_EXTENSIONS.
51538         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
51539         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
51540
51541 2003-08-08  Paul Eggert  <eggert@twinsun.com>
51542
51543         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
51544         * modules/extensions, modules/gnu-source: New files.
51545         * modules/timespec, modules/unlocked-io: Depend on extensions.
51546
51547 2003-08-07  Paul Eggert  <eggert@twinsun.com>
51548
51549         * modules/restrict: New file.
51550         * MODULES.html.sh (func_all_modules): Add restrict.
51551         * modules/regex: Depend on restrict.
51552
51553 2003-08-07  Paul Eggert  <eggert@twinsun.com>
51554
51555         * m4/restrict.m4: New file.
51556         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
51557
51558 2003-08-07  Bruno Haible  <bruno@clisp.org>
51559
51560         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
51561         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
51562
51563 2003-08-07  Bruno Haible  <bruno@clisp.org>
51564
51565         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
51566         makes the module 'getndelim2' compatible with the module 'getline'.
51567
51568 2003-08-05  Paul Eggert  <eggert@twinsun.com>
51569
51570         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
51571         byte with "\201" to avoid glitches when editing that source file
51572         with multi-gnome-terminal.
51573
51574 2003-08-05  Paul Eggert  <eggert@twinsun.com>
51575
51576         * lib/bumpalloc.h: Remove.
51577
51578 2003-08-05  Paul Eggert  <eggert@twinsun.com>
51579
51580         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
51581         * modules/bumpalloc: Remove.
51582
51583 2003-08-04  Paul Eggert  <eggert@twinsun.com>
51584
51585         * lib/getloadavg.c: Change copyright notice and spacing to conform to
51586         GNU coding style.
51587
51588         Merge from coreutils.
51589         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
51590         1. From glibc.
51591         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
51592         from Karl Berry, implemented by Jim Meyering.
51593         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
51594         from Dmitry V. Levin.
51595         Remove anachronistic cast of xrealloc.
51596         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
51597         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
51598         type. Otherwise, it wouldn't compile with at least /bin/cc on
51599         ymp-cray-unicos9.0.2.X.
51600         Combine two mostly-identical uses of alloca into one.
51601         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
51602
51603 2003-08-04  Dave Love  <d.love@dl.ac.uk>
51604
51605         [From Emacs.]
51606
51607         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
51608         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
51609         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
51610         obsolete NLIST_NAME_UNION.
51611         [__GNU__]: Undef BSD and FSCALE.
51612         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
51613
51614 2003-08-03  Paul Eggert  <eggert@twinsun.com>
51615
51616         * lib/stdbool_.h (_Bool): Make it signed char, instead of
51617         an enum type, so that it's guaranteed to promote to int.  See:
51618         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
51619
51620 2003-08-03  Karl Berry  <karl@gnu.org>
51621
51622         * config/depcomp: update from automake.
51623
51624 2003-07-31  Paul Eggert  <eggert@twinsun.com>
51625
51626         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
51627         (strerror): Don't assume that a printable int fits in 14 bytes.
51628
51629 2003-07-31  Bruno Haible  <bruno@clisp.org>
51630
51631         * modules/getpass-gnu: New file.
51632         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
51633
51634 2003-07-31  Bruno Haible  <bruno@clisp.org>
51635
51636         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
51637
51638 2003-07-24  Karl Berry  <karl@gnu.org>
51639
51640         * config/missing: update from automake.
51641
51642 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
51643             Bruno Haible  <bruno@clisp.org>
51644
51645         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
51646         * lib/getline.c (getline, getdelim): Likewise.
51647         Remove _GNU_SOURCE define; now it's defined in config.h through
51648         m4/getline.m4.
51649
51650 2003-07-23  Karl Berry  <karl@gnu.org>
51651
51652         * config/config.sub: update from prep.
51653
51654 2003-07-22  Paul Eggert  <eggert@twinsun.com>
51655
51656         * modules/xalloc (Depends-on): Add exitfail.
51657         * modules/xmemcoll: Likewise.
51658
51659 2003-07-22  Paul Eggert  <eggert@twinsun.com>
51660
51661         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
51662         over-parenthesization in macros.
51663
51664         Sync with coreutils.
51665
51666         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
51667         required by C99.
51668
51669         Use `exit_failure' for xalloc and xmemcoll instead of their own
51670         private exit-failure variables.
51671         * lib/xalloc.h (xalloc_exit_failure): Remove.
51672         * lib/xmalloc.c: Likewise.  Include exitfail.h.
51673         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
51674         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
51675         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
51676         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
51677
51678 2003-07-20  Jim Meyering  <jim@meyering.net>
51679
51680         * modules/closeout (Depends-on): Add exitfail.
51681         Suggestion from Bruno Haible.
51682
51683 2003-07-19  Karl Berry  <karl@gnu.org>
51684
51685         * config/config.sub: update from prep.
51686
51687 2003-07-18  Paul Eggert  <eggert@twinsun.com>
51688
51689         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
51690         Remove.
51691         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
51692         to test that it can stand by itself.  Include "exitfail.h".
51693         Clients should set exit_failure instead.
51694         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
51695
51696 2003-07-18  Bruno Haible  <bruno@clisp.org>
51697
51698         * modules/getndelim2: New file.
51699         * modules/getline: Share files with module getndelim2.
51700         * modules/getnline: Depend on getndelim2 instead of sharing files with
51701         it. Add getnline.c to lib_SOURCES.
51702         * MODULES.html.sh (func_all_modules): Add getndelim2.
51703
51704 2003-07-18  Bruno Haible  <bruno@clisp.org>
51705
51706         * m4/getndelim2.m4: New file.
51707         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
51708         invoke gl_PREREQ_GETNDELIM2.
51709         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
51710         gl_PREREQ_GETNDELIM2.
51711         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
51712         gl_GETNDELIM2.
51713
51714 2003-07-18  Bruno Haible  <bruno@clisp.org>
51715
51716         * lib/getndelim2.h: New file.
51717         * lib/getndelim2.c: Make into a module of its own. Include config.h,
51718         getndelim2.h.
51719         (getndelim2): Make non-static. Change return type to ssize_t.
51720         * lib/getline.h: Change argument names.
51721         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
51722         * lib/getnline.c: Include getndelim2.h.
51723
51724 2003-07-18  Andreas Schwab  <schwab@suse.de>
51725
51726         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
51727
51728 2003-07-17  Karl Berry  <karl@gnu.org>
51729
51730         * config/config.sub: update from prep.
51731
51732 2003-07-17  Bruno Haible  <bruno@clisp.org>
51733
51734         * modules/getnline: New file.
51735         * modules/getline: Add lib/getndelim2.c to source file list.
51736         * MODULES.html.sh (func_all_modules): Add getnline.
51737
51738 2003-07-17  Bruno Haible  <bruno@clisp.org>
51739
51740         * m4/getnline.m4: New file.
51741
51742 2003-07-17  Bruno Haible  <bruno@clisp.org>
51743
51744         * m4/Makefile.am.in: Remove file.
51745         * m4/Makefile.am: Remove file.
51746         * m4/Makefile.in: Remove file.
51747
51748 2003-07-17  Bruno Haible  <bruno@clisp.org>
51749
51750         * lib/getnline.h: New file.
51751         * lib/getnline.c: New file.
51752         * lib/getndelim2.c: New file, extracted from getline.c.
51753         (getndelim2): Renamed from getdelim2, with added nmax argument.
51754         * lib/getline.c: Include getndelim2.c.
51755         (getdelim2): Moved out to getndelim2.c.
51756         (getline, getdelim): Update.
51757
51758 2003-07-17  Bruno Haible  <bruno@clisp.org>
51759
51760         * lib/Makefile.am: Remove file.
51761         * lib/Makefile.in: Remove file.
51762
51763 2003-07-17  Bruno Haible  <bruno@clisp.org>
51764
51765         * configure.in: Remove file.
51766         * Makefile.in: Remove file.
51767
51768 2003-07-17  Bruno Haible  <bruno@clisp.org>
51769
51770         * MODULES.html.sh: Put the </BODY> right before </HTML>.
51771
51772 2003-07-16  Karl Berry  <karl@gnu.org>
51773
51774         * config/srclist-update: was running fixlicense twice, which caused
51775                 texinfo.tex to be nullified for some reason.  Simplify,
51776                 $gplsrc is no longer needed as far as I can see?
51777
51778 2003-07-16  Jim Meyering  <jim@meyering.net>
51779
51780         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
51781
51782 2003-07-15  Paul Eggert  <eggert@twinsun.com>
51783
51784         * config/srclist.txt: Get the following files from gettext-runtime/intl
51785         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
51786         ref-del.sin.  From Bruno Haible.
51787         * config/srclist-update (fixfile): Change grep pattern again, since the
51788         previous fix didn't work (there was another trailing $).  Use
51789         '[$]' to escape the $s.
51790
51791 2003-07-15  Karl Berry  <karl@gnu.org>
51792
51793         * lib/vasnprintf.c: update from gettext.
51794
51795 2003-07-15  Karl Berry  <karl@gnu.org>
51796
51797         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
51798         gets expanded when surrounded by '$'.
51799
51800 2003-07-15  Jim Meyering  <jim@meyering.net>
51801
51802         * modules/save-cwd: Don't depend on error.  From Derek Price.
51803
51804 2003-07-15  Jim Meyering  <jim@meyering.net>
51805
51806         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
51807
51808 2003-07-14  Simon Josefsson  <jas@extundo.com>
51809
51810         * modules/mempcpy: New file.
51811         * MODULES.html.sh (func_all_modules): Add mempcpy.
51812
51813 2003-07-14  Simon Josefsson  <jas@extundo.com>
51814
51815         * m4/mempcpy.m4: New file.
51816
51817 2003-07-14  Simon Josefsson  <jas@extundo.com>
51818
51819         * lib/mempcpy.h: New file.
51820         * lib/mempcpy.c: New file.
51821
51822 2003-07-14  Paul Eggert  <eggert@twinsun.com>
51823
51824         * modules/getdate, modules/posixtm: Depend on mktime.
51825
51826 2003-07-14  Paul Eggert  <eggert@twinsun.com>
51827
51828         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
51829         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
51830         unicodeio.c, unicodeio.h, unlocked-io.h:
51831         Switch from LGPL to GPL.
51832
51833 2003-07-14  Paul Eggert  <eggert@twinsun.com>
51834
51835         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
51836         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
51837         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
51838         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
51839         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
51840         updated automatically by ../config/srclist-update.  This changes
51841         their license from LPGL to GPL.
51842
51843 2003-07-14  Paul Eggert  <eggert@twinsun.com>
51844
51845         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
51846         assumed to refer to the root of the most recent stable gettext version.
51847         * config/srclistvars.sh: Add defaults for eggert.
51848         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
51849         Match "This program" as well as "The program".  This is needed
51850         for gettext.
51851
51852 2003-07-14  Jim Meyering  <jim@meyering.net>
51853
51854         Don't emit diagnostics.  Let callers do that.
51855         * lib/save-cwd.c: Don't include "error.h".
51856         (save_cwd): Don't call error.  Ensure that errno is valid
51857         when returning nonzero.
51858
51859         * lib/save-cwd.h (restore_cwd): Update prototype.
51860         * lib/save-cwd.c (restore_cwd): Remove two parameters.
51861         Simplify.  Don't call error upon failure.  Let callers do that.
51862         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
51863         when auditing is enabled.  But don't bother updating the #if.
51864
51865 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
51866
51867         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
51868         it breaks C++ compilation.
51869         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
51870
51871 2003-07-10  Simon Josefsson  <jas@extundo.com>
51872
51873         * modules/strchrnul (Makefile.am): Add strchrnul.h.
51874
51875 2003-07-10  Jim Meyering  <jim@meyering.net>
51876
51877         * m4/clock_time.m4: Remove trailing blank.
51878         * m4/intmax_t.m4: Likewise.
51879
51880 2003-07-10  Jim Meyering  <jim@meyering.net>
51881
51882         * lib/vasnprintf.c: Remove trailing blanks.
51883         Make cpp indentation consistent.
51884
51885 2003-07-09  Paul Eggert  <eggert@twinsun.com>
51886
51887         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
51888         posixver.c, strftime.c, strnlen.c, strverscmp.c:
51889         Switch from LGPL to GPL.
51890
51891 2003-07-09  Paul Eggert  <eggert@twinsun.com>
51892
51893         * config/srclist.txt: Sort sublists.  Add
51894         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
51895         that differ from gnulib for one reason or another; we'd like this list
51896         to be smaller but for now let's document what we have.
51897
51898 2003-07-08  Paul Eggert  <eggert@twinsun.com>
51899
51900         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
51901         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
51902         and sweeter "eval x=$x".
51903         * config/srclist.txt: Get lib/argp* from glibc.
51904
51905 2003-07-07  Paul Eggert  <eggert@twinsun.com>
51906
51907         * lib/mktime.c: Fix some boundary cases and remove need for floating
51908         point.
51909
51910         Issue a compile-time diagnostic if time_t is floating point, or if
51911         two's complement arithmetic is not in effect, or if arithmetic
51912         right shift does not propagate the sign.  These assumptions were
51913         all in the original code but they weren't checked.
51914
51915         (TIME_T_MIDPOINT, verify): New macros.
51916         (__isleap): Remove; it has integer overflow problems.
51917         (leapyear): New function, without those problems.
51918         (ydhms_tm_diff): Remove; splitting into two parts.
51919         (ydhms_diff): New function, containing the arithmetic part of
51920         the old ydhms_tm_diff function.  Issue a compile-time
51921         diagnostic if we are not using C99 integer division.
51922         Avoid casts when possible.
51923         (guess_time_tm): New function, containing the checking part of
51924         the old ydhms_tm_diff function.  Return the new value, rather than
51925         the difference between it and the old.  Accept a new argument T
51926         so that *T specifies the old value.  Check for overflow in the result.
51927
51928         (__mktime_internal): Use a time_t offset, not a long int offset.
51929         This undoes the 2003-06-04 change, which is no longer needed now
51930         that we have better overflow checking.
51931         (localtime_offset): Likewise.
51932
51933         (__mktime_internal): Avoid harmful overflow on hosts where time_t
51934         and long are 64-bit but int is only 32-bit.
51935         (ydhms_diff): Use long int to store year1 and yday1.
51936         Issue a compile-time diagnostic if long int is not wide enough.
51937
51938         (__mktime_internal): Use long int to store adjusted year and yday.
51939         Use plain C rather than preprocessor commands, if that doesn't
51940         affect efficiency.
51941         Check for overflow (and try to repair) after each probe
51942         rather than checking only at the very end.  This avoids some bugs
51943         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
51944         does not equal GMT offset at maximum time).
51945         Use integer to check for overflow rather than floating point; this
51946         is more portable to non-IEEE hosts, and is a tad faster.
51947         When we detect that we are oscillating between two values,
51948         don't check whether tm_isdst has the requested value, since
51949         we already know the answer.  When tm_isdst has the wrong value,
51950         use a different heuristic to find the right one, based on the
51951         extreme values actually observed in practice in tz2003a,
51952         rather than the (overly optimistic) "previous 3 calendar quarters".
51953
51954         (not_equal_tm, print_tm, check_result): Use "const T" rather than
51955         "T const" to accommodate glibc style.
51956         (check_result): Use less-confusing report format.  "long" -> "long int.
51957         (main): Likewise.
51958         Don't loop if the iteration overflows time_t.
51959         Allow a negative step in the iteration.
51960
51961 2003-07-06  Karl Berry  <karl@gnu.org>
51962
51963         * config/depcomp: update from automake.
51964         * config/config.sub: update from prep.
51965
51966 2003-07-03  Karl Berry  <karl@gnu.org>
51967
51968         * config/config.guess: update from prep.
51969
51970 2003-07-01  Paul Eggert  <eggert@twinsun.com>
51971
51972         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
51973         xreadlink.c now includes it unconditionally.
51974
51975 2003-07-01  Paul Eggert  <eggert@twinsun.com>
51976
51977         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
51978         having it depend on HAVE_SYS_TYPES_H.
51979
51980 2003-07-01  Bruno Haible  <bruno@clisp.org>
51981
51982         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
51983         <sys/types.h> should be sufficient.
51984         Reported by Paul Eggert.
51985
51986 2003-06-26  Karl Berry  <karl@gnu.org>
51987
51988         * config/depcomp: update from automake.
51989
51990 2003-06-26  Bruno Haible  <bruno@clisp.org>
51991
51992         * modules/human: Depend on module stdbool.
51993
51994 2003-06-25  Bruno Haible  <bruno@clisp.org>
51995
51996         * modules/readlink: New file.
51997         * modules/xreadlink: Depend on it.
51998         * MODULES.html.sh (func_all_modules): Add readlink.
51999
52000 2003-06-25  Bruno Haible  <bruno@clisp.org>
52001
52002         * m4/readlink.m4: New file.
52003
52004 2003-06-25  Bruno Haible  <bruno@clisp.org>
52005
52006         * lib/readlink.c: New file.
52007
52008 2003-06-22  Karl Berry  <karl@gnu.org>
52009
52010         * config/srclist.txt: update mkinstalldirs from automake.
52011         * config/mkinstalldirs: update.
52012
52013 2003-06-22  Bruno Haible  <bruno@clisp.org>
52014
52015         Portability to mingw32.
52016         * m4/ssize_t.m4: New file, from GNU gettext.
52017         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
52018         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
52019
52020 2003-06-22  Bruno Haible  <bruno@clisp.org>
52021
52022         * modules/safe-read: Add m4/ssize_t.m4.
52023         * modules/xreadlink: Add m4/ssize_t.m4.
52024
52025 2003-06-20  Bruno Haible  <bruno@clisp.org>
52026
52027         Assume C89, so PARAMS isn't needed.
52028         * lib/unicodeio.h (PARAMS): Remove.
52029         * lib/unicodeio.c: Don't use PARAMS.
52030
52031 2003-06-18  Karl Berry  <karl@gnu.org>
52032
52033         * config/config.{guess,sub}: update from prep.
52034
52035 2003-06-18  Jim Meyering  <jim@meyering.net>
52036
52037         Merge changes from coreutils.
52038         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
52039         Remove explicit declarations of xmalloc and realloc.
52040         Include xalloc.h.
52041         (read_utmp): Remove anachronistic cast of xmalloc.
52042
52043 2003-06-17  Paul Eggert  <eggert@twinsun.com>
52044
52045         Assume C89, so PARAMS isn't needed.
52046         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
52047         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
52048         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
52049         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
52050         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
52051         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
52052         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
52053         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
52054         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
52055         lib/xstrtod.h, lib/xstrtol.h: Likewise.
52056         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
52057         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
52058         no longer needed. Anyway, config.h should always be included before any
52059         other file.
52060
52061 2003-06-11  Simon Josefsson  <jas@extundo.com>
52062
52063         * modules/sysexits: New file.
52064         * MODULES.html.sh (func_all_modules): Add sysexits.
52065
52066 2003-06-11  Simon Josefsson  <jas@extundo.com>
52067
52068         * lib/sysexit_.h: New file.
52069
52070 2003-06-11  Derek Price  <derek@ximbiot.com>
52071
52072         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
52073         necessary.
52074
52075 2003-06-11  Bruno Haible  <bruno@clisp.org>
52076
52077         * m4/sysexits.m4: New file.
52078
52079 2003-06-10  Simon Josefsson  <jas@extundo.com>
52080
52081         * lib/argp.h: New file, from glibc.
52082         * lib/argp-ba.c: New file, from glibc.
52083         * lib/argp-eexst.c: New file, from glibc.
52084         * lib/argp-fmtstream.c: New file, from glibc.
52085         * lib/argp-fmtstream.h: New file, from glibc.
52086         * lib/argp-fs-xinl.c: New file, from glibc.
52087         * lib/argp-help.c: New file, from glibc.
52088         * lib/argp-namefrob.h: New file, from glibc.
52089         * lib/argp-parse.c: New file, from glibc.
52090         * lib/argp-pv.c: New file, from glibc.
52091         * lib/argp-pvh.c: New file, from glibc.
52092         * lib/argp-xinl.c: New file, from glibc.
52093
52094 2003-06-10  Simon Josefsson  <jas@extundo.com>
52095
52096         * modules/strchrnul: New file.
52097
52098 2003-06-10  Simon Josefsson  <jas@extundo.com>
52099
52100         * modules/argp: New file.
52101
52102 2003-06-10  Simon Josefsson  <jas@extundo.com>
52103
52104         * m4/strchrnul.m4: New file.
52105
52106 2003-06-10  Simon Josefsson  <jas@extundo.com>
52107
52108         * lib/strchrnul.h: New file.
52109         * lib/strchrnul.c: New file.
52110
52111 2003-06-10  Bruno Haible  <bruno@clisp.org>
52112
52113         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
52114
52115 2003-06-07  Karl Berry  <karl@gnu.org>
52116
52117         * config/config.{guess,sub}: update from prep.
52118
52119 2003-06-07  Jim Meyering  <jim@meyering.net>
52120
52121         * modules/strtod: Use $(...) notation, not @...@ for
52122         AC_REPLACE'd variables.
52123         * modules/localcharset: Likewise.
52124
52125 2003-06-07  Jim Meyering  <jim@meyering.net>
52126
52127         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
52128         in place of my name in the copyright comment.
52129         Remove definition and uses of __P.
52130
52131         From coreutils.
52132         * lib/stat.c: Don't declare xmalloc explicitly.
52133         Instead, include "xalloc.h".
52134         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
52135         xrealloc, and xcalloc return values.
52136         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
52137         Improve comment.
52138         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
52139
52140 2003-06-07  Bruno Haible  <bruno@clisp.org>
52141
52142         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
52143         avoid AC_CONFIG_LINKS.
52144         * modules/fnmatch (Makefile.am): Use explicit creation rule for
52145         fnmatch.h, to avoid AC_CONFIG_LINKS.
52146         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
52147
52148 2003-06-07  Bruno Haible  <bruno@clisp.org>
52149
52150         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
52151         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
52152         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
52153         directory.
52154         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
52155         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
52156         directory.
52157
52158 2003-06-06  Jim Meyering  <jim@meyering.net>
52159
52160         Merge from coreutils.
52161         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
52162         Consolidate declarations and initializations of *_base* locals.
52163
52164         Merge from coreutils.
52165         This avoids a core dump on systems without GNU putenv,
52166         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
52167         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
52168         (unsetenv): New static function, from GNU libc.
52169         (rpl_putenv): Use it.
52170
52171         * lib/modechange.c: Remove trailing blanks.
52172
52173         Merge from coreutils.
52174         * lib/fsusage.c: Remove declaration of statfs.
52175         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
52176
52177         * lib/posixtm.c: Include <stdbool.h> unconditionally.
52178
52179 2003-06-06  Jim Meyering  <jim@meyering.net>
52180
52181         * lib/stdbool_.h: Renamed from stdbool.h.in.
52182
52183 2003-06-06  Jim Meyering  <jim@meyering.net>
52184             Bruno Haible  <bruno@clisp.org>
52185
52186         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
52187         Adjust Makefile.am snippet not to redirect directly to target.
52188         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
52189
52190 2003-06-05  Paul Eggert  <eggert@twinsun.com>
52191
52192         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
52193         mismatch, look in future quarters as well as past.  This fixes a
52194         bug when processing fall-backwards gaps immediately after a long
52195         period of daylight-saving time.
52196
52197         * lib/mktime.c: Assume freestanding C89 or better.
52198         (HAVE_LIMITS_H): Remove.  Assume it's 1.
52199         (__P): Remove; not used.
52200         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
52201         (mktime, not_equal_tm, print_tm, check_result,
52202         main): Use prototypes.  Use const * where appropriate.
52203         (main): Fix typo in testing code that uncovered by above changes.
52204         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
52205
52206 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52207
52208         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
52209         locale.h, localeconv.  This merges changes from coreutils.
52210
52211         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
52212         It can be removed after the next Autoconf is released.
52213         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
52214         needed.
52215
52216 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52217
52218         * lib/mktime.c: Fix Debian bug 177940
52219         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
52220         (localtime_offset): Now long int, not time_t, because we want it
52221         to be guaranteed to be signed.  All uses changed.
52222         (__mktime_internal): If overflow would occur when adding offset,
52223         don't add it.
52224
52225         Merge 'human' changes from coreutils.  Rewrite to support
52226         locale-specific notations like thousands separators.
52227         * lib/human.c: Simplify authorship notice.
52228         Include human.h immediately after config.h.
52229         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
52230         <limits.h>: Do not include, since human.h does.
52231         (SIZE_MAX, UINTMAX_MAX): New macros.
52232         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
52233         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
52234         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
52235         (power_letter): Renamed from suffixes.
52236         (generate_suffix_backwards): Remove.
52237         (adjust_value): Now takes int style (because of human.h changes)
52238         and long double value (for greater precision on some platforms).
52239         (group_number): New function.
52240         (human_readable): Use it.  Use integer options, not enum.
52241         Put the options before the sizes in the arg list.
52242         Support all the new options.
52243         The old human_readable function has been removed;
52244         use inttostr.h instead.
52245         (human_readable, default_block_size, humblock):
52246         Use uintmax_t, not int, for block sizes.
52247         (human_readable_inexact, block_size_types): Remove.
52248         (block_size_opts): New constant.
52249         (human_options): Renamed from human_block_size, with new signature
52250         that allows block sizes up to UINTMAX_MAX.  All callers changed.
52251         * lib/human.h: Add copyright and authorship notice.
52252         Include <limits.h> and <stdbool.h> unconditionally.
52253         (PARAMS): Remove.  All uses removed.
52254         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
52255         (enum human_inexact_style): Remove tag; now a nameless enum.
52256         (human_floor, human_ceiling, human_round_to_even): Now have
52257         values 2, 0, 1 rather than -1, 1, 0.
52258         (human_group_digits, human_suppress_point_zero, human_autoscale,
52259         human_base_1024, human_SI, human_B): New constants.
52260         (human_readable_inexact, human_block_size): Remove.
52261         (human_readable): Size args are now uintmax_t, not int.
52262         (human_options): New decl.
52263
52264         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
52265         unnecessary now that we assume C89 or better.  This change
52266         imported from coreutils.
52267
52268         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
52269         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
52270         in the 2003-05-30 sync from glibc.
52271
52272         .h files should stand alone, but we shouldn't include <sys/types.h>
52273         if we can get away with just <stddef.h>.
52274
52275         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
52276         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
52277         rather than <sys/types.h>, as we merely need size_t.
52278         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
52279         to get size_t.
52280         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
52281         Include <stdio.h>, to get FILE.
52282         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
52283         memcasecmp.h has included <stddef.h> and all we need is size_t.
52284         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
52285         our interface, instead of including <sys/types.h>
52286
52287 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52288
52289         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
52290         now, as glibc mktime is buggy on non-glibc systems.
52291
52292 2003-06-03  Karl Berry  <karl@gnu.org>
52293
52294         * config/config.sub: update from prep.
52295
52296 2003-06-02  Paul Eggert  <eggert@twinsun.com>
52297
52298         [from coreutils]
52299         Fix some minor time-related bugs with POSIX time arguments.
52300         Some valid time stamps were being rejected (notably -1, and
52301         time stamps before 1900 on 64-bit hosts).  And some invalid
52302         time stamps were being accepted, e.g. September 31.
52303
52304         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
52305         that we can return (time_t) -1 successfully.
52306         * lib/posixtm.c: Likewise.
52307         [HAVE_STDBOOL_H]: Include <stdbool.h>.
52308         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
52309         (t): Remove static var.
52310         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
52311         of static var.  All uses changed.
52312         (year): Do not reject years before 1900; they can occur with
52313         64-bit time_t.
52314         (posix_time_parse): Do not check for out-of-range components;
52315         that is now the caller's responsibility, since our checks were
52316         only approximations.
52317         (posixtime): Use mktime to check for out-of-range components,
52318         since it knows them exactly.
52319         If mktime returns (time_t) -1, check whether an error actually occurred
52320         by invoking localtime on -1.
52321         (main) [TEST_POSIXTIME]: Check for input data errors, and report
52322         posixtime failures better.
52323         Improve the test data (in comments only).
52324
52325 2003-06-02  Karl Berry  <karl@gnu.org>
52326
52327         * config/mkinstalldirs (version): new variable.
52328         (--version): new option.
52329         (usage): improve message.
52330
52331 2003-05-30  Karl Berry  <karl@gnu.org>
52332
52333         * lib/mktime.c: update from libc.
52334
52335 2003-05-30  Bruno Haible  <bruno@clisp.org>
52336
52337         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
52338         * config/config.rpath: Upgrade to gettext-0.12.1.
52339
52340 2003-05-30  Bruno Haible  <bruno@clisp.org>
52341
52342         * m4/gettext.m4: Upgrade to gettext-0.12.1.
52343         * m4/nls.m4: New file, from gettext-0.12.1.
52344         * m4/po.m4: New file, from gettext-0.12.1.
52345         * m4/progtest.m4: Upgrade to gettext-0.12.1.
52346
52347 2003-05-30  Bruno Haible  <bruno@clisp.org>
52348
52349         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
52350         * lib/localcharset.h: Likewise.
52351         * lib/localcharset.c: Likewise.
52352
52353 2003-05-29  Karl Berry  <karl@gnu.org>
52354
52355         * config/config.rpath: update from gettext.
52356
52357 2003-05-28  Paul Eggert  <eggert@twinsun.com>
52358
52359         Assume the headers required for C89 freestanding compilers.
52360         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
52361         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
52362         * m4/human.m4 (gl_HUMAN): Likewise.
52363         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
52364         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
52365         * m4/userspec.m4 (gl_USERSPEC): Likewise.
52366         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
52367         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
52368         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
52369
52370 2003-05-28  Paul Eggert  <eggert@twinsun.com>
52371
52372         Assume the headers required for C89 freestanding compilers.
52373         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
52374         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
52375         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
52376         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
52377         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
52378         define, since <limits.h> is guaranteed to do that.
52379         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
52380         * lib/exclude.c: Include <stdbool.h> unconditionally.
52381         * lib/tempname.c: Include <stddef.h> unconditionally.
52382         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
52383         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
52384         <stddef.h> does that.
52385         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
52386         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
52387         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
52388         needed.
52389         * lib/xstrtol.c: Likewise.
52390         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
52391         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
52392
52393         * lib/addext.c (addext): Use assignment rather than cast, to avoid
52394         warnings on some platforms.
52395
52396         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
52397         arbitrarily.
52398
52399 2003-05-26  Jim Meyering  <jim@meyering.net>
52400
52401         Merge in a change from coreutils:
52402         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
52403         that is guaranteed to be `no'.  Use `no_such_member' to indicate
52404         that condition, rather than `-1' which is slightly misleading.
52405         Change the name of the cache variable to have the gl_ prefix.
52406         Prompted by a patch from Richard Dawe for DJGPP.
52407
52408 2003-05-24  Karl Berry  <karl@gnu.org>
52409
52410         * config/config.guess: update from prep.
52411
52412 2003-05-22  Karl Berry  <karl@gnu.org>
52413
52414         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
52415
52416 2003-05-20  Karl Berry  <karl@gnu.org>
52417
52418         * config/config.guess: update from prep.
52419
52420 2003-05-18  Karl Berry  <karl@gnu.org>
52421
52422         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
52423         might actually be set by the user.
52424
52425         * config/depcomp, install-sh, mdate-sh: update from automake.
52426
52427 2003-05-17  Bruno Haible  <bruno@clisp.org>
52428
52429         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
52430         invalid expansion for AC_EGREP_CPP.
52431         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
52432         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
52433         Suggested by Akim Demaille <akim@epita.fr> in
52434         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
52435
52436 2003-05-12  Jim Meyering  <jim@meyering.net>
52437
52438         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
52439         the space-padded-by-default conversion specifiers, %e, %k, %l.
52440
52441 2003-05-12  Bruno Haible  <bruno@clisp.org>
52442
52443         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
52444         the string is longer than 4 KB.
52445
52446 2003-05-11  Karl Berry  <karl@gnu.org>
52447
52448         * config/config.{guess,sub}: update from prep.
52449
52450 2003-05-09  Bruno Haible  <bruno@clisp.org>
52451
52452         * modules/error: Add m4/strerror_r.m4 to file list.
52453
52454 2003-05-03  Bruno Haible  <bruno@clisp.org>
52455
52456         Upgrade to Unicode-4.0.
52457         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
52458         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
52459         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
52460         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
52461         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
52462         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
52463         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
52464         Change width of U+E0100..U+E01EF from 1 to 0.
52465
52466 2003-04-25  Jim Meyering  <jim@meyering.net>
52467
52468         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
52469         of type size_t, not int.
52470
52471 2003-04-25  Bruno Haible  <bruno@clisp.org>
52472
52473         * lib/copy-file.c: Include <stddef.h>, for size_t.
52474
52475 2003-04-21  Paul Eggert  <eggert@twinsun.com>
52476
52477         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
52478         code which expansion is under static control.  Patch imported from
52479         Akim Demaille's patch to Bison; see
52480         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
52481
52482 2003-04-14  Bruno Haible  <bruno@clisp.org>
52483
52484         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
52485
52486 2003-04-11  Jim Meyering  <jim@meyering.net>
52487
52488         Merge changes from Coreutils.
52489
52490         2003-03-22  Jim Meyering  <jim@meyering.net>
52491
52492         * lib/strftime.c (widen): Cast alloca return value to proper type.
52493
52494         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
52495
52496         From GNU libc.
52497         * lib/strftime.c (my_strftime): Handle very large width
52498         specifications for numeric values correctly.  Improve checks for
52499         overflow.
52500
52501         2003-01-19  Jim Meyering  <jim@meyering.net>
52502
52503         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
52504         definitions.
52505         (nl_get_alt_digit) [! defined my_strftime]: Define.
52506         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
52507         _nl_get_alt_digit and _nl_get_walt_digit.
52508
52509         * lib/strftime.c (my_strftime): Merge in locale-related changes from
52510         libc. These changes have no effect outside of _LIBC.
52511
52512 2003-04-10  Bruno Haible  <bruno@clisp.org>
52513
52514         * modules/findprog: New file.
52515         * MODULES.html.sh (func_all_modules): Add it.
52516
52517 2003-04-10  Bruno Haible  <bruno@clisp.org>
52518
52519         * m4/findprog.m4: New file.
52520         * m4/eaccess.m4: New file.
52521
52522 2003-04-10  Bruno Haible  <bruno@clisp.org>
52523
52524         * lib/findprog.h: New file, from GNU gettext.
52525         * lib/findprog.c: New file, from GNU gettext.
52526
52527 2003-04-05  Jim Meyering  <jim@meyering.net>
52528
52529         Merge changes from Coreutils.
52530
52531         * lib/exclude.h (PARAMS): Remove definition and uses.
52532         * lib/exclude.c: Remove uses of `PARAMS'.
52533
52534         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
52535         Add test-cases for DOS filenames. Declare program_name.
52536         (main): Set up program_name.  Patch by Rich Dawe.
52537
52538         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
52539         error from mntctl.
52540         Use mntctl's return value to drive the entry-processing loop, since
52541         we can't rely on the value of the vmt_length member in the last
52542         entry.  On some systems doing so could result in exhausting
52543         virtual memory.  Based in part on a patch from Mike Jetzer.
52544
52545 2003-04-04  Bruno Haible  <bruno@clisp.org>
52546
52547         * modules/linebreak: New file.
52548         * MODULES.html.sh (func_all_modules): Add it.
52549
52550 2003-04-04  Bruno Haible  <bruno@clisp.org>
52551
52552         * m4/linebreak.m4: New file.
52553
52554 2003-04-04  Bruno Haible  <bruno@clisp.org>
52555
52556         * lib/linebreak.h: New file, from GNU gettext.
52557         * lib/linebreak.c: New file, from GNU gettext with slight
52558         modifications.
52559         * lib/lbrkprop.h: New file, from GNU gettext.
52560
52561 2003-04-03  Bruno Haible  <bruno@clisp.org>
52562
52563         * modules/utf8-ucs4: New file.
52564         * modules/utf16-ucs4: New file.
52565         * modules/ucs4-utf8: New file.
52566         * modules/ucs4-utf16: New file.
52567         * MODULES.html.sh (func_all_modules): Add them.
52568
52569 2003-04-03  Bruno Haible  <bruno@clisp.org>
52570
52571         * m4/utf-ucs4.m4: New file.
52572         * m4/ucs4-utf.m4: New file.
52573
52574 2003-04-03  Bruno Haible  <bruno@clisp.org>
52575
52576         * lib/utf8-ucs4.h: New file, from GNU gettext.
52577         * lib/utf16-ucs4.h: New file, from GNU gettext.
52578         * lib/ucs4-utf8.h: New file, from GNU gettext.
52579         * lib/ucs4-utf16.h: New file, from GNU gettext.
52580
52581 2003-04-02  Bruno Haible  <bruno@clisp.org>
52582
52583         * modules/binary-io: New file.
52584         * MODULES.html.sh (func_all_modules): Add it.
52585
52586 2003-04-02  Bruno Haible  <bruno@clisp.org>
52587
52588         * lib/binary-io.h: New file, from GNU gettext.
52589
52590 2003-04-01  Bruno Haible  <bruno@clisp.org>
52591
52592         * modules/pathname: New file.
52593         * MODULES.html.sh (func_all_modules): Add it.
52594
52595 2003-04-01  Bruno Haible  <bruno@clisp.org>
52596
52597         * lib/pathname.h: New file, from GNU gettext.
52598         * lib/concatpath.c: New file, from GNU gettext.
52599
52600 2003-03-30  Bruno Haible  <bruno@clisp.org>
52601
52602         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
52603
52604 2003-03-30  Bruno Haible  <bruno@clisp.org>
52605
52606         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
52607         function chown() doesn't exist.
52608
52609 2003-03-28  Bruno Haible  <bruno@clisp.org>
52610
52611         * modules/copy-file: New file.
52612         * MODULES.html.sh (func_all_modules): Add it.
52613
52614 2003-03-28  Bruno Haible  <bruno@clisp.org>
52615
52616         * m4/copy-file.m4: New file.
52617
52618 2003-03-28  Bruno Haible  <bruno@clisp.org>
52619
52620         * lib/copy-file.h: New file, from GNU gettext.
52621         * lib/copy-file.c: New file, from GNU gettext.
52622
52623 2003-03-18  Jim Meyering  <jim@meyering.net>
52624
52625         * lib/quote.c (quote_n): Fix typo in comment.
52626
52627 2003-03-18  Bruno Haible  <bruno@clisp.org>
52628
52629         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
52630         checking.
52631         * m4/onceonly_2_57.m4: Likewise.
52632
52633 2003-03-17  Bruno Haible  <bruno@clisp.org>
52634
52635         * m4/onceonly.m4: Require autoconf 2.54 or newer.
52636         (m4_quote): Remove macro.
52637         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
52638
52639 2003-03-14  Jim Meyering  <jim@meyering.net>
52640
52641         Merge changes from Coreutils.
52642         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
52643         to be const, in order to avoid warnings.
52644         (obstack_room): Likewise.
52645         (obstack_empty_p): Likewise.
52646
52647 2003-03-14  Bruno Haible  <bruno@clisp.org>
52648
52649         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
52650         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
52651
52652 2003-03-13  Paul Eggert  <eggert@twinsun.com>
52653
52654         Merge changes from Bison.
52655         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
52656         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
52657         when compiling Bison 1.875's `bitset bset = obstack_alloc
52658         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
52659         * lib/hash.c: Include <stdbool.h> unconditionally.
52660
52661 2003-03-13  Paul Eggert  <eggert@twinsun.com>
52662
52663         * m4/onceonly.m4 (m4_quote): New macro.
52664         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
52665         Quote AC_FOREACH variable-expansions properly.
52666
52667 2003-03-13  Paul Eggert  <eggert@twinsun.com>
52668
52669         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
52670
52671 2003-03-09  Paul Eggert  <eggert@twinsun.com>
52672
52673         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
52674         Reported by Bruce Becker; see:
52675         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
52676
52677 2003-03-03  Paul Eggert  <eggert@twinsun.com>
52678             Bruno Haible  <bruno@clisp.org>
52679
52680         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
52681         Reported by John Hughes, see
52682         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
52683
52684 2003-02-20  Bruno Haible  <bruno@clisp.org>
52685
52686         * MODULES.html.sh (func_all_modules): Add poll.
52687
52688 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
52689
52690         * modules/poll: New file.
52691
52692 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
52693
52694         * lib/poll_.h: New file.
52695         * lib/poll.c: New file.
52696
52697 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
52698
52699         * m4/poll.m4: New file.
52700
52701 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
52702
52703         * modules/mathl: New file.
52704
52705 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
52706
52707         * lib/mathl.h: New file.
52708         * lib/acosl.c: New file.
52709         * lib/asinl.c: New file.
52710         * lib/atanl.c: New file.
52711         * lib/ceill.c: New file.
52712         * lib/cosl.c: New file.
52713         * lib/expl.c: New file.
52714         * lib/floorl.c: New file.
52715         * lib/frexpl.c: New file.
52716         * lib/ldexpl.c: New file.
52717         * lib/logl.c: New file.
52718         * lib/sincosl.c: New file.
52719         * lib/sinl.c: New file.
52720         * lib/sqrtl.c: New file.
52721         * lib/tanl.c: New file.
52722         * lib/trigl.c: New file.
52723         * lib/trigl.h: New file.
52724
52725 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
52726
52727         * m4/mathl.m4: New file.
52728
52729 2003-02-18  Bruno Haible  <bruno@clisp.org>
52730
52731         * MODULES.html.sh (func_all_modules): Add mathl.
52732
52733 2003-02-17  Bruno Haible  <bruno@clisp.org>
52734
52735         * modules/mkdtemp: New module.
52736         * MODULES.html.sh (func_all_modules): Add it.
52737
52738 2003-02-17  Bruno Haible  <bruno@clisp.org>
52739
52740         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
52741
52742 2003-02-17  Bruno Haible  <bruno@clisp.org>
52743
52744         * lib/mkdtemp.h: New file, from GNU gettext.
52745         * lib/mkdtemp.c: New file, from GNU gettext.
52746
52747 2003-02-02  Jim Meyering  <jim@meyering.net>
52748
52749         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
52750         e.g. glibc-2.2.93.
52751
52752 2003-01-31  Bruno Haible  <bruno@clisp.org>
52753
52754         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
52755         'rpl_rename'.
52756         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
52757         'rpl_strnlen'.
52758         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
52759         'rpl_strtod'.
52760         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
52761         'rpl_utime'.
52762
52763 2003-01-31  Bruno Haible  <bruno@clisp.org>
52764
52765         * lib/rename.c: #undef rename before defining rpl_rename.
52766         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
52767
52768 2003-01-30  Bruno Haible  <bruno@clisp.org>
52769
52770         * modules/vasnprintf, modules/vasprintf: New modules.
52771         * MODULES.html.sh (func_all_modules): Add them.
52772
52773 2003-01-30  Bruno Haible  <bruno@clisp.org>
52774
52775         * m4/signed.m4: New file, from GNU gettext.
52776         * m4/longdouble.m4: New file, from GNU gettext.
52777         * m4/wchar_t.m4: New file, from GNU gettext.
52778         * m4/wint_t.m4: New file, from GNU gettext.
52779         * m4/vasnprintf.m4: New file.
52780         * m4/vasprintf.m4: New file.
52781
52782 2003-01-30  Bruno Haible  <bruno@clisp.org>
52783
52784         * lib/printf-args.h: New file, from GNU gettext.
52785         * lib/printf-args.c: New file, from GNU gettext.
52786         * lib/printf-parse.h: New file, from GNU gettext.
52787         * lib/printf-parse.c: New file, from GNU gettext.
52788         * lib/vasnprintf.h: New file, from GNU gettext.
52789         * lib/vasnprintf.c: New file, from GNU gettext.
52790         * lib/asnprintf.c: New file, from GNU gettext.
52791         * lib/vasprintf.h: New file, from GNU gettext with modifications.
52792         * lib/vasprintf.c: New file, from GNU gettext.
52793         * lib/asprintf.c: New file, from GNU gettext.
52794
52795 2003-01-29  Bruno Haible  <bruno@clisp.org>
52796
52797         * modules/stpncpy: New module.
52798         * MODULES.html.sh (func_all_modules): Add it.
52799
52800 2003-01-29  Bruno Haible  <bruno@clisp.org>
52801
52802         * m4/stpncpy.m4: New file.
52803
52804 2003-01-29  Bruno Haible  <bruno@clisp.org>
52805
52806         * lib/stpncpy.h: New file, from GNU gettext with modifications.
52807         * lib/stpncpy.c: New file, from GNU gettext with modifications.
52808
52809 2003-01-28  Bruno Haible  <bruno@clisp.org>
52810
52811         * modules/c-ctype: New module.
52812         * MODULES.html.sh (func_all_modules): Add it.
52813
52814 2003-01-28  Bruno Haible  <bruno@clisp.org>
52815
52816         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
52817         Paul Eggert.
52818         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
52819         Paul Eggert.
52820
52821 2003-01-27  Bruno Haible  <bruno@clisp.org>
52822
52823         * modules/xsetenv: New module.
52824         * MODULES.html.sh (func_all_modules): Add it.
52825
52826 2003-01-27  Bruno Haible  <bruno@clisp.org>
52827
52828         * lib/xsetenv.h: New file, from GNU gettext.
52829         * lib/xsetenv.c: New file, from GNU gettext.
52830
52831 2003-01-23  Jim Meyering  <jim@meyering.net>
52832
52833         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
52834         from working on systems without dirfd (at least Irix and OSF1/Tru64).
52835
52836 2003-01-23  Bruno Haible  <bruno@clisp.org>
52837
52838         * modules/minmax: New module.
52839         * MODULES.html.sh (func_all_modules): Add it.
52840
52841 2003-01-23  Bruno Haible  <bruno@clisp.org>
52842
52843         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
52844         Eggert.
52845
52846 2003-01-22  Bruno Haible  <bruno@clisp.org>
52847
52848         * modules/exit: New module.
52849         * MODULES.html.sh (func_all_modules): Add it.
52850
52851 2003-01-22  Bruno Haible  <bruno@clisp.org>
52852
52853         * lib/exit.h: New file, from GNU gettext.
52854
52855 2003-01-19  Bruno Haible  <bruno@clisp.org>
52856
52857         * gnulib-tool: Recognize option --extract-maintainer.
52858         (func_get_maintainer): New function.
52859         * modules/*: Add Maintainer entry.
52860
52861 2003-01-16  Jim Meyering  <jim@meyering.net>
52862
52863         * m4/regex.m4: The `regex' struct is both input and output.
52864         Initialize it before each use.  Patch by Tim Waugh.
52865
52866 2003-01-16  Bruno Haible  <bruno@clisp.org>
52867
52868         * MODULES.html.sh: Add a table of contents. Add the module name as
52869         leftmost column. Add hyperlinks.
52870
52871 2003-01-15  Bruno Haible  <bruno@clisp.org>
52872
52873         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
52874
52875 2003-01-15  Bruno Haible  <bruno@clisp.org>
52876
52877         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
52878         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
52879         suffix.
52880
52881 2003-01-15  Bruno Haible  <bruno@clisp.org>
52882
52883         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
52884
52885 2003-01-15  Bruno Haible  <bruno@clisp.org>
52886
52887         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
52888         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
52889
52890 2003-01-14  Jim Meyering  <jim@meyering.net>
52891
52892         * lib/same.c (same_name): Tweak a comment.
52893
52894 2003-01-14  Bruno Haible  <bruno@clisp.org>
52895
52896         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
52897         when a string comparison is sufficient.
52898
52899 2003-01-14  Bruno Haible  <bruno@clisp.org>
52900
52901         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
52902         'unsigned int'.
52903
52904 2003-01-14  Bruno Haible  <bruno@clisp.org>
52905
52906         * lib/hash-pjw.c: Add comment about low quality of this function.
52907
52908 2003-01-13  Bruno Haible  <bruno@clisp.org>
52909
52910         * modules/stpcpy: Distribute lib/stpcpy.h.
52911         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
52912
52913 2003-01-13  Bruno Haible  <bruno@clisp.org>
52914
52915         * modules/*: Add a description.
52916         * modules/strpbrk: Fix Makefile.am snippet.
52917         * modules/strtoimax: Fix dependencies.
52918         * modules/strtoumax: Likewise.
52919
52920 2003-01-13  Bruno Haible  <bruno@clisp.org>
52921
52922         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
52923         * modules/alloca (Makefile.am): All object files depend on alloca.h.
52924         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
52925
52926 2003-01-13  Bruno Haible  <bruno@clisp.org>
52927
52928         * gnulib-tool (func_create_testdir): Store config/* files in the main
52929         directory.
52930         * config.rpath: Move to ...
52931         * config/config.rpath: ... here.
52932         * modules/gettext: Contains config/config.rpath, not config.rpath.
52933         * modules/iconv: Likewise.
52934
52935 2003-01-12  Paul Eggert  <eggert@twinsun.com>
52936
52937         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
52938         to avoid collisions with libcurses and libreadline.
52939
52940         * m4/getstr.m4: Remove.
52941         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
52942
52943 2003-01-12  Paul Eggert  <eggert@twinsun.com>
52944
52945         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
52946         to avoid collisions with libcurses and libreadline.
52947
52948         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
52949         * lib/getstr.h, getstr.c: Remove.
52950         * lib/getline.c: Include "getline.h", to check interface.
52951         Move body of old getstr.c here: this defines MIN_CHUNK and
52952         declares getdelim2, which is renamed from getstr.
52953         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
52954
52955         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
52956         All uses changed.
52957         * lib/linebuffer.h: Likewise.
52958         (readline): Remove backward-compatibility macro.
52959
52960 2003-01-12  Paul Eggert  <eggert@twinsun.com>
52961
52962         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
52963         to avoid collisions with libcurses and libreadline.
52964         * getstr: Remove.
52965         * MODULES.html.sh: Remove getstr.
52966         * modules/getline: Depend on unlocked-io, not getstr.
52967
52968 2003-01-12  Jim Meyering  <jim@meyering.net>
52969
52970         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
52971
52972 2003-01-10  Bruno Haible  <bruno@clisp.org>
52973
52974         * modules/alloca: Change Makefile.am requirements. Simplify Include
52975         requirements. Add lib/alloca_.h to file list.
52976
52977 2003-01-10  Bruno Haible  <bruno@clisp.org>
52978
52979         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
52980
52981 2003-01-10  Bruno Haible  <bruno@clisp.org>
52982
52983         * lib/alloca_.h: New file.
52984         * lib/getdate.y: Unconditionally include alloca.h.
52985         * lib/makepath.c: Likewise.
52986         * lib/setenv.c: Likewise.
52987         * lib/userspec.c: Likewise.
52988
52989 2003-01-09  Karl Berry  <karl@gnu.org>
52990
52991         * MODULES.html.sh: include `dirname $0` in PATH, to find
52992         gnulib-tool.
52993
52994 2003-01-09  Bruno Haible  <bruno@clisp.org>
52995
52996         * modules/stdbool: Change configure.ac, Makefile.am requirements.
52997         Simplify Include requirements. Add lib/stdbool.h.in to file list.
52998
52999 2003-01-09  Bruno Haible  <bruno@clisp.org>
53000
53001         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
53002
53003 2003-01-09  Bruno Haible  <bruno@clisp.org>
53004
53005         * lib/stdbool.h.in: New file.
53006
53007 2003-01-09  Bruno Haible  <bruno@clisp.org>
53008
53009         * gnulib-tool (func_all_modules): Ignore files ending in ~.
53010         * MODULES.html.sh: Likewise.
53011
53012 2003-01-08  Jim Meyering  <jim@meyering.net>
53013
53014         * lib/full-write.c: Undefine and define-away `const' after inclusion
53015         of errno.h, not before.  Suggestion from Bruno Haible.
53016
53017 2003-01-08  Bruno Haible  <bruno@clisp.org>
53018
53019         * modules/full-read: Depend on full-write.
53020
53021 2003-01-08  Bruno Haible  <bruno@clisp.org>
53022
53023         * lib/safe-read.c: Include specification header first, to ensure its
53024         selfcontainedness.
53025         * lib/full-write.c: Likewise.
53026
53027 2003-01-07  Jim Meyering  <jim@meyering.net>
53028
53029         * lib/full-write.c: Rework so that it may serve to define full_read,
53030         too.
53031         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
53032
53033 2003-01-07  Bruno Haible  <bruno@clisp.org>
53034
53035         * lib/strtoimax.c: Include <stdint.h> as an alternative to
53036         <inttypes.h>.
53037         * lib/xstrtol.h: Likewise.
53038         * lib/xstrtoimax.c: Likewise.
53039         * lib/xstrtoumax.c: Likewise.
53040         * lib/human.h: Likewise.
53041
53042         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
53043         on systems that have <inttypes.h> but not <stdint.h>.
53044
53045 2003-01-07  Bruno Haible  <bruno@clisp.org>
53046
53047         * MODULES.html.sh: Add copyright notice.
53048         (missed_files): Omit CVS directory entries.
53049         (func_module): Make it work with sed-3.02.
53050         * MODULES.txt: Remove file.
53051
53052 2003-01-06  Jim Meyering  <jim@meyering.net>
53053
53054         * lib/version-etc.c: Update year in translatable copyright string.
53055
53056 2003-01-03  Karl Berry  <karl@gnu.org>
53057
53058         * config/config.{guess,sub}: update from prep.
53059
53060 2003-01-02  Karl Berry  <karl@gnu.org>
53061
53062         * doc/COPYING.DOC: belatedly updated to 1.2.
53063
53064 2003-01-01  Karl Berry  <karl@gnu.org>
53065
53066         * gnulib-tool (func_verify_module): report module name $module in
53067         error message, not $1.
53068         * gnulib-tool (create-testdir): don't complain if destdir couldn't
53069         be created, only if it doesn't exist.
53070         * gnulib-tool (last_checkin_date): don't expand the $Date here.
53071
53072 2002-12-31  Paul Eggert  <eggert@twinsun.com>
53073
53074         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
53075
53076 2002-12-31  Paul Eggert  <eggert@twinsun.com>
53077
53078         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
53079         memcmp if strcoll doesn't work.
53080
53081 2002-12-31  Bruno Haible  <bruno@clisp.org>
53082
53083         * lib/utime.c (utime_null): No need to call ftruncate if the file was
53084         nonempty.
53085
53086 2002-12-31  Bruno Haible  <bruno@clisp.org>
53087
53088         * lib/memcoll.c (STRCOLL): New macro.
53089         (memcoll): Use it.
53090
53091 2002-12-31  Bruno Haible  <bruno@clisp.org>
53092
53093         * lib/localcharset.h: New file.
53094         * lib/localcharset.c: Include it.
53095         * lib/unicodeio.c: Likewise.
53096
53097 2002-12-31  Bruno Haible  <bruno@clisp.org>
53098
53099         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
53100         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
53101
53102 2002-12-31  Bruno Haible  <bruno@clisp.org>
53103
53104         * lib/getline.h: Include <stddef.h>, for size_t.
53105
53106         * lib/unicodeio.h: Include <stddef.h>, for size_t.
53107         * lib/unicodeio.c: Don't include <stddef.h>.
53108
53109 2002-12-31  Bruno Haible  <bruno@clisp.org>
53110
53111         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
53112         HAVE_TM_ZONE.
53113
53114 2002-12-24  Karl Berry  <karl@gnu.org>
53115
53116         * config/config.guess: update from prep.
53117
53118 2002-12-24  Bruno Haible  <bruno@clisp.org>
53119
53120         General infrasructure.
53121         * m4/README: Rewritten.
53122         * m4/onceonly.m4: New file.
53123         * m4/onceonly_2_57.m4: New file.
53124
53125         Module atexit.
53126         * m4/atexit.m4: New file.
53127
53128         Module strtod.
53129         * m4/strtod.m4: New file.
53130
53131         Module strtol.
53132         * m4/strtol.m4: New file.
53133
53134         Module strtoul.
53135         * m4/strtoul.m4: New file.
53136
53137         Module memchr.
53138         * m4/memchr.m4: New file.
53139
53140         Module memcmp.
53141         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
53142         (jm_FUNC_MEMCMP): Invoke it.
53143
53144         Module memcpy.
53145         * m4/memcpy.m4: New file.
53146
53147         Module memmove.
53148         * m4/memmove.m4: New file.
53149
53150         Module memset.
53151         * m4/memset.m4: New file.
53152
53153         Module strcspn.
53154         * m4/strcspn.m4: New file.
53155
53156         Module strpbrk.
53157         * m4/strpbrk.m4: New file.
53158
53159         Module strstr.
53160         * m4/strstr.m4: New file.
53161
53162         Module strerror.
53163         * m4/strerror.m4: New file.
53164
53165         Module mktime.
53166         * m4/mktime.m4: Renamed from jm-mktime.m4.
53167         (gl_PREREQ_MKTIME): New macro.
53168         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
53169
53170         Module malloc.
53171         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
53172         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
53173         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
53174
53175         Module realloc.
53176         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
53177         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
53178         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
53179
53180         Module strftime.
53181         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
53182         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
53183         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
53184         gl_TM_GMTOFF.
53185         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
53186
53187         Module xalloc.
53188         * m4/xalloc.m4: New file.
53189
53190         Module alloca.
53191         * m4/alloca.m4: New file.
53192
53193         Module putenv.
53194         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
53195         (jm_FUNC_PUTENV): Invoke it.
53196
53197         Module setenv.
53198         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
53199         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
53200         when invoked twice.
53201         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
53202         gt_FUNC_SETENV.
53203
53204         Module memrchr.
53205         * m4/memrchr.m4: New file.
53206
53207         Module stpcpy.
53208         * m4/stpcpy.m4: New file.
53209
53210         Module strcase.
53211         * m4/strcase.m4: New file.
53212
53213         Module strdup.
53214         * m4/strdup.m4: New file.
53215
53216         Module strnlen.
53217         * m4/strnlen.m4: New file.
53218
53219         Module strndup.
53220         * m4/strndup.m4: New file.
53221
53222         Module xstrtod.
53223         * m4/xstrtod.m4: New file.
53224
53225         Module xstrtol.
53226         * m4/xstrtol.m4: New file.
53227
53228         Module getdate.
53229         * m4/getdate.m4: New file.
53230
53231         Module unlocked-io.
53232         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
53233         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
53234         * m4/jm-glibc-io.m4n: Remove file.
53235
53236         Module long-options.
53237         * m4/long-options.m4: New file.
53238
53239         Module md5.
53240         * m4/md5.m4: New file.
53241
53242         Module sha.
53243         * m4/sha.m4: New file.
53244
53245         Module getstr.
53246         * m4/getstr.m4: New file.
53247
53248         Module getline.
53249         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
53250         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
53251         <sys/types.h>, for size_t. Use the function name gnu_getline, not
53252         simply getline. Infoke gl_PREREQ_GETLINE.
53253
53254         Module obstack.
53255         * m4/obstack.m4: New file.
53256
53257         Module hash.
53258         * m4/hash.m4: New file.
53259
53260         Module readtokens.
53261         * m4/readtokens.m4: New file.
53262
53263         Module strverscmp.
53264         * m4/strverscmp.m4: New file.
53265
53266         Module stdbool.
53267         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
53268         OSF/1.
53269
53270         Module strtoll.
53271         * m4/strtoll.m4: New file.
53272
53273         Module strtoull.
53274         * m4/strtoull.m4: New file.
53275
53276         Module strtoimax.
53277         * m4/strtoimax.m4: New file.
53278
53279         Module strtoumax.
53280         * m4/strtoumax.m4: New file.
53281
53282         Module xstrtoimax.
53283         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
53284         jm_AC_PREREQ_XSTRTOIMAX.
53285         Moved the strtol prerequisites to strtol.m4.
53286         Moved the strtoll prerequisites to strtoll.m4.
53287         Moved the strtoimax prerequisites to strtoimax.m4.
53288
53289         Module xstrtoumax.
53290         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
53291         jm_AC_PREREQ_XSTRTOUMAX.
53292         Moved the strtoul prerequisites to strtoul.m4.
53293         Moved the strtoull prerequisites to strtoull.m4.
53294         Moved the strtoumax prerequisites to strtoumax.m4.
53295
53296         Module chown.
53297         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
53298         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
53299
53300         Module dup2.
53301         * m4/dup2.m4: New file.
53302
53303         Module ftruncate.
53304         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
53305         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
53306
53307         Module getgroups.
53308         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
53309         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
53310
53311         Module gettimeofday.
53312         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
53313         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
53314         gl_PREREQ_GETTIMEOFDAY.
53315
53316         Module mkdir.
53317         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
53318         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
53319
53320         Module mkstemp.
53321         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
53322         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
53323         jm_AC_TYPE_UINTMAX_T.
53324         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
53325
53326         Module stat.
53327         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
53328         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
53329
53330         Module lstat.
53331         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
53332         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
53333
53334         Module timespec.
53335         * m4/timespec.m4 (gl_TIMESPEC): New macro.
53336         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
53337         * m4/st_mtim.m4: Indentation.
53338
53339         Module nanosleep.
53340         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
53341         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
53342         gl_PREREQ_NANOSLEEP.
53343
53344         Module regex.
53345         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
53346         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
53347         (gl_REGEX): New macro.
53348
53349         Module rename.
53350         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
53351         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
53352
53353         Module rmdir.
53354         * m4/rmdir.m4: New file.
53355
53356         Module utime.
53357         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
53358         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
53359         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
53360
53361         Module dirname.
53362         * m4/dirname.m4: New file.
53363
53364         Module getopt.
53365         * m4/getopt.m4: New file.
53366
53367         Module unistd-safer.
53368         * m4/unistd-safer.m4: New file.
53369
53370         Module fnmatch.
53371         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
53372         declaration.
53373         (gl_PREREQ_FNMATCH_EXTRA): New macro.
53374         (gl_FUNC_FNMATCH_POSIX): New macro.
53375         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
53376         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
53377         simply fnmatch.
53378
53379         Module exclude.
53380         * m4/exclude.m4: New file.
53381
53382         Module human.
53383         * m4/human.m4: New file.
53384
53385         Module acl.
53386         * m4/acl.m4: Nop.
53387
53388         Module backupfile.
53389         * m4/backupfile.m4: New file.
53390         * m4/d-ino.m4: Indentation.
53391
53392         Module fsusage.
53393         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
53394         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
53395         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
53396
53397         Module dirfd.
53398         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
53399         requirements.
53400
53401         Module euidaccess.
53402         * m4/euidaccess.m4: New file.
53403
53404         Module file-type.
53405         * m4/file-type.m4: New file.
53406
53407         Module fileblocks.
53408         * m4/fileblocks.m4: New file.
53409
53410         Module filemode.
53411         * m4/filemode.m4: New file.
53412
53413         Module isdir.
53414         * m4/isdir.m4: New file.
53415
53416         Module lchown.
53417         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
53418         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
53419
53420         Module makepath.
53421         * m4/makepath.m4: New file.
53422
53423         Module modechange.
53424         * m4/modechange.m4: New file.
53425
53426         Module mountlist.
53427         * m4/mountlist.m4: New file.
53428         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
53429         Indentation.
53430
53431         Module path-concat.
53432         * m4/path-concat.m4: New file.
53433
53434         Module pathmax.
53435         * m4/pathmax.m4: New file.
53436
53437         Module same.
53438         * m4/same.m4: New file.
53439
53440         Module save-cwd.
53441         * m4/save-cwd.m4: New file.
53442
53443         Module savedir.
53444         * m4/savedir.m4: New file.
53445
53446         Module xgetcwd.
53447         * m4/xgetcwd.m4: New file.
53448         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
53449
53450         Module xreadlink.
53451         * m4/xreadlink.m4: New file.
53452
53453         Module safe-read.
53454         * m4/safe-read.m4: New file.
53455
53456         Module safe-write.
53457         * m4/safe-write.m4: New file.
53458
53459         Module closeout.
53460         * m4/closeout.m4: New file.
53461
53462         Module stdio-safer.
53463         * m4/stdio-safer.m4: New file.
53464
53465         Module getpass.
53466         * m4/getpass.m4: New file.
53467
53468         Module getugroups.
53469         * m4/getugroups.m4: New file.
53470
53471         Module group-member.
53472         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
53473         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
53474
53475         Module idcache.
53476         * m4/idcache.m4: New file.
53477
53478         Module userspec.
53479         * m4/userspec.m4: New file.
53480
53481         Module gettime.
53482         * m4/clock_time.m4: New file.
53483         * m4/gettime.m4: New file.
53484
53485         Module settime.
53486         * m4/settime.m4: New file.
53487
53488         Module posixtm.
53489         * m4/posixtm.m4: New file.
53490
53491         Module gethostname.
53492         * m4/gethostname.m4: New file.
53493
53494         Module canon-host.
53495         * m4/canon-host.m4: New file.
53496
53497         Module gettext.
53498         * m4/codeset.m4: New file, from gettext-0.11.5.
53499         * m4/gettext.m4: New file, from gettext-0.11.5.
53500         * m4/glibc21.m4: New file, from gettext-0.11.5.
53501         * m4/iconv.m4: New file, from gettext-0.11.5.
53502         * m4/intdiv0.m4: New file, from gettext-0.11.5.
53503         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
53504         * m4/inttypes.m4: New file, from gettext-0.11.5.
53505         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
53506         * m4/isc-posix.m4: New file, from gettext-0.11.5.
53507         * m4/lcmessage.m4: New file, from gettext-0.11.5.
53508         * m4/lib-ld.m4: New file, from gettext-0.11.5.
53509         * m4/lib-link.m4: New file, from gettext-0.11.5.
53510         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
53511         * m4/progtest.m4: New file, from gettext-0.11.5.
53512         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
53513         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
53514         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
53515
53516         Module localcharset.
53517         * m4/localcharset.m4: New file.
53518
53519         Module hard-locale.
53520         * m4/hard-locale.m4: New file.
53521
53522         Module mbswidth.
53523         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
53524         onceonly macros.
53525         * m4/mbrtowc.m4: Add comment.
53526
53527         Module memcasecmp.
53528         * m4/memcasecmp.m4: New file.
53529
53530         Module memcoll.
53531         * m4/memcoll.m4: New file.
53532
53533         Module unicodeio.
53534         * m4/unicodeio.m4: New file.
53535
53536         Module rpmatch.
53537         * m4/rpmatch.m4: New file.
53538
53539         Module yesno.
53540         * m4/yesno.m4: New file.
53541
53542         Module exitfail.
53543         * m4/exitfail.m4: New file.
53544
53545         Module c-stack.
53546         * m4/c-stack.m4 (gl_C_STACK): New macro.
53547         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
53548
53549         Module error.
53550         * m4/error.m4 (gl_ERROR): New macro.
53551         (jm_PREREQ_ERROR): Use onceonly macros.
53552
53553         Module fatal.
53554         * m4/fatal.m4: New file.
53555
53556         Module getloadavg.
53557         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
53558         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
53559
53560         Module getpagesize.
53561         * m4/getpagesize.m4: New file.
53562
53563         Module getusershell.
53564         * m4/getusershell.m4: New file.
53565
53566         Module physmem.
53567         * m4/physmem.m4: New file.
53568
53569         Module posixver.
53570         * m4/posixver.m4: New file.
53571
53572         Module quotearg.
53573         * m4/quotearg.m4: New file.
53574
53575         Module quote.
53576         * m4/quote.m4: New file.
53577
53578         Module readutmp.
53579         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
53580
53581         Module sig2str.
53582         * m4/sig2str.m4: New file.
53583
53584         Other.
53585         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
53586         ulonglong.m4.
53587         * m4/intmax_t.m4: New file.
53588         * m4/d-type.m4: Indentation.
53589         * m4/jm-macros.m4: Update.
53590         * m4/prereq.m4 (jm_PREREQ): Update.
53591         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
53592         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
53593         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
53594         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
53595         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
53596         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
53597         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
53598         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
53599         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
53600         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
53601         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
53602         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
53603         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
53604         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
53605         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
53606         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
53607         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
53608         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
53609         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
53610
53611 2002-12-24  Bruno Haible  <bruno@clisp.org>
53612
53613         * MODULES.txt: Update according to m4/ changes.
53614
53615         Module gettext.
53616         * config.rpath: New file, from gettext-0.11.5.
53617
53618         * modules/*: New module descriptions.
53619         * gnulib-tool: New file.
53620         * MODULES.html.sh: New file.
53621
53622 2002-12-21  Karl Berry  <karl@gnu.org>
53623
53624         * doc/fdl.texi: update to version 1.2.
53625
53626 2002-12-19  Karl Berry  <karl@gnu.org>
53627
53628         * config/config.guess: update from prep.
53629
53630 2002-12-18  Bruno Haible  <bruno@clisp.org>
53631
53632         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
53633         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
53634
53635 2002-12-17  Bruno Haible  <bruno@clisp.org>
53636
53637         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
53638         stdlib.h, string.h.
53639
53640 2002-12-17  Bruno Haible  <bruno@clisp.org>
53641
53642         * lib/canon-host.c (strdup): Remove unused declaration.
53643
53644         * lib/fsusage.c: Include full_read.h.
53645         (get_fs_usage): Use full_read instead of safe_read.
53646
53647         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
53648
53649 2002-12-12  Karl Berry  <karl@gnu.org>
53650
53651         * config/config.guess: update from prep.
53652
53653 2002-12-11  Bruno Haible  <bruno@clisp.org>
53654
53655         * m4/setenv.m4: New file, from gettext-0.11.5.
53656
53657 2002-12-11  Bruno Haible  <bruno@clisp.org>
53658
53659         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
53660         not unsetenv().
53661         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
53662         modifications:
53663
53664         2002-12-11  Bruno Haible  <bruno@clisp.org>
53665
53666                 * setenv.c (alloca): Fall back to malloc.
53667                 (freea): New macro.
53668                 (setenv): Use freea() to free memory allocated with alloca().
53669
53670         2002-11-13  Bruno Haible  <bruno@clisp.org>
53671
53672                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
53673                 function declarations.
53674                 * unsetenv.c (unsetenv): Likewise.
53675
53676         2002-03-04  Bruno Haible  <bruno@clisp.org>
53677
53678                 Portability to AIX 4.3.3.
53679                 * unsetenv.c: New file, extracted from setenv.c.
53680                 * setenv.c: Move the unsetenv() function to unsetenv.c.
53681
53682         2001-12-20  Bruno Haible  <bruno@clisp.org>
53683
53684                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
53685                 use malloc instead. For SunOS 4.
53686
53687         2001-12-11  Bruno Haible  <bruno@clisp.org>
53688
53689                 * setenv.c: Declare alloca.
53690                 (compar_fn_t): New typedef.
53691                 (KNOWN_VALUE, STORE_VALUE): Use it.
53692
53693         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
53694         setenv.h.
53695
53696 2002-12-10  Paul Eggert  <eggert@twinsun.com>
53697
53698         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
53699         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
53700         Choose values that are less likely to collide with system fnmatch
53701         options.
53702         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
53703         defined (e.g., a pure POSIX system).
53704         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
53705         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
53706
53707 2002-12-06  Paul Eggert  <eggert@twinsun.com>
53708
53709         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
53710         a pain in practice to deal with generated m4 files.  This change
53711         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
53712
53713         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
53714         and jm-glibc-io.m4, as they are no longer a special case.
53715         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
53716         kludge and the auto-generation stuff.  Check only whether the
53717         functions are declared, not whether they exist, since older hosts
53718         that don't declare the functions can't use the optimization anyway.
53719
53720 2002-12-06  Jim Meyering  <jim@meyering.net>
53721
53722         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
53723
53724         Merge in changes from libc's misc/error.c, in preparation
53725         for the merge of gnulib's changes back into libc.
53726
53727         * lib/error.c (_): Define only if not already defined.
53728         Move definition to follow all #include directives.
53729         Include unlocked-io.h only if !_LIBC.
53730         [_LIBC]: Include <libio/libioP.h>.
53731         [USE_IN_LIBIO]: Include <libio/iolibio.h>
53732         (fflush): Tweak definition to use INTUSE.
53733         (putc): Define.
53734
53735 2002-12-05  Paul Eggert  <eggert@twinsun.com>
53736
53737         * lib/alloca.c [defined emacs]: Include "lisp.h".
53738         (xalloc_die) [defined emacs]: New macro.
53739         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
53740         [! defined emacs]: Include <xalloc.h>.
53741         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
53742         (pointer): Typedef to POINTER_TYPE *.
53743         (malloc): Remove decl; we now always use xmalloc.
53744         (alloca): Use old-style definition, since Emacs needs this.
53745         Check for arithmetic overflow when computing combined size.
53746
53747 2002-12-04  Paul Eggert  <eggert@twinsun.com>
53748
53749         Do not generate unlocked-io.h automatically, since it's easier to
53750         maintain it by hand.
53751
53752         * lib/unlocked-io.h: New file, from GNU diffutils,
53753         but with proper copyright notice and attribution.
53754         * lib/gen-uio: Remove.
53755         * lib/Makefile.am: Add copyright notice.
53756         (libfetish_a_SOURCES): Add unlocked-io.h.
53757         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
53758         (DISTCLEANFILES, io_functions): Remove macros.
53759         (EXTRA_DIST): Remove gen_uio.
53760         (unlocked-io.h): Remove rule.
53761
53762 2002-12-04  Jim Meyering  <jim@meyering.net>
53763
53764         Reflect the fact that stat.c and lstat.c are no longer generated.
53765         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
53766         (DISTCLEANFILES): Likewise.
53767         (EXTRA_DIST): Likewise.
53768         (all_local): Don't depend on stat.c or lstat.c.
53769         (stat.c, lstat.c): Remove rules.
53770         (EXTRA_DIST): Remove xstat.in.
53771
53772         * lib/xstat.in: Remove file.  Contents moved into stat.c.
53773         * lib/stat.c: New file.  Contents mostly from xstat.in.
53774         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
53775         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
53776
53777         * lib/safe-read.c: Rework so that it may serve to define safe_write,
53778         too.
53779         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
53780
53781 2002-12-03  Jim Meyering  <jim@meyering.net>
53782
53783         * lib/safe-read.c, safe-write.c: Change variable names and comments,
53784         but not semantics, to minimize the differences between these two files.
53785         (safe_read): Change comment to mention SAFE_READ_ERROR.
53786
53787         * lib/safe-read.c (IS_EINTR): Define.
53788         (safe_read): Use IS_EINTR in place of in-function cpp directives.
53789
53790 2002-12-02  Jim Meyering  <jim@meyering.net>
53791
53792         * lib/safe-read.c (EINTR): Define.
53793         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
53794         (INT_MAX): Provide fallback.
53795         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
53796
53797         * lib/safe-read.h (SAFE_READ_ERROR): Define.
53798
53799 2002-12-02  Bruno Haible  <bruno@clisp.org>
53800
53801         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
53802         Define, taken from safe-read.c.
53803         (INT_MAX): Provide fallback.
53804         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
53805         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
53806
53807         * lib/safe-read.c (EINTR): Remove definition.
53808         (safe_read): Don't use EINTR if it is absent.
53809
53810 2002-12-01  Jim Meyering  <jim@meyering.net>
53811
53812         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
53813         zero.
53814         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
53815
53816 2002-11-27  Paul Eggert  <eggert@twinsun.com>
53817
53818         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
53819         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
53820         with `if (! (value < limit)) abort ();', for readability.
53821
53822 2002-11-26  Karl Berry  <karl@gnu.org>
53823
53824         * lib/strdup.c: copy from libc again, with jim's ok.
53825         * lib/.cppi-disable: re-add strdup.c
53826
53827 2002-11-25  Karl Berry  <karl@gnu.org>
53828
53829         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
53830         instead of "strtol.c".
53831
53832 2002-11-25  Karl Berry  <karl@gnu.org>
53833
53834         * config/install-sh: update from automake for variable quoting, $0 in
53835         error msgs, etc.
53836
53837         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
53838         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
53839         entry.
53840
53841 2002-11-25  Jim Meyering  <jim@meyering.net>
53842
53843         * lib/mktime.c: Sync from libc, now that it has the latest fix.
53844
53845 2002-11-24  Karl Berry  <karl@gnu.org>
53846
53847         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
53848         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
53849
53850 2002-11-24  Jim Meyering  <jim@meyering.net>
53851
53852         Update from coreutils:
53853
53854         * lib/mktime.c: Merge in changes from libc.
53855
53856         Avoid a link-time failure on some Linux systems.
53857         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
53858         (otherwise).
53859         (__mon_yday): Declare with the STATIC attribute.
53860         (__mktime_internal): Likewise.
53861         Based on a report from Greg Schafer.
53862
53863 2002-11-23  Jim Meyering  <jim@meyering.net>
53864
53865         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
53866         Use `unsigned', not `int', as type of index.
53867
53868         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
53869
53870         * lib/fsusage.c: Remove unneeded parentheses around operands of
53871         `defined'.
53872
53873 2002-11-22  Paul Eggert  <eggert@twinsun.com>
53874
53875         * lib/quotearg.h: Allow multiple inclusion by surrounding with
53876         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
53877         so that we can be included first.
53878         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
53879         * lib/quotearg.c: Include quotearg.h immediately after config.h.
53880         No need to include stddef.h or sys/types.h any more.
53881         Surround local include files with "", not "<>".
53882         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
53883         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
53884         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
53885         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
53886         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
53887         (ISPRINT): Remove; no longer needed now that we assume C89.
53888
53889         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
53890         Preserve errno.
53891
53892         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
53893         quotearg_char): Use SIZE_MAX rather than
53894         (size_t) -1 when we are talking about "infinity".
53895
53896         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
53897
53898 2002-11-22  Paul Eggert  <eggert@twinsun.com>
53899
53900         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
53901         hint that one should use `if (! x) abort ();' rather than `assert
53902         (x);', and anyway it's one less thing to worry about configuring.
53903         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
53904         hash_rehash, hash_insert): Use abort rather than assert.
53905
53906 2002-11-22  Bruno Haible  <bruno@clisp.org>
53907
53908         * lib/safe-read.h: Assume C89. Add comments.
53909         (safe_read): Change return type to size_t.
53910         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
53911         byte counts > SSIZE_MAX correctly.
53912         * lib/safe-write.h: New file.
53913         * lib/safe-write.c: New file.
53914         * lib/full-read.h: New file.
53915         * lib/full-read.c: New file.
53916         * lib/full-write.h: Assume C89. Add comments.
53917         * lib/full-write.c: Include safe-write.h.
53918         (full_write): Rewritten to use safe_write.
53919         Suggested by Jim Meyering and Paul Eggert.
53920
53921 2002-11-21  Jim Meyering  <jim@meyering.net>
53922
53923         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
53924
53925         Merge in changes from the coreutils.
53926
53927         2002-09-25  Paul Eggert  <eggert@twinsun.com>
53928         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
53929         <stdint.h>.
53930         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
53931         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
53932         int.  Work more efficiently if X is the same width as uintmax_t.
53933         Do not compare X to -1, to avoid bogus compiler warning.
53934         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
53935         Don't assume that f_frsize and f_bsize are the same type.
53936
53937         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
53938         warning on FreeBSD.
53939
53940         * lib/makepath.c (make_path): Restore umask *before* creating the final
53941         component.
53942         (make_path): Minor reformatting.
53943
53944         * lib/xmalloc.c: Adjust to work with new autoconf macros,
53945         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
53946         HAVE_MALLOC/HAVE_REALLOC.
53947
53948         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
53949         dummy ones.  At least on GNU/Linux systems, `auto' means something
53950         else.
53951         From Michael Stone.
53952
53953 2002-11-21  Bruno Haible  <bruno@clisp.org>
53954
53955         Remove case insensitive option matching.
53956         * lib/argmatch.h (argcasematch): Remove declaration.
53957         (ARGCASEMATCH): Remove macro.
53958         (__xargmatch_internal): Remove case_sensitive argument.
53959         (XARGMATCH): Update.
53960         (XARGCASEMATCH): Remove macro.
53961         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
53962         case_sensitive argument.
53963         (argcasematch): Remove function.
53964         (__xargmatch_internal): Remove case_sensitive argument.
53965         (main): Use XARGMATCH instead of XARGCASEMATCH.
53966
53967         * lib/xmalloc.c: Change compile-time error message. Add comment about
53968         required autoconf version.
53969
53970 2002-11-20  Paul Eggert  <eggert@twinsun.com>
53971
53972         Merge argmatch cleanups from Bison.  Assume C89.
53973
53974         * lib/argmatch.c: Include config.h here, not in argmatch.h.
53975         Include stdlib.h, for EXIT_FAILURE.
53976         Always include <string.h>, since we assume C89.
53977         (EXIT_FAILURE): Remove pre-C89 bug workaround.
53978         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
53979         Include <stddef.h> instead, since it's all we need for size_t.
53980         (PARAMS): Remove.  All uses removed.
53981         (ARRAY_CARDINALITY): Do not bother to #undef.
53982         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
53983         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
53984         Remove unnecessary parentheses.
53985         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
53986         Insert necessary parentheses.
53987         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
53988         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
53989
53990 2002-11-19  Bruno Haible  <bruno@clisp.org>
53991
53992         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
53993         * lib/mbswidth.h: Include <stddef.h>, for size_t.
53994
53995         * lib/mbswidth.h (PARAMS): Remove macro.
53996         (mbswidth, mbsnwidth): Use ANSI C function declarations.
53997         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
53998
53999         * lib/gcd.h (PARAMS): Remove macro.
54000         (gcd): Use ANSI C function declarations.
54001         * lib/gcd.c (gcd): Likewise.
54002
54003 2002-11-15  Bruno Haible  <bruno@clisp.org>
54004
54005         * lib/strcspn.c: Include <stddef.h>.
54006         (strcspn): Use ANSI C function declaration. Change return type to
54007         size_t. Use NULL.
54008         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
54009         (strpbrk): Use NULL.
54010         * lib/strpbrk.h (PARAMS): Remove macro.
54011         (strpbrk): Use ANSI C function declaration.
54012         * lib/strstr.c: Don't include <sys/types.h>.
54013         * lib/strstr.h (PARAMS): Remove macro.
54014         (strstr): Use ANSI C function declarations.
54015
54016 2002-11-14  Karl Berry  <karl@gnu.org>
54017
54018         * config/mkinstalldirs: `do' on separate line, instead of
54019         `for var; do'.
54020
54021 2002-11-06  Bruno Haible  <bruno@clisp.org>
54022
54023         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
54024         * lib/gcd.c (gcd): Likewise.
54025
54026 2002-11-05  Bruno Haible  <bruno@clisp.org>
54027
54028         * lib/gcd.h: New file, from gettext-0.11.5.
54029         * lib/gcd.c: New file, from gettext-0.11.5.
54030
54031 2002-11-05  Bruno Haible  <bruno@clisp.org>
54032
54033         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
54034         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
54035         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
54036         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
54037
54038         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
54039         <libintl.h>.
54040         * lib/makepath.c: Include gettext.h instead of <locale.h> and
54041         <libintl.h>.
54042
54043         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
54044         * lib/human.c: Include gettext.h instead of <libintl.h>.
54045         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
54046         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
54047         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
54048         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
54049         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
54050         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
54051         (textdomain): Remove definition.
54052         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
54053
54054         * lib/long-options.c: Remove include of <libintl.h> and definition of
54055         _.
54056         * lib/same.c: Remove include of <libintl.h> and definition of _.
54057
54058 2002-11-04  Owen Taylor  <otaylor@redhat.com>
54059
54060         * lib/config.charset: A few additions for Solaris.
54061
54062 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
54063
54064         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
54065         * lib/localcharset.c (locale_charset): Declare as extern "C".
54066
54067 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
54068
54069         * lib/config.charset: msdos in uk_UA uses CP1125.
54070
54071 2002-11-04  Bruno Haible  <bruno@clisp.org>
54072
54073         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
54074         * lib/strcase.h: New file, from GNU gettext-0.11.5.
54075         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
54076         * lib/strstr.h: New file, from GNU gettext-0.11.5.
54077         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
54078
54079 2002-11-04  Bruno Haible  <bruno@clisp.org>
54080
54081         * lib/localcharset.c (locale_charset): Don't return an empty string.
54082
54083 2002-11-04  Bruno Haible  <bruno@clisp.org>
54084
54085         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
54086         aliases.
54087
54088 2002-11-04  Bruno Haible  <bruno@clisp.org>
54089
54090         * lib/config.charset: Update for newest glibc. Add canonical names
54091         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
54092
54093 2002-11-04  Bruno Haible  <bruno@clisp.org>
54094
54095         * lib/config.charset: Add support for NetBSD.
54096
54097 2002-11-04  Bruno Haible  <bruno@clisp.org>
54098
54099         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
54100
54101 2002-11-01  Bruno Haible  <bruno@clisp.org>
54102
54103         * configure.in: Add AC_CONFIG_AUX_DIR call.
54104         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
54105         test/Makefile.
54106         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
54107
54108 2002-09-28  Karl Berry  <karl@gnu.org>
54109
54110         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
54111         installed automake until the next release, since changes have been
54112         made.
54113
54114 2002-09-25  Karl Berry  <karl@gnu.org>
54115
54116         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
54117         * lib/getopt*: copy from libc/posix.
54118         * lib/gettext.h: copy from gettext.
54119         * lib/.cppi-disable: add strdup.c, gettext.h.
54120
54121 2002-09-25  Karl Berry  <karl@gnu.org>
54122
54123         * config/srclist.txt: enable gettext.h check.
54124         * config/config.{guess,sub}: update from prep.
54125         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
54126                 from automake 1.6.3.
54127         See srclist*.
54128
54129 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
54130
54131         * regex.c (PATFETCH): Remove the translating fetch.
54132         (PATFETCH_RAW): Rename to PATFETCH.
54133         (set_image_of_range): New fun.
54134         (SET_RANGE_TABLE_WORK_AREA): Use it.
54135         (regex_compile): Don't translate the pattern chars so eagerly.
54136         Only do it when inserting an `exactn' bytecode or when handling
54137         a char-range.
54138         (mutually_exclusive_p): Avoid empty statement.
54139
54140 2002-07-06  Jim Meyering  <meyering@lucent.com>
54141
54142         * m4/README: Don't mention Makefile.am.in.
54143         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
54144
54145 2002-07-01  Jim Meyering  <meyering@lucent.com>
54146
54147         * lib/c-stack.c: Include sys/time.h.
54148         From Volker Borchert.
54149
54150 2002-06-26  Paul Eggert  <eggert@twinsun.com>
54151
54152         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
54153
54154 2002-06-26  Paul Eggert  <eggert@twinsun.com>
54155
54156         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
54157         New macro.  Use it uniformly instead of
54158         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
54159         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
54160         reported by Vin Shelton.
54161
54162 2002-06-22  Paul Eggert  <eggert@twinsun.com>
54163
54164         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
54165         Do not assume SA_SIGINFO behavior.
54166         Bug reported by Jim Meyering on NetBSD 1.5.2.
54167
54168 2002-06-22  Jim Meyering  <meyering@lucent.com>
54169
54170         * m4/c-stack.m4: New file, from diffutils-2.8.2.
54171         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
54172
54173         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
54174         now that configure.ac uses AC_GNU_SOURCE.
54175         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
54176         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
54177
54178         Update to latest tools.  Suggestions from Paul Eggert.
54179         * m4/stdbool.m4: New file, from diffutils-2.8.2.
54180         * m4/gnu-source.m4: Update from diffutils-2.8.2.
54181         * m4/fnmatch.m4: Likewise.
54182         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
54183         to AC_HEADER_STDBOOL
54184
54185 2002-06-22  Jim Meyering  <meyering@lucent.com>
54186
54187         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
54188         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
54189
54190 2002-06-22  Jim Meyering  <meyering@lucent.com>
54191
54192         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
54193
54194         * lib/exitfail.c, exitfail.h: Likewise.
54195         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
54196
54197         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
54198         of fnmatch.h.
54199         (EXTRA_DIST): Add fnmatch_loop.c.
54200         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
54201
54202         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
54203         * lib/fnmatch.c: Update from diffutils-2.8.2.
54204         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
54205         * lib/fnmatch.h: Remove file.
54206
54207 2002-06-21  Jim Meyering  <meyering@lucent.com>
54208
54209         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
54210         * m4/mbrtowc.m4: Likewise.
54211
54212         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
54213         * m4/mbswidth.m4: Reflect name change:
54214         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
54215         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
54216
54217         * m4/lib-link.m4: Update from gettext-0.11.2.
54218         * m4/gettext.m4: Likewise.
54219
54220         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
54221         From Alfred M. Szmidt.
54222
54223 2002-06-18  Paul Eggert  <eggert@twinsun.com>
54224
54225         * lib/file-type.h: Report an error if neither S_ISREG nor
54226         S_IFREG is defined, instead of using a test specific to glibc
54227         2.2.  This should be safe, since POSIX requires S_ISREG and
54228         Unix Version 7 had S_IFREG.  We don't need to check for
54229         <sys/types.h> since we don't use any symbols that it defines.
54230
54231 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
54232
54233         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
54234         $@-t, so that each temporary file name is unique and valid in the first
54235         8 characters, for operation under DOS.
54236
54237 2002-06-15  Paul Eggert  <eggert@twinsun.com>
54238
54239         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
54240
54241 2002-06-15  Jim Meyering  <meyering@lucent.com>
54242
54243         Work even with DJGPP 2.03, which lacks support for symlinks.
54244         From Richard Dawe.
54245         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
54246         is defined.
54247         * lib/lchown.c (S_ISLNK): Likewise.
54248
54249 2002-06-15  Jim Meyering  <meyering@lucent.com>
54250
54251         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
54252         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
54253         have been included before this file.
54254
54255 2002-06-14  Jim Meyering  <meyering@lucent.com>
54256
54257         * lib/file-type.h: Use the version from diffutils-2.8.2.
54258         * lib/file-type.c: Likewise.
54259
54260 2002-06-07  Jim Meyering  <meyering@lucent.com>
54261
54262         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
54263         They're needed at least for NetBSD 1.5.2.
54264         ($statxfs_includes): Include those same headers.
54265         ($statxfs_includes): Include sys/vfs.h if available.
54266         ($statxfs_includes): Likewise for sys/statvfs.h.
54267         Check for the following members in both structs statfs and statvfs:
54268         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
54269
54270 2002-06-01  Jim Meyering  <meyering@lucent.com>
54271
54272         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
54273         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
54274
54275 2002-05-28  Jim Meyering  <meyering@lucent.com>
54276
54277         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
54278         Reported by Volker Borchert.
54279
54280 2002-05-27  Jim Meyering  <meyering@lucent.com>
54281
54282         Fix a problem seen only on nonconforming systems whereby ls.c's
54283         use of localtime, and then of gettimeofday would cause trouble:
54284         the localtime call used to initialize rpl_gettimeofday's save
54285         mechanism would clobber ls's current local time information so
54286         that in any long listing the first file would always be listed
54287         with date 1970-01-01.  Analysis by Volker Borchert.
54288
54289         * lib/gettimeofday.c (localtime): Undefine.
54290         (rpl_localtime): New function.
54291
54292 2002-05-27  Jim Meyering  <meyering@lucent.com>
54293
54294         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
54295         localtime.
54296
54297         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
54298         use the replacement function; it wouldn't resolve at link time.
54299         Reported by Volker Borchert.
54300
54301 2002-05-22  Jim Meyering  <meyering@lucent.com>
54302
54303         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
54304         file-type.h.
54305         * lib/file-type.h: New file.
54306         * lib/file-type.c (file_type): New file/function.  Extracted from
54307         diffutils.
54308
54309 2002-04-30  Jim Meyering  <meyering@lucent.com>
54310
54311         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
54312
54313 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54314
54315         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
54316
54317 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54318
54319         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
54320         Do not check for alloca.h (no longer used) or stdbool.h (was never
54321         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
54322
54323 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54324
54325         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
54326
54327 2002-04-29  Jim Meyering  <meyering@lucent.com>
54328
54329         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
54330         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
54331         Use AC_FUNC_STRNLEN here instead.
54332
54333         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
54334         With autoconf-2.53a, it's part of AC_PROG_CC.
54335
54336 2002-04-28  Paul Eggert  <eggert@twinsun.com>
54337
54338         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
54339         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
54340
54341 2002-04-28  Paul Eggert  <eggert@twinsun.com>
54342
54343         * lib/sig2str.h, lib/sig2str.c: New files.
54344         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
54345
54346 2002-04-28  Paul Eggert  <eggert@twinsun.com>
54347
54348         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
54349         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
54350         of 127, since 64 is the largest conceivable number for ancient
54351         nonstandard hosts.
54352         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
54353
54354 2002-04-28  Jim Meyering  <meyering@lucent.com>
54355
54356         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
54357
54358 2002-04-24  Jim Meyering  <meyering@lucent.com>
54359
54360         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
54361         (jm_PREREQ): Use it.
54362
54363         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
54364         mach/mach.h fcntl.h.
54365         Check for this function: setlocale.
54366
54367 2002-04-24  Jim Meyering  <meyering@lucent.com>
54368
54369         * lib/gettext.h: New file, from Gettext.
54370         * lib/Makefile.am (INCLUDES): Remove -I../intl.
54371         (libfetish_a_SOURCES): Add gettext.h.
54372
54373 2002-04-16  Jim Meyering  <meyering@lucent.com>
54374
54375         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
54376         ut_pid, ut_id, ut_exit.
54377
54378 2002-04-16  Jim Meyering  <meyering@lucent.com>
54379
54380         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
54381         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
54382         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
54383
54384 2002-04-12  Jim Meyering  <meyering@lucent.com>
54385
54386         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
54387         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
54388         existence of the getmntinfo function.  Needed for Darwin 5.3.
54389
54390         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
54391         This is necessary at least on Darwin 5.3.
54392
54393         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
54394         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
54395         strnlen.o in the library, and that makes some versions of ranlib
54396         object.
54397
54398 2002-04-12  Jim Meyering  <meyering@lucent.com>
54399
54400         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
54401
54402 2002-04-09  Jim Meyering  <meyering@lucent.com>
54403
54404         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
54405         to be more precise.  Rather than saying we're checking whether the
54406         function `works', say what we're testing.
54407         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
54408         Reported by Bruno Haible.
54409
54410 2002-03-10  Jim Meyering  <meyering@lucent.com>
54411
54412         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
54413         Suggestion from Santiago Vila.
54414
54415 2002-03-08  Jim Meyering  <meyering@lucent.com>
54416
54417         * lib/rename.c: Mention that this wrapper is needed also on
54418         mips-dec-ultrix4.4 systems.
54419
54420 2002-03-02  Jim Meyering  <meyering@lucent.com>
54421
54422         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
54423         not HAVE_CLOCK_SETTIME.
54424
54425 2002-02-27  Paul Eggert  <eggert@twinsun.com>
54426
54427         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
54428         Check for clock_settime.
54429
54430 2002-02-27  Paul Eggert  <eggert@twinsun.com>
54431
54432         * lib/nanosleep.h: Rename to....
54433         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
54434
54435         * lib/gettime.c: New file.
54436         * lib/settime.c: New file.
54437         * lib/stime.c: Remove.
54438
54439         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
54440         timespec.h.  Remove nanosleep.h.
54441
54442 2002-02-25  Paul Eggert  <eggert@twinsun.com>
54443
54444         * m4/acl.m4: New file.
54445         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
54446         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
54447
54448 2002-02-25  Paul Eggert  <eggert@twinsun.com>
54449
54450         * lib/acl.c, lib/acl.h: New files.
54451         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
54452
54453 2002-02-24  Jim Meyering  <meyering@lucent.com>
54454
54455         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
54456         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
54457         cause trouble.  Reported by Nelson Beebe.
54458
54459 2002-02-23  Paul Eggert  <eggert@twinsun.com>
54460
54461         * lib/path-concat.c (xpath_concat): Reorder code to pacify
54462         compilers that don't know that xalloc_die never returns.
54463
54464 2002-02-20  Jim Meyering  <meyering@lucent.com>
54465
54466         * lib/getdate.c: Regenerate using bison-1.33.
54467
54468 2002-02-17  Jim Meyering  <meyering@lucent.com>
54469
54470         * config/config.guess (main): Don't use `head -1'; it's no longer
54471         portable. Use `sed 1q' instead.
54472
54473 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
54474
54475         * m4/codeset.m4: Upgrade to gettext-0.11.
54476         * m4/gettext.m4: Upgrade to gettext-0.11.
54477         * m4/glibc21.m4: Upgrade to gettext-0.11.
54478         * m4/iconv.m4: Upgrade to gettext-0.11.
54479         * m4/isc-posix.m4: Upgrade to gettext-0.11.
54480         * m4/lcmessage.m4: Upgrade to gettext-0.11.
54481         * m4/lib-ld.m4: New file, from gettext-0.11.
54482         * m4/lib-link.m4: New file, from gettext-0.11.
54483         * m4/lib-prefix.m4: New file, from gettext-0.11.
54484         * m4/progtest.m4: Upgrade to gettext-0.11.
54485
54486 2002-02-15  Paul Eggert  <eggert@twinsun.com>
54487
54488         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
54489         (jm_PREREQ): Use it.
54490
54491 2002-02-15  Paul Eggert  <eggert@twinsun.com>
54492
54493         * lib/posixver.c, lib/posixver.h: New files.
54494         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
54495
54496 2002-02-02  Paul Eggert  <eggert@twinsun.com>
54497             Bruno Haible  <bruno@clisp.org>
54498
54499         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
54500         (fwrite_success_callback): New declaration.
54501         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
54502         print_unicode_char. Call failure callback instead of error.
54503         (fwrite_success_callback): New function.
54504         (exit_failure_callback): New function.
54505         (fallback_failure_callback): New function.
54506         (print_unicode_char): Call unicode_to_mb.
54507
54508 2002-01-26  Jim Meyering  <meyering@lucent.com>
54509
54510         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
54511         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
54512
54513 2002-01-26  Jim Meyering  <meyering@lucent.com>
54514
54515         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
54516
54517 2002-01-22  Paul Eggert  <eggert@twinsun.com>
54518
54519         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
54520
54521 2002-01-22  Jim Meyering  <meyering@lucent.com>
54522
54523         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
54524         Otherwise, some versions of automake would omit the rule that makes
54525         Makefile from Makefile.in.
54526
54527 2002-01-21  Paul Eggert  <eggert@twinsun.com>
54528
54529         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
54530         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
54531         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
54532         (memcoll): Set errno to zero if there is no error.
54533
54534         * lib/quotearg.c (quotearg_buffer_restyled):
54535         Fix bug with quoting buffers containing NUL when backslashing escapes.
54536         This bug was exposed by the other changes in this patch.
54537         (quotearg_n_options): New arg ARGSIZE.
54538         All callers changed.
54539         (quoting_options_from_style): New function.
54540         (quotearg_n_style): Use it.
54541         (quotearg_n_style_mem): New function.
54542
54543         * lib/quotearg.h (quotearg_n_style_mem): New function.
54544
54545 2002-01-19  Jim Meyering  <meyering@lucent.com>
54546
54547         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
54548         Remove useless quotes: DF_PROG="df".
54549         * m4/strnlen.m4: New file.
54550
54551 2002-01-16  Paul Eggert  <eggert@twinsun.com>
54552
54553         * lib/backupfile.c (ISDIGIT): Comment fix.
54554         * lib/getdate.y (ISDIGIT): Likewise.
54555         * lib/posixtm.c (ISDIGIT, year): Likewise.
54556         * lib/strverscmp.c (ISDIGIT): Likewise.
54557         * lib/userspec.c (ISDIGIT): Likewise.
54558
54559 2002-01-16  Jim Meyering  <meyering@lucent.com>
54560
54561         * lib/getdate.y: Add three semicolons, each just before a closing
54562         brace. Bison (as of version 1.31) no longer papers over that mistake.
54563
54564 2002-01-05  Jim Meyering  <meyering@lucent.com>
54565
54566         * lib/version-etc.c (version_etc_copyright): Update copyright year.
54567
54568 2001-12-19  Paul Eggert  <eggert@twinsun.com>
54569
54570         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
54571         not silently exit merely because the output buffer happens to
54572         have nothing pending.
54573
54574 2001-12-18  Paul Eggert  <eggert@twinsun.com>
54575
54576         See the big note in ../ChangeLog.
54577         * lib/human.c (suffixes): Prefer K to k for 1024.
54578         (generate_suffix_backwards): New function.
54579         (human_readable_inexact): Use it.
54580         * lib/xstrtol.c (__xstrtol): If there is no number but there
54581         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
54582         Accept 'K' as well as 'k'.
54583
54584 2001-12-15  Jim Meyering  <meyering@lucent.com>
54585
54586         * lib/regex.h (__restrict_arr): Update from libc.
54587
54588         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
54589         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
54590         (STREQ): Define.
54591
54592 2001-12-14  Jim Meyering  <meyering@lucent.com>
54593
54594         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
54595         Suggestion from Bruno Haible.
54596
54597 2001-12-10  Jim Meyering  <meyering@lucent.com>
54598
54599         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
54600         xrealloc, Instead, include "xalloc.h".
54601         (initbuffer): Don't cast xmalloc return value to char*.
54602         (readline): Reword comment.
54603         Don't cast xrealloc return value to char*
54604         Return NULL, not 0.
54605
54606 2001-12-09  Jim Meyering  <meyering@lucent.com>
54607
54608         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
54609         about `signed and unsigned type in conditional expression'.
54610         * lib/posixtm.c (posix_time_parse): Likewise.
54611
54612         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
54613
54614         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
54615         to avoid a pedantic warning.
54616
54617         * lib/getstr.c: Don't include assert.h.
54618         (getstr): Remove warning-evoking assertions.
54619         Return -1 if offset parameter is out of bounds.
54620         Change the type of a local from int to size_t.
54621
54622         * lib/strftime.c (my_strftime_localtime_r): Include this function
54623         definition in the `#if ! HAVE_TM_GMTOFF' block.
54624
54625         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
54626         Include xalloc.h instead.
54627
54628 2001-12-02  Jim Meyering  <meyering@lucent.com>
54629
54630         * lib/tempname.c: Don't declare getenv, thus reverting the change of
54631         2001-11-18.  It's no longer necessary, now that stdlib.h is always
54632         included.
54633
54634         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
54635         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
54636
54637 2001-11-30  Akim Demaille  <akim@epita.fr>
54638
54639         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
54640         before being defined.
54641
54642 2001-11-27  Paul Eggert  <eggert@twinsun.com>
54643
54644         * lib/quotearg.h (quotearg_n, quotearg_n_style):
54645         First arg is int, not unsigned.
54646         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
54647         (SIZE_MAX, UINT_MAX): New macros.
54648         (quotearg_n_options): Abort if N is negative.
54649         Avoid overflow check on hosts where size_t is 64 bits and int
54650         is 32 bits, as overflow is impossible there.
54651         Fix off-by-one typo that caused unnecessary reallocation.
54652
54653 2001-11-27  Jim Meyering  <meyering@lucent.com>
54654
54655         * lib/tempname.c: Merge with version from libc.
54656         * lib/regex.c: Likewise.
54657
54658         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
54659         systems for which STDC_HEADERS is 0, it was not included, resulting in
54660         a warning about an integer-to-pointer conversion problem with getenv.
54661         Reported by Volker Borchert.
54662
54663 2001-11-26  Jim Meyering  <meyering@lucent.com>
54664
54665         * lib/gtod.h: Remove file.
54666         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
54667         * lib/gettimeofday.c: Don't include gtod.h.
54668         (GTOD_init): Remove function.
54669         (rpl_gettimeofday): Do its job here instead, rather than aborting.
54670         Suggestion from Volker Borchert.
54671
54672 2001-11-23  Jim Meyering  <meyering@lucent.com>
54673
54674         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
54675         it.
54676         * lib/hash.c (struct hash_table): Define it here instead.
54677
54678 2001-11-22  Jim Meyering  <meyering@lucent.com>
54679
54680         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
54681
54682 2001-11-20  Jim Meyering  <meyering@lucent.com>
54683
54684         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
54685         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
54686
54687 2001-11-19  Jim Meyering  <meyering@lucent.com>
54688
54689         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
54690         directory.  Use "conftestXXXXXX" as the template.
54691         Suggestion from Paul Eggert.
54692
54693         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
54694         immediately, so the test doesn't mistakenly hit the max-open-files
54695         limit.
54696
54697 2001-11-18  Paul Eggert  <eggert@twinsun.com>
54698
54699         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
54700         (TEMPORARIES): New macro.
54701         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
54702         removes an artificial limitation (e.g. HP-UX 10.20, where
54703         TMP_MAX is 17576).
54704
54705 2001-11-18  Jim Meyering  <meyering@lucent.com>
54706
54707         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
54708
54709 2001-11-18  Jim Meyering  <meyering@lucent.com>
54710
54711         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
54712         on SunOS 4.
54713
54714         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
54715         files will be created before anything else.
54716
54717 2001-11-17  Paul Eggert  <eggert@twinsun.com>
54718
54719         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
54720         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
54721
54722 2001-11-17  Jim Meyering  <meyering@lucent.com>
54723
54724         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
54725         Prompted by a report from Bob Proulx.
54726
54727         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
54728         Instead, require UTILS_FUNC_MKSTEMP.
54729
54730 2001-11-17  Jim Meyering  <meyering@lucent.com>
54731
54732         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
54733         Now, that's done as part of AC_FUNC_STRTOD.
54734
54735 2001-11-17  Jim Meyering  <meyering@lucent.com>
54736
54737         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
54738         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
54739         rather than group writable.  Patch by Juan F. Codagnone.
54740
54741         * lib/readtokens.c: Remove explicit declarations of xmalloc and
54742         xrealloc, Instead, include "xalloc.h".
54743
54744         * lib/mountlist.c: Include unlocked-io.h after all system headers.
54745         Remove explicit declarations of xmalloc, xrealloc,
54746         and xstrdup.  Instead, include "xalloc.h".
54747
54748         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
54749         unlocked-io.h.
54750         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
54751         Likewise.
54752         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
54753
54754         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
54755         Reported by Padraig Brady.
54756
54757         * lib/mkstemp.c: #undef mkstemp.
54758         Include config.h.
54759         (rpl_mkstemp): Rename from mkstemp.
54760         Protoize.
54761
54762 2001-11-16  Jim Meyering  <meyering@lucent.com>
54763
54764         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
54765         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
54766         determine the amount of total physical memory, use pstat_getstatic.
54767         HPUX-11 doesn't define _SC_PHYS_PAGES.
54768         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
54769         If sysconf couldn't be used to determine the amount of available
54770         physical memory, use both pstat_getstatic and pstat_getdynamic.
54771         Based on a patch from Bob Proulx.
54772
54773 2001-11-10  Jim Meyering  <meyering@lucent.com>
54774
54775         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
54776         (jm_PREREQ): Use it.
54777
54778 2001-11-09  Jim Meyering  <meyering@lucent.com>
54779
54780         * m4/jm-macros.m4: Require autoconf-2.52f.
54781         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
54782         Use these AC_-prefixed names, not the AM_-prefixed ones.
54783
54784         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
54785
54786 2001-11-05  Jim Meyering  <meyering@lucent.com>
54787
54788         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
54789
54790 2001-11-04  Jim Meyering  <meyering@lucent.com>
54791
54792         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
54793         $DEFS.
54794
54795 2001-11-03  Jim Meyering  <meyering@lucent.com>
54796
54797         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
54798         of AC_DEFUN.
54799
54800         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
54801         know the name of the variable in the macro definition.
54802
54803 2001-11-03  Jim Meyering  <meyering@lucent.com>
54804
54805         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
54806         in argmatch_to_argument call.
54807
54808         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
54809         argument.
54810
54811         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
54812         e.g., a fault due to an attempt to free a NULL pointer.
54813
54814 2001-11-01  Jim Meyering  <meyering@lucent.com>
54815
54816         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
54817         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
54818
54819 2001-11-01  Jim Meyering  <meyering@lucent.com>
54820
54821         * lib/dirfd.c, lib/dirfd.h: New files.
54822         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
54823
54824         * lib/hash.c (hash_print) [TESTING]: Clean up.
54825
54826 2001-10-22  Paul Eggert  <eggert@twinsun.com>
54827
54828         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
54829         to avoid a warning if -Wall.
54830
54831 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
54832
54833         * README: New file
54834         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
54835         (per RMS's instructions, this is now the canonical source)
54836         * lgpl/, gpl/: New directories.
54837
54838 2001-10-21  Paul Eggert  <eggert@twinsun.com>
54839
54840         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
54841
54842 2001-10-21  Jim Meyering  <meyering@lucent.com>
54843
54844         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
54845         this code would end up calling gettext even in packages built
54846         with --disable-nls.
54847         * lib/getopt.c (_): Likewise.
54848         * lib/regex.c (_): Likewise.
54849
54850 2001-10-20  Paul Eggert  <eggert@twinsun.com>
54851
54852         * m4/error.m4 (jm_PREREQ_ERROR):
54853         Do not invoke AC_CHECK_FUNCS with strerror_r, as
54854         AC_FUNC_STRERROR_R does that.
54855         Check for strerror declaration.
54856
54857         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
54858         are supposed to have them these days.
54859         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
54860         Merge changes from latest Autoconf CVS.
54861         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
54862         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
54863         POSIX decided to standardize on the int flavor of strerror_r.
54864
54865 2001-10-20  Paul Eggert  <eggert@twinsun.com>
54866
54867         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
54868         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
54869         Use strerror_r that is only a macro, even if it is not a function.
54870         (strerror): Check for HAVE_DECL_STRERROR before declaring.
54871         (private_strerror): Use prototypes, not old-style function definition.
54872         (print_errno_message): New function.
54873         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
54874         char*-flavored one.
54875         (error_tail, error, error_at_line): Use it.
54876
54877 2001-10-11  Jim Meyering  <meyering@lucent.com>
54878
54879         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
54880         and quote_n (1, ... to avoid clobbering a buffer.
54881
54882 2001-10-05  Jim Meyering  <meyering@lucent.com>
54883
54884         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
54885         hash-pjw.h.
54886         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
54887         * lib/hash-pjw.h: New file.
54888
54889 2001-09-30  Jim Meyering  <meyering@lucent.com>
54890
54891         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
54892         `struct fsstat' has the `f_fstypename' member.
54893         Use that to define FS_TYPE, which is now used to make
54894         the getfsstat link test tighter.
54895
54896 2001-09-30  Jim Meyering  <meyering@lucent.com>
54897
54898         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
54899         Include <sys/ucred.h>, for Apple Darwin.
54900         Include sys/mount.h and sys/fs_types.h only if available.
54901         (FS_TYPE): Define.
54902         (read_filesystem_list): Use FS_TYPE.
54903
54904 2001-09-29  Paul Eggert  <eggert@twinsun.com>
54905
54906         * lib/exclude.c (excluded_filename): 0 -> false, since it's
54907         a boolean context.
54908
54909 2001-09-29  Jim Meyering  <meyering@lucent.com>
54910
54911         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
54912         [one-argument getmntent function]): Include stdio.h before mntent.h.
54913         SunOS 4.1.x needs it for the declaration of `FILE'.
54914         Patch by Volker Borchert.
54915
54916         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
54917         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
54918         sys/fs_types.h, and make the link-test for getfsstat guard #include
54919         directives with appropriate #if HAVE_*_H tests so that we can
54920         detect getfsstat on Apple Darwin1.3.7 systems.
54921         Reported by Nelson Beebe.
54922         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
54923
54924 2001-09-28  Paul Eggert  <eggert@twinsun.com>
54925
54926         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
54927         #defines strtoimax.  Also treat the other strto* functions
54928         like strtoimax.
54929
54930         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
54931         Check for strtoul and strtoumax,
54932         as those declarations are made even in the signed case.
54933         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
54934         Likewise, for strtol and strtoimax.
54935
54936 2001-09-28  Paul Eggert  <eggert@twinsun.com>
54937
54938         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
54939         #defines strtoimax.  Also treat the other strto* functions
54940         like strtoimax.
54941
54942         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
54943         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
54944         (strtoimax, strtoumax): Do not declare if already defined as a macro.
54945
54946 2001-09-26  Jim Meyering  <meyering@lucent.com>
54947
54948         Most macros in unlocked-io.h had the wrong number of arguments.
54949         * lib/gen-uio: New script.
54950         (USE_UNLOCKED_IO): Define to 1 if not already defined.
54951         * lib/unlocked-io.hin: Remove file.
54952         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
54953         rather than trying to embed it here.
54954         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
54955         Reported by Padraig Brady.
54956
54957 2001-09-25  Volker Borchert  <bt@teknon.de>
54958
54959         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
54960         `result'.
54961
54962 2001-09-24  Jim Meyering  <meyering@lucent.com>
54963
54964         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
54965
54966 2001-09-23  Jim Meyering  <meyering@lucent.com>
54967
54968         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
54969         instead of the mere test for existence of mntent.h.  The latter
54970         would get a false-positive on AIX 3.4 systems.
54971         In the outer getmntent if-block, don't die if neither of the getmntent
54972         tests succeeds.  Instead, just fall through and continue with the
54973         remaining tests.
54974
54975 2001-09-23  Jim Meyering  <meyering@lucent.com>
54976
54977         * lib/mountlist.c: Remove useless parentheses in #if directives.
54978         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
54979         the deprecated MOUNTED symbol is no longer defined in mntent.h.
54980
54981 2001-09-22  Jim Meyering  <meyering@lucent.com>
54982
54983         * m4/gettext.m4: New file.  From gettext.
54984         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
54985         * m4/progtest.m4: Likewise
54986         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
54987         * m4/glibc21.m4: Likewise.
54988
54989         * m4/libintl.m4: Remove.  No longer used.
54990
54991 2001-09-22  Jim Meyering  <meyering@lucent.com>
54992
54993         * lib/localcharset.c: Update from latest gettext.
54994         * lib/config.charset: Likewise.
54995
54996 2001-09-20  Jim Meyering  <meyering@lucent.com>
54997
54998         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
54999         strtoimax.
55000         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
55001         strtoumax.
55002
55003 2001-09-20  Jim Meyering  <meyering@lucent.com>
55004
55005         * lib/xstrtol.c (strtoimax): Guard declaration with
55006         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
55007         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
55008         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
55009         (strtoumax): Likewise, for completeness (it wasn't necessary).
55010
55011 2001-09-17  Paul Eggert  <eggert@twinsun.com>
55012
55013         * lib/strtoimax.c (HAVE_LONG_LONG):
55014         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
55015         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
55016         to work around bug in IBM C compiler.
55017
55018 2001-09-17  Jim Meyering  <meyering@lucent.com>
55019
55020         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
55021         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
55022         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
55023         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
55024         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
55025         whenever the right hand side need not be expanded by the shell.
55026
55027 2001-09-16  Paul Eggert  <eggert@twinsun.com>
55028
55029         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
55030         library.  It's not correct, as some older glibcs are buggy.
55031         fnmatch wasn't fixed until glibc 2.2.
55032
55033         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
55034         special shell magic here.
55035
55036 2001-09-16  Jim Meyering  <meyering@lucent.com>
55037
55038         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
55039         * m4/jm-macros.m4: Require it.
55040
55041 2001-09-16  Jim Meyering  <meyering@lucent.com>
55042
55043         * lib/mkdir.c: New file.
55044
55045 2001-09-15  Jim Meyering  <meyering@lucent.com>
55046
55047         * m4/jm-macros.m4: Check for help2man.
55048
55049 2001-09-11  Jim Meyering  <meyering@lucent.com>
55050
55051         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
55052         The body, by Paul Eggert, was moved here from configure.in.
55053         * m4/jm-macros.m4: Require UTILS_HOST_OS.
55054
55055 2001-09-04  Paul Eggert  <eggert@twinsun.com>
55056
55057         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
55058         (jm_PREREQ): Use it.
55059
55060 2001-09-04  Paul Eggert  <eggert@twinsun.com>
55061
55062         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
55063         Use ssize_t, not int, to store result of readlink.
55064         Check for ssize_t overflow as well as size_t overflow,
55065         as POSIX says the result of readlink is implementation-defined
55066         when ssize_t overflows.
55067         Remove unnecessary cast to char*.
55068         Use free+malloc instead of realloc, as the storage doesn't need
55069         to be preserved and it's clearer and can be more efficient that way.
55070         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
55071         * lib/xreadlink.h (xreadlink): Update prototype.
55072
55073 2001-09-04  Paul Eggert  <eggert@twinsun.com>
55074
55075         * lib/xgetcwd.c: Revert some of the previous change; intead,
55076         fix the HAVE_GETCWD_NULL code to behave more like the
55077         !HAVE_GETCWD_NULL code used to.
55078
55079         Include "xalloc.h".
55080         (xgetcwd): Do not return NULL when memory is exhausted; instead,
55081         invoke xalloc_die.
55082
55083 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55084
55085         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
55086         sys/param.h, as pathmax.h includes them.
55087
55088 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55089
55090         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
55091         (jm_PREREQ_XGETCWD): New macro.
55092
55093         * m4/getcwd.m4: New file.
55094
55095 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55096
55097         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
55098         like the HAVE_GETCWD_NULL code.
55099         Include pathmax.h if not HAVE_GETCWD.
55100         Do not include xalloc.h.
55101         (INITIAL_BUFFER_SIZE): New symbol.
55102         Do not use xmalloc / xrealloc, since the caller is responsible for
55103         handling errors.  Preserve errno around `free' during failure.
55104         Do not overrun buffer when using getwd.
55105
55106 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55107
55108         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
55109         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
55110         getcwd (NULL, 0).
55111
55112 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55113
55114         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
55115         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
55116         spotted by Jim Meyering.
55117
55118 2001-09-03  Jim Meyering  <meyering@lucent.com>
55119
55120         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
55121         failure.
55122
55123 2001-09-02  Jim Meyering  <meyering@lucent.com>
55124
55125         * lib/error.c: Update from GNU libc.
55126
55127 2001-09-01  Jim Meyering  <meyering@lucent.com>
55128
55129         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
55130         Used by df.
55131
55132 2001-09-01  Jim Meyering  <meyering@lucent.com>
55133
55134         * lib/xreadlink.c: New file.
55135         * lib/xreadlink.h: New file.
55136         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
55137         xreadlink.h.
55138
55139         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
55140         doesn't conflict with sparc Solaris 7's definition in
55141         /usr/include/sys/int_types.h.
55142
55143         * lib/exclude.c: Use `""', not `<>' to #include non-system header
55144         files.
55145         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
55146         and strncasecmp as r-values.  Unixware didn't have declarations.
55147
55148 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55149
55150         * lib/xstrtol.h: Add copyright notice.
55151         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
55152         LONGINT_INVALID_SUFFIX_CHAR.
55153
55154 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55155
55156         * lib/xstrtol.c (strtoimax): New decl.
55157
55158 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55159
55160         * lib/xgetcwd.c: Don't include pathmax.h.
55161         Include stdlib.h and unistd.h if available.
55162         Include xalloc.h.
55163         (xmalloc, xstrdup, free): Remove decls.
55164         (xgetcwd): Don't assume sizes fit in unsigned.
55165         Check for overflow when computing sizes.
55166         Simplify reallocation code.
55167
55168 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55169
55170         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
55171         a directory's st_size can have an arbitrary value, so the old
55172         usage could waste an arbitrary amount of memory.  All uses
55173         changed.
55174         * lib/savedir.h: Update prototype.
55175
55176 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55177
55178         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
55179
55180         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
55181         old strtoimax.c.
55182
55183         Also, make the following further changes to make this file's
55184         configuration more similar to that of strtol.c:
55185         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
55186         (strtoumax, uintmax_t, strtoull, strtol): Remove.
55187         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
55188         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
55189         changed to signed values.
55190
55191         And make the following changes as well:
55192         Fix copyright notice, as 1999 was missing.
55193         (verify): New macro.
55194         (strtoimax): Check sizes at compile-time, not run-time.
55195         Prefer strtol to strtoll if both work.
55196         (main): Remove; it was not that useful and was a pain to maintain.
55197
55198         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
55199
55200 2001-08-31  Jim Meyering  <meyering@lucent.com>
55201
55202         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
55203         Use an initial, malloc'd, buffer of length 128 rather than
55204         a statically allocated one of length 1024.
55205
55206 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55207
55208         Simplify code, partly by assuming autoconf 2.52 semantics.
55209
55210         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
55211
55212         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
55213         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
55214         All uses removed.
55215         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
55216         Move AC_REQUIRE to next-to-top level, to avoid confusion.
55217         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
55218         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
55219         jm_AC_HEADER_INTTYPES_H.
55220         * m4/jm-macros.m4 (jm_MACROS): Likewise.
55221
55222         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
55223
55224         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
55225         Quote first arg of AC_DEFUN.
55226         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
55227         since they are needed to parse the include file even if we need
55228         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
55229         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
55230         but with opposite signedness.
55231
55232 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55233
55234         Merge 'exclude' changes from tar 1.13.22.
55235         This fixes one or two unlikely storage allocation overflow bugs,
55236         but doesn't change user-visible behavior otherwise.
55237
55238 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55239
55240         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
55241         (jm_PREREQ_EXCLUDE): New macro.
55242
55243 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55244
55245         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
55246         tm to be declared.
55247
55248 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55249
55250         * lib/hash.c: Remove '2001' from copyright notice.
55251
55252 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55253
55254         * lib/full-write.h: New file.
55255         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
55256         * lib/full-write.c: Correct credits, as cccp.c no longer
55257         exists and anyway it was so heavily changed from the old cccp
55258         code as to be unrecognizable.  Include full-write.h.
55259         (full_write) Return size_t, with short writes meaning failure.
55260         All callers changed.  This fixes a bug with large buffers
55261         on 64-bit hosts.
55262         * lib/utime.c: Include full-write.h.
55263
55264 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55265
55266         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
55267         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
55268         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
55269         Include if available.
55270         (<xalloc.h>): Include
55271         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
55272         (verify): New macro.  Use it to verify that EXCLUDE macros do not
55273         collide with FNM macros.
55274         (struct patopts): New struct.
55275         (struct exclude): Use it, as exclude patterns now come with options.
55276         (new_exclude): Support above changes.
55277         (new_exclude, add_exclude_file):
55278         Initial size must now be a power of two to simplify overflow checking.
55279         (free_exclude, fnmatch_no_wildcards): New function.
55280         (excluded_filename): No longer requires options arg, as the options
55281         are determined by add_exclude.  Now returns bool, not int.
55282         (excluded_filename, add_exclude):
55283         Add support for the fancy new exclusion options.
55284         (add_exclude, add_exclude_file): Now takes int options arg.
55285         Check for arithmetic overflow when computing sizes.
55286         (add_exclude_file): xrealloc might modify errno, so don't
55287         realloc until after errno might be used.
55288
55289         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
55290         New macros.
55291         (free_exclude): New decl.
55292         (add_exclude, add_exclude_file): Now takes int options arg.
55293         (excluded_filename): No longer requires options arg, as the options
55294         are determined by add_exclude.  Now returns bool, not int.
55295
55296 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55297
55298         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
55299
55300 2001-08-27  Jim Meyering  <meyering@lucent.com>
55301
55302         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
55303
55304         * lib/version-etc.c (N_): Remove definition.
55305         Revert most of last change.
55306         Instead, simply don't mark the `Copyright...' string for translation.
55307         Based on advice from Paul Eggert.
55308
55309         * lib/strtoxmax.c: Tweak comment.
55310
55311 2001-08-26  Jim Meyering  <meyering@lucent.com>
55312
55313         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
55314
55315         * m4/xstrtoimax.m4: New file.
55316         * m4/xstrtoumax.m4: Add comments explaining why we
55317         AC_REPLACE_FUNCS(strtol).
55318
55319 2001-08-26  Jim Meyering  <meyering@lucent.com>
55320
55321         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
55322         of copyright with `%s' so translators don't get an untranslated
55323         message in 2002.
55324         (COPYRIGHT_YEAR): Define.
55325         (version_etc): Use fprintf rather than fputs.
55326         Suggestion from Ulrich Drepper.
55327
55328         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
55329
55330         * lib/strtoll.c: New file, from GNU libc.
55331         * lib/xstrtoimax.c: New file.
55332
55333         * lib/xstrtol.h: Add xstrtoimax.
55334         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
55335         * lib/strtoimax.c: New file.  Likewise, but first define
55336         STRTOUXMAX_SIGNED.
55337
55338         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
55339         ...
55340         * lib/strtoxmax.c: ... then renamed to this.
55341
55342 2001-08-18  Paul Eggert  <eggert@twinsun.com>
55343
55344         * m4/inttypes.m4: Add AC_PREREQ(2.13).
55345         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
55346         (jm_AC_TYPE_INTMAX_T): New macro.
55347         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
55348
55349         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
55350
55351         * m4/longlong.m4: Renamed from ulonglong.m4.
55352         * m4/inttypes.m4: Renamed from inttypes_h.m4.
55353         * m4/uintmax_t.m4: Removed.
55354
55355 2001-08-13  Paul Eggert  <eggert@twinsun.com>
55356
55357         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
55358         Port to Solaris 8, where 'sed' requires a space after the 'r'
55359         command, and where sh dislikes "$/".  Clean up the spacing a bit.
55360         Redirect output to $tmp just once.
55361
55362 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
55363
55364         * lib/addext.c (<errno.h>): Include.
55365         (errno): Declare if not defined.
55366         (addext): Work correctly when pathconf returns -1 and leaves
55367         errno alone because there is no limit.  Also, work even if
55368         pathconf returns a value greater than SIZE_MAX.
55369
55370 2001-08-12  Jim Meyering  <meyering@lucent.com>
55371
55372         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
55373         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
55374         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
55375         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
55376         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
55377         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
55378         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
55379         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
55380         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
55381         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
55382         utime.m4, utimes.m4, xstrtoumax.m4:
55383         Quote the first argument in each use of AC_DEFUN.
55384
55385 2001-08-12  Jim Meyering  <meyering@lucent.com>
55386
55387         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
55388         Simply `return getcwd (NULL, 0);'.
55389         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
55390         Use 1300 as initial value for length, not PATH_MAX.
55391
55392         * lib/pathmax.h: Clean up cpp syntax.
55393
55394 2001-08-12  Jim Meyering  <meyering@lucent.com>
55395
55396         * lib/gettimeofday.c: New file.
55397         * lib/gtod.h: New file.
55398         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
55399
55400 2001-08-05  Jim Meyering  <meyering@lucent.com>
55401
55402         * m4/jm-macros.m4: Require autoconf-2.52.
55403
55404 2001-08-04  Jim Meyering  <meyering@lucent.com>
55405
55406         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
55407         stmt, to get in sync with glibc.
55408
55409 2001-08-03  Paul Eggert  <eggert@twinsun.com>
55410
55411         The following changes are from gettext 0.10.39 as maintained by
55412         Bruno Haible.
55413
55414         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
55415         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
55416         with inverted sense.  All uses changed.
55417
55418         * lib/mbswidth.c: Don't include <limits.h>.
55419         Include <stdlib.h> and <string.h> unconditionally.
55420         (iswcntrl, mbsinit, ISCNTRL): New macros.
55421         (mbsnwidth): Use K&R style function declarations.
55422         Don't bother checking for MB_LEN_MAX == 1, since the compiler
55423         can optimize it when MB_CUR_MAX == 1.
55424         The width of control characters is zero, not 1.
55425
55426 2001-08-03  Paul Eggert  <eggert@twinsun.com>
55427
55428         The following changes are from gettext 0.10.39 as maintained by
55429         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
55430
55431         * m4/codeset.m4: Upgrade to serial AM1.
55432         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
55433         all uses changed.  Quote first arg of AC_DEFUN.
55434         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
55435
55436         * m4/iconv.m4: Upgrade to serial AM2.
55437         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
55438         Add --with-libconv-prefix.
55439         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
55440         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
55441         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
55442         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
55443         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
55444
55445         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
55446         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
55447         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
55448         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
55449         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
55450         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
55451         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
55452         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
55453         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
55454
55455         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
55456         string.h any more.
55457
55458         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
55459         not the default value.
55460
55461         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
55462         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
55463         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
55464         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
55465         Also check for iswcntrl, used for wcwidth fallback.
55466         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
55467         to Autoconf 2.13.
55468
55469 2001-08-03  Jim Meyering  <meyering@lucent.com>
55470
55471         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
55472         as it was in the original.  Reported by Paul Eggert.
55473
55474 2001-07-16  Jim Meyering  <meyering@lucent.com>
55475
55476         * m4/gettimeofday.m4: New file.
55477         Prompted by a report from Bernhard Baehr.
55478
55479 2001-07-15  Jim Meyering  <meyering@lucent.com>
55480
55481         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
55482         stuff. Now it's in ../Makefile.cfg.
55483
55484 2001-07-15  Jim Meyering  <meyering@lucent.com>
55485
55486         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
55487         (BUILT_SOURCES): Add unlocked-io.h.
55488         (io_functions): Define.
55489         (unlocked-io.h): New rule.
55490         (DISTCLEANFILES): Add unlocked-io.h.
55491         (all-local): Depend on unlocked-io.h, to ensure it is created.
55492
55493         * lib/unlocked-io.hin: New file
55494
55495         * lib/regex.c: Update from glibc.
55496
55497 2001-07-05  Jim Meyering  <meyering@lucent.com>
55498
55499         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
55500         recommendation.
55501         (libfetish_a_SOURCES): Put all .h files here instead.
55502         Remove a thus-exposed (better checks in automake) duplicate and
55503         two unnecessary .h files.
55504
55505 2001-07-04  Jim Meyering  <meyering@lucent.com>
55506
55507         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
55508         that generates jm-glibc-io.m4 so that it doesn't trigger any make
55509         distcheck failure.
55510
55511 2001-07-02  Jim Meyering  <meyering@lucent.com>
55512
55513         The following changes were prompted by suggestions from Bruno Haible.
55514
55515         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
55516         is now generated.
55517         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
55518         definition of EXTRA_DIST.
55519         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
55520         ensure that the generated file is created/updated whenever the list
55521         of $(unlocked_functions) is changed.
55522         (jm-glibc-io.m4): New rule.
55523         (unlocked-io.h): New rule -- currently unused.
55524
55525 2001-06-24  Jim Meyering  <meyering@lucent.com>
55526
55527         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
55528         unmatched right bracket, rather than kludging it with an extra,
55529         falsely-matching quote in a comment.  Patch by Akim Demaille.
55530
55531 2001-06-11  Jim Meyering  <meyering@lucent.com>
55532
55533         * lib/regex.c: Update from GNU libc.
55534
55535 2001-05-27  Jim Meyering  <meyering@lucent.com>
55536
55537         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
55538         Check for ut_type in struct utmp.
55539
55540 2001-05-27  Jim Meyering  <meyering@lucent.com>
55541
55542         * lib/readutmp.h (UT_TYPE): Define.
55543
55544 2001-05-24  Jim Meyering  <meyering@lucent.com>
55545
55546         * lib/argmatch.c: Include "quote.h".
55547         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
55548         quote function.  Reported by Göran Uddeborg.
55549
55550 2001-05-22  Jim Meyering  <meyering@lucent.com>
55551
55552         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
55553         now that we use the package-supplied version unconditionally.
55554         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
55555
55556 2001-05-21  Jim Meyering  <meyering@lucent.com>
55557
55558         * m4/regex.m4: Change a couple backticks to single quotes to avoid
55559         shell syntax errors.
55560
55561 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
55562
55563         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
55564
55565 2001-05-20  Paul Eggert  <eggert@twinsun.com>
55566
55567         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
55568         Don't bother to check library strftime, since
55569         we'll be using our own my_strftime function anyway.
55570         Define my_strftime instead of strftime.
55571
55572 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
55573
55574         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
55575         which is not yet declared.
55576
55577 2001-05-15  Jim Meyering  <meyering@lucent.com>
55578
55579         * m4/regex.m4: Use proper quoting so brackets appear in the test
55580         program.
55581         Reported by, and with help from, Bruno Haible.
55582
55583 2001-05-13  Jim Meyering  <meyering@lucent.com>
55584
55585         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
55586         undefined.
55587
55588 2001-05-11  Paul Eggert  <eggert@twinsun.com>
55589
55590         dirname code cleanup.  base_name now behaves more compatibly
55591         with POSIX basename when given file names that have trailing
55592         slashes, and similarly for dir_name.  Add new primitives
55593         base_len and dir_len.  Put the directory-name-related decls
55594         into dirname.h.
55595
55596         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
55597         * lib/backupfile.c (base_name): Likewise.
55598         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
55599         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
55600         * lib/makepath.c (strip_trailing_slashes): Likewise.
55601         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
55602         ISSLASH): Likewise.
55603         * lib/rename.c (strip_trailing_slashes): Likewise.
55604         * lib/same.c (base_name): Likewise.
55605         * lib/stripslash.c (ISSLASH): Likewise.
55606
55607         * lib/addext.c: Include <dirname.h> after size_t is defined.
55608         * lib/backupfile.c: Likewise.
55609
55610         * lib/addext.c (addext): Use base_len to trim redundant
55611         trailing slashes instead of doing it ourselves.
55612         But do not trim the last slash if it is not redundant.
55613
55614         * lib/backupfile.c (find_backup_file_name,
55615         max_backup_version): Use base_len instead of rolling it ourselves.
55616         Handle the case of "" and (on DOS) "C:" correctly.
55617
55618         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
55619         needed. Include <string.h>, <dirname.h>.
55620         (base_name): Allow file names ending in slashes, other than names
55621         that are all slashes.  In this case, return the basename followed
55622         by the slashes.  This is more general, and can be used in places
55623         where the original base_name purposely had an assertion failure.
55624         (base_len): New function.
55625
55626         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
55627         Do not include <assert.h>; no longer needed.
55628         Include xalloc.h.
55629         (memrchr): Remove decl.
55630         (dir_name_r): Remove.
55631         (dir_len): Renamed from dirlen.  All callers changed.
55632         Rewrite in terms of base_name, for simplicity and consistency.
55633         (dir_name): Never return NULL.  All callers changed.
55634         Do not include <stdlib.h> in test program; no longer needed.
55635         return 0; is fine for test program.
55636
55637         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
55638         New macros.
55639         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
55640
55641         * lib/path-concat.c (path_concat): Use base_len to compute
55642         base length, not strlen; this means we cannot rely on memcpy
55643         to null-terminate.
55644
55645         * lib/same.c (STREQ): Remove.
55646         (same_name): Handle the case where the basename ends in trailing '/'.
55647
55648         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
55649         a slash was stripped.  Do not strip the last slash after a
55650         file system prefix.
55651
55652 2001-05-11  Paul Eggert  <eggert@twinsun.com>
55653
55654         * lib/Makefile.am (libfetish_a_SOURCES):
55655         Add strftime.c, since we now compile it on all hosts.
55656
55657         * lib/strftime.c (my_strftime):
55658         Define to nstrftime if emacs, but only if my_strftime is not defined.
55659         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
55660         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
55661         Add one more extra argument: a nanoseconds value.
55662         All uses changed.
55663         (ns): New macro.
55664         (my_strftime function): Add %N format.
55665         (emacs_strftimeu): Renamed from emacs_strftime,
55666         with extra ut argument.
55667
55668 2001-05-09  Paul Eggert  <eggert@twinsun.com>
55669
55670         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
55671
55672 2001-04-21  Jim Meyering  <meyering@lucent.com>
55673
55674         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
55675         doesn't interfere.
55676
55677 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
55678
55679         * m4/ftruncate.m4: Check for chsize.
55680         Link with ftruncate.o unconditionally if ftruncate is missing.
55681         This was required when cross-compiling to i586-mingw32msvc.
55682
55683 2001-04-08  Jim Meyering  <meyering@lucent.com>
55684
55685         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
55686         recomputed; that's necessary when the offset spans a DST transition.
55687         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
55688
55689 2001-04-02  Jim Meyering  <meyering@lucent.com>
55690
55691         * lib/regex.h, regex.c: Update from GNU libc.
55692
55693 2001-03-24  Jim Meyering  <meyering@lucent.com>
55694
55695         * m4/jm-macros.m4: Require autoconf-2.49d.
55696
55697 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
55698
55699         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
55700
55701 2001-03-19  Paul Eggert  <eggert@twinsun.com>
55702
55703         * lib/version-etc.c (version_etc_copyright): Update to 2001.
55704
55705 2001-03-17  Jim Meyering  <meyering@lucent.com>
55706
55707         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
55708         now that the version in autoconf is equivalent.
55709         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
55710
55711         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
55712         Suggestion from Akim Demaille.
55713
55714         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
55715         (jm_PREREQ_TEMPNAME): New function.
55716
55717 2001-03-16  Paul Eggert  <eggert@twinsun.com>
55718
55719         * lib/tempname.c (uint64_t): Define to uintmax_t if
55720         not defined, and if UINT64_MAX is not defined.
55721         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
55722         Reported by John David Anglin.
55723
55724 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
55725
55726         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
55727         resolve alias if codeset is empty.
55728         * lib/config.charset (BeOS): Use wildcard syntax.
55729
55730 2001-03-13  Jim Meyering  <meyering@lucent.com>
55731
55732         * lib/path-concat.c (path_concat)
55733         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
55734         concatenating e.g., `C:' and `foo'.
55735         From Bruno Haible.
55736
55737 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
55738
55739         * lib/localcharset.c (locale_charset): Don't use
55740         setlocale(LC_CTYPE,NULL). Don't return NULL.
55741         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
55742
55743 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
55744
55745         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
55746         support for DOS/DJGPP.
55747
55748 2001-03-01  Paul Eggert  <eggert@twinsun.com>
55749
55750         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
55751         lacks mkstemp.  Compile our own tempname.c if we compile our own
55752         mkstemp.c, as mkstemp relies on tempname.
55753
55754 2001-03-01  Jim Meyering  <meyering@lucent.com>
55755
55756         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
55757         AH_VERBATIM really does output its argument verbatim.
55758
55759 2001-02-28  Paul Eggert  <eggert@twinsun.com>
55760
55761         * lib/Makefile.am (libfetish_a_SOURCES):
55762         Add dup-safer.c, fopen-safer.c.
55763         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
55764
55765         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
55766         * lib/unistd-safer.h: New files.
55767
55768 2001-02-25  Paul Eggert  <eggert@twinsun.com>
55769
55770         The mkstemp replacement is taken from glibc 2.2.2, with some
55771         portability fixes for use outside glibc, as follows:
55772
55773         * lib/tempname.c (struct_stat64): New macro.
55774         (direxists, __gen_tempname): Use it.
55775         This avoids a portability problem with Solaris 8.
55776
55777         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
55778         (<stddef.h>, <stdint.h>, <string.h>):
55779         Include only if STDC_HEADERS || _LIBC.
55780         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
55781         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
55782         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
55783         (__set_errno): Define this macro if <errno.h> doesn't.
55784         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
55785         Define these macros if <stdio.h> doesn't.
55786         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
55787         Define these macros if <sys/stat.h>
55788         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
55789         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
55790         __xstat64): Define if not _LIBC.
55791         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
55792         (__gen_tempname): Invoke gettimeofday only if
55793         HAVE_GETTIMEOFDAY || _LIBC;
55794         otherwise, fall back on plain "time".
55795         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
55796
55797         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
55798
55799         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
55800
55801 2001-02-18  Paul Eggert  <eggert@twinsun.com>
55802
55803         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
55804
55805 2001-02-17  Paul Eggert  <eggert@twinsun.com>
55806
55807         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
55808         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
55809         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
55810         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
55811
55812 2001-02-17  Paul Eggert  <eggert@twinsun.com>
55813
55814         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
55815         Remove workaround macros for hosts that have mbrtowc but not
55816         mbstate_t, as we now insist on proper declarations for both
55817         before using mbrtowc.
55818
55819 2001-02-17  Jim Meyering  <meyering@lucent.com>
55820
55821         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
55822         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
55823         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
55824         UnixWare 7.1.1.
55825
55826         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
55827         rather than AC_CACHE_VAL.
55828
55829 2001-02-17  Jim Meyering  <meyering@lucent.com>
55830
55831         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
55832         around included file name.
55833
55834         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
55835
55836         * lib/strftime.c: Update from GNU libc (the only changes were to
55837         comments).
55838
55839 2001-02-17  Jim Meyering  <meyering@lucent.com>
55840
55841         * lib/regex.c: Update from libc.
55842
55843 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
55844
55845         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
55846         clash.
55847
55848 2001-02-16  Paul Eggert  <eggert@twinsun.com>
55849
55850         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
55851         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
55852         Reported by Mark Hounschell via Paul Eggert.
55853
55854 2001-02-07  Jim Meyering  <meyering@lucent.com>
55855
55856         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
55857
55858 2001-02-05  Jim Meyering  <meyering@lucent.com>
55859
55860         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
55861         it includes the patch required for `large file' support with at least
55862         HP-UX's 10.20 /bin/cc.
55863
55864 2001-02-03  Jim Meyering  <meyering@lucent.com>
55865
55866         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
55867         AS_IF, now that it works once again (mysteriously).
55868         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
55869
55870 2001-01-30  Jim Meyering  <meyering@lucent.com>
55871
55872         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
55873         * m4/chown.m4: Rename conftestchown to conftest.chown.
55874         * m4/rename.m4: s/conftestdir/conftest.d1/ and
55875         s/conftestdir2/conftest.d2/.
55876         * m4/utimes.m4: s/conftestdata/conftest.data/
55877         Inspired by Pavel Roskin's change in autoconf.
55878
55879 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
55880
55881         * lib/config.charset: Update for FreeBSD 4.2.
55882
55883 2001-01-27  Jim Meyering  <meyering@lucent.com>
55884
55885         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
55886         a use of AS_IF.
55887         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
55888
55889 2001-01-26  Jim Meyering  <meyering@lucent.com>
55890
55891         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
55892         quotearg.c includes it.
55893
55894 2001-01-26  Jim Meyering  <meyering@lucent.com>
55895
55896         * lib/quotearg.c: Include stddef.h.
55897         * lib/quote.c: Include stddef.h.
55898         Reported by Axel Kittenberger.
55899
55900         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
55901         line in double quotes so that it evokes a better diagnostic.
55902         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
55903         Reported by Axel Kittenberger.
55904
55905 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
55906
55907         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
55908         as if it was a `charset'.
55909
55910 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
55911
55912         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
55913         has const.
55914
55915 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
55916
55917         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
55918         to avoid a warning.  Add back 'const' to inptr.
55919
55920 2001-01-20  Jim Meyering  <meyering@lucent.com>
55921
55922         Be sure that headers are checked before used in code compiled
55923         for the type checks.
55924         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
55925         In place of that, invoke jm_CHECK_ALL_TYPES.
55926         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
55927         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
55928         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
55929         The check for ssize_t was mistakenly run before the test for unistd.h.
55930
55931         The configure-time check for stdbool.h was missing.
55932         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
55933         (jm_PREREQ_HASH): New function.
55934
55935 2001-01-17  Jim Meyering  <meyering@lucent.com>
55936
55937         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
55938         for autoconf-2.49c.
55939         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
55940
55941 2001-01-16  Jim Meyering  <meyering@lucent.com>
55942
55943         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
55944         From Bruno Haible.
55945
55946 2001-01-14  Jim Meyering  <meyering@lucent.com>
55947
55948         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
55949         foo and bar.  Create conftestdir/ in the script, not in the C code.
55950         Remove directories in the script, not in the C code.
55951         Remove conftestdir{,2} before trying to create the directory.
55952         Make the entire configure script fail if the mkdir fails.
55953
55954 2001-01-14  Jim Meyering  <meyering@lucent.com>
55955
55956         * lib/rename.c: New file.  From Volker Borchert.
55957         Include stdlib.h, string.h or strings.h, and xalloc.h.
55958         Use strip_trailing_slashes rather than open-coding it.
55959
55960 2001-01-03  Paul Eggert  <eggert@twinsun.com>
55961
55962         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
55963
55964 2001-01-03  Jim Meyering  <meyering@lucent.com>
55965
55966         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
55967         of local `inptr' to avoid warning with some system declarations of
55968         iconv.
55969
55970 2001-01-02  Volker Borchert  <bt@teknon.de>
55971
55972         * m4/rename.m4: New file.
55973         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
55974
55975 2001-01-01  Jim Meyering  <meyering@lucent.com>
55976
55977         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
55978         even on systems with utmpx.h.  It's necessary for the declaration of
55979         utmp's ut_user member.  Reported by Andreas Jaeger.
55980
55981         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
55982         available. They are required for the declarations of getgrgid and
55983         getpwuid resp.
55984         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
55985         Reported by Andreas Jaeger.
55986
55987 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
55988
55989         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
55990         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
55991         so `make install' also works in VPATH builds.
55992
55993 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
55994
55995         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
55996         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
55997         can be used in subdirectories.
55998
55999 2000-12-29  Paul Eggert  <eggert@twinsun.com>
56000
56001         * lib/modechange.c: Do not assume that mode_t uses the
56002         traditional octal encoding.  E.g. "chmod 1 FOO" should set
56003         the other-execute bit of FOO even if S_IXOTH != 1.
56004
56005         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
56006         WOTH, XOTH, ALLM): New macros.
56007         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
56008          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
56009         Use them.
56010         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
56011         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
56012         (mode_compile):
56013         No need to use uintmax_t; unsigned long is long enough.
56014         Don't bother to get suffix since we don't use it.
56015
56016 2000-12-26  Jim Meyering  <meyering@lucent.com>
56017
56018         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
56019         better with autoheader.
56020
56021 2000-12-24  Jim Meyering  <meyering@lucent.com>
56022
56023         * lib/hash.c (is_prime): Return explicit boolean values.
56024         (hash_get_first): Return NULL to appease Irix5.6's 89.
56025         Reported by Nelson Beebe.
56026
56027 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
56028
56029         * lib/localcharset.c (locale_charset): Add support for Win32.
56030
56031 2000-12-18  Paul Eggert  <eggert@twinsun.com>
56032
56033         * lib/physmem.h, lib/physmem.c: New files.
56034
56035         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
56036         (noinst_HEADERS): Add physmem.h.
56037
56038         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
56039         't' for compatibility with Solaris 8 sort.
56040
56041 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
56042
56043         * lib/config.charset: Add support for BeOS.
56044
56045 2000-12-17  Jim Meyering  <meyering@lucent.com>
56046
56047         * m4/dos.m4 (jm_AC_DOS): New file and macro.
56048         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
56049
56050 2000-12-16  Jim Meyering  <meyering@lucent.com>
56051
56052         This bug had a serious impact on chown: `chown N:M FILE' (for integer
56053         N and M) would have treated it like `chown N:N FILE'.
56054
56055         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
56056
56057 2000-12-16  Jim Meyering  <meyering@lucent.com>
56058
56059         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
56060         SHELLS_FILE to a file name that's useful on djgpp systems.
56061         Include stdlib.h.
56062         (ADDITIONAL_DEFAULT_SHELLS): Define.
56063         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
56064         Based mostly on a patch from Prashant TR.
56065
56066 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
56067
56068         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
56069         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
56070         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
56071
56072 2000-12-08  Andreas Schwab  <schwab@suse.de>
56073
56074         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
56075         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
56076
56077 2000-12-07  Jim Meyering  <meyering@lucent.com>
56078
56079         * lib/stripslash.c (ISSLASH): Define.
56080         (strip_trailing_slashes): Use ISSLASH rather than comparing against
56081         `/'.
56082         From Prashant TR.
56083
56084         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
56085         (dir_name_r): Declare this function as static.
56086         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
56087         manifest itself on a name containing a mix of slashes and
56088         backslashes.
56089         Make this function work with names starting with a DOS-style
56090         drive letter and colon prefix.
56091         (dir_name): Append `.' if necessary.
56092         Based mostly on patches from Prashant TR and Eli Zaretskii.
56093
56094         * lib/dirname.h (dir_name_r): Remove prototype.
56095
56096 2000-12-06  Paul Eggert  <eggert@twinsun.com>
56097
56098         * m4/off_t-format.m4: Remove this file.
56099         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
56100
56101 2000-12-06  Jim Meyering  <meyering@lucent.com>
56102
56103         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
56104         replacement strtoull, we may well need the replacement strtoul, too.
56105         Check for declarations of strtoul and strtoull.
56106         Check for strtol.  Mainly as a cue to cause automake to include
56107         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
56108         Check for limits.h -- strtol.c needs it.
56109
56110 2000-12-05  Jim Meyering  <meyering@lucent.com>
56111
56112         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
56113
56114 2000-12-04  Jim Meyering  <meyering@lucent.com>
56115
56116         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
56117         Also include memory.h, stdlib.h, unistd.h if appropriate.
56118         Reported by Andreas Jaeger (conflicting declaration of malloc).
56119
56120 2000-12-02  Jim Meyering  <meyering@lucent.com>
56121
56122         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
56123         * m4/jm-macros.m4 (jm_MACROS): require it.
56124
56125 2000-12-02  Jim Meyering  <meyering@lucent.com>
56126
56127         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
56128
56129 2000-12-01  Paul Eggert  <eggert@twinsun.com>
56130
56131         * lib/memrchr.c: Include <config.h> before any system include file.
56132
56133 2000-11-30  Jim Meyering  <meyering@lucent.com>
56134
56135         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
56136
56137 2000-11-30  Jim Meyering  <meyering@lucent.com>
56138
56139         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
56140
56141 2000-11-29  Paul Eggert  <eggert@twinsun.com>
56142
56143         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
56144
56145 2000-11-26  Jim Meyering  <meyering@lucent.com>
56146
56147         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
56148
56149 2000-11-22  Paul Eggert  <eggert@twinsun.com>
56150
56151         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
56152         size of (size_t) -1; it's not portable.
56153
56154 2000-11-17  Jim Meyering  <meyering@lucent.com>
56155
56156         * lib/strstr.c: Update from GNU libc.
56157
56158 2000-11-17  Akim Demaille  <akim@epita.fr>
56159
56160         * lib/obstack.h: Formatting changes.
56161         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
56162         prevent type checking.
56163         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
56164         cast the value to (void *): assigning a `foo *' to a `void *'
56165         variable is valid.
56166         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
56167
56168 2000-11-16  Jim Meyering  <meyering@lucent.com>
56169
56170         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
56171
56172 2000-11-11  Jim Meyering  <meyering@lucent.com>
56173
56174         * lib/error.c: Add a couple #includes, merging from GNU libc version.
56175
56176 2000-11-10  Jim Meyering  <meyering@lucent.com>
56177
56178         * lib/obstack.h: Update from GNU libc.
56179         * lib/obstack.c: Likewise.
56180
56181 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
56182
56183         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
56184
56185 2000-11-06  Paul Eggert  <eggert@twinsun.com>
56186
56187         * lib/getusershell.c (setusershell): Use rewind rather than
56188         fseek/fseeko, to avoid configuration hassles with fseeko.
56189         Don't bother opening SHELLS_FILE if shellstream is NULL;
56190         it's not necessary.
56191
56192 2000-11-05  Jim Meyering  <meyering@lucent.com>
56193
56194         * lib/makepath.h (make_dir): Declare.
56195         * lib/makepath.c (make_dir): Remove `static' attribute.
56196         Tweak a comment.
56197
56198 2000-11-04  Jim Meyering  <meyering@lucent.com>
56199
56200         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
56201
56202 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
56203
56204         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
56205         last one in a bucket, advance to the next bucket.
56206
56207 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
56208
56209         * lib/fnmatch.c: Do not comment out all the code if we are using
56210         the GNU C library, because in some cases we are replacing buggy
56211         code in the GNU C library itself.
56212
56213 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
56214
56215         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
56216         (regex_compile): Catch bogus \(\1\).
56217
56218 2000-10-30  Paul Eggert  <eggert@twinsun.com>
56219
56220         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
56221         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
56222         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
56223
56224 2000-10-30  Paul Eggert  <eggert@twinsun.com>
56225
56226         * lib/error.h, getline.h, modechange.h:
56227         Remove "2000" from Copyright line, as the file hasn't been
56228         changed this year other than in the copyright notice.
56229
56230         * lib/xalloc.h: Add "2000" to Copyright line, as this file
56231         was changed this year.
56232
56233 2000-10-29  Jim Meyering  <meyering@lucent.com>
56234
56235         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
56236         renaming.
56237         * m4/ls-mntd-fs.m4: Likewise
56238
56239 2000-10-29  Jim Meyering  <meyering@lucent.com>
56240
56241         * lib/xstat.in: Fix grammar in comment.
56242
56243 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
56244
56245         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
56246         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
56247         doesn't define __restrict_arr.
56248
56249 2000-10-28  Jim Meyering  <meyering@lucent.com>
56250
56251         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
56252         (jm_PREREQ_MEMCHR): New function.
56253
56254 2000-10-28  Jim Meyering  <meyering@lucent.com>
56255
56256         * lib/memchr.c: Update from libc.
56257         Adjust for portability:
56258         [HAVE_STDLIB_H]: Include stdlib.h.
56259         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
56260         Undef __memchr, too.
56261         [!weak_alias]: Define __memchr to memchr.
56262
56263         * lib/regex.c: Update from libc.
56264         * lib/regex.h: Likewise.
56265         * lib/getopt1.c: Likewise.
56266         * lib/memcmp.c: Likewise.
56267
56268         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
56269         Avoid using fseek, when possible -- it's broken by design.
56270         Patch by Ulrich Drepper.
56271
56272 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
56273
56274         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
56275         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
56276         Giving in to popular pressure to shut up the compiler with casts.
56277
56278 2000-10-26  Jim Meyering  <meyering@lucent.com>
56279
56280         * lib/strftime.c: Update from libc.
56281
56282 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
56283
56284         * regex.c: More `unsigned char' -> `re_char' changes.
56285         Also change several `int' into `re_wchar_t'.
56286         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
56287         (PUSH_FAILURE_POINTER): Don't cast any more.
56288         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
56289         We want GCC to complain, since this piece of code makes
56290         re_match non-reentrant, which *should* be fixed.
56291         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
56292         (EXTEND_BUFFER): Use RETALLOC.
56293         (SET_LIST_BIT): Don't cast.
56294         (re_wchar_t): New type.
56295         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
56296         that those two functions will always properly return.
56297         (IMMEDIATE_QUIT_CHECK): Cast to void.
56298         (analyse_first): Use recursion rather than an explicit stack.
56299         (re_compile_fastmap): Can't fail anymore.
56300         (re_search_2): Don't check re_compile_fastmap for failure.
56301         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
56302         Now also sets the new value (passed in a new argument).
56303         (re_match_2_internal): Use it.
56304         Also, use a new var `reg' of type size_t when looping through regs
56305         rather than reuse the inappropriate `mcnt'.
56306
56307 2000-10-25  Jim Meyering  <meyering@lucent.com>
56308
56309         * lib/obstack.c: Update from libc.
56310
56311 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
56312
56313         * regex.c (regex_compile): Change the way of handling a range from
56314         a char less than 256 to a char not less than 256.
56315
56316 2000-10-24  Andrew Innes  <andrewi@gnu.org>
56317
56318         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
56319         NT-Emacs only.
56320         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
56321         so that re_search functions only quit when callers expect them to.
56322
56323 2000-10-23  Jim Meyering  <meyering@lucent.com>
56324
56325         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
56326         wrong.  That set_locale call must not have any side effects.
56327         From Paul Eggert.
56328
56329 2000-10-22  Jim Meyering  <meyering@lucent.com>
56330
56331         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
56332         [CYCLIC]: Remove now-unused definition.
56333
56334         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
56335         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
56336         Suggestion from Ulrich Drepper.
56337
56338 2000-10-21  Jim Meyering  <meyering@lucent.com>
56339
56340         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
56341         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
56342         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
56343
56344 2000-10-21  Jim Meyering  <meyering@lucent.com>
56345
56346         * lib/dirname.c (memrchr): Declare if necessary.
56347         (dir_name): Remove the restriction that there be no
56348         trailing slashes.  Now, this code skips past them, effectively
56349         ignoring them.
56350         [TEST_DIRNAME] (main): New unit tests.
56351
56352         * lib/memrchr.c: New file from GNU libc.
56353         Undef __memrchr, too.
56354         [!weak_alias]: Define __memrchr to memrchr.
56355         Guard weak_alias use with `#ifdef weak_alias'.
56356
56357 2000-10-21  Jim Meyering  <meyering@lucent.com>
56358
56359         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
56360         (dir_name): Use dir_name_r.
56361         * lib/dirname.h (dir_name_r): Declare it.
56362
56363 2000-10-17  Jim Meyering  <meyering@lucent.com>
56364
56365         * lib/quote.h (PARAMS): Define and use.
56366         Reported by Akim Demaille.
56367
56368         * lib/getopt.c: Update from libc.
56369
56370 2000-10-16  Jim Meyering  <meyering@lucent.com>
56371
56372         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
56373         setlocale.
56374         From Jan Fedak.
56375
56376 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
56377
56378         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
56379
56380 2000-09-25  Jim Meyering  <meyering@lucent.com>
56381
56382         * lib/md5.h (rol): Define (from GnuPG).
56383
56384         * lib/sha.c: Give credit (GnuPG) where due.
56385         (M): Use rol rather than open-coding it.
56386         Add a FIXME comment.
56387
56388 2000-09-21  Jim Meyering  <meyering@lucent.com>
56389
56390         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
56391         Reported by Michael Stone.
56392
56393 2000-09-20  Jim Meyering  <meyering@lucent.com>
56394
56395         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
56396         (noinst_HEADERS): Add sha.h.
56397         Based on code from Scott G. Miller and from GnuPG.
56398
56399 2000-09-18  Jim Meyering  <meyering@lucent.com>
56400
56401         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
56402         LIBS. Otherwise, everyone ends up linking with -lelf for some
56403         configurations.
56404         Reported by Mike Stone.
56405
56406 2000-09-15  Jim Meyering  <meyering@lucent.com>
56407
56408         * lib/regex.c: Update from libc.
56409
56410 2000-09-10  Jim Meyering  <meyering@lucent.com>
56411
56412         * lib/getopt.c (_getopt_internal): Update from glibc.
56413
56414 2000-09-09  Jim Meyering  <meyering@lucent.com>
56415
56416         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
56417         think it should be used as a general replacement for isascii.
56418         * lib/fnmatch.c: Likewise.
56419         * lib/mbswidth.c: Likewise
56420         * lib/regex.c: Likewise.
56421
56422         Don't use atoi.
56423         * lib/userspec.c: Include sys/param.h and limits.h.
56424         Include xstrtol.h.
56425         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
56426         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
56427         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
56428         UID, GID.  Check range.
56429
56430 2000-09-06  Jim Meyering  <meyering@lucent.com>
56431
56432         * lib/getopt.c (_getopt_internal): Update from glibc.
56433
56434 2000-08-30  Jim Meyering  <meyering@lucent.com>
56435
56436         * lib/strftime.c: Merge in changes from GNU libc.
56437
56438 2000-08-26  Jim Meyering  <meyering@lucent.com>
56439
56440         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
56441         * m4/fpending.m4: New file.
56442
56443 2000-08-26  Jim Meyering  <meyering@lucent.com>
56444
56445         * lib/closeout.c: Include "__fpending.h".
56446         (close_stdout_status): Return right away if there's nothing to flush.
56447
56448         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
56449         * lib/__fpending.c: New file.
56450         * lib/__fpending.h: New file.
56451
56452 2000-08-20  Jim Meyering  <meyering@lucent.com>
56453
56454         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
56455         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
56456         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
56457
56458 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
56459
56460         Improve fileutils installation on systems where running
56461         programs (like install) can't be unlinked.
56462         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
56463         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
56464
56465 2000-08-07  Paul Eggert  <eggert@twinsun.com>
56466
56467         Standardize on "memory exhausted" instead of "Memory exhausted"
56468         or "virtual memory exhausted".
56469         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
56470         "virtual memory exhausted".
56471         * lib/same.c (same_name): Invoke xalloc_die instead of printing
56472         our own message.
56473         * lib/userspec.c (parse_user_spec): Likewise.
56474         * lib/bumpalloc.h: comment fix
56475         * lib/same.c, userspec.c: Include xalloc.h.
56476
56477         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
56478         not char *const and pointing to a constant array.
56479         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
56480         (xrealloc): Comment fix.
56481
56482         * lib/userspec.c (parse_user_spec):
56483         Don't translate a message until just before returning,
56484         to avoid unnecessary translation.
56485
56486 2000-08-07  Jim Meyering  <meyering@lucent.com>
56487
56488         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
56489         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
56490         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
56491         getgroups.c, gethostname.c, getopt.h, group-member.c,
56492         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
56493         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
56494         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
56495         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
56496         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
56497         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
56498         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
56499         yesno.c: Back out Copyright date changes for each file with no change
56500         this year.  This eases coordination with other programs using the same
56501         source code modules.  From Paul Eggert.
56502
56503 2000-08-06  Paul Eggert  <eggert@twinsun.com>
56504
56505         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
56506         not char, for compatibility with glibc 2.1.3 strftime.c.
56507
56508 2000-08-03  Greg McGary  <greg@mcgary.org>
56509
56510         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
56511         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
56512         (EXTEND_BUFFER): Use them.
56513
56514 2000-08-01  Jim Meyering  <meyering@lucent.com>
56515
56516         * lib/dirname.c (ISSLASH): Define.
56517         (BACKSLASH_IS_PATH_SEPARATOR): Define.
56518         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
56519         both `\' and `/' may be use as path separators.
56520         Based on a patch from Prashant TR.
56521
56522 2000-07-31  Paul Eggert  <eggert@twinsun.com>
56523
56524         * lib/quotearg.c (quotearg_n_options): Don't make the initial
56525         slot vector a constant, since it might get modified.
56526
56527 2000-07-31  Jim Meyering  <meyering@lucent.com>
56528
56529         * lib/xmalloc.c: Use `virtual memory exhausted', not
56530         `Memory exhausted'.
56531         * lib/obstack.c (print_and_abort): Likewise.
56532
56533 2000-07-30  Paul Eggert  <eggert@twinsun.com>
56534
56535         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
56536         buffer, so that the caller can always quote one small
56537         component of a "memory exhausted" message in slot 0.
56538         From a suggestion by Jim Meyering.
56539
56540 2000-07-30  Jim Meyering  <meyering@lucent.com>
56541
56542         * lib/makepath.c (make_path): Quote the other instance, too.
56543
56544         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
56545         (STATIC_BUF_SIZE): Define.
56546         (quotearg_n_options): Use only statically allocated storage when
56547         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
56548         than STATIC_BUF_SIZE.
56549
56550 2000-07-29  Jim Meyering  <meyering@lucent.com>
56551
56552         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
56553         * lib/dirname.c (dir_name): Likewise.
56554
56555         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
56556         `/'.
56557
56558         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
56559         (dir_name): Assert that there are no trailing slashes.
56560
56561 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
56562
56563         * lib/mbswidth.h (mbswidth): Add a flags argument.
56564         (mbswidth): New declaration.
56565         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
56566         * lib/mbswidth.c (mbswidth): Add a flags argument.
56567         (mbsnwidth): New function.
56568
56569 2000-07-24  Jim Meyering  <meyering@lucent.com>
56570
56571         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
56572
56573 2000-07-23  Paul Eggert  <eggert@twinsun.com>
56574
56575         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
56576
56577 2000-07-23  Paul Eggert  <eggert@twinsun.com>
56578
56579         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
56580         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
56581         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
56582         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
56583         invoke multibyte primitives.
56584
56585 2000-07-23  Paul Eggert  <eggert@twinsun.com>
56586
56587         * lib/quotearg.c:
56588         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
56589         so that mbstate_t is always defined.
56590
56591         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
56592         be 1 in at least one GCC installation, and this configuration
56593         error is likely to be common.  Ignoring MB_LEN_MAX hurts
56594         performance on hosts that have mbrtowc but have only unibyte
56595         locales, but I assume these hosts are rare.
56596
56597 2000-07-23  Paul Eggert  <eggert@twinsun.com>
56598
56599         * lib/mbswidth.c (_XOPEN_SOURCE):
56600         Don't define; this causes problems on Solaris 7.
56601         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
56602
56603 2000-07-23  Jim Meyering  <meyering@lucent.com>
56604
56605         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
56606         too: getgrgid, getpwuid, getuid.
56607
56608 2000-07-23  Jim Meyering  <meyering@lucent.com>
56609
56610         * lib/basename.c (base_name): Add an assertion.
56611
56612 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
56613
56614         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
56615         shadow its mbsinit function.
56616
56617 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
56618
56619         * lib/mbswidth.h: New file.
56620         * lib/mbswidth.c: New file.
56621         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
56622         (noinst_HEADERS): Add mbswidth.h.
56623
56624 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
56625
56626         * lib/config.charset: Add support for FreeBSD. Improve support for
56627         HP-UX and IRIX 6.
56628
56629 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
56630
56631         * m4/mbswidth.m4: New file.
56632         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
56633
56634 2000-07-15  Jim Meyering  <meyering@lucent.com>
56635
56636         * lib/makepath.c: Include quote.h.
56637         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
56638         corresponding argument in a `quote (...)' call.
56639         Give better diagnostics.
56640
56641         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
56642         (noinst_HEADERS): Add quote.h.
56643
56644         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
56645         from tar's src/misc.c.
56646         * lib/quote.h: New file.  Prototypes for same.
56647
56648 2000-07-14  Paul Eggert  <eggert@twinsun.com>
56649
56650         From a suggestion by Bruno Haible.
56651         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
56652         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
56653         to decide whether to define the BeOS workaround macro;
56654         this adjusts to the change to AC_MBSTATE_T.
56655
56656 2000-07-14  Jim Meyering  <meyering@lucent.com>
56657
56658         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
56659         jm_AC_TYPE_UINTMAX_T.
56660
56661 2000-07-13  Paul Eggert  <eggert@twinsun.com>
56662
56663         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
56664
56665         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
56666         quotearg_buffer_restyled): Add support for
56667         clocale_quoting_style.  Undo previous change to
56668         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
56669         and "{RIGHT QUOTATION MARK}" msgids.
56670
56671 2000-07-10  Paul Eggert  <eggert@twinsun.com>
56672
56673         From a suggestion by Bruno Haible.
56674         * m4/mbstate_t.m4 (AC_MBSTATE_T):
56675         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
56676         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
56677         and mbstate_t, to a single-part test that simply defines mbstate_t.
56678         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
56679         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
56680
56681 2000-07-10  Jim Meyering  <meyering@lucent.com>
56682
56683         * m4/strerror_r.m4: Mirror the correction made in autoconf.
56684
56685         * m4/gnu-source.m4: Output to confdefs.h directly.
56686         Suggestion from Akim Demaille.
56687
56688 2000-07-09  Paul Eggert  <eggert@twinsun.com>
56689
56690         The old behavior of quoting `like this' doesn't look good with
56691         newer, ISO-style fonts.  See:
56692         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
56693
56694         Instead, quote "like this" by default.  Let the translator
56695         tailor the locale-specific quoting behavior by providing
56696         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
56697
56698         * lib/quotearg.c (N_): New macro.
56699         (gettext_default): New function.
56700         (quotearg_buffer_restyled): Use
56701         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
56702         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
56703
56704 2000-07-09  Jim Meyering  <meyering@lucent.com>
56705
56706         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
56707         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
56708
56709         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
56710         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
56711
56712 2000-07-09  Jim Meyering  <meyering@lucent.com>
56713
56714         * lib/Most files: Update copyright dates to include 2000.
56715
56716 2000-07-08  Jim Meyering  <meyering@lucent.com>
56717
56718         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
56719         if not defined.
56720         (xgethostname): Remove now-unnecessary #ifdef.
56721         Move declaration of `err' into loop where it's used.
56722
56723 2000-07-05  Paul Eggert  <eggert@twinsun.com>
56724         and Bruno Haible  <haible@clisp.cons.org>
56725
56726         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
56727         only if the test for an object-type mbstate_t fails.  This
56728         prevents us from mistakenly reporting that mbstate_t is a
56729         system object type after we "#define mbstate_t int" to work
56730         around its lack.
56731
56732 2000-07-05  Paul Eggert  <eggert@twinsun.com>
56733         and Bruno Haible  <haible@clisp.cons.org>
56734
56735         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
56736
56737 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
56738
56739         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
56740         to strerror_r.
56741         Include <ctype.h> for use of isalpha.
56742
56743 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
56744
56745         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
56746         by allocating a larger buffer. Test the gethostname return value for
56747         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
56748         returns an error and ENAMETOOLONG isn't defined.
56749
56750 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
56751
56752         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
56753         dimension.
56754
56755 2000-07-04  Jim Meyering  <meyering@lucent.com>
56756
56757         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
56758         of the deprecated AC_CHECKING.
56759
56760 2000-07-04  Jim Meyering  <meyering@lucent.com>
56761
56762         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
56763         Reported by Bruno Haible.
56764
56765 2000-07-04  Jim Meyering  <meyering@lucent.com>
56766
56767         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
56768         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
56769         lacks mbrtowc.
56770
56771 2000-07-03  Paul Eggert  <eggert@twinsun.com>
56772
56773         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
56774         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
56775
56776 2000-07-03  Paul Eggert  <eggert@twinsun.com>
56777         and Bruno Haible  <haible@clisp.cons.org>
56778
56779         * lib/quotearg.c (mbrtowc):
56780         Assign to *pwc, and return 1 only if result is nonzero.
56781         (iswprint): Use ISPRINT when substituting our own mbrtowc.
56782
56783 2000-07-03  Jim Meyering  <meyering@lucent.com>
56784
56785         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
56786
56787 2000-07-03  Jim Meyering  <meyering@lucent.com>
56788
56789         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
56790         This is necessary to get a definition of e.g., UTMP_FILE on
56791         HP-UX 10.20.
56792         From Bob Proulx.
56793
56794 2000-07-02  Jim Meyering  <meyering@lucent.com>
56795
56796         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
56797
56798         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
56799         AC_LIBOBJ(function_name).
56800         * m4/chown.m4: Likewise.
56801         * m4/fnmatch.m4: Likewise.
56802         * m4/ftruncate.m4: Likewise.
56803         * m4/getgroups.m4: Likewise.
56804         * m4/getline.m4: Likewise.
56805         * m4/group-member.m4: Likewise.
56806         * m4/jm-macros.m4: Likewise.
56807         * m4/lstat.m4: Likewise.
56808         * m4/malloc.m4: Likewise.
56809         * m4/memcmp.m4: Likewise.
56810         * m4/nanosleep.m4: Likewise.
56811         * m4/putenv.m4: Likewise.
56812         * m4/realloc.m4: Likewise.
56813         * m4/regex.m4: Likewise.
56814         * m4/stat.m4: Likewise.
56815         * m4/strftime.m4: Likewise.
56816
56817 2000-07-02  Jim Meyering  <meyering@lucent.com>
56818
56819         * lib/quotearg.c (mbstate_t): Don't define here.
56820
56821 2000-07-02  Jim Meyering  <meyering@lucent.com>
56822
56823         * lib/nanosleep.c (SIGCONT): Define if not already defined.
56824
56825 2000-07-01  Jim Meyering  <meyering@lucent.com>
56826
56827         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
56828
56829 2000-07-01  Jim Meyering  <meyering@lucent.com>
56830
56831         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
56832         problem.
56833
56834 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
56835
56836         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
56837         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
56838
56839 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
56840
56841         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
56842         per change in ../m4/ls-mntd-fs.m4.
56843         (read_filesystem_list): Ignore symbolic links.
56844
56845 2000-06-29  Jim Meyering  <meyering@lucent.com>
56846
56847         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
56848         for declaration of strcmp.
56849
56850         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
56851
56852         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
56853         Avoid warning by casting result to `char *' to remove `const'.
56854
56855 2000-06-28  Jim Meyering  <meyering@lucent.com>
56856
56857         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
56858         included by quotearg.c, for which we perform this test.  From
56859         Bruno Haible.
56860
56861 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
56862
56863         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
56864         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
56865         <utmpx.h> exists, put readutmp.o into LIBOBJS.
56866
56867 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
56868
56869         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
56870
56871 2000-06-26  Paul Eggert  <eggert@twinsun.com>
56872
56873         savedir now sets errno on failure and invokes xmalloc to get memory.
56874         Fix a couple of other minor bugs while we're at it.
56875
56876         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
56877         (NAMLEN): Remove macro.
56878         (malloc, realloc): Remove decls.
56879         (stpcpy): Likewise.
56880         ("xalloc.h"): Include.
56881         (NAME_SIZE_DEFAULT): New macro.
56882         (savedir): Use xmalloc / xrealloc to allocate memory.
56883         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
56884         Skip "" directory entries.
56885         Use strlen to calculate directory entry length, since the old method
56886         is rarely used these days and isn't worth supporting.
56887         Don't use a pointer after freeing it.
56888         Check for integer overflow when calculating allocation size.
56889         Use memcpy to copy entries, instead of stpcpy.
56890         Set errno properly when returning NULL.
56891         Check for readdir error.
56892
56893 2000-06-26  Jim Meyering  <meyering@lucent.com>
56894
56895         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
56896
56897 2000-06-25  Jim Meyering  <meyering@lucent.com>
56898
56899         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
56900         Linux header bug when _XOPEN_SOURCE is defined to 500.
56901
56902 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
56903
56904         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
56905         deficiency.
56906
56907 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
56908
56909         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
56910         Include xalloc.h.
56911         Don't include <stdlib.h>.  Don't declare malloc, realloc.
56912
56913 2000-06-24  Jim Meyering  <meyering@lucent.com>
56914
56915         * m4/strerror_r.m4: Revive this file -- to try out an experimental
56916         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
56917         for which strerror does return char*, but which lacks a conveniently
56918         accessible declaration of the function.  If the compile-test says
56919         strerror_r doesn't work, then resort to a `run'-test that works on
56920         BeOS and segfaults on DEC Unix.
56921
56922 2000-06-24  Jim Meyering  <meyering@lucent.com>
56923
56924         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
56925
56926 2000-06-23  Paul Eggert  <eggert@twinsun.com>
56927
56928         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
56929         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
56930
56931 2000-06-23  Paul Eggert  <eggert@twinsun.com>
56932
56933         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
56934         (mbrtowc, mbstate_t): Define substitutes if
56935         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
56936         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
56937         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
56938
56939 2000-06-23  Jim Meyering  <meyering@lucent.com>
56940
56941         * m4/afs.m4: Add missing AC_MSG_RESULT.
56942         Reported by Bruno Haible.
56943
56944         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
56945         Suggestion from Bruno Haible.
56946
56947 2000-06-23  Jim Meyering  <meyering@lucent.com>
56948
56949         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
56950
56951 2000-06-21  Jim Meyering  <meyering@lucent.com>
56952
56953         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
56954
56955 2000-06-21  Jim Meyering  <meyering@lucent.com>
56956
56957         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
56958         (noinst_HEADERS): Add getstr.h.
56959
56960         * lib/getline.c (getstr): Move into a separate file.
56961         * lib/getstr.c (getstr): New file, extracted from getline.c, with
56962         the following changes: new parameter, delim2; both delim[12]
56963         parameters have type `int', not `char'.  The latter would lose
56964         with 8-bit delimiters.
56965         * lib/getstr.h: New file.
56966
56967 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
56968
56969         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
56970         than 1024, return a memory chunk of least possible size, instead
56971         of size PATH_MAX + 2. In the loop, increment the size proportionally.
56972         Use free/xmalloc instead of xrealloc to avoid copying for very long
56973         paths.
56974
56975 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
56976
56977         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
56978         the empty string.
56979
56980 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
56981
56982         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
56983         address, not strdup.  Include <stdlib.h> and don't declare free().
56984
56985 2000-06-19  Jim Meyering  <meyering@lucent.com>
56986
56987         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
56988
56989 2000-06-18  Jim Meyering  <meyering@lucent.com>
56990
56991         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
56992
56993         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
56994         `checking whether...' message to be consistent with that of the
56995         lstat test.
56996
56997 2000-06-18  Jim Meyering  <meyering@lucent.com>
56998
56999         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
57000         Besides, these days every porting target provides a mkdir function.
57001
57002         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
57003         needed. (this snippet comes from src/system.h).
57004
57005 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
57006
57007         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
57008
57009 2000-06-15  Paul Eggert  <eggert@twinsun.com>
57010
57011         * lib/human.c (adjust_value): New function.
57012         (human_readable_inexact): Apply rounding style even when
57013         printing approximate values.
57014
57015 2000-06-14  Paul Eggert  <eggert@twinsun.com>
57016
57017         * lib/human.c (human_readable_inexact): Allow an input block
57018         size that is not a multiple of the output block size, and vice versa.
57019         Reported by Piergiorgio Sartor.
57020
57021 2000-06-14  Paul Eggert  <eggert@twinsun.com>
57022
57023         * lib/getdate.y (get_date): Apply relative times after time
57024         zone indicator, not before.  Reported by Todd A. Jacobs.
57025
57026 2000-06-13  Jim Meyering  <meyering@lucent.com>
57027
57028         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
57029
57030         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
57031
57032 2000-06-12  Paul Eggert  <eggert@twinsun.com>
57033
57034         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
57035
57036 2000-06-12  Jim Meyering  <meyering@lucent.com>
57037
57038         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
57039         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
57040         optional argument.
57041         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
57042         the optional argument, `lib'.
57043
57044 2000-06-08  Jim Meyering  <meyering@lucent.com>
57045
57046         * m4/largefile.m4: Remove file (now that it's part of autoconf).
57047
57048 2000-06-04  Paul Eggert  <eggert@twinsun.com>
57049
57050         Rewrite largefile configuration so that we don't need to run
57051         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
57052         AC_CANONICAL_HOST in configure.in -- jmm]
57053
57054         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
57055         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
57056         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
57057         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
57058         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
57059         All uses changed.
57060         Instead of inspecting the output of getconf, try to compile the
57061         test program without and with the macro definition.
57062         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
57063         for getconf.  Instead, check for the needed flags by compiling
57064         test programs.
57065
57066 2000-06-04  Paul Eggert  <eggert@twinsun.com>
57067
57068         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
57069
57070 2000-06-04  Jim Meyering  <meyering@lucent.com>
57071
57072         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
57073         SunOS 4.1.4 for which gid_t is an unsigned type.
57074
57075 2000-06-03  Jim Meyering  <meyering@lucent.com>
57076
57077         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
57078         now that autoconf requires that.
57079
57080         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
57081         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
57082         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
57083
57084 2000-06-03  Jim Meyering  <meyering@lucent.com>
57085
57086         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
57087
57088 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
57089
57090         * m4/glibc21.m4: New file.
57091         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
57092
57093 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
57094
57095         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
57096         newer, don't install charset.alias.
57097         * lib/config.charset: Change the Linux/glibc rules so they become empty
57098         on glibc-2.1 or newer.
57099
57100 2000-06-02  Jim Meyering  <meyering@lucent.com>
57101
57102         * lib/mountlist.c: Back out last change.  Instead, do this...
57103         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
57104         me_dummy member using the same `ignore'-testing code.
57105         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
57106         fs_type strings.
57107         From Mark D. Roth.
57108
57109 2000-05-29  Jim Meyering  <meyering@lucent.com>
57110
57111         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
57112         mounts with the `ignore' attribute.  Based on a patch from
57113         Mark D. Roth.
57114
57115 2000-05-28  Jim Meyering  <meyering@lucent.com>
57116
57117         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
57118         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
57119         * m4/stat.m4: Likewise.
57120         * m4/lstat.m4: Likewise.
57121         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
57122
57123         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
57124         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
57125
57126 2000-05-26  Jim Meyering  <meyering@lucent.com>
57127
57128         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
57129
57130 2000-05-24  Jim Meyering  <meyering@lucent.com>
57131
57132         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
57133         autoconf requires that.
57134         * m4/lib-check.m4: Likewise.
57135         * m4/jm-macros.m4: Likewise.
57136         * m4/strftime.m4: Likewise.
57137
57138         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
57139         AC_CHECK_DECLS, now that autoconf requires that.
57140
57141 2000-05-22  Jim Meyering  <meyering@lucent.com>
57142
57143         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
57144         * m4/lstat.m4: Likewise.
57145
57146 2000-05-22  Jim Meyering  <meyering@lucent.com>
57147
57148         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
57149
57150 2000-05-20  Jim Meyering  <meyering@lucent.com>
57151
57152         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
57153         (jm_PREREQ): Use it.
57154
57155 2000-05-18  Jim Meyering  <meyering@lucent.com>
57156
57157         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
57158         back, too, since it may have been modified by allocate_entry.
57159         (hash_delete): Rewrite to use neither the assignment operator
57160         nor the comma operator in an if-expression.
57161
57162 2000-05-15  Paul Eggert  <eggert@twinsun.com>
57163
57164         * lib/closeout.c:
57165         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
57166         Remove; no longer needed.
57167         "quotearg.h": Add include.
57168         (file_name): Do not bother to explicitly initialize to NULL; it's less
57169         efficient on some hosts.
57170         (close_stdout_status): Remove test as to whether stdout was already
57171         closed; it breaks for the case "echo x | sort >&-".
57172         Quote file name colons.
57173         Do not assume that _("write error") lacks format strings.
57174
57175 2000-05-15  Jim Meyering  <meyering@lucent.com>
57176
57177         * lib/version-etc.c (version_etc_copyright): Update the copyright
57178         string used in all --version output.
57179
57180 2000-05-14  Jim Meyering  <meyering@lucent.com>
57181
57182         * lib/closeout.c (close_stdout_set_file_name): New function.
57183         (close_stdout_status): Use new file-scoped global.
57184         Return right away if fstat says the stdout file descriptor is invalid.
57185         * lib/closeout.h (close_stdout_set_file_name): Declare.
57186
57187 2000-05-10  Jim Meyering  <meyering@lucent.com>
57188
57189         * lib/closeout.c [default_exit_status]: New file-scoped variable.
57190         (close_stdout_set_status): New function.
57191         * lib/closeout.h (close_stdout_set_status): Declare.
57192
57193 2000-05-09  Jim Meyering  <meyering@lucent.com>
57194
57195         * m4/gettext.m4: Rename this...
57196         * m4/libintl.m4: ...to this.
57197
57198 2000-05-08  Jim Meyering  <meyering@lucent.com>
57199
57200         * lib/long-options.c: Don't include closeout.h.
57201         (parse_long_options): Don't call close_stdout for --version.
57202
57203 2000-05-06  Paul Eggert  <eggert@twinsun.com>
57204
57205         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
57206         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
57207         2.1.3 bug.  This avoids a clash when files like regex.c define
57208         _GNU_SOURCE.
57209
57210 2000-05-06  Jim Meyering  <meyering@lucent.com>
57211
57212         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
57213         (AC_REPLACE_FUNCS): Add strnlen.
57214
57215         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
57216         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
57217
57218         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
57219         AC_SEARCH_LIBS call for nanosleep.
57220         (LIB_NANOSLEEP): Set and AC_SUBST.
57221
57222 2000-05-06  Jim Meyering  <meyering@lucent.com>
57223
57224         * lib/strnlen.c: Undefine __strnlen and strnlen.
57225         [!weak_alias]: Define __strnlen to strnlen.
57226
57227         * lib/atexit.c: New file, from libiberty.
57228
57229 2000-05-06  Jim Meyering  <meyering@lucent.com>
57230
57231         * lib/closeout.c (close_stdout_status): Also check for errors on the
57232         stderr stream.
57233
57234 2000-05-05  Jim Meyering  <meyering@lucent.com>
57235
57236         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
57237         AC_SEARCH_LIBS call for clock_gettime.
57238         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
57239
57240         * m4/search-libs.m4: Update from autoconf.
57241
57242         su doesn't work on Solaris 2.6.
57243         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
57244         <shadow.h>.  Reported by Dragos Harabor.
57245
57246 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
57247
57248         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
57249         memcpy instead of xmalloc, xrealloc, path_concat.
57250         (locale_charset): Treat empty environment variables as absent.
57251         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
57252
57253 2000-05-04  Jim Meyering  <meyering@lucent.com>
57254
57255         * lib/getopt.c: Update from glibc.
57256         * lib/obstack.c: Likewise.
57257         * lib/obstack.h: Likewise.
57258         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
57259         file
57260
57261         * lib/regex.h: Likewise.
57262         * lib/strndup.c: Likewise.
57263         * lib/strnlen.c: New file, from glibc.
57264
57265 2000-05-03  Jim Meyering  <meyering@lucent.com>
57266
57267         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
57268
57269 2000-05-02  Paul Eggert  <eggert@twinsun.com>
57270
57271         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
57272         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
57273         compile-time test, rather than inspecting host and OS, to
57274         decide whether to define _LARGEFILE_SOURCE.
57275
57276 2000-05-01  Jim Meyering  <meyering@lucent.com>
57277
57278         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
57279
57280         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
57281         Based on a patch from Bruno Haible.
57282
57283 2000-05-01  Jim Meyering  <meyering@lucent.com>
57284
57285         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
57286
57287 2000-04-29  Jim Meyering  <meyering@lucent.com>
57288
57289         * lib/path-concat.c: Declare strdup only if it's not defined.
57290         * lib/canon-host.c: Likewise.
57291
57292 2000-04-28  Jim Meyering  <meyering@lucent.com>
57293
57294         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
57295         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
57296         is included first, then limits.h is included by locale.h by libintl.h.
57297         From John David Anglin.
57298
57299 2000-04-25  Jim Meyering  <meyering@lucent.com>
57300
57301         * lib/makepath.c (S_IRWXUGO): Define.
57302         (make_path): Always perform explicit chmod if MODE specifies any
57303         of the `special' permission bits.  Prompted by a bug report against
57304         install from Mate Wierdl and Joost van Baal.
57305
57306 2000-04-18  Jim Meyering  <meyering@lucent.com>
57307
57308         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
57309         (jm_PREREQ): Use it.
57310
57311 2000-04-18  Jim Meyering  <meyering@lucent.com>
57312
57313         * lib/README: New file.
57314
57315         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
57316         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
57317
57318 2000-04-17  Jim Meyering  <meyering@lucent.com>
57319
57320         Get it right :-)
57321         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
57322         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
57323         Suggestion from Akim Demaille.
57324
57325 2000-04-17  Jim Meyering  <meyering@lucent.com>
57326
57327         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
57328         the definition of it to rpl_strftime also defined-away the system's
57329         declaration.
57330
57331 2000-04-15  Jim Meyering  <meyering@lucent.com>
57332
57333         Use `C' to denote so-called `contiguous' files, the same way
57334         that tar does.
57335         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
57336         (ftypelet): Use S_ISCTG.
57337         From Michael Deutschmann.
57338
57339 2000-04-14  Jim Meyering  <meyering@lucent.com>
57340
57341         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
57342         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
57343         clobbered.
57344
57345 2000-04-14  Jim Meyering  <meyering@lucent.com>
57346
57347         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
57348
57349 2000-04-13  Jim Meyering  <meyering@lucent.com>
57350
57351         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
57352         AH_VERBATIM to insert required #ifndef into config.h.in.
57353         Suggestion from Akim Demaille.
57354
57355 2000-04-12  Jim Meyering  <meyering@lucent.com>
57356
57357         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
57358         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
57359         Christian Krackowizer.
57360
57361         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
57362         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
57363         (AC_SYS_LARGEFILE): Require.
57364         (AM_C_PROTOTYPES): Require.
57365
57366 2000-04-08  Jim Meyering  <meyering@lucent.com>
57367
57368         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
57369         names don't conflict.  Reported by Eli Zaretskii.
57370
57371 2000-04-07  Jim Meyering  <meyering@lucent.com>
57372
57373         * lib/putenv.c: Move inclusion of errno.h so it follows that of
57374         sys/types.h, to work around system header problems on AIX 3.2.5.
57375         From Bruno Haible.
57376
57377 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
57378
57379         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
57380         bug.  Deal with the different error behavior of Irix iconv.
57381
57382 2000-04-05  Paul Eggert  <eggert@twinsun.com>
57383
57384         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
57385         IRIX if the installer said otherwise.
57386
57387 2000-04-05  Jim Meyering  <meyering@lucent.com>
57388
57389         Portability tweaks required for ultrix4.3.
57390         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
57391         (jm_CHECK_DECLS): Add getutent to the list of functions.
57392         (_jm_DECL_HEADERS): Add utmpx.h.
57393         From John David Anglin.
57394
57395         * m4/strftime.m4: Back out the 2000-04-02 change.
57396         Instead of that change, simply undefine putenv in the test program.
57397
57398 2000-04-05  Jim Meyering  <meyering@lucent.com>
57399
57400         Portability tweaks required for ultrix4.3.
57401         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
57402         getutent.
57403         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
57404         * lib/canon-host.c: Declare strdup.
57405         * lib/path-concat.c: Likewise.
57406         From John David Anglin.
57407
57408 2000-04-04  Jim Meyering  <meyering@lucent.com>
57409
57410         Be more DOS 8.3-friendly.
57411         * lib/ref-add.sin: Renamed from ref-add.sed.in.
57412         * lib/ref-del.sin: Renamed from ref-del.sed.in.
57413         * lib/Makefile.am: Reflect renaming.
57414         Reported by Eli Zaretskii.
57415
57416         Use a temporary file name that won't clash with `charset.alias'
57417         in the DOS 8.3 name space.
57418         * lib/Makefile.am (charset_tmp): Define.
57419         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
57420         (uninstall-local): Likewise.
57421         Reported by Eli Zaretskii.
57422
57423 2000-04-03  Jim Meyering  <meyering@lucent.com>
57424
57425         * m4/gettext.m4: Fix typo in comment.
57426
57427         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
57428         textutils/configure.in).  Suggestion from Paul Eggert.
57429         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
57430
57431 2000-04-02  Paul Eggert  <eggert@twinsun.com>
57432
57433         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
57434         variable in the shell rather than using putenv, which isn't
57435         portable.  This avoids the configure-time inter-test dependency
57436         on the potentially-renamed putenv function.
57437
57438 2000-03-30  Paul Eggert  <eggert@twinsun.com>
57439
57440         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
57441         before checking struct stat.st_blksize, so that
57442         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
57443
57444 2000-03-29  Paul Eggert  <eggert@twinsun.com>
57445
57446         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
57447         since strftime.c uses HAVE_STRFTIME to decide whether to use
57448         the underlying strftime.
57449
57450 2000-03-29  Paul Eggert  <eggert@twinsun.com>
57451
57452         * lib/time/strftime.c (my_strftime): Make sure we call the system
57453         strftime, not ourselves, when invoking the underlying strftime.
57454
57455 2000-03-24  Jim Meyering  <meyering@lucent.com>
57456
57457         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
57458         (charset_alias): Define.
57459         (install-exec-local): Factor out common code.
57460         (uninstall-local): Split lines longer than 80.
57461         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
57462         (SUFFIXES): Define.
57463         (.sed.in.sed): New rule.  Don't redirect directly to $@.
57464         (CLEANFILES): Add ref-add.sed and ref-del.sed.
57465
57466 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
57467
57468         * lib/config.charset: Output a line containing "Packages using this
57469         file".
57470         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
57471         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
57472         ref-del.sed): New rules.
57473
57474 2000-03-17  Jim Meyering  <meyering@lucent.com>
57475
57476         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
57477         Otherwise, include <strings.h>
57478
57479 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
57480
57481         * lib/unicodeio.c (utf8_wctomb): New function.
57482         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
57483         format instead of in UCS-4 with platform dependent endianness.
57484
57485 2000-03-10  Jim Meyering  <meyering@lucent.com>
57486
57487         * m4/lib-check.m4: Look for getspnam in -lgen, too.
57488         From Marco Franzen.
57489
57490 2000-03-07  Paul Eggert  <eggert@twinsun.com>
57491
57492         * lib/savedir.c (savedir): Work even if directory size is
57493         negative; this can happen with some screwy NFS configurations.
57494
57495 2000-03-06  Jim Meyering  <meyering@lucent.com>
57496
57497         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
57498         if it's NULL (because we ran out of memory).  From Bruno Haible.
57499
57500 2000-03-05  Jim Meyering  <meyering@lucent.com>
57501
57502         * lib/localcharset.c ("path-concat.h"): Include.
57503         (get_charset_aliases): Use path_concat instead of ANSI string
57504         concatenation.
57505
57506         * lib/unicodeio.h (PARAMS): Define.
57507         Use it to guard prototype.
57508
57509 2000-03-04  Jim Meyering  <meyering@lucent.com>
57510
57511         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
57512         for lib/localcharset.c.
57513
57514 2000-03-04  Jim Meyering  <meyering@lucent.com>
57515
57516         * lib/Makefile.am (install-exec-local): Create $(libdir) before
57517         installing into it.
57518         (uninstall-local): Uncomment this rule so `make distcheck' works
57519         once again.
57520
57521         * lib/unicodeio.c (<errno.h>): Include it.
57522         (errno): Declare if not defined.
57523
57524         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
57525
57526         * lib/config.charset: New version, incorporating remarks from a linux
57527         i18n mailing list.  From Bruno Haible.
57528
57529 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
57530
57531         * m4/codeset.m4: New file.
57532         * m4/iconv.m4: New file.
57533         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
57534
57535 2000-03-03  Jim Meyering  <meyering@lucent.com>
57536
57537         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
57538
57539 2000-03-02  Jim Meyering  <meyering@lucent.com>
57540
57541         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
57542         the messages come out on separate lines.
57543
57544         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
57545         rather than jm_CHECK_DECLARATIONS.
57546         * m4/decl.m4: Remove now-unused file.
57547
57548         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
57549         geteuid.
57550
57551 2000-03-02  Jim Meyering  <meyering@lucent.com>
57552
57553         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
57554
57555 2000-03-01  Jim Meyering  <meyering@lucent.com>
57556
57557         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
57558         * lib/unicodeio.c: Likewise.
57559
57560 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
57561
57562         * lib/config.charset: New file.
57563         * lib/localcharset.c: New file.
57564         * lib/unicodeio.h, lib/unicodeio.c: New files.
57565         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
57566         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
57567         (noinst_HEADERS): Add unicodeio.h.
57568         (all-local, install-exec-local, charset.alias): New targets.
57569
57570 2000-02-28  Paul Eggert  <eggert@twinsun.com>
57571
57572         * lib/quotearg.c (ALERT_CHAR): New macro.
57573         (quotearg_buffer_restyled): Use it.
57574
57575 2000-02-27  Jim Meyering  <meyering@lucent.com>
57576
57577         * m4/check-decl.m4: Add getenv to the list.
57578
57579 2000-02-27  Jim Meyering  <meyering@lucent.com>
57580
57581         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
57582         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
57583
57584         * lib/backupfile.c: Guard inclusion of stdlib.h with
57585         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
57586         Declare malloc if needed.
57587
57588         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
57589         `#ifndef HAVE_DECL..'
57590         now that autoconf always defines the HAVE_DECL_ symbols.
57591         * lib/human.c: Likewise.
57592         * lib/same.c: Likewise.
57593         * lib/strtoumax.c: Likewise.
57594
57595         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
57596         declaration check was not run.
57597         * lib/hash.c: Likewise.
57598         * lib/human.c: Likewise.
57599         * lib/same.c: Likewise.
57600         * lib/strtoumax.c: Likewise.
57601
57602         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
57603         `.', then first look up the entire `.'-containing string as a login
57604         name.
57605
57606 2000-02-23  Jim Meyering  <meyering@lucent.com>
57607
57608         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
57609         in place of my hack.
57610
57611 2000-02-18  Paul Eggert  <eggert@twinsun.com>
57612
57613         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
57614         (textint): New typedef.
57615         (parser_control): Member year changed from int to textint.
57616         All uses changed.
57617         (YYSTYPE): Removed; replaced by %union with int and textint members.
57618         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
57619         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
57620         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
57621         (tSNUMBER, tUNUMBER): Now of type <textintval>.
57622         (date, number, to_year): Use width of number in digits, not its value,
57623         to determine whether it's a 2-digit year, or a 2-digit time.
57624         (yylex): Store number of digits of numeric tokens.
57625         Reported by John Kendall.
57626
57627         (parser_control): Changed from struct parser_control to typedef (for
57628         consistency).  All uses changed.
57629
57630         (tID): Removed; not used.
57631         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
57632
57633 2000-02-14  Paul Eggert  <eggert@twinsun.com>
57634
57635         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
57636         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
57637
57638 2000-02-12  Jim Meyering  <meyering@lucent.com>
57639
57640         * lib/userspec.c (ISDIGIT): Define it.
57641         (isdigit): Remove definition.
57642         (is_number): Use ISDIGIT, not isdigit.
57643         <libintl.h>: Include.
57644         (_ and N_): Define.
57645         (parse_user_spec): Mark translatable strings.
57646
57647 2000-02-10  Jim Meyering  <meyering@lucent.com>
57648
57649         With these changes, nanosleep.[ch] are finally enough like the other
57650         lib/* replacement files to compile on a few more losing systems.
57651
57652         * lib/nanosleep.h: Don't include config.h.
57653         Remove prototype from declaration of nanosleep.
57654         (PARAMS): Remove now-unneeded definition.
57655         * lib/nanosleep.c: #undef nanosleep.
57656         (rpl_nanosleep): Rename from nanosleep.
57657
57658 2000-02-10  Jim Meyering  <meyering@lucent.com>
57659
57660         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
57661         gnu_nanosleep to rpl_nanosleep.
57662
57663 2000-02-09  Jim Meyering  <meyering@lucent.com>
57664
57665         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
57666         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
57667
57668 2000-02-08  Akim Demaille  <akim@epita.fr>
57669
57670         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
57671         `[' and `]' and remove uses of `changequote'.
57672         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
57673         (AC_SYS_LARGEFILE): Likewise.
57674         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
57675         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
57676         of changequote.
57677         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
57678         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
57679         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
57680         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
57681
57682 2000-02-05  Jim Meyering  <meyering@lucent.com>
57683
57684         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
57685         Remove explicit use of AC_HEADER_TIME.  It is required by
57686         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
57687         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
57688         in autoconf whereby the expansion of the latter ended up preceding
57689         the expansion of its prerequisite, AC_HEADER_TIME.
57690         Reported by Volker Borchert.
57691
57692 2000-02-03  Jim Meyering  <meyering@lucent.com>
57693
57694         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
57695
57696 2000-02-03  Jim Meyering  <meyering@lucent.com>
57697
57698         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
57699         rather than with `#if HAVE_UTMPNAME'.
57700
57701 2000-02-02  Jim Meyering  <meyering@lucent.com>
57702
57703         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
57704         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
57705         Reported by Eli Zaretskii.
57706
57707 2000-02-01  Jim Meyering  <meyering@lucent.com>
57708
57709         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
57710
57711 2000-01-31  Jim Meyering  <meyering@lucent.com>
57712
57713         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
57714         functions.  Add the time.h and sys/time.h headers along with the
57715         AC_REQUIRE'ment of AC_HEADER_TIME.
57716
57717 2000-01-31  Jim Meyering  <meyering@lucent.com>
57718
57719         * lib/nanosleep.h (nanosleep): Guard declaration with
57720         `#if ! HAVE_DECL_NANOSLEEP'.
57721         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
57722         the declaration in that vendor's sys/timers.h.
57723         Reported by Christian Krackowizer.
57724
57725         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
57726         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
57727         (ISPRINT): Likewise.
57728         Reported by Tom Tromey.
57729
57730 2000-01-30  Jim Meyering  <meyering@lucent.com>
57731
57732         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
57733
57734         * m4/prereq.m4 (utmp_includes): Define.
57735         Check for ut_user and ut_name members in both struct utmpx
57736         and struct utmp.
57737
57738 2000-01-30  Jim Meyering  <meyering@lucent.com>
57739
57740         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
57741         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
57742         header files where only utmpx.ut_user is declared.
57743
57744         * lib/readutmp.h (UT_USER): Define.
57745
57746 2000-01-29  Jim Meyering  <meyering@lucent.com>
57747
57748         * m4/lib-check.m4: New file containing library-related checks from
57749         fileutils and sh-utils (textutils had none).
57750
57751 2000-01-28  Jim Meyering  <meyering@lucent.com>
57752
57753         * m4/perl.m4: Change format of warning message to look more like that
57754         from the missing script.  Suggestion from François Pinard.
57755
57756 2000-01-25  Jim Meyering  <meyering@lucent.com>
57757
57758         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
57759         well as time.h in the compile check.
57760         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
57761         Fix typo in cross-compiling case: s/yes/no/.
57762
57763 2000-01-23  Jim Meyering  <meyering@lucent.com>
57764
57765         * m4/jm-macros.m4: Move df-related tests here from
57766         fileutils/configure.in
57767
57768         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
57769         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
57770
57771         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
57772         s/space/ac_fsusage_space/.
57773         (jm_FILE_SYSTEM_USAGE): Take two parameters.
57774
57775         * m4/ftruncate.m4: New file (derived from part of
57776         fileutils/configure.in).
57777         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
57778         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
57779
57780         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
57781         AC_SUBST these here, rather than just in sh-util/configure.in, so
57782         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
57783         all the same.
57784         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
57785         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
57786         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
57787         (AC_SUBST(POW_LIBM)): Likewise.
57788         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
57789
57790 2000-01-23  Jim Meyering  <meyering@lucent.com>
57791
57792         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
57793         obstack.c.
57794
57795 2000-01-22  Jim Meyering  <meyering@lucent.com>
57796
57797         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
57798
57799         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
57800
57801         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
57802         configure.in
57803         (AC_CHECK_HEADERS): Likewise for sh-utils.
57804         (AC_CHECK_HEADERS): Likewise for textutils.
57805         Merge the three lists of headers.
57806
57807         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
57808         from fileutils' configure.in.
57809
57810         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
57811         code. Moved tests into their own function (_jm_DECL_HEADERS) in
57812         check-decl.m4.
57813
57814         * m4/check-decl.m4: Use #if rather than #ifdef.
57815         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
57816         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
57817         (_jm_DECL_HEADERS): Define new function.
57818         (jm_CHECK_DECLARATIONS): Require it.
57819
57820 2000-01-22  Jim Meyering  <meyering@lucent.com>
57821
57822         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
57823         [! HAVE_DECL_STRTOULL]: Declare strtoull.
57824         Required for some AIX systems.  Reported by Christian Krackowizer.
57825         [TESTING] (main): New function.
57826
57827         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
57828         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
57829         letters.
57830
57831         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
57832         iswprint.
57833
57834         * lib/strverscmp.c (ISDIGIT): Define.
57835         (strverscmp): Use ISDIGIT, not isdigit.
57836
57837 2000-01-19  Jim Meyering  <meyering@lucent.com>
57838
57839         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
57840         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
57841         defines `struct timespec' in <sys/time.h>
57842
57843         * m4/c-bs-a.m4: Remove uses of changequote altogether.
57844         Thanks to Akim for explaining.
57845
57846 2000-01-17  Paul Eggert  <eggert@twinsun.com>
57847
57848         * lib/nanosleep.c (nanosleep):
57849         Don't use SA_INTERRUPT to decide whether to call sigaction, as
57850         POSIX.1 doesn't require SA_INTERRUPT and some systems
57851         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
57852         it's been part of POSIX.1 since day 1 (in 1988).
57853
57854 2000-01-17  Jim Meyering  <meyering@lucent.com>
57855
57856         * lib/interlock: Remove unused file.  Reported by François Pinard.
57857
57858 2000-01-16  Paul Eggert  <eggert@twinsun.com>
57859
57860         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
57861         alert, backslash, formfeed, and vertical tab unnecessarily in
57862         shell quoting style.
57863
57864 2000-01-16  Jim Meyering  <meyering@lucent.com>
57865
57866         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
57867         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
57868         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
57869         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
57870
57871 2000-01-16  Jim Meyering  <meyering@lucent.com>
57872
57873         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
57874         because the latter didn't work.
57875
57876 2000-01-15  Jim Meyering  <meyering@lucent.com>
57877
57878         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
57879         (AC_REPLACE_FUNCS): Add memcpy and memset.
57880         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
57881         Add strpbrk.
57882         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
57883
57884 2000-01-12  Jim Meyering  <meyering@lucent.com>
57885
57886         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
57887         (jm_PREREQ): Use it.
57888         (jm_PREREQ_READUTMP): New macro.
57889         (jm_PREREQ): Use it.
57890
57891 2000-01-11  Paul Eggert  <eggert@twinsun.com>
57892
57893         Quote multibyte characters correctly.
57894         * m4/c-bs-a.m4: New file.
57895         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
57896         (jm_PREREQ): Use it.
57897
57898 2000-01-11  Paul Eggert  <eggert@twinsun.com>
57899
57900         * m4/uintmax_t.m4: Port to autoconf 2.13.
57901
57902 2000-01-08  Jim Meyering  <meyering@ascend.com>
57903
57904         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
57905         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
57906
57907 2000-01-04  Jim Meyering  <meyering@ascend.com>
57908
57909         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
57910         jm_STRUCT_DIRENT_D_TYPE.
57911         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
57912         jm_STRUCT_DIRENT_D_INO.
57913         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
57914         jm_STRUCT_UTIMBUF.
57915         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
57916         renamings.
57917         * m4/utime.m4: Likewise.
57918
57919         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
57920         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
57921
57922 2000-01-03  Paul Eggert  <eggert@twinsun.com>
57923
57924         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
57925         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
57926
57927 2000-01-02  Jim Meyering  <meyering@ascend.com>
57928
57929         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
57930         remember if this is necessary.
57931
57932 1999-12-26  Jim Meyering  <meyering@ascend.com>
57933
57934         * m4/jm-macros.m4: Use it here.
57935         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
57936
57937 1999-12-23  Jim Meyering  <meyering@ascend.com>
57938
57939         * m4/jm-macros.m4: Check for clock_gettime (moved from
57940         fileutils/configure.in)
57941         Check for gettimeofday.
57942
57943 1999-12-20  Jim Meyering  <meyering@ascend.com>
57944
57945         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
57946         autoconf-2.14a-1999-12-20.
57947
57948 1999-12-19  Jim Meyering  <meyering@ascend.com>
57949
57950         * m4/lstat-slash.m4: New file.
57951         * m4/jm-macros.m4: Use the new macro:
57952         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
57953
57954 1999-12-07  Jim Meyering  <meyering@ascend.com>
57955
57956         * m4/perl.m4: Require that File::Compare be available, too.
57957         Too many systems seem to lack it.
57958
57959         * m4/strftime.m4: Add checks for most of the cpp macros tested in
57960         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
57961
57962 1999-11-18  Paul Eggert  <eggert@twinsun.com>
57963
57964         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
57965         problem with the QNX 4.25 shell, which doesn't propagate exit
57966         status of failed commands inside shell assignments.
57967
57968 1999-11-17  Jim Meyering  <meyering@ascend.com>
57969
57970         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
57971
57972 1999-11-07  Jim Meyering  <meyering@ascend.com>
57973
57974         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
57975
57976 1999-11-06  Jim Meyering  <meyering@ascend.com>
57977
57978         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
57979         * m4/jm-macros.m4 (jm_MACROS): Use it here.
57980
57981 1999-11-05  Jim Meyering  <meyering@ascend.com>
57982
57983         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
57984         configure.in of textutils, fileutils, and sh-utils into this one
57985         (shared between those packages) file.
57986         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
57987         AC_STRUCT_ST_BLKSIZE.
57988
57989 1999-11-03  Jim Meyering  <meyering@ascend.com>
57990
57991         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
57992         of AC_CHECK_TYPE checks includes unistd.h.
57993         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
57994         Suggestion from Akim Demaille.
57995
57996 1999-10-30  Jim Meyering  <meyering@ascend.com>
57997
57998         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
57999         m4-quoted string.
58000         * m4/ls-mntd-fs.m4: Likewise.
58001         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
58002         * m4/jm-winsz1.m4: Likewise.
58003
58004         * m4/const.m4: Remove file, since the fix made it into the experimental
58005         version of autoconf.
58006         * m4/mktime.m4: Likewise.
58007
58008         * m4/check-type.m4: Remove file, now that the latest version of
58009         AC_CHECK_TYPE takes a third arg to specify additional #includes.
58010
58011         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
58012         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
58013         AC_CHECK_TYPE.
58014
58015 1999-10-04  Jim Meyering  <meyering@ascend.com>
58016
58017         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
58018
58019 1999-09-22  Paul Eggert  <eggert@twinsun.com>
58020
58021         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
58022         2.95.1 bug with HP-UX 10.20.
58023
58024 1999-09-17  Jim Meyering  <meyering@ascend.com>
58025
58026         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
58027         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
58028         due to missing strdup (against sh-utils-2.0).
58029
58030 1999-08-29  Jim Meyering  <meyering@ascend.com>
58031
58032         * m4/jm-macros.m4: Require jm_BISON.
58033         * m4/bison.m4: New file.
58034
58035 1999-08-17  Paul Eggert  <eggert@twinsun.com>
58036
58037         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
58038         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
58039
58040 1999-08-05  Jim Meyering  <meyering@ascend.com>
58041
58042         * m4/getline.m4: Rename test file from conftestdata to conftest.data
58043         to avoid conflicts with `conftest' on 8+3 filesystems.
58044         Suggestion from Eli Zaretskii.
58045
58046 1999-08-04  Jim Meyering  <meyering@ascend.com>
58047
58048         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
58049         fileutils and sh-utils (textutils's getline test was inadequate).
58050         (AM_FUNC_GETLINE): Run this test.
58051         (AC_CHECK_FUNCS): Check for getdelim.
58052         Reported by Bob Proulx.
58053
58054 1999-08-02  Jim Meyering  <meyering@ascend.com>
58055
58056         * m4/jm-macros.m4: Add a comment.
58057
58058 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58059
58060         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
58061         <inttypes.h> defines strtoumax as a macro (and not as a
58062         function).
58063
58064 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58065
58066         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
58067         that we can shift, multiply and divide unsigned long long
58068         values; Ultrix cc can't do it.
58069
58070 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58071
58072         * m4/mktime.m4: New file, which is a preview of what should appear
58073         in the next public autoconf release.
58074
58075 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58076
58077         * m4/lfs.m4: Remove this file.
58078         * m4/largefile.m4: New file.  It contains the old contents of
58079         lfs.m4, except that all names with prefix AC_LFS have been
58080         changed to use the prefix AC_SYS_LARGEFILE instead, to be
58081         compatible with future autoconf versions.  Also, some minor m4
58082         quoting problems have been fixed.
58083
58084 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58085
58086         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
58087         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
58088         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
58089         and simplify the shell code.
58090
58091 1999-08-01  Jim Meyering  <meyering@ascend.com>
58092
58093         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
58094         m4.
58095
58096 1999-07-20  Jim Meyering  <meyering@ascend.com>
58097
58098         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
58099
58100 1999-07-15  Jim Meyering  <meyering@ascend.com>
58101
58102         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
58103
58104 1999-05-22  Jim Meyering  <meyering@ascend.com>
58105
58106         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
58107
58108 1999-05-20  Jim Meyering  <meyering@ascend.com>
58109
58110         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
58111         Add a colon after each `then' in case $4 is empty.
58112
58113 1999-05-16  Jim Meyering  <meyering@ascend.com>
58114
58115         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
58116
58117 1999-05-10  Jim Meyering  <meyering@ascend.com>
58118
58119         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
58120
58121         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
58122         AC_FUNC_MKTIME.
58123
58124 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
58125
58126         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
58127
58128 1999-05-04  Paul Eggert  <eggert@twinsun.com>
58129
58130         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
58131         not CPPFLAGS, so that linking works correctly in IRIX.
58132
58133 1999-04-30  Paul Eggert  <eggert@twinsun.com>
58134
58135         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
58136
58137 1999-04-20  Paul Eggert  <eggert@twinsun.com>
58138
58139         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
58140         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
58141         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
58142         jm_AC_TYPE_UNSIGNED_LONG_LONG.
58143         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
58144
58145         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
58146
58147 1999-04-20  Jim Meyering  <meyering@ascend.com>
58148
58149         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
58150         AC_REPLACE xstroull if necessary.  From Paul Eggert.
58151         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
58152
58153 1999-04-18  Jim Meyering  <meyering@ascend.com>
58154
58155         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
58156         * m4/jm-macros.m4: Use it.
58157
58158 1999-04-06  Jim Meyering  <meyering@ascend.com>
58159
58160         * m4/strftime.m4: Remove test for %f.
58161
58162 1999-03-29  Jim Meyering  <meyering@ascend.com>
58163
58164         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
58165         superset of the AC_TYPE_* checks in the textutils, fileutils,
58166         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
58167         AC_TYPE_PID_T.
58168
58169 1999-03-28  Jim Meyering  <meyering@ascend.com>
58170
58171         * m4/jm-macros.m4: Define GNU_PACKAGE here.
58172         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
58173         replaced e.g., in the *.sh files of the sh-utils.
58174
58175 1999-03-20  Jim Meyering  <meyering@ascend.com>
58176
58177         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
58178         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
58179         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
58180
58181 1999-03-19  Jim Meyering  <meyering@ascend.com>
58182
58183         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
58184
58185 1999-03-12  Jim Meyering  <meyering@ascend.com>
58186
58187         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
58188
58189 1999-03-07  Jim Meyering  <meyering@ascend.com>
58190
58191         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
58192         declared.
58193
58194 1999-02-17  Jim Meyering  <meyering@ascend.com>
58195
58196         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
58197         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
58198
58199 1999-02-07  Jim Meyering  <meyering@ascend.com>
58200
58201         * m4/group-member.m4: New file -- extracted from sh-utils'
58202         configure.in.
58203
58204         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
58205         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
58206
58207 1999-02-06  Jim Meyering  <meyering@ascend.com>
58208
58209         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
58210         * m4/fnmatch.m4: Likewise.
58211         * m4/getgroups.m4: Likewise.
58212         * m4/lstat.m4: Likewise.
58213         * m4/malloc.m4: Likewise.
58214         * m4/putenv.m4: Likewise.
58215         * m4/realloc.m4: Likewise.
58216         * m4/regex.m4: Likewise.
58217         * m4/stat.m4: Likewise.
58218         * m4/strftime.m4: Likewise.
58219         Suggestion from Alain Magloire.
58220
58221         * m4/chown.m4: Use `.$ac_objext', not `.o'.
58222         * m4/fnmatch.m4: Likewise.
58223         * m4/getgroups.m4: Likewise.
58224         * m4/getline.m4: Likewise.
58225         * m4/lstat.m4: Likewise.
58226         * m4/malloc.m4: Likewise.
58227         * m4/memcmp.m4: Likewise.
58228         * m4/putenv.m4: Likewise.
58229         * m4/realloc.m4: Likewise.
58230         * m4/regex.m4: Likewise.
58231         * m4/stat.m4: Likewise.
58232         * m4/strftime.m4: Likewise.
58233         Suggestion from Alain Magloire.
58234
58235         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
58236         an argument.
58237
58238         * m4/regex.m4: Add a run-time Test for proper operation of
58239         re_compile_pattern.
58240
58241 1999-01-31  Jim Meyering  <meyering@ascend.com>
58242
58243         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
58244
58245 1999-01-30  Jim Meyering  <meyering@ascend.com>
58246
58247         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
58248
58249         * m4/jm-mktime.m4: Make this a wrapper around the official
58250         AM_FUNC_MKTIME rather than my private copy, now that the official one
58251         is up to date.
58252         * m4/mktime.m4: Remove file.
58253
58254         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
58255         * m4/uptime.m4: Likewise.
58256         * m4/uintmax_t.m4: Likewise.
58257
58258 1999-01-28  Jim Meyering  <meyering@ascend.com>
58259
58260         * m4/jm-macros.m4: Use jm_AFS.
58261         * m4/afs.m4: New file (from fileutils' configure.in).
58262
58263         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
58264         * m4/chown.m4: Likewise.
58265         * m4/d-ino.m4: Likewise.
58266         * m4/d-type.m4: Likewise.
58267         * m4/fnmatch.m4: Likewise.
58268         * m4/getgroups.m4: Likewise.
58269         * m4/gettext.m4: Likewise.
58270         * m4/jm-mktime.m4: Likewise.
58271         * m4/jm-winsz2.m4: Likewise.
58272         * m4/lcmessage.m4: Likewise.
58273         * m4/ls-mntd-fs.m4: Likewise.
58274         * m4/malloc.m4: Likewise.
58275         * m4/memcmp.m4: Likewise.
58276         * m4/putenv.m4: Likewise.
58277         * m4/realloc.m4: Likewise.
58278         * m4/st_mtim.m4: Likewise.
58279         * m4/strftime.m4: Likewise.
58280
58281 1999-01-16  Jim Meyering  <meyering@ascend.com>
58282
58283         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
58284         (ARGMATCH_DIE_DECL): Define.
58285
58286 1999-01-12  Jim Meyering  <meyering@ascend.com>
58287
58288         * m4/Makefile.am.in: Rewrite to avoid using fmt.
58289         Reported by Lars Hecking.
58290
58291 1999-01-10  Jim Meyering  <meyering@ascend.com>
58292
58293         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
58294         gross kludge.
58295         * m4/inttypes_h.m4: Likewise.
58296         * m4/lstat.m4: Likewise.
58297         * m4/malloc.m4: Likewise.
58298         * m4/readdir.m4: Likewise.
58299         * m4/realloc.m4: Likewise.
58300         * m4/st_dm_mode.m4: Likewise.
58301         * m4/stat.m4: Likewise.
58302         * m4/utimbuf.m4: Likewise.
58303         * m4/utimes.m4: Likewise.
58304
58305         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
58306         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
58307         comments in config.h.in are meaningful.
58308
58309         * m4/jm-macros.m4: Require autoconf-2.13 here.
58310
58311         * m4/regex.m4: By default, don't use the included regex.c on systems
58312         with glibc 2.  Suggestion from Uli Drepper.
58313
58314 1999-01-02  Jim Meyering  <meyering@ascend.com>
58315
58316         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
58317
58318 1998-12-18  Jim Meyering  <meyering@ascend.com>
58319
58320         * m4/Makefile.am.in (Makefile.am): Simplify rule.
58321         Based on a suggestion from Lars Hecking.
58322
58323 1998-11-16  Paul Eggert  <eggert@twinsun.com>
58324
58325         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
58326
58327 1998-11-16  Jim Meyering  <meyering@ascend.com>
58328
58329         * m4/lfs.m4: Double-quote the `uname...` expression.
58330
58331 1998-11-14  Jim Meyering  <meyering@ascend.com>
58332
58333         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
58334         * m4/stat.m4: Likewise.
58335
58336 1998-11-03  Jim Meyering  <meyering@ascend.com>
58337
58338         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
58339         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
58340
58341 1998-10-18  Jim Meyering  <meyering@ascend.com>
58342
58343         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
58344
58345 1998-10-17  Jim Meyering  <meyering@ascend.com>
58346
58347         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
58348         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
58349         calls for those previously hard-coded headers.  Instead, take a new
58350         parameter.
58351         (jm_CHECK_DECLARATIONS): Reflect interface change.
58352         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
58353         (jm_CHECK_DECL_LOCALTIME_R): New macro.
58354
58355         * m4/mktime.m4: Test for spring-forward gap before long-running test.
58356
58357 1998-10-14  Jim Meyering  <meyering@ascend.com>
58358
58359         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
58360         instead of "TZ=America/Vancouver".  From Paul Eggert.
58361
58362 1998-10-11  Jim Meyering  <meyering@ascend.com>
58363
58364         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
58365         This adds a test for a recently added compatibility fix for mktime.c.
58366         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
58367
58368 1998-09-27  Jim Meyering  <meyering@ascend.com>
58369
58370         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
58371
58372         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
58373         ../configure.in, including a change from Gordon Matzigkeit to allow
58374         cross-compiling for the Hurd.
58375
58376         * m4/glibc.m4: New file/macro to test for the GNU C Library
58377         versions 1 and 2.  From Gordon Matzigkeit.
58378         Indent.
58379
58380 1998-09-21  Jim Meyering  <meyering@ascend.com>
58381
58382         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
58383
58384 1998-08-18  Paul Eggert  <eggert@twinsun.com>
58385
58386         Port nanosecond-resolution times to UnixWare 2.1.2 and
58387         pedantic Solaris 2.6.
58388
58389         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
58390         AC_STRUCT_ST_MTIM.
58391         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
58392         Generate name of ns member, instead of just 1 or undef.
58393         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
58394
58395 1998-08-15  Jim Meyering  <meyering@ascend.com>
58396
58397         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
58398         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
58399         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
58400         instead of jm_TYPE_SSIZE_T.
58401
58402 1998-08-12  Jim Meyering  <meyering@ascend.com>
58403
58404         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
58405
58406 1998-08-02  Jim Meyering  <meyering@ascend.com>
58407
58408         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
58409         in acconfig.h manually.
58410
58411 1998-07-31  Paul Eggert  <eggert@twinsun.com>
58412
58413         * m4/st_mtim.m4: New file.
58414
58415 1998-07-28  Jim Meyering  <meyering@ascend.com>
58416
58417         * m4/utimes.m4: Undef stat.
58418
58419 1998-07-25  Jim Meyering  <meyering@ascend.com>
58420
58421         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
58422         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
58423
58424 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
58425
58426         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
58427         uid and gid actually remain unchanged.
58428
58429 1998-07-07  Jim Meyering  <meyering@ascend.com>
58430
58431         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
58432
58433 1998-07-04  Jim Meyering  <meyering@ascend.com>
58434
58435         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
58436         to prove that this macro can be used in packages without regex.c.
58437
58438 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
58439
58440         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
58441         is to be used.
58442
58443 1998-07-03  Jim Meyering  <meyering@ascend.com>
58444
58445         * m4/gettext.m4: Add -lintl if it's found to be necessary.
58446
58447         * m4/gettext.m4: New file -- from gettext-0.10.35.
58448         * m4/lcmessage.m4: Likewise.
58449         * m4/progtest.m4: Likewise.
58450
58451         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
58452         * m4/jm-macros.m4: Require the new macro.
58453
58454 1998-06-29  Jim Meyering  <meyering@ascend.com>
58455
58456         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
58457         for the definition of NGROUPS (used in a system header included
58458         by sys/mount.h).
58459
58460 1998-06-28  Jim Meyering  <meyering@ascend.com>
58461
58462         * m4/ls-mntd-fs.m4: New file.
58463         * m4/fstypename.m4: New file.
58464
58465         * m4/jm-macros.m4: Require the new macro.
58466         * m4/jm-glibc-io.m4: New file.
58467
58468 1998-05-19  Jim Meyering  <meyering@ascend.com>
58469
58470         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
58471         * m4/lchown.m4: New file.
58472
58473         * m4/Makefile.am.in: New file.
58474         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
58475
58476 1998-05-14  Jim Meyering  <meyering@ascend.com>
58477
58478         * m4/Makefile.am (EXTRA_DIST): Add them.
58479         * m4/jm-macros.m4: New file.
58480         * m4/utimbuf.m4: New file.
58481
58482 1998-05-12  Jim Meyering  <meyering@ascend.com>
58483
58484         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
58485
58486 1998-05-11  Jim Meyering  <meyering@ascend.com>
58487
58488         * m4/isc-posix.m4: New file.
58489
58490 1998-05-10  Jim Meyering  <meyering@ascend.com>
58491
58492         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
58493
58494 1998-05-09  Jim Meyering  <meyering@ascend.com>
58495
58496         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
58497         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
58498         with automake.
58499
58500         * m4/ssize_t.m4: New file.
58501         * m4/mktime.m4: Remove file -- the new automake has this now.
58502
58503 1998-04-26  Jim Meyering  <meyering@ascend.com>
58504
58505         * m4/assert.m4: New file.
58506         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
58507
58508 1998-04-05  Jim Meyering  <meyering@ascend.com>
58509
58510         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
58511         (jm_PREREQ): Use it here.
58512
58513 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
58514
58515         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
58516         in acconfig.h.
58517
58518 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
58519
58520         * m4/prereq.m4: New file.
58521         * m4/error.m4: New file.
58522         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
58523
58524 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
58525
58526         * m4/getline.m4: Don't set am_cv_func_working_getline before the
58527         cache-check for the same variable -- that defeated the purpose of
58528         the test; the test program was never run.  This was a problem only
58529         on systems with losing getline functions -- HP-UX 10.20 is one.
58530         Reported by Bjorn Helgaas.
58531
58532 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
58533
58534         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
58535
58536 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
58537
58538         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
58539
58540         * m4/const.m4: New file.  Use an initializer in this declaration
58541         typedef int charset[2]; const charset x;
58542         Reported by Bob Glickstein.
58543
58544 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
58545
58546         * m4/chown.m4: Fix reversed types on -1 args to chown.
58547         From Kaveh Ghazi.
58548
58549 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
58550
58551         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
58552         Add lseek and memchr.
58553
58554         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
58555         T.E.Dickey <dickey@clark.net> said that some older preprocessors
58556         have a 20-character limit on names.
58557
58558 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
58559
58560         * m4/inttypes_h.m4: New file.
58561         * m4/uintmax_t.m4: New file.
58562         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
58563
58564
58565         -----
58566
58567         Local Variables:
58568         coding: utf-8
58569         End:
58570
58571         Copyright (C) 1997-2009 Free Software Foundation, Inc.
58572
58573         Copying and distribution of this file, with or without
58574         modification, are permitted provided the copyright notice
58575         and this notice are preserved.