2756f670bba6d93ac83d320d7be376f4442457be
[gnulib.git] / ChangeLog
1 2009-12-14  Eric Blake  <ebb9@byu.net>
2
3         accept4: adjust module dependencies
4         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
5
6         utimens: one more try at avoiding compiler warning
7         * lib/utimens.c (lutimens): Lower scope of result.
8
9 2009-12-13  Bruno Haible  <bruno@clisp.org>
10
11         Move the malloc checking from module 'list' to new module 'xlist'.
12         * modules/xlist: New file.
13         * lib/gl_xlist.h: New file.
14         * lib/gl_xlist.c: New file.
15         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
16         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
17         gl_list_add_last, gl_list_add_before, gl_list_add_after,
18         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
19         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
20         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
21         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
22         gl_sortedlist_nx_add): New declarations.
23         (struct gl_list_implementation): Rename and change methods accordingly.
24         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
25         (gl_list_nx_create): Renamed from gl_list_create.
26         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
27         (gl_list_nx_set_at): Renamed from gl_list_set_at.
28         (gl_list_nx_add_first): Renamed from gl_list_add_first.
29         (gl_list_nx_add_last): Renamed from gl_list_add_last.
30         (gl_list_nx_add_before): Renamed from gl_list_add_before.
31         (gl_list_nx_add_after): Renamed from gl_list_add_after.
32         (gl_list_nx_add_at): Renamed from gl_list_add_at.
33         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
34         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
35         gl_list_create_empty.
36         (gl_list_nx_create): Renamed from gl_list_create.
37         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
38         (gl_list_nx_set_at): Renamed from gl_list_set_at.
39         (gl_list_nx_add_first): Renamed from gl_list_add_first.
40         (gl_list_nx_add_last): Renamed from gl_list_add_last.
41         (gl_list_nx_add_before): Renamed from gl_list_add_before.
42         (gl_list_nx_add_after): Renamed from gl_list_add_after.
43         (gl_list_nx_add_at): Renamed from gl_list_add_at.
44         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
45         * lib/gl_array_list.c: Don't include xalloc.h.
46         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
47         NULL upon out-of-memory.
48         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
49         out-of-memory.
50         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
51         Change return type to 'int'.
52         (gl_array_nx_set_at): Renamed from gl_array_set_at.
53         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
54         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
55         upon out-of-memory.
56         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
57         upon out-of-memory.
58         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
59         upon out-of-memory.
60         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
61         upon out-of-memory.
62         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
63         out-of-memory.
64         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
65         Update.
66         (gl_array_list_implementation): Update.
67         * lib/gl_carray_list.c: Don't include xalloc.h.
68         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
69         Return NULL upon out-of-memory.
70         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
71         out-of-memory.
72         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
73         Change return type to 'int'.
74         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
75         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
76         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
77         upon out-of-memory.
78         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
79         upon out-of-memory.
80         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
81         out-of-memory.
82         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
83         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
84         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
85         Update.
86         (gl_carray_list_implementation): Update.
87         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
88         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
89         gl_linked_create_empty. Return NULL upon out-of-memory.
90         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
91         out-of-memory.
92         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
93         Change return type to 'int'. Return -1 upon out-of-memory.
94         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
95         out-of-memory.
96         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
97         upon out-of-memory.
98         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
99         upon out-of-memory.
100         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
101         NULL upon out-of-memory.
102         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
103         upon out-of-memory.
104         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
105         out-of-memory.
106         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
107         Update.
108         * lib/gl_linked_list.c: Don't include xalloc.h.
109         (gl_linked_list_implementation): Update.
110         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
111         (add_to_bucket): Change return type to 'int'.
112         (gl_linkedhash_list_implementation): Update.
113         * lib/gl_anytree_list1.h (free_subtree): New function.
114         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
115         gl_tree_create_empty. Return NULL upon out-of-memory.
116         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
117         Change return type to 'int'. Return -1 upon out-of-memory.
118         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
119         out-of-memory.
120         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
121         (gl_tree_remove_node): New function, moved here from
122         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
123         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
124         Update.
125         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
126         malloc, not xmalloc. Return NULL upon out-of-memory.
127         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
128         out-of-memory.
129         (gl_tree_remove_node_from_tree): New function, extracted from
130         gl_tree_remove_node.
131         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
132         upon out-of-memory.
133         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
134         out-of-memory.
135         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
136         upon out-of-memory.
137         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
138         upon out-of-memory.
139         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
140         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
141         not xmalloc. Return NULL upon out-of-memory.
142         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
143         out-of-memory.
144         (gl_tree_remove_node_from_tree): New function, extracted from
145         gl_tree_remove_node.
146         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
147         upon out-of-memory.
148         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
149         out-of-memory.
150         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
151         upon out-of-memory.
152         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
153         upon out-of-memory.
154         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
155         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
156         gl_anytree_list1.h before gl_anyavltree_list2.h.
157         (gl_avltree_list_implementation): Update.
158         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
159         gl_anytree_list1.h before gl_anyavltree_list2.h.
160         (gl_rbtree_list_implementation): Update.
161         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
162         Change return type to 'int'. Return -1 upon out-of-memory. Use
163         __builtin_expect.
164         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
165         (gl_avltreehash_list_implementation): Update.
166         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
167         (gl_rbtreehash_list_implementation): Update.
168         * modules/array-list (Depends-on): Remove xalloc.
169         * modules/carray-list (Depends-on): Likewise.
170         * modules/linked-list (Depends-on): Likewise.
171         * modules/linkedhash-list (Depends-on): Likewise.
172         * modules/avltree-list (Depends-on): Likewise.
173         * modules/rbtree-list (Depends-on): Likewise.
174         * modules/avltreehash-list (Depends-on): Likewise.
175         * modules/rbtreehash-list (Depends-on): Likewise.
176
177         * modules/xsublist: New file.
178         * lib/gl_xsublist.h: New file.
179         * lib/gl_xsublist.c: New file.
180         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
181         (gl_sublist_nx_create): New declaration.
182         * lib/gl_sublist.c: Don't include xalloc.h.
183         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
184         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
185         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
186         Change return type to 'int'. Return -1 upon out-of-memory.
187         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
188         upon out-of-memory.
189         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
190         NULL upon out-of-memory.
191         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
192         upon out-of-memory.
193         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
194         NULL upon out-of-memory.
195         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
196         NULL upon out-of-memory.
197         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
198         upon out-of-memory.
199         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
200         (gl_sublist_list_implementation): Update.
201         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
202         upon out-of-memory.
203         * modules/sublist (Depends-on): Remove xalloc.
204
205         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
206         * tests/test-carray_list.c: Likewise.
207         * tests/test-linked_list.c: Likewise.
208         * tests/test-linkedhash_list.c: Likewise.
209         * tests/test-avltree_list.c: Likewise.
210         * tests/test-rbtree_list.c: Likewise.
211         * tests/test-avltreehash_list.c: Likewise.
212         * tests/test-rbtreehash_list.c: Likewise.
213         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
214         * modules/carray-list-tests (Makefile.am): Likewise.
215         * modules/linked-list-tests (Makefile.am): Likewise.
216         * modules/linkedhash-list-tests (Makefile.am): Likewise.
217         * modules/avltree-list-tests (Makefile.am): Likewise.
218         * modules/rbtree-list-tests (Makefile.am): Likewise.
219         * modules/avltreehash-list-tests (Makefile.am): Likewise.
220         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
221
222         * NEWS: Mention the changes.
223
224         * lib/clean-temp.c: Include gl_xlist.h.
225         * modules/clean-temp (Depends-on): Add xlist.
226
227         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
228         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
229
230         * tests/test-array_oset.c: Include gl_xlist.h.
231         * modules/array-oset-tests (Depends-on): Add xlist.
232
233         Reported by José E. Marchesi <jemarch@gnu.org>.
234
235 2009-12-13  Bruno Haible  <bruno@clisp.org>
236
237         Move the malloc checking from module 'oset' to new module 'xoset'.
238         * modules/xoset: New file.
239         * lib/gl_xoset.h: New file.
240         * lib/gl_xoset.c: New file.
241         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
242         declarations.
243         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
244         (struct gl_oset_implementation): Rename and change methods accordingly.
245         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
246         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
247         'int'. Mark as __warn_unused_result__.
248         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
249         gl_oset_create_empty.
250         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
251         'int'.
252         * lib/gl_array_oset.c: Don't include xalloc.h.
253         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
254         malloc, not xmalloc.
255         (grow): Change return type to 'int'. Don't call xalloc_die.
256         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
257         to 'int'.
258         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
259         'int'.
260         (gl_array_oset_implementation): Update.
261         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
262         gl_tree_create_empty.
263         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
264         'int'.
265         * lib/gl_avltree_oset.c: Don't include xalloc.h.
266         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
267         xmalloc.
268         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
269         not xmalloc.
270         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
271         xmalloc.
272         (gl_avltree_oset_implementation): Update.
273         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
274         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
275         xmalloc.
276         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
277         not xmalloc.
278         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
279         xmalloc.
280         (gl_rbtree_oset_implementation): Update.
281         * modules/array-oset (Depends-on): Remove xalloc.
282         * modules/avltree-oset (Depends-on): Likewise.
283         * modules/rbtree-oset (Depends-on): Likewise.
284         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
285         * tests/test-avltree_oset.c: Likewise.
286         * tests/test-rbtree_oset.c: Likewise.
287         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
288         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
289         * modules/rbtree-oset-tests (Makefile.am): Likewise.
290         * NEWS: Mention the change.
291
292 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
293
294         maint.mk: allow a project to override release-prep commands
295         * top/maint.mk (alpha, beta, stable): Move release-preparatory
296         commands into a new rule.
297         (release-prep): New rule.
298         (release-prep-hook): New overridable variable.
299
300 2009-12-13  Bruno Haible  <bruno@clisp.org>
301
302         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
303
304 2009-12-13  Jim Meyering  <meyering@redhat.com>
305
306         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
307         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
308
309 2009-12-12  Bruno Haible  <bruno@clisp.org>
310
311         duplocale: Tweak.
312         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
313
314 2009-12-12  Karl Berry  <karl@gnu.org>
315
316         * config/srclist.txt (strtoll.c): tab changes, no more sync.
317
318 2009-12-12  Bruno Haible  <bruno@clisp.org>
319
320         * m4/po.m4: Undo incorrect untabification.
321
322 2009-12-12  Bruno Haible  <bruno@clisp.org>
323
324         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
325         * modules/c-strtod (Depends-on): Add locale.
326         * modules/c-strtold (Depends-on): Likewise.
327
328 2009-12-12  Bruno Haible  <bruno@clisp.org>
329
330         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
331
332 2009-12-11  Eric Blake  <ebb9@byu.net>
333
334         setenv: relax requirement in light of POSIX ruling
335         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
336         not NULL.
337         * tests/test-setenv.c (main): Relax test.
338         * tests/test-unsetenv.c (main): Likewise.
339         * doc/posix-functions/setenv.texi (setenv): Document this.
340         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
341
342 2009-12-11  Bruno Haible  <bruno@clisp.org>
343
344         New module 'fd-safer-flag'.
345         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
346         * lib/dup-safer.c (dup_safer_flag): Remove function.
347         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
348         * lib/fd-safer.c (fd_safer_flag): Remove function.
349         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
350         * modules/cloexec (configure.ac): Drop indicator macro.
351         * modules/fd-safer-flag: New file.
352         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
353         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
354         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
355
356 2009-12-11  Bruno Haible  <bruno@clisp.org>
357
358         Tests for module 'nl_langinfo'.
359         * modules/nl_langinfo-tests: New file.
360         * tests/test-nl_langinfo.sh: New file.
361         * tests/test-nl_langinfo.c: New file.
362
363         New module 'nl_langinfo'.
364         * lib/nl_langinfo.c: New file.
365         * m4/nl_langinfo.m4: New file.
366         * modules/nl_langinfo: New file.
367         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
368
369 2009-12-11  Bruno Haible  <bruno@clisp.org>
370
371         Tests for module 'langinfo'.
372         * modules/langinfo-tests: New file.
373         * tests/test-langinfo.c: New file.
374
375         New module 'langinfo'.
376         * lib/langinfo.in.h: New file.
377         * m4/langinfo_h.m4: New file.
378         * modules/langinfo: New file.
379         * doc/posix-headers/langinfo.texi: Mention the new module.
380
381 2009-12-11  Bruno Haible  <bruno@clisp.org>
382
383         * lib/config.charset: Untabify.
384
385 2009-12-11  Bruno Haible  <bruno@clisp.org>
386
387         * modules/unistd-safer (configure.ac): Drop indicator macro.
388
389 2009-12-11  Bruno Haible  <bruno@clisp.org>
390
391         Move pipe2-safer code to its own file.
392         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
393         * lib/pipe-safer.c (pipe2_safer): Remove function.
394         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
395         (Makefile.am): Add it to lib_SOURCES.
396
397 2009-12-10  Bruno Haible  <bruno@clisp.org>
398
399         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
400
401 2009-12-10  Bruno Haible  <bruno@clisp.org>
402
403         Declare which arguments expect non-NULL values, for GCC and clang.
404         * build-aux/arg-nonnull.h: New file.
405         * modules/arg-nonnull: New file.
406         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
407         (inet_ntop, inet_pton): Use it.
408         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
409         (closedir, dirfd, opendir, scandir, alphasort): Use it.
410         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
411         (open, openat): Use it.
412         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
413         (fnmatch): Use it.
414         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
415         (getopt, getopt_long, getopt_long_only): Use it.
416         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
417         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
418         Use it.
419         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
420         (iconv_open): Use it.
421         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
422         (strtoimax, strtoumax): Use it.
423         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
424         (duplocale): Use it.
425         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
426         (frexp, frexpl): Use it.
427         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
428         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
429         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
430         (tsearch, tfind, tdelete, twalk): Use it.
431         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
432         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
433         sigpending): Use it.
434         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
435         (posix_spawn, posix_spawnp, posix_spawnattr_init,
436         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
437         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
438         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
439         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
440         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
441         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
442         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
443         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
444         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
445         Use it.
446         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
447         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
448         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
449         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
450         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
451         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
452         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
453         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
454         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
455         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
456         strtoull, unsetenv): Use it.
457         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
458         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
459         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
460         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
461         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
462         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
463         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
464         (strcasecmp, strncasecmp): Use it.
465         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
466         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
467         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
468         rpl_setsockopt): Use it.
469         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
470         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
471         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
472         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
473         (gettimeofday): Use it.
474         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
475         (times): Use it.
476         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
477         (uname): Use it.
478         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
479         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
480         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
481         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
482         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
483         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
484         unlinkat, write): Use it.
485         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
486         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
487         * lib/argv-iter.h: Include arg-nonnull.h.
488         (_ATTRIBUTE_NONNULL_): Remove macro.
489         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
490         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
491         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
492         optimization.
493         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
494         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
495         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
496         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
497         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
498         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
499         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
500         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
501         * modules/arpa_inet (Depends-on): Add arg-nonnull.
502         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
503         * modules/dirent (Depends-on): Add arg-nonnull.
504         (Makefile.am): Insert arg-nonnull.h into dirent.h.
505         * modules/fcntl-h (Depends-on): Add arg-nonnull.
506         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
507         * modules/fnmatch (Depends-on): Add arg-nonnull.
508         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
509         * modules/getopt-posix (Depends-on): Add arg-nonnull.
510         (Makefile.am): Insert arg-nonnull.h into getopt.h.
511         * modules/glob (Depends-on): Add arg-nonnull.
512         (Makefile.am): Insert arg-nonnull.h into glob.h.
513         * modules/iconv_open (Depends-on): Add arg-nonnull.
514         (Makefile.am): Insert arg-nonnull.h into iconv.h.
515         * modules/inttypes (Depends-on): Add arg-nonnull.
516         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
517         * modules/locale (Depends-on): Add arg-nonnull.
518         (Makefile.am): Insert arg-nonnull.h into locale.h.
519         * modules/math (Depends-on): Add arg-nonnull.
520         (Makefile.am): Insert arg-nonnull.h into math.h.
521         * modules/netdb (Depends-on): Add arg-nonnull.
522         (Makefile.am): Insert arg-nonnull.h into netdb.h.
523         * modules/search (Depends-on): Add arg-nonnull.
524         (Makefile.am): Insert arg-nonnull.h into search.h.
525         * modules/signal (Depends-on): Add arg-nonnull.
526         (Makefile.am): Insert arg-nonnull.h into signal.h.
527         * modules/spawn (Depends-on): Add arg-nonnull.
528         (Makefile.am): Insert arg-nonnull.h into spawn.h.
529         * modules/stdio (Depends-on): Add arg-nonnull.
530         (Makefile.am): Insert arg-nonnull.h into stdio.h.
531         * modules/stdlib (Depends-on): Add arg-nonnull.
532         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
533         * modules/string (Depends-on): Add arg-nonnull.
534         (Makefile.am): Insert arg-nonnull.h into string.h.
535         * modules/strings (Depends-on): Add arg-nonnull.
536         (Makefile.am): Insert arg-nonnull.h into strings.h.
537         * modules/sys_socket (Depends-on): Add arg-nonnull.
538         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
539         * modules/sys_stat (Depends-on): Add arg-nonnull.
540         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
541         * modules/sys_time (Depends-on): Add arg-nonnull.
542         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
543         * modules/sys_times (Depends-on): Add arg-nonnull.
544         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
545         * modules/sys_utsname (Depends-on): Add arg-nonnull.
546         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
547         * modules/time (Depends-on): Add arg-nonnull.
548         (Makefile.am): Insert arg-nonnull.h into time.h.
549         * modules/unistd (Depends-on): Add arg-nonnull.
550         (Makefile.am): Insert arg-nonnull.h into unistd.h.
551         * modules/wchar (Depends-on): Add arg-nonnull.
552         (Makefile.am): Insert arg-nonnull.h into wchar.h.
553         * modules/argv-iter (Depends-on): Add arg-nonnull.
554         * tests/test-canonicalize.c (null_ptr): New function.
555         (main): Use it.
556         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
557         (main): Use it.
558         * tests/test-memmem.c (null_ptr): New function.
559         (main): Use it.
560         Reported by Jim Meyering.
561
562 2009-12-10  Bruno Haible  <bruno@clisp.org>
563
564         Use spaces for indentation, not tabs.
565         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
566         * m4/*.m4: Untabify.
567         * build-aux/*.h: Untabify.
568         * tests/**/*.[hc]: Untabify.
569         * README: New section "Indent with spaces, not TABs", based on
570         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
571         * NEWS: Mention the change.
572
573 2009-12-10  Bruno Haible  <bruno@clisp.org>
574
575         pty test: Fix link error.
576         * modules/pty-tests (Makefile.am): Add the default LDADD value to
577         test_pty_LDADD.
578
579 2009-12-07  Simon Josefsson  <simon@josefsson.org>
580
581         * modules/pty: New file.
582         * modules/pty-tests: New file.
583         * m4/pty.m4: New file.
584         * tests/test-pty.c: New file.
585         * doc/glibc-headers/pty.texi: Modified.
586         * doc/glibc-functions/forkpty.texi: Modified.
587         * doc/glibc-functions/openpty.texi: Modified.
588
589 2009-12-10  Bruno Haible  <bruno@clisp.org>
590
591         Avoid syntax error in C++ mode.
592         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
593
594 2009-12-10  Bruno Haible  <bruno@clisp.org>
595
596         Use sed with option -e.
597         * gnulib-tool (func_version, func_emit_copyright_notice,
598         func_emit_initmacro_end, func_import, func_create_testdir): Pass
599         option -e to sed.
600         * modules/link-warning (Makefile.am): Likewise.
601
602 2009-12-10  Jim Meyering  <meyering@redhat.com>
603
604         mgetgroups: do not write bytes beyond end of malloc'd buffer
605         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
606         username, we call getgroups with a one-element-shorter buffer,
607         but still told it the length was original, max_n_groups.
608
609 2009-12-09  Eric Blake  <ebb9@byu.net>
610
611         cloexec: relax license
612         * modules/cloexec (Maintainer): Add myself.
613         (License): Use LGPL, not GPL.
614
615         link-warning: optimize generation
616         * modules/link-warning (Makefile.am): Reduce process usage.
617
618 2009-12-09  Bruno Haible  <bruno@clisp.org>
619
620         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
621         workaround was added on 2009-11-17.
622
623 2009-12-09  Jim Meyering  <meyering@redhat.com>
624             Bruno Haible  <bruno@clisp.org>
625
626         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
627         * modules/link-warning (Makefile.am): Make the comment-removing sed
628         command more robust in the face of bootstrap-prepended comment lines.
629
630 2009-12-09  Bruno Haible  <bruno@clisp.org>
631
632         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
633         most one group.
634
635 2009-12-09  Simon Josefsson <simon@josefsson.org>
636             Bruno Haible  <bruno@clisp.org>
637
638         * build-aux/link-warning.h: Add copyright notice.
639         * modules/link-warning (Makefile.am): Generate link-warning.h from
640         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
641         * NEWS: Mention change in link-warning module.
642         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
643         * modules/dirent (Makefile.am): Add dependency to dirent.h.
644         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
645         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
646         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
647         * modules/math (Makefile.am): Add dependency to math.h.
648         * modules/search (Makefile.am): Add dependency to search.h.
649         * modules/signal (Makefile.am): Add dependency to signal.h.
650         * modules/spawn (Makefile.am): Add dependency to spawn.h.
651         * modules/stdio (Makefile.am): Add dependency to stdio.h.
652         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
653         * modules/string (Makefile.am): Add dependency to string.h.
654         * modules/strings (Makefile.am): Add dependency to strings.h.
655         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
656         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
657         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
658         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
659         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
660         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
661         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
662         * modules/unistd (Makefile.am): Add dependency to unistd.h.
663         * modules/wchar (Makefile.am): Add dependency to wchar.h.
664
665 2009-12-09  Bruno Haible  <bruno@clisp.org>
666
667         fchdir: Optimize away rpl_fstat when possible.
668         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
669         REPLACE_OPEN_DIRECTORY.
670         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
671
672 2009-12-09  Bruno Haible  <bruno@clisp.org>
673
674         * lib/fchdir.c: Update comment.
675
676 2009-12-09  Bruno Haible  <bruno@clisp.org>
677
678         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
679
680 2009-12-08  Eric Blake  <ebb9@byu.net>
681
682         fchdir: avoid memory leak on re-registration.
683         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
684
685 2009-12-08  Jim Meyering  <meyering@redhat.com>
686
687         init.sh: avoid Solaris 10 /bin/sh portability problem
688         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
689         sourced script:
690           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
691           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
692           bar
693         tests/init.sh relied on that, accepting a --set-path=DIR argument,
694         and two tests used that idiom.
695         * tests/init.sh: Update suggested usage comments.
696         (path_prepend_): New function, to be used in place
697         of the --src-path=DIR option.
698         (setup_): Move PATH-prepending code into path_prepend_.
699         * tests/test-pread.sh: Adapt to new usage.
700         * tests/test-xalloc-die.sh: Likewise.
701
702 2009-12-08  Simon Josefsson  <simon@josefsson.org>
703
704         * doc/gnulib.texi (Glibc pty.h): Add.
705         * doc/glibc-functions/forkpty.texi: Add.
706         * doc/glibc-functions/openpty.texi: Add.
707         Suggested by Bruno Haible.
708
709 2009-12-08  Eric Blake  <ebb9@byu.net>
710
711         fchdir: fix logic bugs
712         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
713         * tests/test-fchdir.c (main): Enhance test.
714         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
715         is in use.
716
717         dup2: fix logic bugs
718         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
719         REPLACE_DUP2 to decide when rpl_dup2 is needed.
720         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
721         exists.
722         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
723
724 2009-12-07  Eric Blake  <ebb9@byu.net>
725
726         unlink: fix m4 detection
727         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
728
729         unistd-safer: add unit test
730         * modules/unistd-safer-tests: New file.
731         * tests/test-dup-safer.c: Likewise.
732         * tests/test-cloexec.c (setmode): Avoid compiler warning.
733         * tests/test-dup2.c (setmode): Likewise.
734         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
735
736         cloexec: preserve text vs. binary across dup_cloexec
737         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
738         mode.
739         * modules/dup2-tests (Depends-on): Add binary-io.
740         * modules/cloexec-tests (Depends-on): Likewise.
741         * tests/test-dup2.c (setmode, is_mode): New helpers.
742         (main): Add tests that translation mode is preserved.
743         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
744         Reported by Bruno Haible.
745
746         mgetgroups: reduce duplicate listings
747         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
748         resulting array.
749         * tests/test-chown.h (test_chown): Simplify client.
750         * tests/test-lchown.h (test_lchown): Likewise.
751
752 2009-12-06  Bruno Haible  <bruno@clisp.org>
753
754         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
755         value.
756
757 2009-12-06  Bruno Haible  <bruno@clisp.org>
758
759         * lib/progname.c: Include stdio.h, stdlib.h.
760         (set_program_name): Reject a NULL argument.
761
762 2009-12-05  Eric Blake  <ebb9@byu.net>
763
764         pipe2-safer: new module
765         * modules/pipe2-safer: New file.
766         * lib/unistd-safer.h (pipe2_safer): New prototype.
767         * lib/unistd--.h (pipe2): New wrapper.
768         * lib/pipe-safer.c (pipe2_safer): New function.
769         * modules/pipe (Depends-on): Add pipe2-safer.
770         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
771
772         stdlib-safer: preserve cloexec flag for mkostemp[s]
773         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
774         fd_safer_flag.
775
776         unistd-safer: allow preservation of cloexec status via flag
777         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
778         prototypes.
779         * lib/dup-safer.c (dup_safer_flag): New function.
780         * lib/fd-safer.c (fd_safer_flag): Likewise.
781         * modules/cloexec (configure.ac): Set witness.
782
783         test-dup2: enhance test
784         * modules/dup2-tests (Depends-on): Add cloexec.
785         * tests/test-dup2.c (main): Enhance test.
786
787         cloexec: add dup_cloexec
788         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
789         header and comments.
790         * lib/cloexec.c (set_cloexec_flag): Add comments.
791         (dup_cloexec): New function, with mingw implementation borrowed
792         from...
793         * lib/w32spawn.h (dup_noinherit): ...here.
794         * modules/execute (Depends-on): Add cloexec.
795         * modules/pipe (Depends-on): Likewise.
796         * modules/cloexec (Depends-on): Add dup2.
797         * modules/cloexec-tests (Files): New file.
798         * tests/test-cloexec.c: Likewise.
799
800         test-xalloc-die: fix test for mingw
801         * modules/xalloc-die-tests (Files): Add tests/init.sh.
802         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
803         directory and .exe suffix off argv[0] output.
804
805         test-fseeko: fix test for mingw
806         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
807         than undefining fseek, so test will pass on mingw.
808
809 2009-12-05  Bruno Haible  <bruno@clisp.org>
810
811         * lib/progname.h (set_program_name): Clarify specification.
812         * lib/progname.c (set_program_name): Likewise.
813         Reported by Jim Meyering.
814
815 2009-12-05  Jim Meyering  <meyering@redhat.com>
816
817         maint.mk: backslash-escape parens in default regexp
818         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
819         backslash-escape the literal parentheses.
820
821         maint.mk: news-date-check: use grep -E
822         * top/maint.mk (today): Define a Make variable, not a...
823         (news-date-check): ...shell variable.
824         (news-date-regexp): Use the Make variable.
825         Use grep's -E option.  Change the failing diagnostic to mention
826         the variable, $(news-date-regexp).
827
828 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
829
830         maintainer-makefile: allow customization of NEWS entry format
831         * top/maint.mk (news-date-regexp): New overridable variable.
832         (news-date-check): Use it.
833
834 2009-12-04  Eric Blake  <ebb9@byu.net>
835
836         mgetgroups: add xgetgroups, and avoid ENOSYS failures
837         * lib/mgetgroups.h (xgetgroups): New prototype.
838         * lib/mgetgroups.c (xgetgroups): New wrapper.
839         (mgetgroups): Handle ENOSYS.
840         * modules/mgetgroups (Depends-on): Add realloc.
841         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
842
843         mgetgroups: avoid argument promotion issues with -1
844         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
845         for invalid gid_t.
846         * tests/test-chown.h (getegid, test_chown): Likewise.
847         * tests/test-lchown.h (getegid, test_lchown): Likewise.
848
849 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
850
851         exclude: Fix header file problems.
852         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
853
854 2009-12-01  Jim Meyering  <meyering@redhat.com>
855
856         fts: fts_open: do not let an empty string cause immediate failure
857         This is required in support of GNU rm, for which the command
858         "rm A '' B" must process and remove both A and B, in spite of
859         the empty string argument.
860         * lib/fts.c (fts_open): Do not let the presence of an empty string
861         cause fts_open to fail immediately.  Most fts-using tools must be
862         able to process all arguments, in order, and can be expected to
863         diagnose such arguments themselves.
864
865 2009-11-30  Eric Blake  <ebb9@byu.net>
866
867         utimens: fix compilation error
868         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
869         Declare variable at right scope.
870
871 2009-11-29  Jim Meyering  <meyering@redhat.com>
872
873         bootstrap: handle perl-5.11's changed --version output
874         * build-aux/bootstrap (get_version): Handle perl separately,
875         since perl-5.11's --version output is different.
876
877 2009-11-28  Jim Meyering  <meyering@redhat.com>
878
879         userspec: depend on the inttostr module, too
880         * modules/userspec (Depends-on): Add inttostr.
881
882         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
883         * lib/userspec.c (parse_with_separator): Do not accept a user ID
884         number of MAXUID when it evaluates to (uid_t) -1.
885         Likewise for group ID.  Reported by Matt McCutchen in
886         <http://savannah.gnu.org/bugs/?28113>
887
888         userspec: reformat to use spaces, not TABs
889         * lib/userspec.c: Expand TABs to spaces.
890         Add Emacs' "indent-tabs-mode: nil" hint.
891
892 2009-11-27  Eric Blake  <ebb9@byu.net>
893
894         getopt-gnu: flush out another BSD bug
895         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
896         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
897         flush out BSD bug.
898         * tests/test-getopt.h (test_getopt): End lists with NULL.
899         * tests/test-getopt_long.h (test_getopt_long): Likewise.
900         (test_getopt_long_posix): Enhance test.
901         * modules/getopt-posix-tests (Depends-on): Add stdbool.
902         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
903         getopt-gnu.
904         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
905         Likewise.
906
907 2009-11-27  Simon Josefsson  <simon@josefsson.org>
908
909         * modules/idpriv-droptemp-tests (Notice): Fix text.
910
911 2009-11-27  Jim Meyering  <meyering@redhat.com>
912
913         test-xalloc-die: avoid spurious failure due to libtool argv difference
914         In a libtool-enabled project, this test would fail due to a difference
915         in the emitted program name, e.g.,
916         -test-xalloc-die: memory exhausted
917         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
918         Use program to avoid that.
919         * modules/xalloc-die-tests (Depends-on): Add progname.
920         * tests/test-xalloc-die.c: Include progname.h".
921         (program_name): Remove decl.
922         (main): Call set_program_name.
923         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
924
925 2009-11-26  Richard Jones  <rjones@redhat.com>
926
927         w32sock: leave win32 error in place.
928         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
929
930 2009-11-26  Eric Blake  <ebb9@byu.net>
931
932         init.sh: suggest to use skip_ and fail_ functions in comments
933         * tests/init.sh: Add a sentence.
934
935 2009-11-25  Bruno Haible  <bruno@clisp.org>
936
937         init.sh: add documentation in comments
938         * tests/init.sh: Add some developer and user documentation.
939
940 2009-11-26  Jim Meyering  <meyering@redhat.com>
941
942         init.sh: accommodate even those who specify bogus srcdir manually
943         * tests/init.sh: Normally, srcdir is guaranteed by automake and
944         configure-time tests to be sanitized, so that there is no need to
945         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
946         (with no double quotes) suffices.  However, since tests may be
947         invoked manually, and since you may explicitly set srcdir to the
948         name of a directory containing spaces, do quote its uses here.
949         * tests/test-pread.sh: Likewise.
950         Suggested by Bruno Haible.
951
952         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
953         * tests/test-pread.sh: Write no data into the pipe, because
954         test-pread actually reads none.  This avoids a diagnostic,
955         "bash: echo: write error: Broken pipe", that arises in the unusual
956         event something is ignoring SIGPIPE, and might be interpreted
957         as some sort of failure.  Reported by Bruno Haible.
958
959 2009-11-25  Jim Meyering  <meyering@redhat.com>
960
961         test-pread: cover failure with ESPIPE and EINVAL
962         * tests/test-pread.c (main): Test for failure, too.
963         * tests/test-pread.sh: Invoke with stdin on a pipe.
964         Suggested by Eric Blake.
965
966         pread: improvement and fix
967         * modules/pread (Depends-on): Depend on lseek, for portability to
968         e.g., mingw.  Suggested by Eric Blake.
969         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
970
971         unistd.in.h: correct declaration of pread
972         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
973         Reported by Richard W.M. Jones.
974
975         test-pread.sh: distribute the test script
976         * modules/pread-tests (Files): Include test-pread.sh.
977
978         test-pread.sh: clean up
979         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
980         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
981         That is unnecessary, since it's always ".".
982         Suggestion from Eric Blake.
983
984         test-pread.sh: make executable
985         * tests/test-pread.sh: Set executable bit.
986         Reported by Eric Blake.
987
988         correct typo in test-pread.sh
989         * tests/test-pread.sh: Add #! line.
990
991         test pread
992         * tests/test-pread.c: New file.
993         * tests/test-pread.sh: Likewise.
994         * modules/pread-tests: Likewise.
995
996         pread: new module
997         * modules/pread: New file.
998         * lib/unistd.in.h (pread): Define/declare.
999         * lib/pread.c (pread): New file.
1000         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
1001         * modules/unistd (Makefile.am): Substitute witnesses.
1002         * doc/posix-functions/pread.texi (pread): Update.
1003         * MODULES.html.sh: Add pread.
1004
1005 2009-11-25  Jim Meyering  <meyering@redhat.com>
1006
1007         tests/init.sh: new file to be used via most *.sh tests
1008         * tests/init.sh: New file.
1009
1010 2009-11-25  Eric Blake  <ebb9@byu.net>
1011
1012         utimens: work around older Linux failure with symlinks
1013         * lib/utimens.c (lutimensat_works_really): New variable.
1014         (fdutimens, lutimens): Use it to manage kernels that support
1015         nanosecond times on files, but not on symlinks.
1016         Reported by OndÅ™ej Vašík.
1017
1018         utimes: fix configure grammar
1019         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
1020
1021 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
1022
1023         regex: Fix fastmap for multibyte character ranges.
1024         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
1025         characters when a multibyte character range is included.
1026
1027 2009-11-22  Andy Wingo  <wingo@pobox.com>
1028
1029         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
1030         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
1031
1032 2009-11-24  Bruno Haible  <bruno@clisp.org>
1033
1034         doc: Most *_l functions exist in MacOS X 10.5.
1035         * doc/posix-functions/duplocale.texi: Update platforms list.
1036         * doc/posix-functions/freelocale.texi: Likewise.
1037         * doc/posix-functions/newlocale.texi: Likewise.
1038         * doc/posix-functions/uselocale.texi: Likewise.
1039         * doc/posix-functions/isalnum_l.texi: Likewise.
1040         * doc/posix-functions/isalpha_l.texi: Likewise.
1041         * doc/posix-functions/isblank_l.texi: Likewise.
1042         * doc/posix-functions/iscntrl_l.texi: Likewise.
1043         * doc/posix-functions/isdigit_l.texi: Likewise.
1044         * doc/posix-functions/isgraph_l.texi: Likewise.
1045         * doc/posix-functions/islower_l.texi: Likewise.
1046         * doc/posix-functions/isprint_l.texi: Likewise.
1047         * doc/posix-functions/ispunct_l.texi: Likewise.
1048         * doc/posix-functions/isspace_l.texi: Likewise.
1049         * doc/posix-functions/isupper_l.texi: Likewise.
1050         * doc/posix-functions/iswalnum_l.texi: Likewise.
1051         * doc/posix-functions/iswalpha_l.texi: Likewise.
1052         * doc/posix-functions/iswblank_l.texi: Likewise.
1053         * doc/posix-functions/iswcntrl_l.texi: Likewise.
1054         * doc/posix-functions/iswctype_l.texi: Likewise.
1055         * doc/posix-functions/iswdigit_l.texi: Likewise.
1056         * doc/posix-functions/iswgraph_l.texi: Likewise.
1057         * doc/posix-functions/iswlower_l.texi: Likewise.
1058         * doc/posix-functions/iswprint_l.texi: Likewise.
1059         * doc/posix-functions/iswpunct_l.texi: Likewise.
1060         * doc/posix-functions/iswspace_l.texi: Likewise.
1061         * doc/posix-functions/iswupper_l.texi: Likewise.
1062         * doc/posix-functions/iswxdigit_l.texi: Likewise.
1063         * doc/posix-functions/isxdigit_l.texi: Likewise.
1064         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
1065         * doc/posix-functions/strcasecmp_l.texi: Likewise.
1066         * doc/posix-functions/strcoll_l.texi: Likewise.
1067         * doc/posix-functions/strfmon_l.texi: Likewise.
1068         * doc/posix-functions/strftime_l.texi: Likewise.
1069         * doc/posix-functions/strncasecmp_l.texi: Likewise.
1070         * doc/posix-functions/strxfrm_l.texi: Likewise.
1071         * doc/posix-functions/tolower_l.texi: Likewise.
1072         * doc/posix-functions/toupper_l.texi: Likewise.
1073         * doc/posix-functions/towctrans_l.texi: Likewise.
1074         * doc/posix-functions/towlower_l.texi: Likewise.
1075         * doc/posix-functions/towupper_l.texi: Likewise.
1076         * doc/posix-functions/wcscoll_l.texi: Likewise.
1077         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
1078         * doc/posix-functions/wctrans_l.texi: Likewise.
1079         * doc/posix-functions/wctype_l.texi: Likewise.
1080         * doc/glibc-functions/strptime_l.texi: Likewise.
1081         * doc/glibc-functions/strtod_l.texi: Likewise.
1082         * doc/glibc-functions/strtof_l.texi: Likewise.
1083         * doc/glibc-functions/strtol_l.texi: Likewise.
1084         * doc/glibc-functions/strtold_l.texi: Likewise.
1085         * doc/glibc-functions/strtoll_l.texi: Likewise.
1086         * doc/glibc-functions/strtoul_l.texi: Likewise.
1087         * doc/glibc-functions/strtoull_l.texi: Likewise.
1088         * doc/glibc-functions/wcsftime_l.texi: Likewise.
1089         * doc/glibc-functions/wcstod_l.texi: Likewise.
1090         * doc/glibc-functions/wcstof_l.texi: Likewise.
1091         * doc/glibc-functions/wcstol_l.texi: Likewise.
1092         * doc/glibc-functions/wcstold_l.texi: Likewise.
1093         * doc/glibc-functions/wcstoll_l.texi: Likewise.
1094         * doc/glibc-functions/wcstoul_l.texi: Likewise.
1095         * doc/glibc-functions/wcstoull_l.texi: Likewise.
1096
1097 2009-11-24  Bruno Haible  <bruno@clisp.org>
1098
1099         duplocale: Fix logic bug.
1100         * lib/duplocale.c: Don't include <langinfo.h>.
1101         (_NL_LOCALE_NAME): Remove macro.
1102         (rpl_duplocale): Use setlocale instead of nl_langinfo.
1103         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
1104
1105 2009-11-23  Jim Meyering  <meyering@redhat.com>
1106
1107         test-update-copyright: don't hard-code /usr/bin/perl
1108         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
1109         perl to print the current year.  Gilles Espinasse reported that
1110         the replaced use of perl was hard-coded as /usr/bin/perl.
1111
1112 2009-11-23  Bruno Haible  <bruno@clisp.org>
1113
1114         duplocale: Add support for glibc 2.3.x.
1115         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
1116
1117 2009-11-22  Bruno Haible  <bruno@clisp.org>
1118
1119         vasnprintf: Tiny optimization.
1120         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
1121         MacOS X.
1122
1123 2009-11-22  Bruno Haible  <bruno@clisp.org>
1124
1125         Tests for module 'duplocale'.
1126         * modules/duplocale-tests: New file.
1127         * tests/test-duplocale.c: New file.
1128
1129         New module 'duplocale'.
1130         * m4/duplocale.m4: New file.
1131         * lib/locale.in.h (duplocale): New declaration.
1132         * lib/duplocale.c: New file.
1133         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
1134         gl_LOCALE_H_DEFAULTS): New macros.
1135         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
1136         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
1137         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
1138         REPLACE_DUPLOCALE.
1139         * modules/duplocale: New file.
1140         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
1141
1142 2009-11-22  Bruno Haible  <bruno@clisp.org>
1143
1144         * modules/locale-tests (configure.ac): Test for newlocale function.
1145         * tests/test-locale.c: When the system has extended locale functions,
1146         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
1147
1148         locale: Make locale_t available when possible.
1149         * lib/locale.in.h: Include <xlocale.h> when it exists.
1150         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
1151         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
1152         * modules/locale (Depends-on): Add extensions.
1153         (Makefile.am): Also substitute HAVE_XLOCALE_H.
1154         * doc/posix-headers/locale.texi: Document the problem with locale_t.
1155
1156 2009-11-22  Bruno Haible  <bruno@clisp.org>
1157
1158         Add comments.
1159         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
1160         invocation.
1161         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1162         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
1163         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1164
1165 2009-11-22  Bruno Haible  <bruno@clisp.org>
1166
1167         error: account for the possibility of freopen (stdout).
1168         * lib/error.c: Include <unistd.h>.
1169         (flush_stdout): New function, extracted from error and error_at_line.
1170         Determine stdout's fd dynamically.
1171         (error, error_at_line): Invoke flush_stdout.
1172         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
1173         * modules/error (Depends-on): Add unistd.
1174
1175 2009-11-22  Bruno Haible  <bruno@clisp.org>
1176
1177         diffseq: Add comment.
1178         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
1179
1180 2009-11-22  Jim Meyering  <meyering@redhat.com>
1181
1182         c-stack: avoid defining an unused static function
1183         * lib/c-stack.c (find_stack_direction): Do not define this function
1184         when it will not be used.
1185
1186         diffseq: avoid spurious gcc warnings
1187         * lib/diffseq.h (IF_LINT2): Define.
1188         (compareseq): Use it to initialize two members of "part".
1189         This avoids two used-uninitialized warnings.
1190
1191 2009-11-21  Jim Meyering  <meyering@redhat.com>
1192
1193         c-stack: avoid "ignoring return value of `write'" warning
1194         * lib/c-stack.c: Include "ignore-value.h".
1195         (die): Explicitly ignore each write return value.
1196         * modules/c-stack (Depends-on): Add ignore-value.
1197
1198 2009-11-21  Bruno Haible  <bruno@clisp.org>
1199
1200         diffseq: reduce scope of variable 'best'.
1201         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
1202         variable, earlier used for two different purposes.
1203
1204 2009-11-21  Jim Meyering  <meyering@redhat.com>
1205
1206         diffseq: remove useless assignment to "best"
1207         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
1208         assignment.  At that point "best" is already guaranteed to be zero.
1209
1210 2009-11-20  Eric Blake  <ebb9@byu.net>
1211
1212         build: mention ftp redirector in release announcements
1213         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
1214         values that used to come from cfg.mk; mention FTP redirect URL.
1215         * build-aux/announce-gen: Mention the mirror list.
1216         Suggested by Karl Berry.
1217
1218         nanosleep: improve port to mingw
1219         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
1220         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
1221         LIB_NANOSLEEP, but only when needed.
1222         * modules/select (Link): Document LIBSOCKET.
1223         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
1224         enough.
1225
1226         nanosleep: work around cygwin bug
1227         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
1228         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
1229         bug.
1230         (getnow): Delete, not needed.
1231         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
1232         LIB_CLOCK_GETTIME.
1233         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
1234         clock-time, gettime.
1235         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
1236         bug.
1237         * modules/nanosleep-tests: New test.
1238         * tests/test-nanosleep.c: New file.
1239
1240         sleep: work around cygwin bug
1241         * lib/sleep.c (rpl_sleep): Work around the bug.
1242         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
1243         (gl_PREREQ_SLEEP): Delete unused macro.
1244         * modules/sleep (Depends-on): Add verify.
1245         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
1246         * modules/unistd (Makefile.am): Substitute witness.
1247         * lib/unistd.in.h (sleep): Update prototype.
1248         * doc/posix-functions/sleep.texi (sleep): Document the bug.
1249         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
1250         * modules/sleep-tests (Depends-on): Check for alarm.
1251
1252 2009-11-20  Jim Meyering  <meyering@redhat.com>
1253
1254         maint.mk: improve sc_prohibit_magic_number_exit
1255         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
1256         so it does not match uses like System.exit(1).
1257         Add comments showing how to correct all offenders.
1258
1259 2009-11-19  Eric Blake  <ebb9@byu.net>
1260
1261         xalloc-die-tests: add missing library
1262         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
1263
1264         test-xvasprintf: silence compiler warnings
1265         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
1266         empty string from gcc.
1267
1268 2009-11-19  Jim Meyering  <meyering@redhat.com>
1269
1270         xfreopen: new module, from coreutils
1271         * modules/xfreopen: New module.
1272         * lib/xfreopen.c: New file.
1273         * lib/xfreopen.h: New file.
1274         * MODULES.html.sh (File stream based Input/Output"): Add it.
1275
1276 2009-11-19  Eric Blake  <ebb9@byu.net>
1277
1278         manywarnings: depend on warnings
1279         * modules/manywarnings (Depends-on): Add warnings.
1280
1281         build: avoid compiler warnings
1282         * lib/select.c (rpl_select): Delete unused variable.
1283         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
1284
1285 2009-11-18  Eric Blake  <ebb9@byu.net>
1286
1287         tests: avoid false negative with --with-packager
1288         * tests/test-version-etc.sh: Discard packager information.
1289         * tests/test-argp-version-etc-1.sh: Likewise.
1290         Reported by Mike Frysinger.
1291
1292         utimens: fix regression on Solaris
1293         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
1294         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
1295         can only change fd timestamps via futimesat.  Instead, use an
1296         additional witness macro to avoid BSD bug.
1297         Reported by Jim Meyering.
1298
1299 2009-11-17  Eric Blake  <ebb9@byu.net>
1300
1301         usleep: use it to simplify tests
1302         * modules/stat-time-tests (Depends-on): Add usleep.
1303         (configure.ac): Drop usleep check.
1304         * modules/chown-tests (Depends-on, configure.ac): Likewise.
1305         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
1306         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
1307         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
1308         * modules/openat-tests (Depends-on, configure.ac): Likewise.
1309         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
1310         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
1311         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
1312         Likewise.
1313         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
1314         * tests/test-lchown.h (nap): Likewise.
1315         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
1316         * tests/test-stat-time.c (nap): Likewise.
1317         * tests/test-utimens-common.h (nap): Update comments.
1318
1319         usleep: new module
1320         * modules/usleep: New file.
1321         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
1322         * lib/usleep.c (usleep): Likewise.
1323         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
1324         * modules/unistd (Makefile.am): Substitute witnesses.
1325         * lib/unistd.in.h (usleep): Add declaration.
1326         * doc/pastposix-functions/usleep.texi (usleep): Document this.
1327         * MODULES.html.sh (Date and time): Likewise.
1328         * modules/usleep-tests (Depends-on): New test.
1329         * tests/test-usleep.c: New file.
1330
1331         chown: work around OpenBSD bug
1332         * lib/chown.c (rpl_chown): Work around the bug.
1333         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
1334         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
1335         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
1336         * modules/chown (Depends-on): Add stdbool.
1337         * modules/lchown (Depends-on): Likewise.
1338         * doc/posix-functions/chown.texi (chown): Document the bug.
1339         * doc/posix-functions/lchown.texi (lchown): Likewise.
1340         * tests/test-lchown.h (test_chown): Relax test.
1341
1342         mkstemp: avoid conflict with C++ keyword template
1343         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
1344         * lib/mkostemp.c (mkostemp): Likewise.
1345         * lib/mkostemps.c (mkostemps): Likewise.
1346         * lib/mkstemp.c (mkstemp): Likewise.
1347         * lib/mkstemps.c (mkstemps): Likewise.
1348
1349         xalloc-die-tests: optimize
1350         * tests/test-xalloc-die.sh: Reduce number of processes.
1351
1352 2009-11-17  Simon Josefsson  <simon@josefsson.org>
1353
1354         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
1355         patch from ludo@gnu.org (Ludovic Courtès).
1356
1357 2009-11-17  Jim Meyering  <meyering@redhat.com>
1358
1359         version-etc: use proper license string
1360         * modules/version-etc (License): Use LGPL, not LGPLv3+.
1361         * modules/version-etc-fsf: Likewise.
1362
1363 2009-11-17  Simon Josefsson  <simon@josefsson.org>
1364
1365         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
1366         printed to stdout.  Deal with EOL differences.
1367
1368 2009-11-17  Eric Blake  <ebb9@byu.net>
1369
1370         unsetenv: work around Solaris bug
1371         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
1372         * lib/unsetenv.c (rpl_unsetenv): Work around it.
1373         Reported by Jim Meyering.
1374
1375         vasnprintf: avoid compiler warnings
1376         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
1377         variables.
1378         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
1379
1380 2009-11-17  Simon Josefsson  <simon@josefsson.org>
1381
1382         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
1383         settings since xalloc-die is no longer the self test,
1384         xalloc-die.sh is.
1385
1386 2009-11-17  Jim Meyering  <meyering@redhat.com>
1387
1388         test-xalloc-die.sh: make the code agree with the commit log
1389         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
1390         at the end, just in case you happen to have a test-xalloc-die
1391         program in some other PATH directory.
1392
1393         test-xalloc-die.sh: fix a portability bug
1394         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
1395         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
1396         Otherwise, argv[0] (as often seen in diagnostics) would be too
1397         system-dependent, sometimes with, and sometimes without the leading "./".
1398
1399         version-etc-fsf: relax license to LGPLv3+
1400         * modules/version-etc-fsf (License): Relax license.
1401
1402 2009-11-16  Eric Blake  <ebb9@byu.net>
1403
1404         xalloc-die-tests: avoid printing null pointer
1405         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
1406         shell script.
1407         * tests/test-xalloc-die.c (program_name): Declare.
1408         * tests/test-xalloc-die.sh (tmpfiles): New file.
1409
1410         setenv, unsetenv: work around various bugs
1411         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
1412         (setenv) [HAVE_SETENV]: Work around bugs.
1413         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
1414         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
1415         for bugs.
1416         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
1417         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
1418         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
1419         * modules/stdlib (Makefile.am): Update substitutions.
1420         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
1421         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
1422         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
1423         * modules/setenv-tests: New test.
1424         * modules/unsetenv-tests: Likewise.
1425         * tests/test-setenv.c: New file.
1426         * tests/test-unsetenv.c: Likewise.
1427
1428 2009-11-16  Jim Meyering  <meyering@redhat.com>
1429
1430         version-etc: relax license to LGPLv3+
1431         * modules/version-etc (License): Relax license.
1432
1433         better AC_REQUIRE expanded-before-required-warning avoidance
1434         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
1435         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
1436         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
1437         which is no longer needed.
1438
1439 2009-11-16  Eric Blake  <ebb9@byu.net>
1440
1441         test-freading: clean up temporary file
1442         * tests/test-freading.c (main): Remove file on success, and use
1443         ASSERT more liberally.
1444         Reported by Jim Meyering.
1445
1446 2009-11-16  Jim Meyering  <meyering@redhat.com>
1447
1448         avoid new AC_REQUIRE expanded-before-required warnings
1449         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
1450         merely using it.
1451         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
1452         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
1453
1454 2009-11-15  Simon Josefsson  <simon@josefsson.org>
1455
1456         * tests/test-xalloc-die.c: New file.
1457         * modules/xalloc-die-tests: New file.
1458         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
1459         XFAIL_TESTS so it can be appended by modules.
1460
1461 2009-11-15  Simon Josefsson  <simon@josefsson.org>
1462
1463         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
1464         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
1465
1466 2009-11-14  Eric Blake  <ebb9@byu.net>
1467
1468         fnmatch: avoid compiler warning
1469         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
1470         to silence compiler warning about mismatch signedness in ?:.
1471         Reported by Robert Millan.
1472
1473         intprops: add double-inclusion guard
1474         * lib/intprops.h: Allow idempotent includes.
1475         Suggested by Bruce Korb.
1476
1477         openat: detect Solaris fchownat bug
1478         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
1479         penalizing glibc chownat when only lchownat is broken.
1480         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
1481         trailing slash bugs.
1482         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
1483         * modules/openat-tests (Files): Include more files.
1484         (Depends-on): Add mgetgroups, sleep, stat-time.
1485         (configure.ac): Add additional checks.
1486         (Makefile.am): Build new test.
1487         * tests/test-fchownat.c: New file.
1488
1489         lchown: detect Solaris and FreeBSD bug
1490         * lib/lchown.c (rpl_lchown): Work around bug.
1491         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
1492         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1493         * modules/unistd (Makefile.am): Populate it.
1494         * lib/unistd.in.h (lchown): Update declaration.
1495         * doc/posix-functions/lchown.texi (lchown): Document the bug.
1496         * modules/lchown-tests: New file.
1497         * tests/test-lchown.h (test_lchown): Likewise.
1498         * tests/test-lchown.c (main): Likewise.
1499
1500         chown: detect Solaris and FreeBSD bug
1501         * lib/chown.c (rpl_chown): Work around bug.
1502         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
1503         (gl_PREREQ_CHOWN): Delete.
1504         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1505         * modules/unistd (Makefile.am): Populate it.
1506         * lib/unistd.in.h (chown): Update declaration.
1507         * lib/lchown.c (chown): Update client.
1508         * modules/lchown (Depends-on): Add lstat.
1509         * doc/posix-functions/chown.texi (chown): Document the bug.
1510         * doc/posix-functions/getgroups.texi (getgroups): Document
1511         getgroups pitfall.
1512         * modules/chown-tests: New file.
1513         * tests/test-chown.h (test_chown): Likewise.
1514         * tests/test-chown.c (main): Likewise.
1515
1516 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
1517
1518         gnulib-tool: correctly detect absence of m4 directories
1519         * gnulib-tool: Avoid extra newline on data passed to wc -l.
1520
1521 2009-11-14  Jim Meyering  <meyering@redhat.com>
1522
1523         maint.mk: Prohibit inclusion of "xalloc.h" without use.
1524         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
1525
1526 2009-11-14  John W. Eaton  <jwe@gnu.org>
1527
1528         strftime.h: wrap funtion declaration in extern "C" block
1529         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
1530
1531 2009-11-13  Eric Blake  <ebb9@byu.net>
1532
1533         getgroups: avoid compiler warning
1534         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
1535
1536         getgroups: work around FreeBSD bug
1537         * lib/getgroups.c (rpl_getgroups): Work around the bug.
1538         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
1539         * doc/posix-functions/getgroups.texi (getgroups): Document it.
1540         * tests/test-getgroups.c (main): Fix buffer overrun.
1541
1542         getgroups: avoid compilation failure
1543         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
1544         * modules/getgroups (Depends-on): Add stdint.
1545
1546 2009-11-13  Jim Meyering  <meyering@redhat.com>
1547
1548         test-getgroups: avoid compilation failure
1549         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
1550
1551 2009-11-13  Eric Blake  <ebb9@byu.net>
1552
1553         mgetgroups: new module, taken from coreutils
1554         * modules/mgetgroups: New file.
1555         * lib/mgetgroups.h: Likewise.
1556         * lib/mgetgroups.c (mgetgroups): Likewise.
1557         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
1558         * MODULES.html.sh (Users and groups): Mention it.
1559
1560         getgroups: don't expose GETGROUPS_T to user
1561         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
1562         an element at a time if GETGROUPS_T is wrong size.
1563         * lib/getugroups.h (getugroups): Change signature.
1564         * lib/unistd.in.h (getgroups): Likewise.
1565         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
1566         signature needs fixing.
1567         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
1568         AC_TYPE_GETGROUPS.
1569         * modules/group-member (Depends-on): Add getgroups.
1570         * lib/group-member.c (group_info, get_group_info): Use gid_t.
1571         (group_member): Rely on getgroups replacement.
1572         * lib/getugroups.c (getugroups): Use gid_t.
1573         * tests/test-getgroups.c (main): Likewise.
1574         * NEWS: Mention the signature change.
1575         * doc/posix-functions/getgroups.texi (getgroups): Mention the
1576         problem with signature.
1577         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
1578         GETGROUPS_T is still useful for setgroups.
1579
1580         getgroups, getugroups: provide stubs for mingw
1581         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
1582         * lib/getugroups.c (getugroups): Likewise.
1583         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
1584         function.  Modernize replacement scheme.
1585         (gl_PREREQ_GETGROUPS): Delete.
1586         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
1587         * modules/getgroups (configure.ac): Declare witness.
1588         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
1589         * modules/unistd (Depends-on): Substitute witness.
1590         * lib/unistd.in.h (getgroups): Declare replacement.
1591
1592         getgroups: avoid calling exit
1593         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
1594         drop xalloc.
1595         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
1596         dependencies.
1597         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
1598         exiting, in the rare case of malloc failure.
1599
1600         getgroups: fix logic error
1601         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
1602         has more than 20 groups.
1603         * modules/getgroups-tests: New test.
1604         * tests/test-getgroups.c: New file.
1605
1606 2009-11-13  Simon Josefsson  <simon@josefsson.org>
1607
1608         * tests/test-base64.c: Improve.
1609
1610 2009-11-13  Simon Josefsson  <simon@josefsson.org>
1611
1612         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
1613         Blake <ebb9@byu.net>.
1614
1615 2009-11-13  Simon Josefsson  <simon@josefsson.org>
1616
1617         * tests/test-xvasprintf.c: Add %s%s related checks.
1618
1619 2009-11-12  Eric Blake  <ebb9@byu.net>
1620
1621         version-etc: match standards.texi style
1622         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
1623         and use <> only for URLs.
1624
1625 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
1626
1627         fts: do not fail on a submount during traversal
1628         * lib/fts.c (fts_build): Read the stat info again after opening
1629         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
1630         Original report at http://bugzilla.redhat.com/501848.
1631
1632 2009-11-12  Jim Meyering  <meyering@redhat.com>
1633
1634         bootstrap: sync from coreutils
1635         * build-aux/bootstrap (bootstrap_epilogue): New function.
1636         Use git_modules_config in one more place.  This make bootstrap's
1637         --gnulib-srcdir option more useful for testing.
1638
1639         bootstrap: generalize autoheader check
1640         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
1641         AC_CONFIG_HEADERS.
1642
1643 2009-11-11  Eric Blake  <ebb9@byu.net>
1644
1645         mkfifoat: use new modules for Solaris and BSD bugs
1646         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
1647         * lib/mkfifoat.c (mknodat): Split...
1648         * lib/mknodat.c (mknodat): ...into new file.
1649         * modules/mkfifoat (Files): Ship new file.
1650         (Depends-on): Add mkfifo, mknod.
1651         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
1652         (Depends-on): Add symlink.
1653         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
1654         redundant with test_mkfifo.h.
1655         (do_mkfifoat, do_mknodat): New helpers.
1656
1657         mknod: new module
1658         * modules/mknod: New file.
1659         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
1660         * lib/mknod.c (mknod): Likewise.
1661         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
1662         defaults.
1663         * modules/sys_stat (Makefile.am): Substitute them.
1664         * lib/sys_stat.in.h (mknod): Declare replacement.
1665         * MODULES.html.sh (Support for systems lacking POSIX:2008):
1666         Document it.
1667         * doc/posix-functions/mknod.texi (mknod): Likewise.
1668         * modules/mknod-tests: New test.
1669         * tests/test-mknod.c: Likewise.
1670
1671         mkfifo: new module
1672         * modules/mkfifo: New file.
1673         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
1674         * lib/mkfifo.c (mkfifo): Likewise.
1675         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
1676         defaults.
1677         * modules/sys_stat (Makefile.am): Substitute them.
1678         * lib/sys_stat.in.h (mkfifo): Declare replacement.
1679         * MODULES.html.sh (Support for systems lacking POSIX:2008):
1680         Document it.
1681         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
1682         * modules/mkfifo-tests: New test.
1683         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
1684         from test-mkfifoat.c.
1685         * tests/test-mkfifo.c: New file.
1686
1687         readlink: detect FreeBSD bug
1688         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
1689         slash on symlink.
1690         * doc/posix-functions/readlink.texi (readlink): Document the bug.
1691         * tests/test-readlink.h (test_readlink): Enhance test.
1692
1693         symlink: detect FreeBSD bug
1694         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
1695         slash on symlink.
1696         * doc/posix-functions/symlink.texi (symlink): Document the bug.
1697         * tests/test-symlink.h (test_symlink): Enhance test.
1698
1699 2009-11-10  Eric Blake  <ebb9@byu.net>
1700
1701         link: detect FreeBSD bug
1702         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
1703         symlink.
1704         * doc/posix-functions/link.texi (link): Document the bug.
1705         * tests/test-link.h (test_link): Enhance test.
1706         * tests/test-linkat.c (main): Update caller.
1707
1708         unlink, remove: detect FreeBSD bug
1709         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
1710         slash on symlink.
1711         * doc/posix-functions/unlink.texi (unlink): Document the bug.
1712         * doc/posix-functions/remove.texi (remove): Likewise.
1713         * tests/test-unlink.h (test_unlink): Enhance test.
1714         * tests/test-remove.c (main): Likewise.
1715
1716 2009-11-09  Eric Blake  <ebb9@byu.net>
1717
1718         rename: detect FreeBSD bug
1719         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
1720         slash on symlink.
1721         * modules/renameat-tests (Depends-on): Add filenamecat.
1722         * tests/test-rename.h (test_rename): Allow one more errno.
1723         * tests/test-renameat.c (main): Likewise.
1724         * doc/posix-functions/rename.texi (rename): Document the bug.
1725
1726         open: detect FreeBSD bug
1727         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
1728         symlink.
1729         * doc/posix-functions/open.texi (open): Document the bug.
1730         * doc/posix-functions/utimes.texi (utimes): Likewise.
1731         * tests/test-open.h (test_open): Add parameters, and test symlink
1732         handling.
1733         * tests/test-open.c (main): Adjust caller.
1734         * tests/test-fcntl-safer.c (main): Likewise.
1735         * modules/open-tests (Depends-on): Add stdbool, symlink.
1736         * modules/fcntl-safer-tests (Depends-on): Likewise.
1737         * tests/test-openat.c (main): Add test-open tests.
1738
1739         stat: detect FreeBSD bug
1740         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
1741         symlink.
1742         * doc/posix-functions/stat.texi (stat): Document the bug.
1743         * tests/test-stat.h (test_stat_func): Add argument.
1744         * tests/test-stat.c (main): Adjust caller.
1745         * tests/test-fstatat.c (main): Likewise.
1746         * modules/stat-tests (Depends-on): Add stdbool, symlink.
1747         Reported by Jim Meyering.
1748
1749 2009-11-09  James Youngman  <jay@gnu.org>
1750
1751         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
1752         * lib/strftime.c: Correct placement of #include "ignore-value.h".
1753
1754 2009-11-08  Jim Meyering  <meyering@redhat.com>
1755
1756         utimens: remove invalid futimesat call
1757         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
1758         It used the file descriptor of the target file as the DIR_FD
1759         parameter and NULL as the file name.  That caused failure with
1760         errno == EFAULT on FreeBSD-8.0-rc2
1761
1762 2009-11-07  Eric Blake  <ebb9@byu.net>
1763
1764         fflush, freadseek: use fseeko, not fseek
1765         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
1766         (clear_ungetc_buffer): Avoid potential problems on large files.
1767         * lib/freadseek.c (freadseek): Likewise.
1768         * modules/freadseek (Depends-on): Add fseeko.
1769         * modules/fseek (configure.ac): Set a witness.
1770         * tests/test-fflush.c (main): Use fseeko.
1771         * tests/test-fpurge.c (fseek): Disable link warning.
1772         * tests/test-freadable.c (fseek): Likewise.
1773         * tests/test-freading.c (fseek): Likewise.
1774         * tests/test-fseeko.c (fseek): Likewise.
1775         * tests/test-ftell.c (fseek): Likewise.
1776         * tests/test-ftello.c (fseek): Likewise.
1777         * tests/test-fwritable.c (fseek): Likewise.
1778         * tests/test-fwriting.c (fseek): Likewise.
1779
1780 2009-11-06  Simon Josefsson  <simon@josefsson.org>
1781
1782         * modules/memchr (Depends-on): Drop getpagesize dependency.
1783
1784 2009-11-06  Simon Josefsson  <simon@josefsson.org>
1785
1786         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
1787         Reported by Ludovic Courtès.
1788         * build-aux/pmccabe2html: Improve example usage.
1789         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
1790
1791 2009-11-06  Jim Meyering  <meyering@redhat.com>
1792
1793         do-release-commit-and-tag: New module.
1794         Automate the release-commit and tag process.
1795         * build-aux/do-release-commit-and-tag: New script, from coreutils.
1796         * modules/do-release-commit-and-tag: New file.
1797         * MODULES.html.sh (Support for maintaining and releasing): Add it.
1798
1799 2009-11-06  Simon Josefsson  <simon@josefsson.org>
1800
1801         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
1802         because test-select.c uses inet_pton.
1803
1804 2009-11-06  Simon Josefsson  <simon@josefsson.org>
1805
1806         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
1807         GETADDRINFO_LIB.  Bump serial number.
1808         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
1809         Suggested by Eric Blake <ebb9@byu.net>.
1810
1811 2009-11-05  Eric Blake  <ebb9@byu.net>
1812
1813         strtod: detect darwin bug
1814         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
1815         Reported by Leo Davis.
1816
1817         freopen-safer: new module
1818         * modules/freopen-safer: New module.
1819         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
1820         * lib/freopen-safer.c (freopen_safer): New file.
1821         * lib/stdio-safer.h (freopen_safer): New declaration.
1822         * lib/stdio--.h (freopen): New override.
1823         * MODULES.html.sh (File stream based Input/Output): Mention it.
1824         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
1825         freopen-safer module.
1826         * doc/posix-functions/stderr.texi (stderr): Likewise.
1827         * doc/posix-functions/stdin.texi (stdin): Likewise.
1828         * doc/posix-functions/stdout.texi (stdout): Likewise.
1829         * modules/freopen-safer-tests: New test.
1830         * tests/test-reopen-safer.c: New file.
1831
1832 2009-11-05  Jim Meyering  <meyering@redhat.com>
1833
1834         maint.mk: Prohibit inclusion of "close-stream.h" without use.
1835         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
1836
1837 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1838
1839         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
1840
1841 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1842
1843         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
1844
1845 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1846
1847         Fix link error.
1848         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
1849         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1850
1851 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1852
1853         * tests/test-func.c: Also test value of __func__.
1854
1855 2009-11-05  Simon Josefsson  <simon@josefsson.org>
1856
1857         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
1858         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
1859
1860 2009-11-05  Bruno Haible  <bruno@clisp.org>
1861
1862         Fix link error.
1863         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
1864         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1865         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
1866
1867 2009-11-05  Bruno Haible  <bruno@clisp.org>
1868
1869         Tests for module 'inet_pton'.
1870         * modules/inet_pton-tests: New file.
1871         * tests/test-inet_pton.c: New file.
1872
1873 2009-11-05  Bruno Haible  <bruno@clisp.org>
1874
1875         Tests for module 'inet_ntop'.
1876         * modules/inet_ntop-tests: New file.
1877         * tests/test-inet_ntop.c: New file.
1878
1879 2009-11-04  Eric Blake  <ebb9@byu.net>
1880
1881         stdlib-safer: wrap all mkstemp variants
1882         * modules/mkostemp (configure.ac): Set witness.
1883         * modules/mkostemps (configure.ac): Likewise.
1884         * modules/mkstemps (configure.ac): Likewise.
1885         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
1886         (mkstemps_safer): Wrap more functions.
1887         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
1888         wrapping.
1889         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
1890         (mkstemps_safer): Implement the wrappers.
1891
1892         mkstemps, mkostemps: new modules
1893         * modules/mkostemps: New module.
1894         * modules/mkstemps: Likewise.
1895         * lib/mkostemps.c (mkostemps): New file.
1896         * lib/mkstemps.c (mkstemps): Likewise.
1897         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
1898         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
1899         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
1900         * modules/stdlib (Makefile.am): Substitute them.
1901         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
1902         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
1903         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
1904         * doc/gnulib.texi (Glibc stdlib.h): Include them.
1905         * MODULES.html.sh (File system functions): Mention them.
1906
1907         tempname: resync from glibc
1908         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
1909         same values for __GT_FILE as glibc.  Abort even when assertions
1910         are disabled.
1911         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
1912         match its value otherwise.  Allow idempotent inclusion.
1913         * lib/mkdtemp.c (mkdtemp): Adjust caller.
1914         * lib/mkostemp.c (mkostemp): Likewise.
1915         * lib/mkstemp.c (mkstemp): Likewise.
1916         * lib/tmpfile.c (tmpfile): Likewise.
1917         * NEWS: Document this.
1918
1919         utimens: fix use of futimens on older Linux
1920         * lib/utimens.c (fdutimens): Use updated, rather than original,
1921         timespec to avoid bug in older Linux kernel.
1922         Reported by Simon Josefsson.
1923
1924 2009-11-04  Bruno Haible  <bruno@clisp.org>
1925
1926         Make num_processors more flexible and consistent.
1927         * lib/nproc.h (enum nproc_query): New type.
1928         (num_processors): Add a 'query' argument.
1929         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
1930         (num_processors): Add a 'query' argument. Test the value of the
1931         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
1932         mingw, count the number of CPUs available for the current process.
1933         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
1934         Check for sched_getaffinity and sched_getaffinity_np.
1935         * modules/nproc (Depends-on): Add c-ctype, extensions.
1936         * NEWS: Mention the change.
1937
1938 2009-11-03  Bruno Haible  <bruno@clisp.org>
1939
1940         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
1941
1942 2009-11-03  Jim Meyering  <meyering@redhat.com>
1943
1944         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
1945         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
1946         if it is defined.
1947
1948 2009-11-02  Eric Blake  <ebb9@byu.net>
1949
1950         mktime, timegm: share common declaration
1951         * lib/mktime-internal.h: New file.
1952         * lib/mktime.c: Use it rather than open-coding a declaration.
1953         * lib/timegm.c: Likewise.
1954         * modules/mktime (Files): Ship it.
1955         * modules/timegm (Files): Likewise.
1956         Suggested by Bruno Haible.
1957
1958         test-update-copyright: update test to match script changes
1959         * tests/test-update-copyright.sh: Avoid hard-coding perl
1960         location.  Don't update *.bak created by earlier runs.
1961
1962 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
1963             Simon Josefsson  <simon@josefsson.org>
1964             Bruno Haible  <bruno@clisp.org>
1965
1966         Fix link error on Solaris 8.
1967         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
1968         also in libnsl. Define also INET_PTON_LIB.
1969         * modules/inet_pton (Link): New section.
1970
1971 2009-11-02  Simon Josefsson  <simon@josefsson.org>
1972             Bruno Haible  <bruno@clisp.org>
1973
1974         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
1975         * modules/inet_ntop (Link): New section.
1976         Reported by Boyan Kasarov <bkasarov@gmail.com>.
1977
1978 2009-11-02  Eric Blake  <ebb9@byu.net>
1979
1980         maint: avoid compiler warnings in m4 macros
1981         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
1982         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
1983
1984 2009-11-02  Simon Josefsson  <simon@josefsson.org>
1985
1986         * m4/pmccabe2html.m4: Remove file.
1987         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
1988         function.  Change maintainer.
1989         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
1990         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
1991         Courtès).
1992
1993 2009-10-31  Eric Blake  <ebb9@byu.net>
1994
1995         fseeko: fix m4 regression
1996         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
1997         regression from 2009-10-27.
1998         Reported by Ralf Wildenhues.
1999
2000 2009-10-31  Jim Meyering  <meyering@redhat.com>
2001
2002         inttostr: aesthetics and improved (compile-time) safety
2003         Define inttype_is_signed rather than inttype_is_unsigned,
2004         since the sole use is via "#if inttype_is_signed".
2005         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
2006         inttype_is_unsigned.
2007         * lib/offtostr.c (inttype_is_signed): Likewise.
2008         * lib/uinttostr.c (inttype_is_signed): Likewise.
2009         * lib/umaxtostr.c (inttype_is_signed): Likewise.
2010         * lib/inttostr.c (inttostr): Use verify to cross-check the
2011         inttype_is_signed value and the signedness of the actual type.
2012         * modules/inttostr (Depends-on): Add verify.
2013
2014 2009-10-30  Eric Blake  <ebb9@byu.net>
2015
2016         build: avoid compiler warnings
2017         * lib/fchmodat.c (lchmod): Mark unused variables.
2018         * lib/getopt.c (_getopt_initialize): Likewise.
2019         * lib/mktime.c (__mktime_internal): Provide prototype.
2020         * lib/inttostr.c (inttostr): Avoid compiler warning even with
2021         older gcc that do not understand #pragma GCC diagnostic.
2022         * lib/uinttostr.c (inttype_is_unsigned): Define.
2023         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
2024
2025 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
2026
2027         stat: fix compilation on AIX
2028         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
2029         only see struct stat64.
2030
2031 2009-10-30  Eric Blake  <ebb9@byu.net>
2032
2033         exclude: make more robust
2034         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
2035         rather than masking a coding bug.
2036         Suggested by Bruno Haible.
2037
2038 2009-10-30  Jim Meyering  <meyering@redhat.com>
2039
2040         perl scripts: remove #!/usr/bin/perl in favor of more portable...
2041         Rather than putting #!/usr/bin/perl on the first line,
2042         start with a variant of what's recommended by "man perlrun" that
2043         invokes the first "perl" program from your shell's search path.
2044         * build-aux/gitlog-to-changelog: Replace #!... as above.
2045         Add a "Local Variables" perl mode setting.
2046         Prompted by a patch from Ludovic Courtès.
2047         Improved by Eric Blake.
2048         * build-aux/useless-if-before-free: Likewise.
2049         * build-aux/announce-gen: Likewise.
2050         * build-aux/update-copyright: Likewise.
2051
2052 2009-10-29  Eric Blake  <ebb9@byu.net>
2053
2054         filenamecat-lgpl: adjust clients
2055         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
2056         filenamecat.
2057         * modules/renameat (Depends-on): Likewise.
2058
2059         filenamecat: split into filenamecat-lgpl
2060         * modules/filenamecat-lgpl: New module.
2061         * modules/filenamecat (Files): Move library-safe files into
2062         filenamecat-lgpl.
2063         (Depends-on): Add filenamecat-lgpl.
2064         (configure.ac): Declare witness.
2065         * lib/filenamecat.h (file_name_concat): Only declare when using
2066         GPL module.
2067         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
2068         Move...
2069         * lib/filenamecat-lgpl.c: ...into new file.
2070         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
2071         (gl_FILE_NAME_CONCAT): Use it.
2072         * MODULES.html.sh (File system functions): Mention new module.
2073
2074         argp: avoid memory leak
2075         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
2076         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
2077         base_name, since the latter malloc()s and can call exit().
2078         Leak introduced 2006-07-03.
2079
2080         dirname-lgpl: adjust clients that don't need full dirname
2081         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
2082         * modules/filenamecat (Depends-on): Likewise.
2083         * modules/linkat (Depends-on): Likewise.
2084         * modules/mkancesdirs (Depends-on): Likewise.
2085         * modules/mkdir (Depends-on): Likewise.
2086         * modules/openat (Depends-on): Likewise.
2087         * modules/savewd (Depends-on): Likewise.
2088         * modules/rename (Depends-on): Likewise.
2089         (License): Relax license.
2090         * modules/mkdir-tests (Depends-on): Drop progname.
2091         (Makefile.am): Delete unneeded LDADD.
2092         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
2093
2094         dirname: split into dirname-lgpl
2095         * modules/dirname-lgpl: New module.
2096         * modules/dirname (Files): Move library-safe files into
2097         dirname-lgpl.
2098         (Depends-on): Add dirname-lgpl.
2099         (configure.ac): Declare witness.
2100         * modules/double-slash-root (License): Relax license.
2101         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
2102         module.
2103         * lib/dirname.c (dir_len, mdir_name): Move...
2104         * lib/dirname-lgpl.c: ...into new file.
2105         * lib/basename.c (last_component, base_len): Move...
2106         * lib/basename-lgpl.c: ...into new file.
2107         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
2108         (gl_DIRNAME): Use it.
2109         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
2110         Mention new module.
2111         * modules/dirname-tests (Depends-on): Add progname.
2112         * tests/test-dirname.c (program_name): Delete.
2113
2114         mkdir: make safe for libraries
2115         * modules/mkdir (Depends-on): Drop xalloc.
2116         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
2117         exit.
2118
2119         tests: avoid some compiler warnings
2120         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
2121         literals.
2122         * tests/test-memchr.c (main): Avoid type mismatch.
2123         * tests/test-arpa_inet.c (main): Avoid unused parameters.
2124         * tests/test-base64.c (main): Likewise.
2125         * tests/test-getdelim.c (main): Likewise.
2126         * tests/test-gethostname.c (main): Likewise.
2127         * tests/test-getline.c (main): Likewise.
2128         * tests/test-netinet_in.c (main): Likewise.
2129         * tests/test-select.c (open_server_socket, main): Likewise.
2130         * tests/test-select-stdin.c (main): Likewise.
2131         * tests/test-sockets.c (main): Likewise.
2132         * tests/test-strsignal.c (main): Likewise.
2133         * tests/test-sys_select.c (main): Likewise.
2134         * tests/test-sys_socket.c (main): Likewise.
2135         * tests/test-u64.c (main): Likewise.
2136         * tests/test-xfprintf-posix.c (main): Likewise.
2137         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
2138
2139         sockets: avoid compiler warning
2140         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
2141
2142         maint: detect usage(1) and other suspicious exits
2143         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
2144
2145 2009-10-29  Jim Meyering  <meyering@redhat.com>
2146
2147         timespec: long-to-int truncation could make timespec_cmp malfunction
2148         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
2149         a multiple of 2^32 nanoseconds as no difference.
2150
2151 2009-10-28  Jim Meyering  <meyering@redhat.com>
2152
2153         fprintftime: wrap macro code argument in "do {...} while(0)"
2154         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
2155         cpy macro must be a statement that can be followed by a semicolon.
2156         Now that the else clause contains a comment and is hence longer
2157         than one line, I require curly braces.  That in turn requires
2158         that we wrap this code block in the standard do...while(0).
2159
2160         fprintftime: remove stray semicolon from previous change
2161         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
2162
2163         fprintftime: avoid a warning about ignored fwrite return value
2164         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
2165         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
2166         that is unsafe.
2167         * modules/fprintftime (Depends-on): Add ignore-value.
2168
2169         exclude: avoid an unwarranted warning
2170         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
2171
2172 2009-10-27  Eric Blake  <ebb9@byu.net>
2173
2174         fseek: avoid compilation failure when fflush is replaced
2175         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
2176         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
2177         module is in use.
2178         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
2179         module is not in use; since REPLACE_FSEEK worked otherwise.
2180         (GNULIB_FTELLO): Likewise for ftell.
2181         Reported by Ian Beckwith and others.
2182
2183 2009-10-27  Bruno Haible  <bruno@clisp.org>
2184
2185         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
2186         Reported by Jim Meyering.
2187
2188 2009-10-27  Jim Meyering  <jim@meyering.net>
2189             Bruno Haible  <bruno@clisp.org>
2190
2191         Avoid warning despite dropping the return value of fwrite.
2192         * lib/unicodeio.c: Include ignore-value.h.
2193         (fwrite_success_callback): Explicitly ignore fwrite's return value.
2194         * modules/unicodeio (Depends-on): Add ignore-value.
2195
2196 2009-10-26  Eric Blake  <ebb9@byu.net>
2197
2198         areadlinkat: fix fallback path
2199         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
2200         pointer and zero.
2201
2202 2009-10-22  Pádraig Brady  <P@draigBrady.com>
2203
2204         Use a better IO block size for modern systems
2205         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
2206         * lib/md2.c: Likewise.
2207         * lib/md4.c: Likewise.
2208         * lib/md5.c: Likewise.
2209         * lib/sha1.c: Likewise.
2210         * lib/sha256.c: Likewise.
2211         * lib/sha512.c: Likewise.
2212
2213 2009-10-22  Eric Blake  <ebb9@byu.net>
2214
2215         tests: avoid several compiler warnings
2216         * tests/test-getcwd.c (main): Avoid buffer underflow.
2217         * tests/test-getdate.c (main): String literals are not safe with
2218         putenv, so use setenv.  Declare unused argument.
2219         * modules/getdate-tests (Depends-on): Add setenv.
2220         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
2221         problems with string literals in char *.
2222         * tests/test-hash.c (main): Avoid shadowing declaration.
2223         (insert_new): Treat string literals as char const *.
2224         * tests/test-getopt.h (test_getopt): Likewise.
2225         (getopt_loop): Alter types to minimize casting elsewhere.
2226         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
2227         (test_getopt_long_posix): Likewise.
2228         (do_getopt_long): Add wrapper to minimize casting.
2229         * tests/test-atexit.c (clear_temp_file): Use void.
2230         * tests/test-areadlink-with-size.c (main): Declare unused
2231         arguments.
2232         * tests/test-areadlink.c (main): Likewise.
2233         * tests/test-areadlinkat-with-size.c (main): Likewise.
2234         * tests/test-areadlinkat.c (main): Likewise.
2235         * tests/test-canonicalize-lgpl.c (main): Likewise.
2236         * tests/test-canonicalize.c (main): Likewise.
2237         * tests/test-dirent-safer.c (main): Likewise.
2238         * tests/test-dirname.c (main): Likewise.
2239         * tests/test-dup2.c (main): Likewise.
2240         * tests/test-fchdir.c (main): Likewise.
2241         * tests/test-fcntl-h.c (main): Likewise.
2242         * tests/test-fcntl-safer.c (main): Likewise.
2243         * tests/test-fdopendir.c (main): Likewise.
2244         * tests/test-fdutimensat.c (main): Likewise.
2245         * tests/test-fflush.c (main): Likewise.
2246         * tests/test-filenamecat.c (main): Likewise.
2247         * tests/test-filevercmp.c (main): Likewise.
2248         * tests/test-fopen-safer.c (main): Likewise.
2249         * tests/test-fopen.c (main): Likewise.
2250         * tests/test-fpending.c (main): Likewise.
2251         * tests/test-fpurge.c (main): Likewise.
2252         * tests/test-freading.c (main): Likewise.
2253         * tests/test-fstatat.c (main): Likewise.
2254         * tests/test-fsync.c (main): Likewise.
2255         * tests/test-futimens.c (main): Likewise.
2256         * tests/test-getndelim2.c (main): Likewise.
2257         * tests/test-gettimeofday.c (main): Likewise.
2258         * tests/test-getopt.c (main): Likewise.
2259         * tests/test-i-ring.c (main): Likewise.
2260         * tests/test-inttypes.c (main): Likewise.
2261         * tests/test-link.c (main): Likewise.
2262         * tests/test-lstat.c (main): Likewise.
2263         * tests/test-math.c (main): Likewise.
2264         * tests/test-md5.c (main): Likewise.
2265         * tests/test-memchr2.c (main): Likewise.
2266         * tests/test-memrchr.c (main): Likewise.
2267         * tests/test-mkdir.c (main): Likewise.
2268         * tests/test-mkdirat.c (main): Likewise.
2269         * tests/test-mkfifoat.c (main): Likewise.
2270         * tests/test-open.c (main): Likewise.
2271         * tests/test-openat-safer.c (main): Likewise.
2272         * tests/test-openat.c (main): Likewise.
2273         * tests/test-quotearg.c (main): Likewise.
2274         * tests/test-rawmemchr.c (main): Likewise.
2275         * tests/test-readlink.c (main): Likewise.
2276         * tests/test-remove.c (main): Likewise.
2277         * tests/test-rename.c (main): Likewise.
2278         * tests/test-renameat.c (main): Likewise.
2279         * tests/test-rmdir.c (main): Likewise.
2280         * tests/test-sha1.c (main): Likewise.
2281         * tests/test-signal.c (main): Likewise.
2282         * tests/test-sigaction.c (main): Likewise.
2283         * tests/test-stat.c (main): Likewise.
2284         * tests/test-stat-time.c (main): Likewise.
2285         * tests/test-stddef.c (main): Likewise.
2286         * tests/test-stdint.c (main): Likewise.
2287         * tests/test-stdio.c (main): Likewise.
2288         * tests/test-stdlib.c (main): Likewise.
2289         * tests/test-strchrnul.c (main): Likewise.
2290         * tests/test-strerror.c (main): Likewise.
2291         * tests/test-string.c (main): Likewise.
2292         * tests/test-strtod.c (main): Likewise.
2293         * tests/test-strverscmp.c (main): Likewise.
2294         * tests/test-symlink.c (main): Likewise.
2295         * tests/test-symlinkat.c (main): Likewise.
2296         * tests/test-sys_stat.c (main): Likewise.
2297         * tests/test-sys_time.c (main): Likewise.
2298         * tests/test-time.c (main): Likewise.
2299         * tests/test-unistd.c (main): Likewise.
2300         * tests/test-unlink.c (main): Likewise.
2301         * tests/test-unlinkat.c (main): Likewise.
2302         * tests/test-utimens.c (main): Likewise.
2303         * tests/test-utimensat.c (main): Likewise.
2304         * tests/test-version-etc.c (main): Likewise.
2305         * tests/test-wchar.c (main): Likewise.
2306         * tests/test-wctype.c (main): Likewise.
2307         * tests/test-xprintf-posix.c (main): Likewise.
2308         * tests/test-posixtm.c (main): Likewise.
2309         (STREQ): Delete unused macro.
2310         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
2311         shadowed variables.
2312         * tests/test-memchr.c (main): Likewise.
2313
2314 2009-10-21  Eric Blake  <ebb9@byu.net>
2315
2316         areadlinkat: avoid failure on older glibc
2317         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
2318         rather than mis-comparing 0 against FUNC_RESULT of char*.
2319
2320 2009-10-21  Bruno Haible  <bruno@clisp.org>
2321
2322         * modules/stpncpy (License): Relicense under LGPLv2+.
2323         Reported by David Lutterkort <lutter@redhat.com>.
2324
2325 2009-10-20  Eric Blake  <ebb9@byu.net>
2326
2327         utimensat: work around Solaris 9 bug
2328         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
2329         has trailing slash bugs.
2330         * tests/test-lutimens.h (test_lutimens): Enhance test.
2331         * tests/test-utimens.h (test_utimens): Likewise.
2332         * doc/posix-functions/utime.texi (utime): Enhance documentation.
2333         * doc/posix-functions/utimes.texi (utimes): Likewise.
2334         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2335         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
2336         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
2337         * doc/posix-functions/futimens.texi (futimens): Likewise.
2338
2339         fdutimensat: new module
2340         * modules/fdutimensat: New file.
2341         * lib/fdutimensat.c (fdutimensat): Likewise.
2342         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
2343         * MODULES.html.sh (File system functions): Mention module.
2344         * modules/fdutimensat-tests: New test.
2345         * tests/test-fdutimensat.c: Likewise.
2346
2347         doc: regenerate INSTALL
2348         * doc/INSTALL: Reflect recent autoconf update.
2349         * doc/INSTALL.ISO: Likewise.
2350         * doc/INSTALL.UTF-8: Likewise.
2351
2352 2009-10-20  Pádraig Brady  <P@draigBrady.com>
2353
2354         acl: warn if ACL support is not detected
2355         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
2356
2357 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
2358
2359         * lib/nproc.h: Add extern "C" block for C++.
2360
2361 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
2362             Bruno Haible  <bruno@clisp.org>
2363
2364         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
2365         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
2366         * doc/posix-functions/isalpha.texi: Likewise.
2367         * doc/posix-functions/isblank.texi: Likewise.
2368         * doc/posix-functions/iscntrl.texi: Likewise.
2369         * doc/posix-functions/isdigit.texi: Likewise.
2370         * doc/posix-functions/isgraph.texi: Likewise.
2371         * doc/posix-functions/islower.texi: Likewise.
2372         * doc/posix-functions/isprint.texi: Likewise.
2373         * doc/posix-functions/ispunct.texi: Likewise.
2374         * doc/posix-functions/isspace.texi: Likewise.
2375         * doc/posix-functions/isupper.texi: Likewise.
2376         * doc/posix-functions/isxdigit.texi: Likewise.
2377
2378 2009-10-18  Bruno Haible  <bruno@clisp.org>
2379
2380         Tests for module 'isblank'.
2381         * modules/isblank-tests: New file.
2382         * tests/test-isblank.c: New file.
2383
2384         New module 'isblank'.
2385         * lib/isblank.c: New file.
2386         * m4/isblank.m4: New file.
2387         * modules/isblank: New file.
2388         * doc/posix-functions/isblank.texi: Mention the new module.
2389
2390 2009-10-18  Bruno Haible  <bruno@clisp.org>
2391
2392         New module 'ctype'.
2393         * lib/ctype.in.h: New file.
2394         * m4/ctype.m4: New file.
2395         * modules/ctype: New file.
2396         * doc/posix-headers/ctype.texi: Mention the new module.
2397
2398 2009-10-18  Jim Meyering  <meyering@redhat.com>
2399
2400         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
2401         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
2402         right after its initialization, rather than farther down.
2403         Keeping these in close proximity makes it easier to ensure
2404         that each such variable is initialized.  E.g.,
2405
2406             LIB_CLOCK_GETTIME=
2407             AC_SUBST([LIB_CLOCK_GETTIME])
2408
2409         This change also increments these serial numbers.
2410         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
2411         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2413
2414 2009-10-18  Bruno Haible  <bruno@clisp.org>
2415
2416         Don't let environment variables perturb build.
2417         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
2418         (gl_PREREQ_GETHRXTIME): ... not here.
2419
2420 2009-10-18  Bruno Haible  <bruno@clisp.org>
2421
2422         Avoid symlink attack in localcharset module.
2423         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
2424         (O_NOFOLLOW): Define fallback.
2425         (get_charset_aliases): Don't open the file if it is a symbolic link.
2426         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
2427         gl_FCNTL_H.
2428         (gl_FCNTL_H): Require it.
2429         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
2430         * modules/localcharset (Files): Add m4/fcntl_h.m4.
2431         Reported by Fergal Glynn <fglynn@veracode.com>.
2432
2433 2009-10-18  Bruno Haible  <bruno@clisp.org>
2434
2435         Implement nproc for mingw.
2436         * lib/nproc.c: Include <windows.h>
2437         (num_processors): On native Windows platforms, try GetSystemInfo.
2438
2439 2009-10-18  Bruno Haible  <bruno@clisp.org>
2440
2441         Implement nproc for IRIX.
2442         * lib/nproc.c: Include <sys/sysmp.h>.
2443         (num_processors): On IRIX systems, try sysmp.
2444         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
2445
2446 2009-10-18  Bruno Haible  <bruno@clisp.org>
2447
2448         Implement nproc for HP-UX.
2449         * lib/nproc.c: Include <sys/pstat.h>
2450         (num_processors): On HP-UX systems, try pstat_getdynamic.
2451         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
2452         pstat_getdynamic.
2453
2454 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
2455             Bruno Haible  <bruno@clisp.org>
2456
2457         Implement nproc for NetBSD, OpenBSD.
2458         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
2459         (ARRAY_SIZE): New macro.
2460         (num_processors): On BSD systems, try sysctl of HW_NCPU.
2461         * m4/nproc.m4: New file.
2462         * modules/nproc (Files): Add m4/nproc.m4.
2463         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
2464         (Makefile.am): Instead, augment lib_SOURCES.
2465
2466 2009-10-18  Bruno Haible  <bruno@clisp.org>
2467
2468         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
2469         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
2470         sys/param.h.
2471
2472 2009-10-16  Eric Blake  <ebb9@byu.net>
2473
2474         utimensat: new module
2475         * modules/utimensat: New file.
2476         * lib/utimensat.c (utimensat): Likewise.
2477         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2478         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
2479         so we can work around Linux bugs.
2480         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
2481         * modules/sys_stat (Makefile.am): Substitute them.
2482         * lib/sys_stat.in.h (utimensat): Declare it.
2483         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
2484         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2485         * modules/utimensat-tests: New test.
2486         * tests/test-utimensat.c: Likewise.
2487
2488         utimens: let lutimens work on non-symlinks
2489         * lib/utimens.c (lutimens): Fall back to utimens rather than
2490         failing with ENOSYS, when file is not a symlink.
2491         (utimens): Reduce redirection.
2492         * tests/test-lutimens.h (test_lutimens): Update test to cover
2493         non-symlinks.
2494         * tests/test-utimens.h (test_utimens): Update test to cover
2495         symlinks.
2496         * tests/test-utimens.c (main): Update caller.
2497
2498         utimens: cache whether utimensat syscall works
2499         * lib/utimens.c (utimensat_works_really): New cache variable.
2500         (fdutimens, lutimens): Use it to avoid failing syscall.
2501
2502         test-stat-time, test-utimens: improve portability
2503         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
2504         ext4 on alpha, and for cygwin.
2505         * tests/test-utimens-common.h: New file.
2506         (nap): Factor delays into single function.
2507         * tests/test-lutimens.h (test_lutimens): Use new header.
2508         * tests/test-futimens.h (test_futimens): Likewise.
2509         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
2510         timestamps to occur from same machine, as was done previously for
2511         test_utimens.
2512         * modules/utimens-tests (Files): Ship new file.
2513         * modules/futimens-tests (Files): Likewise.
2514         Reported in part by Jim Meyering.
2515
2516         sys_stat: sort replacement declarations
2517         * lib/sys_stat.in.h: Sort declarations.
2518         * lib/futimens.c (futimens): Fix typo.
2519
2520 2009-10-15  Jim Meyering  <meyering@redhat.com>
2521
2522         don't let environment settings perturb build
2523         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
2524         could cause a configure-time and/or build-time malfunction.
2525         Typically, a configure-time function-in-library test is performed
2526         via code like this:
2527
2528           LIB_VAR=
2529           AC_SUBST([LIB_VAR])
2530           prefix_saved_LIBS=$LIBS
2531             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
2532                        [test "$ac_cv_search_FUNC" = "none required" ||
2533                         LIB_VAR=$ac_cv_search_FUNC])
2534           LIBS=$prefix_saved_LIBS
2535
2536         However, in each of the files affected by this change, the LIB_VAR=
2537         initialization was omitted.  Thus, when set in the environment, its
2538         value would propagate into generated Makefiles when FUNC is not found
2539         in LIB_NAME.
2540         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
2541         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2542         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2543
2544 2009-10-14  Eric Blake  <ebb9@byu.net>
2545
2546         fchdir: avoid infinite recursion in mingw
2547         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
2548         recursing.
2549
2550         test-stat-time: port to mingw
2551         * tests/test-stat-time.c (force_unlink): Return a value.
2552         (test_ctime) [W32]: Fix compilation error.
2553         (nap): Don't call usleep with too large an argument.  Use
2554         force_unlink.
2555         * doc/pastposix-functions/usleep.texi (usleep): Document the
2556         portability issue.
2557
2558 2009-10-13  Jim Meyering  <meyering@redhat.com>
2559
2560         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
2561         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
2562         * modules/pipe-filter-ii: Likewise.
2563         * modules/sys_socket-tests: Likewise.
2564         * modules/tsearch-tests: Likewise.
2565         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
2566         (check): Depend on it.
2567
2568 2009-10-12  Eric Blake  <ebb9@byu.net>
2569
2570         utimens-tests: port to NFS file systems
2571         * tests/test-utimens.h (test_utimens): Refactor utimecmp
2572         comparisons to avoid spurious failures from timestamp drift
2573         between NFS machines.
2574
2575 2009-10-12  Eric Blake  <ebb9@byu.net>
2576
2577         stat-time-tests: minor cleanups
2578         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
2579         * tests/test-stat-time.c (nap): Separate assignment from call.
2580         Suggested by Paolo Bonzini and Bruno Haible.
2581
2582         sys_stat: guarantee struct timespec
2583         * lib/sys_stat.in.h (includes): Always include <time.h>
2584         * modules/sys_stat (Depends-on): Add time.
2585         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
2586         mode_t permission values.
2587         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
2588         get at subsecond timestamps.
2589
2590 2009-10-10  Eric Blake  <ebb9@byu.net>
2591
2592         futimens: new module
2593         * modules/futimens: New file.
2594         * lib/futimens.c (futimens): Likewise.
2595         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
2596         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
2597         we can work around Linux bugs.
2598         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
2599         * modules/sys_stat (Makefile.am): Substitute them.
2600         * lib/sys_stat.in.h (futimens): Declare it.
2601         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
2602         * doc/posix-functions/futimens.texi (futimens): Likewise.
2603         * modules/futimens-tests: New test.
2604         * tests/test-futimens.c: Likewise.
2605
2606         utimens: introduce fdutimens
2607         * lib/utimens.h (fdutimens): New prototype.
2608         * lib/utimens.c (gl_futimens): Move guts...
2609         (fdutimens): ...to new interface.
2610         * tests/test-utimens.c (do_fdutimens): Use it.
2611
2612         utimens: add UTIME_NOW and UTIME_OMIT support
2613         * lib/utimens.c (validate_timespec, update_timespec): New helper
2614         functions.
2615         (gl_futimens, lutimens): Use them.
2616         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
2617         stdbool, sys_stat.
2618         (Link): Mention resulting library dependency.
2619         * modules/utimecmp (Link): Likewise.
2620         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
2621         (Makefile.am): Pick up library dependency.
2622         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
2623         definition.
2624         * tests/test-sys_stat.c: Test the definitions.
2625         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
2626         * NEWS: Document library dependency.
2627
2628         utimecmp: support symlink timestamps
2629         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
2630         hashing when possible.  Use pathconf when available.
2631         (SYSCALL_RESOLUTION): Recognize tighter resolution.
2632         * modules/utimecmp (Depends-on): Add lstat.
2633
2634         utimens: add lutimens interface
2635         * lib/utimens.c (lutimens): New function.
2636         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
2637         * lib/utimens.h (lutimens): Declare new interface.
2638         * tests/test-utimens.c (main): Enhance test.
2639         * tests/test-lutimens.h (test_lutimens): New file.
2640         * modules/utimens-tests (Files): Distribute it.
2641         (Depends-on): Add symlink.
2642         (configure.ac): Check for usleep.
2643
2644         utimens: validate futimens usage
2645         * lib/utimens.c (gl_futimens): Require valid fd up front, using
2646         fewer syscalls on failure later on.  Avoid compiler warning on
2647         mingw.
2648         * modules/utimens (Depends-on): Add dup2.
2649
2650         utimens: add test
2651         * modules/utimens-tests: New test.
2652         * tests/test-utimens.h: New file.
2653         * tests/test-futimens.h: Likewise.
2654         * tests/test-utimens.c: Likewise.
2655
2656         doc: mention timestamp portability issues
2657         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
2658         instead.
2659         * doc/posix-functions/utime.texi (utime): Likewise.
2660         * doc/posix-functions/utimes.texi (utimes): Likewise.
2661         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
2662         instead.
2663         * doc/posix-functions/futimens.texi (futimens): Mention utimens
2664         module.
2665         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2666         Mention weakness with symlink timestamps.
2667         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
2668         to utimensat/futimens instead.
2669         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
2670
2671         test-dup2: enhance test
2672         * tests/test-dup2.c (main): Also check AT_FDCWD.
2673
2674         test-stat-time: avoid more spurious failures
2675         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
2676         xfs; and avoid race if the two timestamps cross quantization edge.
2677
2678         relocatable: prefer 'file system' over 'filesystem'
2679         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
2680         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
2681         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
2682         * doc/relocatable.texi (Enabling Relocatability): Likewise.
2683         * lib/relocatable.c (compute_curr_prefix): Likewise.
2684
2685 2009-10-10  Jim Meyering  <meyering@redhat.com>
2686
2687         stat-time-tests: check for the usleep function
2688         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
2689
2690 2009-10-10  Bruno Haible  <bruno@clisp.org>
2691
2692         * modules/xnanosleep: Put the Link section after the Include section.
2693
2694 2009-10-09  Eric Blake  <ebb9@byu.net>
2695
2696         dup2: work around FreeBSD 6.1 bug
2697         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
2698         * doc/posix-functions/dup2.texi (dup2): Document it.
2699         Reported by Nelson H. F. Beebe and Jim Meyering.
2700
2701         test-stat-time: port to buggy NFS clients
2702         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
2703         (test_ctime): Also skip test if mtime and ctime are skewed.
2704
2705         maint: prefer 'file system' over 'filesystem'
2706         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
2707         * doc/posix-functions/lstat.texi (lstat): Likewise.
2708         * lib/file-has-acl.c (file_has_acl): Likewise.
2709         * lib/fwriteerror.c [TEST]: Likewise.
2710         * tests/test-areadlink.h (test_areadlink): Likewise.
2711         * tests/test-areadlinkat-with-size.c (main): Likewise.
2712         * tests/test-areadlinkat.c (main): Likewise.
2713         * tests/test-canonicalize-lgpl.c (main): Likewise.
2714         * tests/test-canonicalize.c (main): Likewise.
2715         * tests/test-fstatat.c (main): Likewise.
2716         * tests/test-linkat.c (main): Likewise.
2717         * tests/test-lstat.h (test_lstat_func): Likewise.
2718         * tests/test-mkdir.h (test_mkdir): Likewise.
2719         * tests/test-readlink.h (test_readlink): Likewise.
2720         * tests/test-remove.c (main): Likewise.
2721         * tests/test-rename.h (test_rename): Likewise.
2722         * tests/test-renameat.c (main): Likewise.
2723         * tests/test-rmdir.h (test_rmdir_func): Likewise.
2724         * tests/test-symlink.h (test_symlink): Likewise.
2725         * tests/test-symlinkat.c (main): Likewise.
2726         * tests/test-unlink.h (test_unlink_func): Likewise.
2727         * tests/test-unlinkat.c (main): Likewise.
2728
2729         maint: make realtime library usage explicit
2730         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
2731         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
2732         * modules/settime (Link): Likewise.
2733         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
2734
2735         test-stat-time: speed up execution
2736         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
2737         warning on mingw.
2738         (nap): New helper function.
2739         (prepare_test): Use it to reduce sleep time.
2740         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
2741         execution.
2742         * modules/stat-time-tests (configure.ac): Check for usleep.
2743
2744 2009-10-09  Jim Meyering  <meyering@redhat.com>
2745
2746         selinux-h: always use getfilecon wrappers
2747         * lib/getfilecon.c: New file.
2748         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
2749         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
2750         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
2751         (fgetfilecon): Provide a stub.
2752         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
2753         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
2754         file unconditionally.
2755         When <selinux/selinux.h> is found, arrange to use wrappers.
2756         * modules/selinux-h (Files): Add getfilecon.c.
2757         (Makefile.am): Substitute include-next-related bits
2758         into the now-always-generated selinux/selinux.h file.
2759         * doc/glibc-functions/lgetfilecon.texi: New file.
2760         * doc/glibc-functions/fgetfilecon.texi: New file.
2761         * doc/glibc-functions/getfilecon.texi: New file.
2762         * doc/glibc-functions/getfilecon-desc.texi: New file.
2763         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
2764         which to pull in the new files.
2765         * MODULES.html.sh (Misc): Add selinux-h.
2766
2767 2009-10-08  Jim Meyering  <meyering@redhat.com>
2768
2769         unistd: fix comment typo
2770         * lib/unistd.in.h (euidaccess): Fix a comment typo.
2771
2772 2009-10-08  Eric Blake  <ebb9@byu.net>
2773
2774         areadlink: use SIZE_MAX consistently
2775         * modules/areadlink (Depends-on): Add stdint.
2776         * modules/areadlink-with-size (Depends-on): Likewise.
2777         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
2778         gives NULL; drop sys/types, since unistd gives size_t; and add
2779         stdint for SIZE_MAX.
2780         (SIZE_MAX): Rely on headers.
2781         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
2782         and add stdint.
2783         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
2784         (SIZE_MAX): Likewise.
2785         (INITIAL_BUF_SIZE): Turn into enum.
2786         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
2787
2788 2009-10-08  Jim Meyering  <meyering@redhat.com>
2789
2790         areadlinkat: avoid compilation failure
2791         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
2792         Fix typo in comment.
2793
2794 2009-10-07  Eric Blake  <ebb9@byu.net>
2795
2796         areadlinkat-with-size: new module
2797         * modules/areadlinkat-with-size: New module.
2798         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
2799         * lib/areadlink.h (areadlinkat): Declare it.
2800         * MODULES.html.sh (File system functions): Mention it.
2801         * modules/areadlinkat-with-size-tests: New test.
2802         * tests/test-areadlinkat-with-size.c: New file.
2803
2804         xreadlinkat: new module
2805         * modules/xreadlinkat: New module.
2806         * lib/xreadlinkat.c (xreadlinkat): New file.
2807         * lib/xreadlink.h (xreadlinkat): Declare it.
2808         * MODULES.html.sh (File system functions): Mention it.
2809
2810         areadlinkat: new module
2811         * lib/at-func.c (FUNC_FAIL): New define.
2812         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
2813         * modules/areadlinkat: New module.
2814         * lib/linkat.c (areadlinkat): Move...
2815         * lib/areadlinkat.c (areadlinkat): ...to new file.
2816         * lib/areadlink.h (areadlinkat): Declare it.
2817         * modules/linkat (Depends-on): Add areadlinkat.
2818         * MODULES.html.sh (File system functions): Mention it.
2819         * modules/areadlinkat-tests: New test.
2820         * tests/test-areadlinkat.c: New file.
2821
2822         areadlink, areadlink-with-size: add tests
2823         * modules/areadlink-tests: New test.
2824         * modules/areadlink-with-size-tests: Likewise.
2825         * tests/test-areadlink.h: New file.
2826         * tests/test-areadlink.c: Likewise.
2827         * tests/test-areadlink-with-size.c: Likewise.
2828
2829         maint: minor cleanups
2830         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
2831         _UNUSED_PARAMETER_ instead.
2832         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
2833         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
2834         * modules/linkat-tests (Files): Distribute test-link.h.
2835
2836         openat, utimens: whitespace cleanup
2837         * lib/openat.c: Prefer space throughout, rather than mix of 8
2838         spaces vs. tabs.
2839         * lib/at-func.c: Likewise.
2840         * lib/utimens.c: Likewise.
2841
2842         openat: avoid using wrong fd
2843         * lib/openat.c (openat_permissive): Reject user's fd if saving the
2844         working directory chooses same fd.
2845         * lib/at-func.c (AT_FUNC_NAME): Likewise.
2846
2847         mkdir, mkdirat: fix cygwin 1.5.x bug
2848         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
2849         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
2850         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
2851         bug.
2852         (gl_PREREQ_MKDIR): Delete unused macro.
2853         * modules/mkdir (Files): Track file rename.
2854         (configure.ac): Update macro name.
2855         * modules/openat (Depends-on): Add mkdir.
2856         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
2857
2858         mkdir, mkdirat: add tests
2859         * modules/mkdir-tests: New test.
2860         * tests/test-mkdir.h: New file.
2861         * tests/test-mkdir.c: Likewise.
2862         * tests/test-mkdirat.c: Likewise.
2863         * modules/openat-tests (Files): Add new files.
2864         (Makefile.am): Run new test.
2865
2866 2009-10-06  Eric Blake  <ebb9@byu.net>
2867
2868         doc: tweak *at function documentation
2869         * doc/posix-functions/faccessat.texi (faccessat): Mention
2870         known issue with replacement.
2871         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
2872         * doc/posix-functions/linkat.texi (linkat): Likewise.
2873         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
2874         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
2875         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
2876         * doc/posix-functions/renameat.texi (renameat): Likewise.
2877         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
2878
2879         openat: fix GNU/Hurd bug in unlinkat
2880         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
2881         broken.
2882         * doc/posix-functions/unlink.texi (unlink): Document this.
2883         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
2884
2885         fdopendir: fix GNU/Hurd bug
2886         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
2887         allowing non-directory fds.
2888         * lib/fdopendir.c (rpl_fdopendir): Work around it.
2889         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
2890         * modules/dirent (Makefile.am): Substitute it.
2891         * lib/dirent.in.h (fdopendir): Declare replacement.
2892         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
2893         * tests/test-fdopendir.c (main): Test something other than
2894         /dev/null, since on Hurd that behaves like a directory.
2895
2896         test-symlink: port to GNU/Hurd
2897         * tests/test-symlink.h (test_symlink): Relax expected errno.
2898
2899         doc: tweak more cygwin information
2900         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
2901         now compatible with glibc.
2902         * doc/posix-functions/getopt.texi (getopt): Likewise.
2903
2904         getopt-gnu: add another test
2905         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
2906         guarantee behavior relied on by m4.
2907         * tests/test-getopt.c (main): Use it.
2908         * modules/getopt-posix-tests (Depends-on): Add setenv.
2909         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
2910
2911         getopt: fix compilation on darwin
2912         * lib/getopt.in.h (includes): Leave breadcrumbs during system
2913         include.
2914         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
2915         Reported by Ludovic Courtès.
2916
2917 2009-10-06  Bruno Haible  <bruno@clisp.org>
2918
2919         * modules/size_max (Description): Discourage its use.
2920         Reported by Simon Josefsson.
2921
2922 2009-10-06  Jim Meyering  <meyering@redhat.com>
2923
2924         linkat: avoid compilation failure
2925         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
2926
2927 2009-10-05  Eric Blake  <ebb9@byu.net>
2928
2929         linkat: support Linux 2.6.17
2930         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
2931         linkat on Linux, but allow cache variable override.
2932         * lib/linkat.c (rpl_linkat): Define override.
2933         * modules/linkat (Depends-on): Add symlinkat.
2934         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
2935         * modules/unistd (Makefile.am): Substitute it.
2936         * lib/unistd.in.h (linkat): Declare replacement.
2937         Reported by Pádraig Brady.
2938
2939         quotearg: port test to systems with C.UTF-8 locale
2940         * tests/test-quotearg.c (struct result_strings): Add another
2941         member, differentiating between C.ASCII and C.UTF-8 handling.
2942         (compare_strings): Add parameter.
2943         (main): Adjust all callers.
2944
2945         getopt: avoid clash with FreeBSD _getopt_internal
2946         * lib/getopt.in.h (_getopt_internal): Override the name.
2947         * lib/getopt_int.h (includes): Pick up any overrides.
2948         Reported by Reuben Thomas.
2949
2950         hash: allow C89 compilation
2951         * lib/hash.c (check_tuning): Move declaration before statement.
2952         Reported by Reuben Thomas.
2953
2954 2009-10-05  Karl Berry  <karl@gnu.org>
2955
2956         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
2957
2958 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
2959             Bruno Haible  <bruno@clisp.org>
2960
2961         * lib/uname.c (uname): Use a table-driven algorithm to compute
2962         Windows NT versions.
2963
2964 2009-10-04  Bruno Haible  <bruno@clisp.org>
2965
2966         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
2967         program_invocation_short_name.
2968         * modules/progname (configure.ac): Test for presence of
2969         program_invocation_short_name.
2970         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
2971
2972 2009-10-04  Bruno Haible  <bruno@clisp.org>
2973
2974         * lib/progname.c (set_program_name): Fix comment.
2975         Reported by Jim Meyering.
2976
2977 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
2978             Bruno Haible  <bruno@clisp.org>
2979
2980         * lib/uname.c: Include <string.h>.
2981         (uname): Do only one call to GetVersionEx in the common case.
2982
2983 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
2984             Bruno Haible  <bruno@clisp.org>
2985
2986         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
2987         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
2988         (uname): Add support for Windows CE and various non-x86 CPU types.
2989
2990 2009-10-03  Bruno Haible  <bruno@clisp.org>
2991
2992         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
2993         invocation to tests/configure.ac.
2994         Reported by Ian Beckwith <ianb@erislabs.net>.
2995
2996 2009-10-02  Eric Blake  <ebb9@byu.net>
2997
2998         fchdir: avoid compiler warning
2999         * lib/fchdir.c (canonicalize_file_name)
3000         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
3001
3002         test-open: support mingw errno values
3003         * tests/test-open.h (test_open): Relax test.
3004         * tests/test-fopen.h (test_fopen): Likewise.
3005         * tests/test-openat-safer.c (main): Likewise.
3006
3007         open: fix opening directory on mingw
3008         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
3009
3010         test-open: on GNU/Hurd, /dev/null is a directory
3011         * tests/test-fopen.h (main): Rename...
3012         (test_fopen): ...to this.  Use a guaranteed non-directory when
3013         confirming open behavior on trailing slash.
3014         * tests/test-openat-safer.c (main): Likewise.
3015         * tests/test-open.h (main): Likewise....
3016         (test_open): ...to this.
3017         * tests/test-fopen.c (main): Adjust caller.
3018         * tests/test-fopen-safer.c (main): Likewise.
3019         * tests/test-open.c (main): Likewise.
3020         * tests/test-fcntl-safer.c (main): Likewise.
3021         Reported by Samuel Thibault.
3022
3023         rename, fchdir: don't ignore chdir failure
3024         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
3025         * lib/rename.c (rpl_rename) [W32]: Likewise.
3026         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
3027         an empty destination directory if source cannot be renamed,
3028         although there is still possibility for failure.
3029         * doc/posix-functions/rename.texi (rename): Document the race.
3030         Reported by Jim Meyering.
3031
3032         maint: cleanup whitespace in recent commits
3033         * lib/rename.c (rpl_rename): Remove tabs.
3034         * tests/test-link.h (test_link): Likewise.
3035         * lib/fchdir.c (get_name): Likewise.
3036         Reported by Jim Meyering.
3037
3038 2009-10-02  Ben Pfaff  <blp@gnu.org>
3039
3040         relocatable-prog-wrapper: Add missing dependency on
3041         double-slash-root.
3042         * modules/relocatable-prog-wrapper: Add dependency.
3043         Reported by Ian Beckwith <ianb@erislabs.net>.
3044
3045 2009-10-02  Eric Blake  <ebb9@byu.net>
3046
3047         renameat: fix Solaris bugs
3048         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
3049         needed fixing.
3050         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
3051         * modules/stdio (Makefile.am): Substitute it.
3052         * lib/stdio.in.h (renameat): Declare replacement.
3053         * lib/renameat.c (rpl_renameat): Implement fix.
3054
3055         renameat: new module
3056         * modules/renameat: New file.
3057         * lib/renameat.c (renameat): Likewise.
3058         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
3059         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
3060         * modules/stdio (Makefile.am): Substitute them.
3061         * lib/stdio.in.h (renameat): Declare it.
3062         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3063         * doc/posix-functions/renameat.texi (renameat): Likewise.
3064         * modules/renameat-tests: New test.
3065         * tests/test-renameat.c: Likewise.
3066
3067         rename: fix mingw bugs
3068         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
3069         directory overwrite bugs.
3070
3071         rename: fix another cygwin 1.5 bug
3072         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
3073         checks.
3074         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
3075         unnecessary cygwin workarounds.  Also work around bug with moving
3076         full directory onto an empty one.
3077         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
3078
3079         rename-dest-slash: merge into rename module
3080         * modules/rename-dest-slash (Status): Mark obsolete.
3081         (Depends-on): Add rename.
3082         (Files): Let rename do it all.
3083         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
3084         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
3085         * m4/rename-dest-slash.m4: ...so this file can be deleted.
3086         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
3087         * lib/rename.c (rpl_rename): Update comments.
3088
3089         rename: fix cygwin 1.5.x bugs
3090         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
3091         * lib/rename.c (rpl_rename): Work around them.
3092         * modules/rename (Depends-on): Add same-inode.
3093
3094         rename: fix Solaris 10 bug
3095         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
3096         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
3097         was the only bug.
3098
3099         rename: fix Solaris 9 bug
3100         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
3101         on non-directory.  Avoid calling exit.
3102         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
3103         strdup.
3104         * modules/rename-tests (Depends-on): Drop lstat.
3105         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
3106         (gl_PREREQ_RENAME): Delete unused macro.
3107
3108         rename-dest-slash: fix NetBSD bug
3109         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
3110         links.
3111         * modules/rename-dest-slash (Depends-on): Add same-inode.
3112
3113         rename-tests: new test, exposes several platform bugs
3114         * modules/rename-tests: New file.
3115         * tests/test-rename.h: Likewise.
3116         * tests/test-rename.c: Likewise.
3117         * doc/posix-functions/rename.texi (rename): Improve documentation,
3118         including bugs that will eventually be fixed in gnulib.
3119
3120 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
3121
3122         * lib/uname.c: Include <stdlib.h>
3123         (uname): Assume version info is available.
3124
3125 2009-10-02  Jim Meyering  <meyering@redhat.com>
3126
3127         gnu-web-doc-update: correct --help output
3128         * build-aux/gnu-web-doc-update: Make --help output relevant.
3129
3130         gnu-web-doc-update: add standard options
3131         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
3132
3133         gnu-web-doc-update: New module.
3134         Use this script to automatically update the on-line web documentation
3135         for your GNU project at http://www.gnu.org/software/$pkg/manual/
3136         * modules/gnu-web-doc-update: New file, from coreutils.
3137         * build-aux/gnu-web-doc-update: New script.
3138
3139 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
3140
3141         link: LoadLibrary is not needed.
3142         * lib/link.c: Use GetModuleHandle.
3143
3144 2009-10-01  Eric Blake  <ebb9@byu.net>
3145
3146         getopt: bump serial number
3147         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
3148         change.
3149
3150         tests: tighten link, rmdir, and remove tests
3151         * tests/test-link.h (includes): No need to use <config.h> here.
3152         Clean up if directory hard link was created, otherwise test for
3153         trailing '.'.
3154         * tests/test-linkat.c (main): Simplify.
3155         * tests/test-remove.c (main): Enhance test for trailing '.'.
3156         * tests/test-rmdir.h (test_rmdir_func): Likewise.
3157
3158 2009-10-01  Jim Meyering  <meyering@redhat.com>
3159
3160         maint.mk: requiring "make major" was annoying, for a "minor" release.
3161         What is intended is "stable", to contrast with alpha and beta,
3162         so require "make stable", not "make major".
3163         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
3164         (get_tool_versions): Likewise.
3165         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
3166
3167 2009-09-30  Ben Pfaff  <blp@gnu.org>
3168
3169         Fix broken build of replacement for Windows tmpfile().
3170         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
3171         flags argument added along with the 'mkostemp' module.
3172
3173 2009-09-28  Bruno Haible  <bruno@clisp.org>
3174
3175         Avoid identifier clash with POSIX function 'remove' defined as a macro.
3176         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
3177         to 'remove_elt'.
3178         (gl_list_remove): Update.
3179         * lib/gl_list.c (gl_list_remove): Update.
3180         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
3181         to 'remove_elt'.
3182         (gl_oset_remove): Update.
3183         * lib/gl_list.c (gl_oset_remove): Update.
3184         Reported by Eric Blake.
3185
3186 2009-09-28  Eric Blake  <ebb9@byu.net>
3187
3188         doc: mention yet more cygwin 1.7 status
3189         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
3190         cygwin.
3191         * doc/glibc-functions/execvpe.texi (execvpe): New file.
3192         * doc/gnulib.texi (Glibc unistd.h): Mention it.
3193
3194         argp: fix test failure
3195         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
3196         that are not upper-case.  Pass correct range to tolower.
3197
3198 2009-09-27  Jim Meyering  <meyering@redhat.com>
3199
3200         test-yesno: work around sparc-dash here-document infelicity
3201         Without this change, the literal \177 byte in a here document
3202         would make dash 0.5.5.1-3 access uninitialized memory.
3203         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
3204         Instead, use a marker, "@", and filter through tr to create the desired
3205         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
3206
3207 2009-09-27  Bruno Haible  <bruno@clisp.org>
3208
3209         Disable untested support for new flavours of ACLs on AIX.
3210         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
3211         progress.
3212         * lib/set-mode-acl.c (qset_acl): Likewise.
3213
3214 2008-12-07  Bruno Haible  <bruno@clisp.org>
3215
3216         Add support for new flavours of ACLs on AIX. (Untested.)
3217         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
3218         (file_has_acl): Add support for newer AIX.
3219         * lib/set-mode-acl.c (qset_acl): Likewise.
3220         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
3221         Rainer Tammer <tammer@tammer.net>.
3222
3223 2009-09-26  Eric Blake  <ebb9@byu.net>
3224
3225         argp: fix compilation of getopt
3226         * lib/getopt.in.h (includes): Use different guard than glibc.
3227         Reported by Sergey Poznyakoff.
3228
3229         doc: mention more cygwin 1.7 status
3230         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
3231         bug.
3232         * doc/posix-functions/execl.texi (execl): Likewise.
3233         * doc/posix-functions/execle.texi (execle): Likewise.
3234         * doc/posix-functions/execlp.texi (execlp): Likewise.
3235         * doc/posix-functions/execv.texi (execv): Likewise.
3236         * doc/posix-functions/execve.texi (execve): Likewise.
3237         * doc/posix-functions/execvp.texi (execvp): Likewise.
3238         * doc/glibc-functions/canonicalize_file_name.texi
3239         (canonicalize_file_name): Cygwin 1.7 now provides this.
3240         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
3241         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
3242         on AT_SYMLINK_NOFOLLOW.
3243
3244 2009-09-24  Eric Blake  <ebb9@byu.net>
3245
3246         test-linkat: make test more robust
3247         * tests/test-linkat.c (main): Avoid collision with EEXIST.
3248
3249         getopt: fix inclusion guards for cygwin
3250         * modules/getopt-posix (Depends-on): Add include-next.
3251         (Makefile.am): Substitute more items in replacement header.
3252         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
3253         <getopt.h>.
3254         * lib/getopt.in.h (includes): Use split inclusion guard, and
3255         prefer <getopt.h> over include <unistd.h> when one is present.
3256         (option): Also override name of 'struct option'.
3257
3258         same-inode: revert prior change; it is not yet ready
3259         * NEWS: Undo mention of this change.
3260         * lib/same-inode.h (same-inode.h): Undo tri-state change.
3261         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
3262         * lib/cycle-check.c (cycle_check): Likewise.
3263         * lib/same.c (same_name): Likewise.
3264         * lib/at-func2.c (at_func2): Likewise.
3265
3266 2009-09-23  Eric Blake  <ebb9@byu.net>
3267
3268         linkat: new module
3269         * modules/linkat: New file.
3270         * lib/at-func2.c (at_func2): Likewise.
3271         * lib/linkat.c (linkat): Likewise.
3272         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
3273         * lib/openat-priv.h (at_func2): Add declaration.
3274         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
3275         * modules/unistd (Makefile.am): Substitute them.
3276         * lib/unistd.in.h (linkat): Declare it.
3277         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3278         * doc/posix-functions/linkat.texi (linkat): Likewise.
3279         * doc/posix-functions/link.texi (link): Tweak wording.
3280         * tests/test-link.c (main): Move guts...
3281         * tests/test-link.h (test_link): ...into new file.
3282         * modules/linkat-tests: New test.
3283         * tests/test-linkat.c: Likewise.
3284         * modules/link-tests (Files): Ship new file.
3285         (Depends-on): Add stdbool.
3286
3287         dirname: add library-safe mdir_name
3288         * lib/dirname.h (mdir_name): New prototype.
3289         * lib/dirname.c (dir_name): Move guts...
3290         (mdir_name): ...to new function that avoids xalloc_die.
3291
3292         fchdir: another mingw fix
3293         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
3294         * lib/fchdir.c (get_name): New helper method; skips canonicalize
3295         on mingw (where it has not yet been ported), and make it optional
3296         elsewhere.
3297         (_gl_register_fd): Use it.
3298
3299         same-inode: make SAME_INODE tri-state, to port to mingw
3300         * NEWS: Mention this change.
3301         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
3302         st_ino always being 0.
3303         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
3304         * lib/cycle-check.c (cycle_check): Likewise.
3305         * lib/same.c (same_name): Likewise.
3306
3307         lstat: avoid mingw compilation error
3308         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
3309         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
3310         lstat ourselves.
3311         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
3312         was adequate.
3313         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
3314         the checks for lstat.
3315         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
3316
3317         link: fix test failure on Solaris 9
3318         * lib/link.c (rpl_link): Don't assume link will catch bogus
3319         trailing slash on source.
3320
3321         test-symlinkat: enhance test
3322         * tests/test-readlink.c (main): Move guts...
3323         * tests/test-readlink.h (test_readlink): ...into new file.
3324         * tests/test-symlink.c (main): Move guts...
3325         * tests/test-symlink.h (test_symlink): ...into new file.
3326         * tests/test-symlinkat.c (main): Use new files for further
3327         coverage.
3328         (do_symlink, do_readlink): New helper functions.
3329         * modules/symlink-tests (Files): Ship new file.
3330         (Depends-on): Add stdbool.
3331         * modules/readlink-tests (Files): Ship new file.
3332         (Depends-on): Add stdbool.
3333         * modules/symlinkat-tests (Files): Use new files.
3334
3335 2009-09-23  Eric Blake  <ebb9@byu.net>
3336
3337         readlink: document portability issue with symlink length
3338         * doc/posix-functions/lstat.texi (lstat): Mention that some file
3339         systems have bogus st_size on symlinks, and mention the
3340         areadlink-with-size module.
3341         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
3342         * doc/posix-functions/readlink.texi (readlink): Mention the
3343         areadlink module, and ERANGE failure.
3344         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
3345         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
3346
3347         readlink: fix Solaris 9 bug with trailing slash
3348         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
3349         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
3350         * doc/posix-functions/readlink.texi (readlink): Document this.
3351         * modules/readlink-tests: New test.
3352         * tests/test-readlink.c: Likewise.
3353
3354         readlink: fix cygwin 1.5.x bug with return type
3355         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
3356         * lib/unistd.in.h (readlink): Use ssize_t.
3357         * lib/readlink.c (readlink): Likewise.
3358         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3359         * modules/unistd (Makefile.am): Substitute it.
3360         * lib/unistd.in.h (readlink): Declare replacement.
3361         * doc/posix-functions/readlink.texi (readlink): Document this.
3362
3363         symlink: use throughout gnulib
3364         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
3365         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
3366         symlink is not used.
3367         * modules/symlinkat (Depends-on): Add symlink.
3368         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3369         * modules/canonicalize-tests (Depends-on): Likewise.
3370         * modules/lstat-tests (Depends-on): Likewise.
3371         * modules/openat-tests (Depends-on): Likewise.
3372         * modules/remove-tests (Depends-on): Likewise.
3373         * modules/rmdir-tests (Depends-on): Likewise.
3374         * modules/unlink-tests (Depends-on): Likewise.
3375         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
3376         * tests/test-canonicalize.c (symlink): Likewise.
3377         * tests/test-fstatat.c (symlink): Likewise.
3378         * tests/test-lstat.c (symlink): Likewise.
3379         * tests/test-remove.c (symlink): Likewise.
3380         * tests/test-rmdir.c (symlink): Likewise.
3381         * tests/test-unlink.c (symlink): Likewise.
3382         * tests/test-unlinkat.c (symlink): Likewise.
3383
3384         symlink: new module, for Solaris 9 bug
3385         * modules/symlink: New file.
3386         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
3387         * lib/symlink.c: Likewise.
3388         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
3389         * modules/unistd (Makefile.am): Substitute them.
3390         * lib/unistd.in.h (symlink): Declare replacement.
3391         * MODULES.html.sh (File system functions): Mention it.
3392         * doc/posix-functions/symlink.texi (symlink): Likewise.
3393         * modules/symlink-tests: New test.
3394         * tests/test-symlink.c: Likewise.
3395
3396 2009-09-23  Bruno Haible  <bruno@clisp.org>
3397
3398         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
3399         when needed.
3400         Test case: gnulib-tool --import --with-tests atexit inttypes.
3401         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
3402
3403 2009-09-23  Bruno Haible  <bruno@clisp.org>
3404
3405         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
3406         subcommand, not in a subshell.
3407
3408 2009-09-22  Eric Blake  <ebb9@byu.net>
3409
3410         unistd: sort replacement declarations
3411         * lib/unistd.in.h: Sort declarations.
3412
3413         open, openat: minor optimization
3414         * lib/open.c (open): If open succeeded, len is non-zero.
3415         * lib/openat.c (rpl_openat): Likewise.
3416
3417         link-follow: ensure correct result
3418         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
3419         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
3420         distinguish between possible failures.
3421
3422 2009-09-21  Eric Blake  <ebb9@byu.net>
3423
3424         fts: avoid compiler warning
3425         * lib/fts.c (dirent_inode_sort_may_be_useful)
3426         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
3427
3428 2009-09-19  Bruno Haible  <bruno@clisp.org>
3429
3430         * lib/progreloc.c (canonicalize_file_name): New declaration.
3431
3432 2009-09-19  Eric Blake  <ebb9@byu.net>
3433
3434         link: fix quoting
3435         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
3436
3437         openat: fix openat bugs on Solaris 9
3438         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
3439         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
3440         * modules/openat (Depends-on): Add open.
3441         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
3442         * modules/fcntl-h (Makefile.am): Substitute it.
3443         * lib/fcntl.in.h (openat): Declare replacement.
3444         * doc/posix-functions/openat.texi (openat): Document this.
3445
3446         openat: move fstatat and unlinkat into correct files
3447         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
3448         compiled.
3449         * lib/openat.c (fstatat, unlinkat): Move...
3450         * lib/fstatat.c (fstatat): ...into correct files.
3451         * lib/unlinkat.c (unlinkat): Likewise.
3452
3453         openat: fix unlinkat bugs on Solaris 9
3454         * lib/unlinkat.c (unlinkat): New file.
3455         * modules/openat (Depends-on): Add unlink.
3456         (Files): Distribute it.
3457         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
3458         trailing slash behavior is broken.
3459         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3460         * modules/unistd (Makefile.am): Substitute it.
3461         * lib/unistd.in.h (unlinkat): Declare replacement.
3462         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
3463
3464         openat: fix fstatat bugs on Solaris 9
3465         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
3466         stat.
3467         * doc/posix-functions/fstatat.texi (fstatat): Document this.
3468
3469         test-unlinkat: enhance test, to expose Solaris 9 bug
3470         * tests/test-unlink.c (main): Factor guts...
3471         * tests/test-unlink.h (test_rmdir_func): ...into new file.
3472         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
3473         * tests/test-rmdir.c (main): Adjust caller.
3474         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
3475         (unlinker): New helper function.
3476         (rmdirat): Enhance check.
3477         * modules/rmdir-tests (Depends-on): Add stdbool.
3478         * modules/unlink-tests (Depends-on): Likewise.
3479         (Files): Add test-unlink.h.
3480         * modules/openat-tests (Files): Likewise.
3481         (Depends-on): Add unlinkdir.
3482
3483         test-fstatat: new test, to expose Solaris 9 bugs
3484         * tests/test-stat.c (main): Factor guts...
3485         * tests/test-stat.h (test_stat_func): ...into new file.
3486         * tests/test-lstat.c (main): Factor guts...
3487         * tests/test-lstat.h (test_lstat_func): ...into new file.
3488         * tests/test-fstatat.c: New file.
3489         * modules/stat-tests (Files): Add test-stat.h.
3490         * modules/lstat-tests (Files): Add test-lstat.h.
3491         (Depends-on): Add stdbool.
3492         * modules/openat-tests (Depends-on): Add pathmax.
3493         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
3494         (Makefile.am): Run new test.
3495
3496         remove: new module, for mingw and Solaris 9 bugs
3497         * modules/remove: New file.
3498         * lib/remove.c: Likewise.
3499         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
3500         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
3501         * modules/stdio (Makefile.am): Use them.
3502         * lib/stdio.in.h (remove): Declare replacement.
3503         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3504         * doc/posix-functions/remove.texi (remove): Likewise.
3505         * modules/remove-tests: New test.
3506         * tests/test-remove.c: Likewise.
3507
3508         unlink: new module, for Solaris 9 bug
3509         * modules/unlink: New file.
3510         * lib/unlink.c: Likewise.
3511         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
3512         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
3513         * modules/unistd (Makefile.am): Use them.
3514         * lib/unistd.in.h (stat): Declare replacement.
3515         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3516         * doc/posix-functions/unlink.texi (unlink): Likewise.
3517         * modules/unlink-tests: New test.
3518         * tests/test-unlink.c: Likewise.
3519
3520         lstat: fix Solaris 9 bug
3521         * lib/lstat.c (lstat): Also check for trailing slash on
3522         non-symlink, non-directories.  Use stat module to simplify logic.
3523         * doc/posix-functions/lstat.texi (lstat): Document it.
3524         * modules/lstat-tests (Depends-on): Add errno, same-inode.
3525         (configure.ac): Check for symlink.
3526         * tests/test-lstat.c (main): Add more tests.
3527
3528         stat: add as dependency to other modules
3529         * modules/chown (Depends-on): Add stat.
3530         * modules/euidaccess (Depends-on): Likewise.
3531         * modules/fchdir (Depends-on): Likewise.
3532         * modules/isdir (Depends-on): Likewise.
3533         * modules/link (Depends-on): Likewise.
3534         * modules/lstat (Depends-on): Likewise.
3535         * modules/mkdir-p (Depends-on): Likewise.
3536         * modules/modechange (Depends-on): Likewise.
3537         * modules/open (Depends-on): Likewise.
3538         * modules/readlink (Depends-on): Likewise.
3539         * modules/same (Depends-on): Likewise.
3540
3541         stat: fix Solaris 9 bug
3542         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
3543         slash.
3544         * lib/stat.c (rpl_stat): Work around it.
3545         * doc/posix-functions/stat.texi (stat): Update documentation.
3546
3547         stat: new module, for mingw bug
3548         * modules/stat: New file.
3549         * lib/stat.c: Likewise.
3550         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
3551         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
3552         * modules/sys_stat (Makefile.am): Use them.
3553         * lib/sys_stat.in.h (stat): Declare replacement.
3554         * lib/openat.c (fstatat): Deal with lstat and stat being function
3555         macros.
3556         * modules/openat (Depends-on): Add inline.
3557         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3558         * doc/posix-functions/stat.texi (stat): Likewise.
3559         * modules/stat-tests: New test.
3560         * tests/test-stat.c: Likewise.
3561
3562 2009-09-19  Jim Meyering  <meyering@redhat.com>
3563
3564         syntax-check: detect unnecessary inclusion of canonicalize.h
3565         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
3566
3567 2009-09-19  Eric Blake  <ebb9@byu.net>
3568
3569         canonicalize-lgpl: adjust clients to use correct header
3570         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
3571         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
3572         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
3573         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
3574         * lib/progreloc.c (includes): Likewise.
3575
3576 2009-09-19  Jim Meyering  <meyering@redhat.com>
3577
3578         test-posixtm.c: correct a comment
3579         * tests/test-posixtm.c: Correct first-line comment.
3580         Spotted by Eric Blake.
3581
3582 2009-09-16  Jim Meyering  <meyering@redhat.com>
3583
3584         posixtm-tests: make T const-correct; add a test case
3585         * tests/test-posixtm.c (T): Declare const.
3586         Add a test for -(2^31+1).
3587         Remove useless can-succeed-only-in-2002 test.
3588
3589         posixtm-tests: adjust the sole failing test
3590         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
3591         expected output matches what mktime now produces.  Cross-checked via
3592         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
3593
3594         posixtm: move #ifdef'd tests into a new module
3595         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
3596         * tests/test-posixtm.c: ... this new file.
3597         * modules/posixtm-tests: New module.
3598
3599 2009-09-19  Eric Blake  <ebb9@byu.net>
3600
3601         openat: simplify use of at-func.c
3602         * lib/at-func.c (includes): Include prerequisites here, to
3603         simplify requirements on client files.
3604         * lib/openat-priv.h: Add double-inclusion guard.
3605         * lib/faccessat.c (includes): Simplify.
3606         * lib/fchmodat.c (includes): Likewise.
3607         * lib/fchownat.c (includes): Likewise.
3608         * lib/mkdirat.c (includes): Likewise.
3609         * lib/mkfifoat.c (includes): Likewise.
3610         * lib/symlinkat.c (includes): Likewise.
3611
3612         openat: allow return of fd 0
3613         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
3614         * modules/save-cwd (Depends-on): Replace fcntl-safer with
3615         unistd-safer.
3616         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
3617         <fcntl.h>; this module does not leak fds.
3618         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
3619         must be allowed to return 0, leaving openat_safer to add the
3620         safety.
3621         (openat_permissive): Avoid writing to just-opened fd 2 if
3622         restoring the current directory fails.
3623         * lib/openat-die.c (openat_restore_fail): Add comment.
3624         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
3625         (save_cwd): Guarantee safe fd, but without use of open_safer.
3626         * tests/test-openat.c: New test.
3627         * modules/openat-tests (Files, Makefile.am): Distribute and build
3628         new file.
3629
3630         relocatable-prog-wrapper: fix build
3631         * modules/relocatable-prog-wrapper (Files): Update name of
3632         canonicalize m4 file, broken on 2009-09-17.
3633         Reported by emad hajjar <aleppos@hotmail.com>.
3634
3635 2009-09-19  Bruno Haible  <bruno@clisp.org>
3636
3637         * lib/safe-alloc.h: Use the standard header with GPL copyright.
3638         * lib/safe-alloc.c: Likewise.
3639         Reported by Ian Beckwith <ianb@erislabs.net>.
3640
3641 2009-09-18  Bruno Haible  <bruno@clisp.org>
3642
3643         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
3644         Reported by <erobles@sensacd.com.mx>.
3645
3646 2009-09-17  Eric Blake  <ebb9@byu.net>
3647
3648         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
3649         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
3650         slashes when checking if last component is missing.
3651         * tests/test-canonicalize.c (main): Test this.
3652
3653         canonicalize, canonicalize-lgpl: honor // if distinct from /
3654         * modules/canonicalize (Files): Add double-slash-root.m4.
3655         * modules/canonicalize-lgpl (Files): Likewise.
3656         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
3657         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
3658         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
3659         fallback definition.
3660         (canonicalize_filename_mode): Use it to protect //.
3661         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
3662         (__realpath): Likewise.
3663         * tests/test-canonicalize.c (main): Test this.
3664         * tests/test-canonicalize-lgpl.c (main): Likewise.
3665         * modules/canonicalize-tests (Depends-on): Add same-inode.
3666         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3667
3668         canonicalize-lgpl: fix glibc bug with trailing slash
3669         * m4/canonicalize-lgpl.m4: Move contents...
3670         * m4/canonicalize.m4: ...here.
3671         (gl_CANONICALIZE_LGPL): Factor realpath check...
3672         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
3673         glibc 2.3.5 bug, fixed 2005-04-27.
3674         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
3675         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
3676         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
3677         * modules/canonicalize-lgpl (Files): Manage file rename.
3678         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
3679         * modules/stdlib (Makefile.am): Substitute witness.
3680         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
3681         is needed.
3682         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
3683         replacement is required.
3684         * lib/canonicalize.c (canonicalize_file_name): Likewise.
3685         * doc/glibc-functions/canonicalize_file_name.texi
3686         (canonicalize_file_name): Document this.
3687         * doc/posix-functions/realpath.texi (realpath): Likewise.
3688
3689         canonicalize-lgpl: reject non-directory with trailing slash
3690         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
3691         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
3692         catches failures in glibc 2.3.5.
3693         * tests/test-canonicalize.c (main): Likewise.
3694
3695         canonicalize-lgpl: use native realpath if it works
3696         * lib/canonicalize-lgpl.c (realpath): Guard with
3697         FUNC_REALPATH_WORKS.
3698         * lib/stdlib.in.h (realpath): Make declaration optional based on
3699         HAVE_REALPATH.
3700         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
3701         native realpath works.
3702         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
3703         * modules/stdlib (Makefile.am): Substitute witness.
3704
3705         canonicalize, canonicalize-lgpl: use <stdlib.h>
3706         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
3707         (Include): Mention <stdlib.h>.
3708         (configure.ac): Mention functions we provide.
3709         * modules/canonicalize (configure.ac): Likewise.
3710         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
3711         realpath if canonicalize_file_name is missing.
3712         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
3713         * modules/stdlib (Makefile.am): Substitute witnesses.
3714         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
3715         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
3716         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
3717         * NEWS: Document this.
3718         * doc/glibc-functions/canonicalize_file_name.texi
3719         (canonicalize_file_name): Likewise.
3720         * doc/posix-functions/realpath.texi (realpath): Likewise.
3721         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
3722
3723         test-canonicalize: consolidate into single C program
3724         * tests/test-canonicalize.sh: Delete; move setup into...
3725         * tests/test-canonicalize.c (main): ...the program, making it
3726         easier to run in debugger.  Add some tests.
3727         * modules/canonicalize-tests (Files): Remove unused file.
3728         (Depends-on): Add progname.
3729         (configure.ac, Makefile.am): Simplify.
3730
3731         test-canonicalize-lgpl: consolidate into single C program
3732         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
3733         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
3734         easier to run in debugger.  Add some tests.
3735         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
3736         (configure.ac, Makefile.am): Simplify.
3737
3738         canonicalize: avoid resolvepath
3739         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
3740         unnecessary checks.
3741         * lib/canonicalize.c (includes): Simplify.
3742         (canonicalize_file_name): Drop resolvepath implementation.
3743         * modules/canonicalize (Depends-on): Drop filenamecat.
3744
3745         canonicalize: don't lose errno
3746         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
3747         over calls to free.
3748
3749         canonicalize: simplify errno handling
3750         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
3751         assignment.
3752
3753         canonicalize, canonicalize-lgpl: update module dependencies
3754         * modules/canonicalize (Depends-on): Add extensions, lstat,
3755         pathmax, stdlib.
3756         (Files): Drop pathmax.h.
3757         (configure.ac): Adjust macro name.
3758         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
3759         lstat, stdlib, sys_stat.
3760         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
3761         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
3762         extensions.
3763         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
3764         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
3765         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
3766         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
3767         declaration, if available.
3768         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
3769         we can rely on the readlink module.
3770         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
3771         (includes): Use <unistd.h> unconditionally.
3772
3773 2009-09-17  Eric Blake  <ebb9@byu.net>
3774
3775         maint: make Include sections of modules consistent
3776         * modules/alloca: Use only header name; no need to list #include.
3777         * modules/alloca-opt: Likewise.
3778         * modules/arpa_inet: Likewise.
3779         * modules/canon-host: Likewise.
3780         * modules/configmake: Likewise.
3781         * modules/dirent: Likewise.
3782         * modules/eealloc: Likewise.
3783         * modules/environ: Likewise.
3784         * modules/fchdir: Likewise.
3785         * modules/fcntl: Likewise.
3786         * modules/fcntl-h: Likewise.
3787         * modules/gethrxtime: Likewise.
3788         * modules/gettime: Likewise.
3789         * modules/ignore-value: Likewise.
3790         * modules/inet_ntop: Likewise.
3791         * modules/inet_pton: Likewise.
3792         * modules/inttypes: Likewise.
3793         * modules/isnand-nolibm: Likewise.
3794         * modules/isnanf-nolibm: Likewise.
3795         * modules/mbchar: Likewise.
3796         * modules/mbfile: Likewise.
3797         * modules/mbiter: Likewise.
3798         * modules/mbuiter: Likewise.
3799         * modules/netdb: Likewise.
3800         * modules/netinet_in: Likewise.
3801         * modules/nproc: Likewise.
3802         * modules/pagealign_alloc: Likewise.
3803         * modules/poll: Likewise.
3804         * modules/printf-frexp: Likewise.
3805         * modules/pthread: Likewise.
3806         * modules/putenv: Likewise.
3807         * modules/random_r: Likewise.
3808         * modules/relocatable-prog: Likewise.
3809         * modules/search: Likewise.
3810         * modules/select: Likewise.
3811         * modules/selinux-h: Likewise.
3812         * modules/settime: Likewise.
3813         * modules/signal: Likewise.
3814         * modules/size_max: Likewise.
3815         * modules/socklen: Likewise.
3816         * modules/ssize_t: Likewise.
3817         * modules/stdarg: Likewise.
3818         * modules/stdbool: Likewise.
3819         * modules/stddef: Likewise.
3820         * modules/stdint: Likewise.
3821         * modules/stdio: Likewise.
3822         * modules/stdlib: Likewise.
3823         * modules/string: Likewise.
3824         * modules/strings: Likewise.
3825         * modules/sys_file: Likewise.
3826         * modules/sys_ioctl: Likewise.
3827         * modules/sys_select: Likewise.
3828         * modules/sys_socket: Likewise.
3829         * modules/sys_stat: Likewise.
3830         * modules/sys_time: Likewise.
3831         * modules/sys_times: Likewise.
3832         * modules/sys_utsname: Likewise.
3833         * modules/sys_wait: Likewise.
3834         * modules/sysexits: Likewise.
3835         * modules/time: Likewise.
3836         * modules/times: Likewise.
3837         * modules/tmpfile: Likewise.
3838         * modules/trim: Likewise.
3839         * modules/unistd: Likewise.
3840         * modules/wchar: Likewise.
3841         * modules/wctype: Likewise.
3842
3843 2009-09-17  Bruno Haible  <bruno@clisp.org>
3844
3845         Make getdate.y compile on QNX and NetBSD 5 / i386.
3846         * m4/getdate.m4 (gl_GETDATE): Conditionally define
3847         TIME_T_FITS_IN_LONG_INT.
3848         * lib/getdate.y (long_time_t): New type.
3849         (relative_time): Change type of 'seconds' field to long_time_t.
3850         (get_date): Update types of local variables. Check against overflow
3851         during conversion from long_time_t to time_t.
3852         Reported by Matt Kraai <kraai@ftbfs.org>
3853         and Hasso Tepper <hasso@netbsd.org>.
3854
3855 2009-09-17  Bruno Haible  <bruno@clisp.org>
3856
3857         * modules/COPYING: Update copyright years.
3858         * modules/README: Likeiwse.
3859         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
3860         Reported by Ian Beckwith <ianb@erislabs.net>.
3861
3862 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
3863
3864         * users.txt: Update references for gnuit package.
3865
3866 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
3867
3868         * m4/getdelim.m4: Fix typo in copyright line.
3869
3870 2009-09-17  Bruno Haible  <bruno@clisp.org>
3871
3872         * lib/atoll.c: Use the standard header with GPL copyright.
3873         * lib/argz.in.h: Likewise.
3874         * lib/glob.c: Likewise.
3875         * lib/glob-libc.h: Likewise.
3876         * lib/random_r.c: Likewise.
3877         * lib/siglist.h: Likewise.
3878         * lib/strsignal.c: Likewise.
3879         Reported by Ian Beckwith <ianb@erislabs.net>.
3880
3881 2009-09-17  Eric Blake  <ebb9@byu.net>
3882
3883         rmdir: ensure correct dependency order
3884         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
3885
3886 2009-09-17  Bruno Haible  <bruno@clisp.org>
3887
3888         Disable assertion that fails on NetBSD 5 / i386.
3889         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
3890         Reported by Sam Steingold <sds@gnu.org>
3891         and Hasso Tepper <hasso@netbsd.org>.
3892
3893 2009-09-16  Eric Blake  <ebb9@byu.net>
3894
3895         unlinkdir: port to mingw
3896         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
3897         on which no one can unlink a directory.
3898
3899         stdlib: sort witness names
3900         * modules/stdlib (Makefile.am): Sort replacements.
3901         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
3902         * lib/stdlib.in.h: Likewise.
3903
3904         parse-duration-tests: avoid link failure
3905         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
3906         LIBINTL.
3907         Reported by Tom G. Christensen.
3908
3909         openat-tests: ensure unlinkat behaves like rmdir
3910         * tests/test-rmdir.c (main): Factor guts...
3911         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
3912         * modules/rmdir-tests (Files): Ship new file.
3913         * modules/openat-tests: New test.
3914         * tests/test-unlinkat.c: Likewise.
3915
3916         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
3917         * modules/rmdir-errno (Status, Notice): Now obsolete.
3918
3919         rmdir: work around cygwin 1.5.x and mingw bugs
3920         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
3921         * lib/rmdir.c (rmdir): Work around it.
3922         * modules/rmdir (Status, Notice): No longer obsolete.
3923         (Files): Add dos.m4.
3924         (Depends-on): Add unistd.
3925         (configure.ac): Set witnesses.
3926         (License): Relax to LGPLv2+.
3927         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
3928         * modules/unistd (Makefile.am): Substitute witnesses.
3929         * lib/unistd.in.h (rmdir): Declare replacement.
3930         * doc/posix-functions/rmdir.texi (rmdir): Document this.
3931         * modules/rmdir-tests: New tests.
3932         * tests/test-rmdir.c: Likewise.
3933
3934 2009-09-15  Eric Blake  <ebb9@byu.net>
3935
3936         fchdir: improve use of replacement functions
3937         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
3938         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
3939         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
3940         REPLACE_CLOSEDIR.
3941         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
3942         * modules/sys_stat (Makefile.am): Substitute correct witness.
3943         * modules/dirent (Makefile.am): Likewise.
3944         * modules/unistd (Makefile.am): Likewise.
3945         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
3946         * lib/unistd.in.h (dup): Likewise.
3947         * lib/sys_stat.in.h (fstat): Likewise.
3948
3949         maint: ignore gnulib-tool temp files
3950         * .gitignore: Ignore files created during gnulib-tool --test.
3951
3952 2009-09-13  Jim Meyering  <meyering@redhat.com>
3953
3954         posixtm: don't reject a time that specify "60" as the number of seconds
3955         * lib/posixtm.c (posixtime): The code to reject invalid dates
3956         would also reject a time specified with the .60 suffix.
3957         But POSIX allows that, in order to accommodate leap seconds.
3958         So don't reject it.
3959         (main): Adjust tests accordingly.
3960         * modules/posixtm (Depends-on): Add stpcpy.
3961
3962 2009-09-11  Jim Meyering  <meyering@redhat.com>
3963
3964         announce-gen: include [$release_type] in emitted Subject:
3965         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
3966         e.g., [stable] in the emitted Subject: line.
3967
3968 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3969
3970         Remove obsolete macros from several modules.
3971         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
3972         obsolete Autoconf macros with their modern counterparts.
3973         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
3974         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
3975         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
3976         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3977         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
3978         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
3979         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
3980         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
3981         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
3982         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
3983         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
3984         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
3985         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
3986         * m4/sockets.m4 (gl_SOCKETS): Likewise.
3987         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
3988         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
3989         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3990         * m4/time_r.m4 (gl_TIME_R): Likewise.
3991         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
3992         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
3993         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3994
3995         Fix copyright header in build-aux scripts.
3996         * build-aux/git-version-gen: Fix copyright header to match GPLv3
3997         recommendation.
3998         * build-aux/ncftpput-ftp: Likewise.
3999         * build-aux/update-copyright: Likewise.
4000
4001 2009-09-09  Eric Blake  <ebb9@byu.net>
4002
4003         test-link: allow Linux choice of errno
4004         * tests/test-link.c (main): Relax test for alternate error.
4005
4006         strndup: fix improper m4 caching
4007         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
4008         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
4009         (gl_PREREQ_STRNDUP): Delete.
4010         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
4011         * modules/string (Makefile.am): Substitute it.
4012         * lib/string.in.h (strndup): Modernize prototype.
4013
4014         getcwd: port to mingw
4015         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
4016         different from the POSIX assumptions made throughout the getcwd
4017         module; fortunately, the mingw getcwd does not need replacement.
4018         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
4019         * modules/getcwd-tests: New test.
4020         * tests/test-getcwd.c: Likewise.
4021
4022         link: fix platform bugs
4023         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
4024         * lib/link.c (link): Work around them.  Fix related mingw bug.
4025         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
4026         * modules/unistd (Makefile.am): Substitute it.
4027         * lib/unistd.in.h (link): Declare replacement.
4028         * doc/posix-functions/link.texi (link): Document this.
4029         * modules/link (Depends-on): Add strdup-posix, sys_stat.
4030
4031         test-link: consolidate into single C program, test more cases
4032         * tests/test-link.sh: Delete.
4033         * tests/test-link.c: Test more error conditions.  Exposes bugs on
4034         at least Cygwin and Solaris.
4035         * modules/link-tests (Files): Remove unused file.
4036         (Depends-on): Add errno, sys_stat.
4037         (Makefile.am): Simplify.
4038
4039 2009-09-08  Bruno Haible  <bruno@clisp.org>
4040
4041         Work around towlower, towupper bug on mingw.
4042         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
4043         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
4044         * doc/posix-functions/towlower.texi: Mention the mingw bug.
4045         * doc/posix-functions/towupper.texi: Likewise.
4046         Reported by Eric Blake.
4047
4048 2009-09-08  Jim Meyering  <meyering@redhat.com>
4049
4050         build: don't try to run autoheader if we don't use it
4051         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
4052         is not used in configure.ac.
4053
4054 2009-09-08  Eric Blake  <ebb9@byu.net>
4055
4056         euidaccess: fix compilation error
4057         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
4058
4059         rawmemchr: relax license
4060         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
4061         okay.
4062         Reported by Jim Meyering.
4063
4064         mkfifoat: new module
4065         * modules/mkfifoat: New file.
4066         * lib/mkfifoat.c: Likewise.
4067         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
4068         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4069         * modules/sys_stat (Makefile.am): Use them.
4070         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
4071         * MODULES.html.sh (File system functions): Mention module.
4072         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
4073         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
4074         * modules/mkfifoat-tests: New test.
4075         * tests/test-mkfifoat.c: Likewise.
4076
4077         strchrnul: relax license
4078         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
4079         okay.
4080         Reported by Jim Meyering.
4081
4082 2009-09-08  Eric Blake  <ebb9@byu.net>
4083
4084         fstatat: fix compilation on Solaris
4085         * lib/fstatat.c (includes): Add fcntl.h.
4086         Reported by Pádraig Brady.
4087
4088 2009-09-07  Eric Blake  <ebb9@byu.net>
4089
4090         rename: modernize replacement
4091         * modules/rename (Depends-on): Add stdio.
4092         (configure.ac): Declare witness.
4093         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
4094         stdio take care of replacement.
4095         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
4096         * modules/stdio (Makefile.am): Substitute them.
4097         * lib/stdio.in.h (rename): Declare replacement.
4098         * lib/rename.c (includes): Allow cross-compilation to non-windows
4099         machines.
4100         * doc/posix-functions/rename.texi (rename): Improve
4101         documentation.
4102
4103         stdio: sort witness names
4104         * modules/stdio (Makefile.am): Sort replacements.
4105         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4106         * lib/stdio.in.h: Likewise.
4107
4108         getcwd: minor cleanups
4109         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
4110         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
4111
4112         openat: provide more convenience names
4113         * modules/faccessat (configure.ac): Add C witness.
4114         * lib/unistd.in.h (readlinkat): Fix typo.
4115         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
4116         convenience wrappers.
4117         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
4118         wrappers in syntax checks.
4119
4120 2009-09-06  Eric Blake  <ebb9@byu.net>
4121
4122         doc: fix comments in recent patches
4123         * lib/faccessat.c: Mention correct function.
4124         * lib/fchmodat.c: Likewise.
4125         * lib/fchownat.c: Likewise.
4126         * lib/symlinkat.c: Likewise.
4127         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
4128         constants.
4129
4130         faccessat, symlinkat: continue cleanup of previous patch
4131         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
4132         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
4133         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
4134         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
4135         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
4136         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
4137         set.
4138
4139 2009-09-06  Bruno Haible  <bruno@clisp.org>
4140
4141         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
4142         (fstatat): Declare if GNULIB_FSTATAT is set.
4143         (mkdirat): Declare if GNULIB_MKDIRAT is set.
4144         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
4145         (unlinkat): Declare if GNULIB_UNLINKAT is set.
4146         * modules/fcntl-h (Files): Remove m4/openat.m4.
4147         * modules/sys_stat (Files): Remove m4/openat.m4.
4148         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
4149         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
4150         * modules/unistd (Files): Remove m4/openat.m4.
4151         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
4152         GNULIB_OPENAT.
4153         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
4154         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
4155         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
4156         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
4157         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
4158         gl_OPENAT_DEFAULTS.
4159         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
4160         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
4161         Don't require gl_OPENAT_DEFAULTS.
4162         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
4163         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
4164         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
4165         (gl_OPENAT_DEFAULTS): Remove macro.
4166
4167 2009-09-06  Bruno Haible  <bruno@clisp.org>
4168
4169         * modules/openat (configure.ac): Remove unneeded witness.
4170
4171 2009-09-06  Bruno Haible  <bruno@clisp.org>
4172
4173         Set errno to ENOSYS when a function is entirely unsupported.
4174         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
4175         EOPNOTSUPP.
4176         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
4177         * modules/chown (Depends-on): Remove errno.
4178
4179 2009-09-06  Bruno Haible  <bruno@clisp.org>
4180
4181         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
4182
4183 2009-09-06  Bruno Haible  <bruno@clisp.org>
4184
4185         * lib/sys_stat.in.h: Fix preprocessor command indentation.
4186
4187 2009-09-06  Ben Pfaff  <blp@gnu.org>
4188             Bruno Haible  <bruno@clisp.org>
4189
4190         Work around a glibc bug in strtok_r.
4191         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
4192         Undefine if UNDEFINE_STRTOK_R is set.
4193         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
4194         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4195         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
4196         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
4197         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
4198         UNDEFINE_STRTOK_R.
4199         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
4200
4201 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
4202
4203         exclude: minor fix
4204         * lib/exclude.c: Include wctype.h
4205
4206 2009-09-06  Akim Demaille  <demaille@gostai.com>
4207
4208         bootstrap: improve error message
4209         * build-aux/bootstrap (find_tool): Upon failure, report the list
4210         of candidates.
4211         Honor the initial value of the envvar.
4212
4213 2009-09-05  Eric Blake  <ebb9@byu.net>
4214
4215         symlinkat: new module
4216         * modules/symlinkat: New file.
4217         * lib/symlinkat.c: Likewise.
4218         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
4219         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
4220         * modules/unistd (Makefile.am): Use them.
4221         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
4222         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
4223         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
4224         * MODULES.html.sh (File system functions): Mention module.
4225         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4226         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
4227         * modules/symlinkat-tests: New test.
4228         * tests/test-symlinkat.c: Likewise.
4229
4230         test-openat-safer: add more checks
4231         * tests/test-openat-safer.c (main): Check more code paths.
4232
4233 2009-09-05  Jim Meyering  <meyering@redhat.com>
4234
4235         syntax-check: detect unnecessary inclusion of openat.h
4236         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
4237
4238 2009-09-05  Bruno Haible  <bruno@clisp.org>
4239
4240         Support towlower, towupper.
4241         * doc/posix-functions/towlower.texi: Mention module wctype.
4242         * doc/posix-functions/towupper.texi: Likewise.
4243         * lib/wctype.in.h (towlower, towupper): New functions.
4244         * tests/test-wctype.c: Include stdio.h, stdlib.h.
4245         (ASSERT): New macro.
4246         (e): New variable.
4247         (main): Test also towlower, towupper. Test WEOF argument.
4248         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4249
4250 2009-09-05  Bruno Haible  <bruno@clisp.org>
4251
4252         Fix conversion behaviour when the input is invalid.
4253         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
4254         mark occurring in first pass of indirect conversion.
4255         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
4256         input.
4257         Found by clang's static analyzer.
4258
4259 2009-09-05  Bruno Haible  <bruno@clisp.org>
4260
4261         * tests/test-striconveh.c (main): Test indirect conversion on platforms
4262         where direct conversion is possible.
4263
4264 2009-09-04  Eric Blake  <ebb9@byu.net>
4265
4266         openat: fail with ENOENT on empty name
4267         * lib/openat-proc.c (openat_proc_name): Special-case the empty
4268         buffer.
4269
4270         link-follow: fix logic bug in prior patch
4271         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
4272         reversed sense of yes and no in prior patch.  Avoid confusing
4273         compilation failure with desired semantics.
4274
4275         link-follow: accomodate mingw and cross-compilation
4276         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
4277         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
4278         cross-compilation results to -1, to make linkat easier to
4279         implement when cross-compiling.  Trivially support mingw.
4280         * modules/link-follow (configure.ac): Call new name.
4281         * NEWS: Mention this.
4282
4283 2009-09-03  Eric Blake  <ebb9@byu.net>
4284
4285         faccessat: compile replacement
4286         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
4287         needed.
4288
4289         fts: fix compilation error
4290         * lib/fts.c (includes): Re-add "openat.h", for
4291         openat_needs_fchdir.
4292
4293         faccessat: new module
4294         * modules/faccessat: New file.
4295         * lib/faccessat.c: Likewise.
4296         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
4297         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4298         * modules/unistd (Makefile.am): Use it.
4299         * lib/unistd.in.h (faccessat): Declare it.
4300         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
4301         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
4302         * MODULES.html.sh (File system functions): Mention it.
4303         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
4304         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
4305
4306         euidaccess: prefer POSIX over non-standard implementation
4307         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
4308         * lib/euidaccess.c (euidaccess): Use it if available.
4309
4310         openat: make template easier to use
4311         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
4312         AT_FUNC_F2 to be undefined.
4313         (VALIDATE_FLAG): New macro; use it to reject bad flags.
4314         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
4315         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
4316         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
4317         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
4318         Likewise.
4319         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
4320         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
4321         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
4322         Likewise.
4323
4324         openat: declare in POSIX headers
4325         * NEWS: Mention this.
4326         * modules/openat (configure.ac): Declare witnesses.
4327         (Depends-on): Add fcntl-h, sys_stat, unistd.
4328         (Include): Mention correct headers.
4329         * modules/fcntl-h (Depends-on): Add link-warning.
4330         (Files): Add openat.m4.
4331         (Makefile.am): Substitute witnesses.
4332         * modules/sys_stat (Files, Makefile.am): Likewise.
4333         * modules/unistd (Files, Makefile.am): Likewise.
4334         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
4335         (gl_OPENAT_DEFAULTS): New macro.
4336         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
4337         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
4338         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
4339         (SYS_STAT_H): Remove unused variable.
4340         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
4341         * lib/fcntl--.h (includes): Remove unneeded header.
4342         * lib/openat-safer.c (includes): Likewise.
4343         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
4344         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
4345         appropriate headers.
4346         (__OPENAT_PREFIX): Delete.
4347         * lib/fcntl.in.h (openat): Provide declaration.
4348         (AT_FDCWD): Fix Solaris bug.
4349         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
4350         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
4351         * lib/fchmodat.c (includes):  Adjust to find declaration.
4352         * lib/fchownat.c (includes): Likewise.
4353         * lib/mkdirat.c (includes): Likewise.
4354         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
4355         still visible.
4356
4357 2009-09-02  Eric Blake  <ebb9@byu.net>
4358
4359         errno: use consistently
4360         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
4361         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
4362         * lib/canonicalize.c (ELOOP): Likewise.
4363         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
4364         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
4365         * lib/lchown.c (EOPNOTSUPP): Likewise.
4366         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
4367         * lib/savewd.c (ESTALE): Likewise.
4368         * lib/settime.c (ENOSYS): Likewise.
4369         * lib/utimens.c (ENOSYS): Likewise.
4370         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
4371         * lib/chdir-safer.c (ELOOP): Likewise.
4372         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
4373         * modules/c-stack (Depends-on): Add errno.
4374         * modules/canonicalize (Depends-on): Likewise.
4375         * modules/chdir-safer (Depends-on): Likewise.
4376         * modules/fdopendir (Depends-on): Likewise.
4377         * modules/inet_ntop (Depends-on): Likewise.
4378         * modules/inet_pton (Depends-on): Likewise.
4379         * modules/lchown (Depends-on): Likewise.
4380         * modules/openat (Depends-on): Likewise.
4381         * modules/savewd (Depends-on): Likewise.
4382         * modules/settime (Depends-on): Likewise.
4383         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
4384
4385         fts: avoid leaking fds
4386         * modules/fts (Depends-on): Add cloexec.
4387         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
4388         flag.
4389
4390         fts: make directory fds more robust
4391         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
4392         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
4393
4394         backupfile, chdir-long, fts, savedir: make safer
4395         * lib/backupfile.c (includes): Use "dirent--.h", since
4396         numbered_backup can write to stderr during readdir.
4397         * lib/savedir.c (includes): Likewise.
4398         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
4399         emulation can write to stderr on failure.
4400         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
4401         * lib/getcwd.c: Document why opendir_safer is unused.
4402         * lib/glob.c: Likewise.
4403         * lib/scandir.c: Likewise.
4404         * lib/openat-proc.c: Likewise, for open_safer.
4405         * modules/backupfile (Depends-on): Add dirent-safer.
4406         * modules/savedir (Depends-on): Likewise.
4407         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
4408         * modules/chdir-long (Depends-on): Add openat-safer.
4409
4410         openat-safer: new module
4411         * modules/openat-safer: New file.
4412         * lib/openat-safer.c: Likewise.
4413         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
4414         * lib/fcntl-safer.h (openat_safer): Declare.
4415         * lib/fcntl--.h (openat): Override.
4416         * MODULES.html.sh (File descriptor based I/O): Mention it.
4417         * lib/openat.h: Add double-inclusion guards.
4418         * lib/openat.c (includes): Only include "fcntl-safer.h", not
4419         "fcntl--.h", so we can implement openat.
4420         * modules/openat-safer-tests: New test.
4421         * tests/test-openat-safer.c: New file.
4422
4423         dirent-safer: new module
4424         * modules/dirent-safer: New file.
4425         * lib/dirent--.h: Likewise.
4426         * lib/dirent-safer.h: Likewise.
4427         * lib/opendir-safer.c: Likewise.
4428         * m4/dirent-safer.m4: Likewise.
4429         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
4430         * modules/dirent-safer-tests: New test.
4431         * tests/test-dirent-safer.c: New file.
4432         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
4433
4434         fdopendir: optimize on mingw
4435         * lib/unistd.in.h (_gl_directory_name): New prototype.
4436         * lib/fchdir.c (_gl_directory_name): Implement it.
4437         (fchdir): Use it to simplify implementation.
4438         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
4439         fchdir, when available, to avoid calling [f]chdir().
4440
4441         fdopendir: split into its own module
4442         * lib/openat.c (fdopendir): Move...
4443         * lib/fdopendir.c: ...into new file.
4444         * modules/fdopendir: New module.
4445         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
4446         * modules/openat (Depends-on): Add fdopendir.
4447         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
4448         fdopendir here.
4449         * modules/savedir (Depends-on): Only need fdopendir, not full
4450         openat.
4451         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
4452         * lib/openat.h (fdopendir): Drop prototype.
4453         * lib/dirent.in.h (fdopendir): Provide prototype.
4454         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
4455         * modules/dirent (Makefile.am): Substitute them.
4456         * MODULES.html.sh (File system functions): Mention it.
4457         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
4458         * modules/fdopendir-tests: New file.
4459         * tests/test-fdopendir.c: Likewise.
4460
4461         fchdir: use more consistent macro convention
4462         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
4463         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
4464         REPLACE_FCHDIR, rather than relying on config.h macros.
4465         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
4466         inside a single make-time REPLACE_FCHDIR block, rather than using
4467         the config.h FCHDIR_REPLACEMENT.
4468         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
4469         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
4470         Manage fstat replacement.
4471         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
4472         REPLACE_FCHDIR.
4473         * modules/sys_stat (Files): Add m4/unistd_h.m4.
4474         (Makefile.am): Substitute REPLACE_FCHDIR.
4475         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
4476         FCHDIR_REPLACEMENT.
4477         * lib/dup-safer.c (dup_safer): Likewise.
4478         * lib/dup2.c (rpl_dup2): Likewise.
4479         * lib/dup3.c (rpl_dup3): Likewise.
4480         * lib/open.c (rpl_open): Likewise.
4481
4482         fchdir: simplify error handling, and support dup3
4483         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
4484         stdbool, malloc-posix, realloc-posix.
4485         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
4486         (ensure_dirs_slot): Return false on allocation failure.
4487         (rpl_dup2): Delete.
4488         (_gl_register_dup): New function.
4489         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
4490         (_gl_register_fd): Close fd on allocation failure.
4491         * lib/fcntl.in.h (_gl_register_fd): Update signature.
4492         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
4493         prototype.
4494         (rpl_dup2_fchdir): Delete prototype.
4495         * lib/open.c (open): Update caller.
4496         * lib/dup2.c (dup2): Track fchdir metadata.
4497         * lib/dup3.c (dup3): Likewise.
4498         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
4499         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
4500
4501 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4502
4503         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
4504         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
4505         don't pass arguments to AC_OUTPUT.
4506
4507 2009-09-02  Bruno Haible  <bruno@clisp.org>
4508
4509         * modules/mkdtemp (License): Relicense under LGPLv2+.
4510         Reported by Paolo Bonzini.
4511
4512 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4513
4514         Replace uses of obsolete autoconf macros in Jim's modules.
4515         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
4516         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
4517         can evoke a warning from autoconf when run with -Wobsolete
4518         enabled.  They were declared obsolete for good reasons (see
4519         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
4520         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
4521         should not continue using the deprecated macros.
4522         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
4523         obsolete Autoconf macros with modern counterparts.
4524         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
4525         * m4/dos.m4 (gl_AC_DOS): Likewise.
4526         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
4527         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
4528         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
4529         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
4530         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
4531         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
4532         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
4533         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
4534         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4535         Likewise.
4536         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
4537         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
4538         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
4539         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
4540         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4541         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
4542
4543 2009-09-01  Eric Blake  <ebb9@byu.net>
4544
4545         fchdir: fix off-by-one bug in previous patch
4546         * lib/fchdir.c (rpl_fstat): Use correct bounds.
4547         (_gl_unregister_fd): Delete useless if.
4548
4549 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
4550
4551         maint.mk: sort the list of syntax-check rules
4552         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
4553         easier to get a sense of progress when the rules are run sequentially
4554         and take a long time.
4555
4556 2009-09-01  Simon Josefsson  <simon@josefsson.org>
4557
4558         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
4559         * modules/netinet_in: Likewise.
4560         * modules/sys_file: Likewise.
4561         * modules/sys_ioctl: Likewise.
4562         * modules/sys_select: Likewise.
4563         * modules/sys_socket: Likewise.
4564         * modules/sys_stat: Likewise.
4565         * modules/sys_time: Likewise.
4566         * modules/sys_times: Likewise.
4567         * modules/sys_utsname: Likewise.
4568         * modules/sys_wait: Likewise.
4569
4570 2009-09-01  Jim Meyering  <meyering@redhat.com>
4571
4572         fts: help ensure that return values are not ignored
4573         * lib/fts_.h (__GNUC_PREREQ): Define.
4574         (__attribute_warn_unused_result__): Define.
4575         (fts_children, fts_close, fts_open, fts_read): Declare with
4576         __attribute_warn_unused_result__.
4577
4578         fts: fts_close now fails also when closing a dir file descriptor fails
4579         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
4580         and propagate to caller, along with errno.
4581
4582         announce-gen: correct formatting in --help output
4583         * build-aux/announce-gen (usage): Move the one-line description in
4584         --help output "up", to where it belongs, just after Usage:.
4585
4586 2009-08-31  Eric Blake  <ebb9@byu.net>
4587
4588         fchdir: port to mingw
4589         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
4590         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
4591         opened, then use a substitute.
4592         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
4593         replacement.
4594         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
4595         (_gl_register_fd): No need to check stat if open already filters
4596         all directories.
4597         (fchdir): Fix error condition to match POSIX.
4598         * modules/fchdir (Depends-on): Add sys_stat.
4599         * doc/posix-functions/open.texi (open): Document the limitation.
4600         * modules/fchdir-tests: New file.
4601         * tests/test-fchdir.c: Likewise.
4602
4603         canonicalize: allow cross-testing from cygwin to mingw
4604         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
4605         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
4606         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
4607         Likewise.
4608         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
4609         target does not support symlinks.
4610         * tests/test-canonicalize-lgpl.sh: Likewise.
4611
4612         chown: avoid compilation warning on mingw
4613         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
4614         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
4615         mingw.
4616         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
4617         * modules/chown (Depends-on): Add errno.
4618
4619 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
4620
4621         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
4622         command.
4623
4624 2009-08-31  Jim Meyering  <meyering@redhat.com>
4625
4626         canonicalize: remove useless initialization
4627         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
4628         initialization of local, "end".
4629
4630 2009-08-30  Bruno Haible  <bruno@clisp.org>
4631
4632         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
4633         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
4634         ENOSYS.
4635
4636 2009-08-30  Bruno Haible  <bruno@clisp.org>
4637
4638         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
4639         /usr/xpg4/bin/tr when it exists.
4640         * tests/test-pipe-filter-gi1.sh: Likewise.
4641
4642 2009-08-30  Bruno Haible  <bruno@clisp.org>
4643
4644         Work around deficient /usr/bin/id program on Solaris.
4645         * tests/test-file-has-acl.sh (ID): New variable.
4646         * tests/test-set-mode-acl.sh (ID): Likewise.
4647         * tests/test-copy-acl.sh (ID): Likewise.
4648         * tests/test-copy-file.sh (ID): Likewise.
4649
4650 2009-08-30  Bruno Haible  <bruno@clisp.org>
4651
4652         New module 'xstriconveh'.
4653         * lib/xstriconveh.h: New file.
4654         * lib/xstriconveh.c: New file.
4655         * modules/xstriconveh: New file.
4656
4657 2009-08-30  Bruno Haible  <bruno@clisp.org>
4658
4659         Make it easier to use mem_cd_iconveh.
4660         * lib/striconveh.h (iconveh_t): New type.
4661         (iconveh_open, iconveh_close): New declarations.
4662         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
4663         with a single 'const iconveh_t *' argument.
4664         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
4665         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
4666         with a single 'const iconveh_t *' argument.
4667         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
4668         * tests/test-striconveh.c (main): Update.
4669         * NEWS: Mention the change.
4670
4671 2009-08-30  Bruno Haible  <bruno@clisp.org>
4672
4673         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
4674         problem.
4675
4676 2009-08-30  Bruno Haible  <bruno@clisp.org>
4677
4678         Work around iconv_open problem on Solaris.
4679         * lib/iconv_open-solaris.gperf: New file.
4680         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
4681         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
4682         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
4683         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
4684         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
4685         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
4686
4687 2009-08-29  Jim Meyering  <meyering@redhat.com>
4688
4689         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
4690         * top/maint.mk (cvs-check): Remove target; it was just an alias
4691         to the better-named vc-diff-check.
4692         (maintainer-distcheck): Remove rule.  It was used only from
4693         the (alpha/beta/major) target, and all of its commands but one
4694         were coreutils-specific.
4695         (vc-dist): Remove rule.
4696         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
4697         Run vc-diff-check, not vc-dist.
4698         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
4699
4700 2009-08-27  Bruno Haible  <bruno@clisp.org>
4701
4702         * tests/test-bitrotate.c (main): Remove test that uses a shift count
4703         of 0.
4704
4705 2009-08-27  Bruno Haible  <bruno@clisp.org>
4706
4707         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
4708         compilers.
4709         * doc/func.texi: Document the SunPRO C bug.
4710
4711 2009-08-27  Bruno Haible  <bruno@clisp.org>
4712
4713         Fix link error on Solaris.
4714         * tests/test-parse-duration.c (xstrdup): Remove function.
4715
4716 2009-08-26  Pádraig Brady  <P@draigbrady.com>
4717
4718         ignore-value: handle pointer types, too
4719         * lib/ignore-value.h (__attribute__): Remove definition.
4720         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
4721         of a more concise and more-often effective "(void) i" statement.
4722         (ignore_ptr): New function to suppress warnings from functions that
4723         return pointers, and to make it explicit that one function doesn't
4724         handle all cases.
4725
4726 2009-08-25  Bruno Haible  <bruno@clisp.org>
4727
4728         dup2: work around a Linux bug.
4729         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
4730         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
4731         * doc/posix-functions/dup2.texi: Mention the Linux bug.
4732         Reported by Simon Josefsson.
4733
4734 2009-08-25  Jim Meyering  <meyering@redhat.com>
4735
4736         libguestfs uses gnulib
4737         * users.txt: Add libguestfs.
4738
4739 2009-08-24  Eric Blake  <ebb9@byu.net>
4740
4741         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
4742         * lib/pipe2.c (includes): Add binary-io.h.
4743         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
4744
4745 2009-08-24  Bruno Haible  <bruno@clisp.org>
4746
4747         Tolerate declared but missing accept4 syscall.
4748         * lib/accept4.c (accept4): Invoke original accept4 function first, if
4749         available.
4750         * lib/sys_socket.in.h (accept4): If the function is already present,
4751         override it.
4752         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
4753         * modules/accept4 (Makefile.am): Compile accept4.c always.
4754         Reported by Paolo Bonzini and Eric Blake.
4755
4756 2009-08-23  Bruno Haible  <bruno@clisp.org>
4757
4758         New module 'accept4'.
4759         * lib/sys_socket.in.h (accept4): New declaration.
4760         * lib/accept4.c: New file.
4761         * m4/accept4.m4: New file.
4762         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
4763         GNULIB_ACCEPT4, HAVE_ACCEPT4.
4764         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
4765         HAVE_ACCEPT4.
4766         * modules/accept4: New file.
4767         * doc/glibc-functions/accept4.texi: Mention the new module.
4768
4769 2009-08-24  Jim Meyering  <meyering@redhat.com>
4770
4771         progname: also set global program_invocation_name, when possible
4772         Before this change, a libtool-enabled program that calls glibc's
4773         error function would report the program name as
4774         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
4775         * modules/progname (configure.ac): Check for a declaration of
4776         program_invocation_name.
4777         * lib/progname.c:  Include <errno.h>.
4778         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
4779         Set program_invocation_name.
4780
4781 2009-08-23  Bruno Haible  <bruno@clisp.org>
4782
4783         * lib/dup3.c: Include <string.h>.
4784
4785 2009-08-23  Bruno Haible  <bruno@clisp.org>
4786
4787         * lib/dup3.c (dup3): Test only once whether the system actually exists.
4788         * lib/pipe2.c (pipe2): Likewise.
4789         Suggested by Eric Blake.
4790
4791 2009-08-23  Bruno Haible  <bruno@clisp.org>
4792
4793         Tolerate declared but missing dup3 syscall.
4794         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
4795         * lib/unistd.in.h (dup3): If the function is already present,
4796         override it.
4797         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
4798         * modules/dup3 (Makefile.am): Compile dup3.c always.
4799         Reported by Paolo Bonzini.
4800
4801 2009-08-23  Bruno Haible  <bruno@clisp.org>
4802
4803         Tolerate declared but missing pipe2 syscall.
4804         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
4805         available.
4806         * lib/unistd.in.h (pipe2): If the function is already present,
4807         override it.
4808         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
4809         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
4810         Reported by Paolo Bonzini.
4811
4812 2009-08-23  Bruno Haible  <bruno@clisp.org>
4813
4814         * lib/pipe2.c (pipe2): Move #ifs inside function.
4815
4816 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
4817
4818         quotearg: document limitations of quote_these_too
4819         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
4820         those limitations are created.
4821         * lib/quotearg.h (set_char_quoting): Document that digits and
4822         letters that are special after backslash are not permitted.
4823         (quotearg_char): Cross-reference set_char_quoting documentation.
4824
4825 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
4826
4827         quotearg: implement custom_quoting_style
4828         * lib/quotearg.c: (struct quoting_options): Add left_quote and
4829         right_quote fields.
4830         (set_custom_quoting): New public function.
4831         (quotearg_buffer_restyled): Add left_quote and right_quote
4832         arguments, handle them very much like locale quoting, and update
4833         all uses.
4834         (quotearg_n_custom): New public function.
4835         (quotearg_n_custom_mem): New public function.
4836         (quotearg_custom): New public function.
4837         (quotearg_custom_mem): New public function.
4838         * lib/quotearg.h: Prototype and document new public functions.
4839         (enum quoting_style): For escape_quoting_style and
4840         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
4841         ignored even though they're otherwise like c_quoting_style.
4842         Add custom_quoting_style member and document with comparison to
4843         clocale_quoting_style.
4844         * tests/test-quotearg.c (custom_quotes): New array.
4845         (custom_results): New array.
4846         (main): Extend to test custom quoting.
4847
4848 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
4849
4850         quotearg: fix right quote escaping when it's in quote_these_too
4851         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
4852         quote, be sure to prepend only one backslash.
4853         * tests/test-quotearg.c (use_quote_double_quotes): New function.
4854         (main): Test it.
4855
4856 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
4857
4858         quotearg-tests: test escaping of embedded locale quotes
4859         * tests/test-quotearg.c (struct result_strings): Add member for
4860         new input.
4861         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
4862         (inputs): Add new input.
4863         (results_g): Add expected results.
4864         (flag_results): Likewise.
4865         (locale_results): Likewise.
4866         (compare_strings): Check those.
4867
4868 2009-08-23  Bruno Haible  <bruno@clisp.org>
4869
4870         Tests for module 'dup3'.
4871         * modules/dup3-tests: New file.
4872         * tests/test-dup3.c: New file.
4873
4874         New module 'dup3'.
4875         * lib/unistd.in.h (dup3): New declaration.
4876         * lib/dup3.c: New file.
4877         * m4/dup3.m4: New file.
4878         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
4879         HAVE_DUP3.
4880         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
4881         * modules/dup3: New file.
4882         * doc/glibc-functions/dup3.texi: Mention the new module.
4883
4884 2009-08-23  Bruno Haible  <bruno@clisp.org>
4885
4886         Tweak the dup2 test.
4887         * tests/test-dup2.c (main): Create the test file empty. Verify that an
4888         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
4889         the test file is still empty. Fix argument order of lseek.
4890
4891 2009-08-23  Bruno Haible  <bruno@clisp.org>
4892
4893         Avoid test link errors when the modules getopt-gnu, gettext are used.
4894         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
4895         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4896
4897 2009-08-23  Bruno Haible  <bruno@clisp.org>
4898
4899         Fix getdtablesize() on mingw.
4900         * lib/getdtablesize.c (getdtablesize): Implement differently.
4901         * lib/unistd.in.h (getdtablesize): Improve comment.
4902
4903 2009-08-23  Bruno Haible  <bruno@clisp.org>
4904
4905         New module 'mkostemp'.
4906         Based on Ulrich Drepper's 2007-08-10 change in glibc.
4907         * lib/stdlib.in.h (mksotemp): New declaration.
4908         * lib/mkostemp.c: New file, from glibc with modifications.
4909         * lib/tempname.h (GT_FILE): Remove outdated comment.
4910         (gen_tempname): Add flags argument.
4911         * lib/tempname.c (__GT_BIGFILE): Remove macro.
4912         (__GT_FILE): Map to 1.
4913         (small_open, large_open): Remove macros.
4914         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
4915         * lib/mkstemp.c (mkstemp): Update.
4916         * lib/mkdtemp.c (mkdtemp): Likewise.
4917         * m4/mkostemp.m4: New file.
4918         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
4919         HAVE_MKOSTEMP.
4920         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
4921         HAVE_MKOSTEMP.
4922         * modules/mkostemp: New file, based on modules/mkstemp.
4923         * doc/glibc-functions/mkostemp.texi: Mention the new module.
4924         * NEWS: Mention the change.
4925
4926 2009-08-23  Bruno Haible  <bruno@clisp.org>
4927
4928         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
4929         Reported by Eric Blake.
4930
4931 2009-08-23  Bruno Haible  <bruno@clisp.org>
4932
4933         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
4934         Reported by Eric Blake.
4935
4936 2009-08-23  Bruno Haible  <bruno@clisp.org>
4937
4938         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
4939         * modules/pipe2 (Depends-on): Likewise.
4940
4941 2009-08-23  Eric Blake  <ebb9@byu.net>
4942
4943         fcntl-h: add O_TTY_INIT support
4944         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
4945         * tests/test-fcntl-h.c (o): Test it.
4946         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
4947
4948         fcntl-h: rename from fcntl, in preparation for fcntl(2)
4949         * modules/fcntl: Move <fcntl.h> header replacement...
4950         * modules/fcntl-h: ...to new name, so as not to collide with
4951         like-named function.
4952         * tests/test-fcntl.c: Rename...
4953         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
4954         * modules/fcntl-tests: Rename...
4955         * modules/fcntl-h-tests: ...to this.  Update test file name.
4956         * modules/chdir-long (Depends-on): Update clients.
4957         * modules/chdir-safer (Depends-on): Likewise.
4958         * modules/fcntl-safer (Depends-on): Likewise.
4959         * modules/fts (Depends-on): Likewise.
4960         * modules/mkancesdirs (Depends-on): Likewise.
4961         * modules/mkdir-p (Depends-on): Likewise.
4962         * modules/open (Depends-on): Likewise.
4963         * modules/savewd (Depends-on): Likewise.
4964         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
4965         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
4966
4967 2009-08-22  Bruno Haible  <bruno@clisp.org>
4968
4969         * modules/binary-io (License): Relicense under LGPL.
4970         * modules/pipe2 (License): Likewise.
4971
4972 2009-08-22  Bruno Haible  <bruno@clisp.org>
4973
4974         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
4975         return value.
4976         * lib/pipe-filter-gi.c (filter_init): Likewise.
4977         Reported by Eric Blake.
4978
4979 2009-08-22  Bruno Haible  <bruno@clisp.org>
4980
4981         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
4982         * modules/pipe (Depends-on): Add pipe2.
4983
4984 2009-08-22  Bruno Haible  <bruno@clisp.org>
4985
4986         Tests for module 'pipe2'.
4987         * modules/pipe2-tests: New file.
4988         * tests/test-pipe2.c: New file.
4989
4990         New module 'pipe2'.
4991         * lib/unistd.in.h (pipe2): New declaration.
4992         * lib/pipe2.c: New file.
4993         * m4/pipe2.m4: New file.
4994         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
4995         HAVE_PIPE2.
4996         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
4997         * modules/pipe2: New file.
4998         * doc/glibc-functions/pipe2.texi: Mention the new module.
4999
5000 2009-08-22  Bruno Haible  <bruno@clisp.org>
5001
5002         Reference some new glibc functions.
5003         * doc/glibc-functions/accept4.texi: New file.
5004         * doc/glibc-functions/dup3.texi: New file.
5005         * doc/glibc-functions/mkostemp.texi: New file.
5006         * doc/glibc-functions/pipe2.texi: New file.
5007         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
5008         (Glibc sys/socket.h): Refer to accept4.
5009         (Glibc unistd.h): Refer to dup3, pipe2.
5010         Reported by Eric Blake.
5011
5012 2009-08-22  Jim Meyering  <meyering@redhat.com>
5013             Bruno Haible  <bruno@clisp.org>
5014
5015         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
5016         This makes it so packages using automake-1.11's silent-rules option
5017         can print e.g., a single "GEN    configmake.h" line, rather than
5018         the 30+ statements that perform the job.  If you want to see the
5019         actual commands, you can still run "make V=1".
5020         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
5021         so that make output is abbreviated when those variables are defined
5022         appropriately.
5023         * modules/argz: Likewise.
5024         * modules/arpa_inet: Likewise.
5025         * modules/byteswap: Likewise.
5026         * modules/configmake: Likewise.
5027         * modules/dirent: Likewise.
5028         * modules/errno: Likewise.
5029         * modules/fcntl: Likewise.
5030         * modules/float: Likewise.
5031         * modules/fnmatch: Likewise.
5032         * modules/getopt-posix: Likewise.
5033         * modules/glob: Likewise.
5034         * modules/iconv_open: Likewise.
5035         * modules/inttypes: Likewise.
5036         * modules/localcharset: Likewise.
5037         * modules/locale: Likewise.
5038         * modules/math: Likewise.
5039         * modules/netdb: Likewise.
5040         * modules/netinet_in: Likewise.
5041         * modules/poll: Likewise.
5042         * modules/posix_spawnp-tests: Likewise.
5043         * modules/sched: Likewise.
5044         * modules/search: Likewise.
5045         * modules/selinux-h: Likewise.
5046         * modules/signal: Likewise.
5047         * modules/spawn: Likewise.
5048         * modules/stdarg: Likewise.
5049         * modules/stdbool: Likewise.
5050         * modules/stddef: Likewise.
5051         * modules/stdint: Likewise.
5052         * modules/stdio: Likewise.
5053         * modules/stdlib: Likewise.
5054         * modules/string: Likewise.
5055         * modules/strings: Likewise.
5056         * modules/sys_file: Likewise.
5057         * modules/sys_ioctl: Likewise.
5058         * modules/sys_select: Likewise.
5059         * modules/sys_socket: Likewise.
5060         * modules/sys_stat: Likewise.
5061         * modules/sys_time: Likewise.
5062         * modules/sys_times: Likewise.
5063         * modules/sys_utsname: Likewise.
5064         * modules/sys_wait: Likewise.
5065         * modules/sysexits: Likewise.
5066         * modules/time: Likewise.
5067         * modules/unistd: Likewise.
5068         * modules/wchar: Likewise.
5069         * modules/wctype: Likewise.
5070
5071 2009-08-22  Jim Meyering  <meyering@redhat.com>
5072
5073         announce-gen: detect write failure
5074         * build-aux/announce-gen: Add Coda at end.
5075         Remove equivalent-but-more-verbose block at top.
5076
5077 2009-08-19  Akim Demaille  <demaille@gostai.com>
5078
5079         bootstrap: --help to stdout.
5080         * bootstrap (usage): Don't send --help to stderr.
5081         Use a here doc instead of a long string.
5082
5083 2009-08-21  Eric Blake  <ebb9@byu.net>
5084
5085         test-popen-safer: split from test-popen
5086         * tests/test-popen.c (main): Move...
5087         * tests/test-popen.h: ...into new file.
5088         * tests/test-popen-safer2.c: New file.
5089         * modules/popen-tests (Files): Add test-popen.h.
5090         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
5091         Suggested by Bruno Haible.
5092
5093         test-fcntl-safer: split from test-open
5094         * tests/test-open.c (main): Move...
5095         * tests/test-open.h: ...into new file.
5096         * tests/test-fcntl-safer.c: New file.
5097         * modules/open-tests (Files): Add test-open.h.
5098         * modules/fcntl-safer-tests: New file.
5099         Suggested by Bruno Haible.
5100
5101         test-fopen-safer: split from test-fopen
5102         * tests/test-fopen.c (main): Move...
5103         * tests/test-fopen.h: ...into new file.
5104         * tests/test-fopen-safer.c: New file.
5105         * modules/fopen-tests (Files): Add test-fopen.h.
5106         * modules/fopen-safer-tests: New file.
5107         Suggested by Bruno Haible.
5108
5109 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
5110
5111         popen-safer: test O_CLOEXEC at run-time.
5112         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
5113
5114 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
5115
5116         fcntl: move more flags to the header
5117         * lib/cloexec.c: Do not define FD_CLOEXEC here.
5118         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
5119         * lib/fcntl.in.h: Do both things here.
5120
5121 2009-08-21  Jim Meyering  <meyering@redhat.com>
5122
5123         consistently remove $@-t before redirecting to it
5124         * modules/argz: Remove $@-t and $@ before redirecting to the former.
5125         * modules/alloca-opt: Likewise.
5126         * modules/byteswap: Likewise.
5127         * modules/fnmatch: Likewise.
5128         * modules/getopt-posix: Likewise.
5129         * modules/glob: Likewise.
5130         * modules/poll: Likewise.
5131         * modules/posix_spawnp-tests: Likewise.
5132         * modules/sys_socket: Likewise.
5133         * modules/sysexits: Likewise.
5134
5135 2009-08-21  Eric Blake  <ebb9@byu.net>
5136
5137         popen: simplify access to original popen
5138         * lib/popen.c (rpl_popen): No need to worry about popen being a
5139         macro.
5140         Reported by Bruno Haible.
5141
5142 2009-08-20  Eric Blake  <ebb9@byu.net>
5143
5144         build: avoid some compiler warnings
5145         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
5146         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
5147         type.
5148         (new_exclude_segment, excluded_file_pattern_p)
5149         (excluded_file_name_p): Reduce scope.
5150         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
5151         old-style declaration.
5152
5153 2009-08-20  Simon Josefsson  <simon@josefsson.org>
5154
5155         * tests/test-exclude1.sh: Handle Windows EOL.
5156         * tests/test-exclude2.sh: Likewise.
5157         * tests/test-exclude3.sh: Likewise.
5158         * tests/test-exclude4.sh: Likewise.
5159         * tests/test-exclude5.sh: Likewise.
5160         * tests/test-exclude6.sh: Likewise.
5161         * tests/test-exclude7.sh: Likewise.
5162
5163 2009-08-19  Akim Demaille  <demaille@gostai.com>
5164
5165         bootstrap: find sha1sum when named gsha1sum.
5166         * bootstrap (find_tool): New.
5167         ($SHA1SUM): New.
5168         Use it.
5169
5170 2009-08-20  Jim Meyering  <meyering@redhat.com>
5171
5172         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
5173         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
5174         expression that converts "." in a file name to "\." in the resulting
5175         regexp.  Start with a dummy statement, so that prior shell variable
5176         definitions are expanded portably.  Reported by Simon Josefsson.
5177
5178 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
5179
5180         Fix polling for writeability of a screen buffer.
5181         * lib/poll.c: Distinguish input and screen buffers for the
5182         Win32 implementation.
5183         * lib/select.c: Likewise.
5184
5185 2009-08-19  Eric Blake  <ebb9@byu.net>
5186
5187         popen-safer: prevent popen from clobbering std descriptors
5188         * modules/popen-safer: New file.
5189         * lib/popen-safer.c: Likewise.
5190         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
5191         * lib/stdio--.h (popen): Provide override.
5192         * lib/stdio-safer.h (popen_safer): Provide declaration.
5193         * tests/test-popen.c (includes): Partially test this.
5194         * modules/popen-safer-tests: New file, for more tests.
5195         * tests/test-popen-safer.c: Likewise.
5196         * MODULES.html.sh (file stream based Input/Output): Mention it.
5197
5198         tests: test some of the *-safer modules
5199         * modules/fopen-safer (Depends-on): Add fopen.
5200         * modules/fcntl-safer (Depends-on): Add fcntl.
5201         * modules/stdlib-safer (Depends-on): Add stdlib.
5202         (configure.ac): Set indicator.
5203         * modules/unistd-safer (configure.ac): Likewise.
5204         * modules/tmpfile-safer (configure.ac): Likewise.
5205         (Depends-on): Add tmpfile.
5206         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
5207         active.
5208         * tests/test-fopen.c (includes): Test safer versions when they are
5209         in use.
5210         * tests/test-open.c (includes): Likewise.
5211
5212         popen: fix cygwin 1.5 bug when stdin closed
5213         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
5214         * modules/popen: New file.
5215         * modules/popen-tests: Likewise.
5216         * tests/test-popen.c: Likewise.
5217         * m4/popen.m4: Likewise.
5218         * lib/popen.c: Likewise.
5219         * lib/stdio.in.h (popen): New declaration.
5220         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
5221         * modules/stdio (Makefile.am): Likewise.
5222         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
5223
5224 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
5225
5226         maint.mk: give full control over update-copyright exclusions
5227         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
5228         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
5229         (update-copyright): Don't force inclusion of top-level
5230         ChangeLog.  Don't force exclusion of all COPYING files, but make
5231         them the default exclusion instead.
5232
5233 2009-08-16  Bruno Haible  <bruno@clisp.org>
5234
5235         Fix test failures on Solaris 10.
5236         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
5237         tests when Solaris iconv() is used.
5238         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5239         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5240         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5241         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5242         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5243
5244 2009-08-16  Bruno Haible  <bruno@clisp.org>
5245
5246         Fix test failures on Solaris 10.
5247         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
5248         'tr' program and pass it as first argument.
5249         * tests/test-pipe-filter-gi1.sh: Likewise.
5250         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
5251         program as first argument.
5252         * tests/test-pipe-filter-gi1.c (main): Likewise.
5253
5254 2009-08-16  Eric Blake  <ebb9@byu.net>
5255
5256         fpurge: fix previous commits
5257         * modules/fpurge (Makefile.am): Make replacement conditional,
5258         partially reverting 2007-04-29 change; missed in previous
5259         attempt.
5260         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
5261         is missing.
5262
5263 2009-08-16  Bruno Haible  <bruno@clisp.org>
5264
5265         Clarify fpurge's effect on the file position.
5266         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
5267         * tests/test-fpurge.c (main): Make a second pass for checking the file
5268         position.
5269
5270 2009-08-16  Bruno Haible  <bruno@clisp.org>
5271
5272         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
5273         declaration of fpurge is missing.
5274         * tests/test-fpurge.c (main): Check that the file has not more contents
5275         than expected. Close the file before removing it.
5276
5277 2009-08-15  Eric Blake  <ebb9@byu.net>
5278
5279         fpurge: don't wrap working cygwin implementation
5280         * lib/fpurge.c (fpurge): Fix comment typo.
5281         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
5282         1.7 to avoid replacement.
5283         * tests/test-fpurge.c (main): Enhance test.
5284
5285 2009-08-15  Eric Blake  <ebb9@byu.net>
5286         and Jim Meyering  <meyering@redhat.com>
5287
5288         test-update-copyright: skip if perl is insufficient
5289         * tests/test-update-copyright.sh: Failure to run maintainer tool
5290         should not cause testsuite failure on cygwin 1.5.
5291
5292 2009-08-14  Eric Blake  <ebb9@byu.net>
5293
5294         doc: mention more functions added in cygwin 1.7.0
5295         * doc/posix-headers/limits.texi (limits.h): Update for recent
5296         cygwin additions.
5297         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
5298         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
5299         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
5300         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
5301         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
5302
5303 2009-08-14  Eric Blake  <ebb9@byu.net>
5304
5305         maint.mk: simplify update-copyright rule
5306         * top/maint.mk (update-copyright-local): Delete, and document how
5307         to do it in cfg.mk instead.
5308         (update-copyright-exclude-regexp): Delete, and document how to do
5309         it in .x-update-copyright instead.
5310         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
5311         exclude ChangeLog.
5312
5313 2009-08-14  Bruno Haible  <bruno@clisp.org>
5314
5315         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
5316
5317 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
5318
5319         maint.mk: support update-copyright-env
5320         * top/maint.mk (update-copyright-env): Define place-holder.
5321         (update-copyright): Expand $(update-copyright-env) before
5322         invoking update-copyright.
5323
5324 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
5325
5326         update-copyright: implement forced reformatting
5327         * build-aux/update-copyright: Implement and document
5328         UPDATE_COPYRIGHT_FORCE.
5329         * tests/test-update-copyright.sh: Test it.
5330
5331 2009-08-14  Eric Blake  <ebb9@byu.net>
5332         and Bruno Haible  <bruno@clisp.org>
5333
5334         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
5335         * tests/test-locale.c: Revert previous patch related to NULL.
5336         * tests/test-stdio.c: Likewise.
5337         * tests/test-stdlib.c: Likewise.
5338         * tests/test-string.c: Likewise.
5339         * tests/test-unistd.c: Likewise.
5340         * modules/time-tests (Depends-on): Add verify.
5341         * modules/wchar-tests (Depends-on): Likewise.
5342         * tests/test-time.c: Test for NULL compliance.
5343         * tests/test-wchar.c: Likewise.
5344         * modules/locale (Depends-on): Add stddef.
5345         * modules/stdio (Depends-on): Likewise.
5346         * modules/stdlib (Depends-on): Likewise.
5347         * modules/string (Depends-on): Likewise.
5348         * modules/time (Depends-on): Likewise.
5349         * modules/unistd (Depends-on): Likewise.
5350         * modules/wchar (Depends-on): Likewise.
5351         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
5352         * lib/stdlib.in.h (includes): Likewise.
5353         * lib/string.in.h (includes): Likewise.
5354         * lib/time.in.h (includes): Likewise.
5355         * lib/unistd.in.h (includes): Likewise.
5356         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
5357         replaced.
5358         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
5359         * m4/stddef_h.m4: New file.
5360         * modules/stddef: Likewise.
5361         * lib/stddef.in.h: Likewise.
5362         * modules/stddef-tests: Likewise.
5363         * tests/test-stddef.c: Likewise.
5364         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
5365         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
5366         * doc/posix-headers/locale.texi (locale.h): Likewise.
5367         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
5368         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
5369         * doc/posix-headers/string.texi (string.h): Likewise.
5370         * doc/posix-headers/time.texi (time.h): Likewise.
5371         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
5372         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
5373
5374 2009-08-14  Eric Blake  <ebb9@byu.net>
5375
5376         doc: improve git diff of texinfo files
5377         * .gitattributes: Add rule for *.texi files, with hint on how to
5378         use it.
5379         Copied from m4, and based on a report by Bruno Haible.
5380
5381 2009-08-14  Bruno Haible  <bruno@clisp.org>
5382
5383         Disable multithread support by default on Cygwin 1.5.x for real.
5384         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
5385
5386 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
5387
5388         update-copyright: much ado about intervals
5389         * build-aux/update-copyright: Implement and document
5390         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
5391         of copyright year intervals.
5392         Also, document UPDATE_COPYRIGHT_YEAR.
5393         * tests/test-update-copyright.sh: Test it.
5394
5395         update-copyright: convert 2-digit to 4-digit years
5396         * build-aux/update-copyright: Implement and document.
5397         * tests/test-update-copyright.sh: Update.
5398
5399 2009-08-14  Jim Meyering  <meyering@redhat.com>
5400
5401         test-exclude: avoid coreutils "make check" failure
5402         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
5403         just as in test-argmatch.c.
5404
5405 2009-08-13  Eric Blake  <ebb9@byu.net>
5406
5407         test-dup2: fix bad assumption
5408         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
5409         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
5410
5411         test-version-etc: fix CRLF portability issue
5412         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
5413         recognize \r.
5414         * tests/test-argp-version-etc-1.sh: Likewise.
5415
5416         getopt: update client modules
5417         * modules/argp (Depends-on): Use getopt-gnu.
5418         * modules/git-merge-changelog (Depends-on): Likewise.
5419         * modules/long-options (Depends-on): Likewise.
5420         * modules/xstrtol (Depends-on): Likewise.
5421
5422 2009-08-13  Simon Josefsson  <simon@josefsson.org>
5423
5424         * tests/test-version-etc.sh: Don't fail on different
5425         project/version.  Don't fail on CRLF differences.  Rewrite to use
5426         multiple -e instead of multiple sed forks, suggested by Eric Blake
5427         <ebb9@byu.net>.
5428         * tests/test-argp-version-etc-1.sh: Likewise.
5429
5430 2009-08-13  Simon Josefsson  <simon@josefsson.org>
5431
5432         * tests/test-version-etc.sh: Don't fail on different
5433         project/version.
5434
5435 2009-08-12  Bruno Haible  <bruno@clisp.org>
5436
5437         Tests for modules 'getopt-posix', 'getopt-gnu'.
5438         * modules/getopt-posix-tests: New file.
5439         * tests/test-getopt.c: New file.
5440         * tests/test-getopt.h: New file.
5441         * tests/test-getopt_long.h: New file.
5442
5443         New modules 'getopt-posix', 'getopt-gnu'.
5444         * modules/getopt-gnu: New file, renamed from modules/getopt.
5445         * modules/getopt-posix: New file.
5446         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
5447         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
5448         (gl_GETOPT): Remove macro.
5449         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
5450         Disable the test against BSD systems that declare optreset. Test
5451         against mingw bug. Test against lack of support of optional arguments
5452         on many platforms.
5453         * doc/glibc-headers/getopt.texi: Update module name and list of
5454         relevant platforms.
5455         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
5456         'getopt-gnu' and more portability problems.
5457         * NEWS: Mention the changes.
5458
5459 2009-08-12  Bruno Haible  <bruno@clisp.org>
5460
5461         Ensure that optarg etc. get declared by <unistd.h>.
5462         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
5463         AC_USE_SYSTEM_EXTENSIONS.
5464         * modules/getopt (Depends-on): Add 'extensions'.
5465
5466 2009-08-12  Bruno Haible  <bruno@clisp.org>
5467
5468         Avoid test link errors.
5469         * modules/pipe-filter-ii-tests (Makefile.am): Define
5470         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
5471         * modules/pipe-filter-gi-tests (Makefile.am): Define
5472         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
5473         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5474
5475 2009-08-12  Bruno Haible  <bruno@clisp.org>
5476
5477         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
5478         gl_GETOPT_SUBSTITUTE before.
5479         (gl_GETOPT): Use it.
5480         * m4/argp.m4 (gl_ARGP): Update.
5481         Reported by Sergey Poznyakoff.
5482
5483         * m4/getopt.m4: Reorder macros.
5484         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
5485         (gl_GETOPT_SUBSTITUTE): Remove macro.
5486
5487 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5488
5489         Minor improvement in gitlog-to-changelog
5490
5491         * build-aux/gitlog-to-changelog: New option `--format' makes
5492         output format string configurable.
5493
5494 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5495
5496         Optimize exclude: use hash tables for non-wildcard patterns.
5497
5498         * lib/exclude.c: Include hash.h and mbuiter.h
5499         (struct exclude_pattern, exclude_segment): New data types.
5500         (struct exclude): Rewrite.
5501         (fnmatch_pattern_has_wildcards): New function.
5502         (new_exclude_segment, free_exclude_segment): New functions.
5503         (excluded_file_pattern_p, excluded_file_name_p): New functions.
5504         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
5505         * lib/exclude.h (is_fnmatch_pattern): New prototype.
5506         * modules/exclude: Depend on hash and mbuiter.
5507
5508         * modules/exclude-tests: New file.
5509         * tests/test-exclude.c: New file.
5510         * tests/test-exclude1.sh: New file.
5511         * tests/test-exclude2.sh: New file.
5512         * tests/test-exclude3.sh: New file.
5513         * tests/test-exclude4.sh: New file.
5514         * tests/test-exclude5.sh: New file.
5515         * tests/test-exclude6.sh: New file.
5516         * tests/test-exclude7.sh: New file.
5517
5518 2009-08-12  Bruno Haible  <bruno@clisp.org>
5519
5520         Ensure that getopt() gets declared by <unistd.h>.
5521         * lib/unistd.in.h: Conditionally include getopt.h.
5522         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
5523         Set GNULIB_UNISTD_H_GETOPT.
5524         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5525         GNULIB_UNISTD_H_GETOPT.
5526         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
5527
5528 2009-08-12  Bruno Haible  <bruno@clisp.org>
5529
5530         Clarify logic.
5531         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
5532         gl_replace_getopt instead of GETOPT_H.
5533
5534 2009-08-12  Bruno Haible  <bruno@clisp.org>
5535
5536         * m4/getopt.m4: Add comments.
5537
5538 2009-08-12  Bruno Haible  <bruno@clisp.org>
5539
5540         Disable multithread support by default on Cygwin 1.5.x.
5541         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
5542         set gl_use_threads=no if not specified otherwise.
5543
5544 2009-08-11  Bruno Haible  <bruno@clisp.org>
5545
5546         Avoid compilation error on NetBSD 5.0.
5547         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
5548         * tests/test-stdio.c: Likewise.
5549         * tests/test-stdlib.c: Likewise.
5550         * tests/test-string.c: Likewise.
5551         * tests/test-unistd.c: Likewise.
5552         Reported by Greg Troxel <gdt@ir.bbn.com>
5553         at <https://savannah.gnu.org/support/?106973>.
5554
5555 2009-08-11  Bruno Haible  <bruno@clisp.org>
5556
5557         * modules/dup2-tests (Depends-on): Remove close.
5558
5559         Undo 2009-07-19 commit.
5560         * modules/acl-tests (Depends-on): Remove close.
5561         * modules/binary-io-tests (Depends-on): Likewise.
5562         * modules/closein-tests (Depends-on): Likewise.
5563         * modules/flock-tests (Depends-on): Likewise.
5564         * modules/fsync-tests (Depends-on): Likewise.
5565         * modules/lseek-tests (Depends-on): Likewise.
5566         * modules/pipe-tests (Depends-on): Likewise.
5567         * modules/posix_spawn-tests (Depends-on): Likewise.
5568         * modules/posix_spawnp-tests (Depends-on): Likewise.
5569         * modules/stat-time-tests (Depends-on): Likewise.
5570         * modules/yesno-tests (Depends-on): Likewise.
5571
5572 2009-08-10  Bruno Haible  <bruno@clisp.org>
5573
5574         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
5575
5576 2009-08-10  Bruno Haible  <bruno@clisp.org>
5577
5578         Fix a gcc warning.
5579         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
5580
5581 2009-08-10  Bruno Haible  <bruno@clisp.org>
5582
5583         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
5584         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
5585         not only the first time.
5586         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
5587         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
5588         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
5589         is 1, not only the the first time.
5590
5591 2009-08-10  Bruno Haible  <bruno@clisp.org>
5592
5593         Make it possible to use module 'gethostname' without module 'close'.
5594         * lib/unistd.in.h (close): Evoke a link error only if
5595         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
5596         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5597         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5598         * modules/unistd (Makefile.am): Substitute
5599         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5600         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
5601         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
5602         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
5603         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5604         * modules/sys_ioctl (Makefile.am): Substitute
5605         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5606         * modules/socket (configure.ac): On native Windows, set
5607         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
5608         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
5609         Reported by Sam Steingold <sds@gnu.org>.
5610
5611 2009-08-10  Bruno Haible  <bruno@clisp.org>
5612
5613         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
5614         * modules/ioctl (configure.ac): Likewise.
5615
5616 2009-08-10  Bruno Haible  <bruno@clisp.org>
5617
5618         Avoid collision between gnulib wrapper and libintl wrapper.
5619         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
5620         already defined in intl/printf.c.
5621         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
5622         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
5623
5624 2009-08-09  Bruno Haible  <bruno@clisp.org>
5625
5626         Make <sys/select.h> really self-contained, also on Solaris 10.
5627         * lib/sys_select.in.h: Include <string.h>.
5628         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
5629         Solaris 10 problem.
5630         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
5631         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
5632         Reported by Jim Meyering.
5633
5634 2009-08-09  Bruno Haible  <bruno@clisp.org>
5635
5636         Avoid warnings from 'aclocal' that are due to a use of macro name
5637         AM_XGETTEXT_OPTION that is not defined in automake.
5638         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
5639         automake.
5640         * modules/error (configure.ac): Likewise.
5641         * modules/propername (configure.ac): Likewise.
5642         * modules/vasprintf (configure.ac): Likewise.
5643         * modules/verror (configure.ac): Likewise.
5644         * modules/xprintf (configure.ac): Likewise.
5645         * modules/xvasprintf (configure.ac): Likewise.
5646
5647 2009-08-08  Bruno Haible  <bruno@clisp.org>
5648
5649         Avoid compilation error in C++ mode.
5650         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
5651         Reported by Sam Steingold <sds@gnu.org>.
5652
5653 2009-08-08  Bruno Haible  <bruno@clisp.org>
5654
5655         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
5656         for the various Unix platforms.
5657         * doc/posix-headers/limits.texi: Update platforms list regarding
5658         HOST_NAME_MAX.
5659         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5660
5661 2009-08-07  Jim Meyering  <meyering@redhat.com>
5662
5663         selinux-at: fix typo in a comment
5664         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
5665         Spotted by Paolo Bonzini.
5666
5667         selinux-at: remove redundant m4 code, add documentation
5668         * modules/selinux-at (configure.ac): Remove redundant code.
5669         LIB_SELINUX is already set via the dependent module, selinux-h.
5670         (Include): Add quotes around selinux-at.h.
5671         * lib/selinux-at.h: Add documentation.
5672         Reported by Bruno Haible in
5673         http://marc.info/?l=gnulib-bug&m=124958988300749
5674
5675 2009-08-07  Bruno Haible  <bruno@clisp.org>
5676
5677         Avoid link error on MacOS X 10.3 and 10.4.
5678         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
5679         on non-ELF systems.
5680         * lib/argp-pv.c (argp_program_version): Likewise.
5681         Reported by Simon Josefsson.
5682
5683 2009-08-07  Simon Josefsson  <simon@josefsson.org>
5684
5685         * tests/test-version-etc.sh: Use $EXEEXT.
5686
5687 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
5688
5689         update-copyright: update documentation to point to maint.mk
5690         * build-aux/update-copyright: Here.
5691
5692 2009-08-06  Jim Meyering  <meyering@redhat.com>
5693
5694         maint.mk: support update-copyright-local
5695         * top/maint.mk (update-copyright-local): Define place-holder.
5696         (update-copyright): Depend on $(update-copyright-local).
5697
5698 2009-08-06  Jim Meyering  <meyering@redhat.com>
5699
5700         selinux-at: new module
5701         Initially written for coreutils, this module will soon be
5702         used by findutils, too.
5703         * MODULES.html.sh [Misc]: Add selinux-at.
5704         * lib/selinux-at.h: New file, from coreutils.
5705         * lib/selinux-at.c: Likewise.
5706         * modules/selinux-at: Likewise.
5707         (License): Change from LGPL to GPL, since it depends
5708         on the GPL'd openat module.
5709
5710         doc: update README
5711         * README: Remove references to cogito.
5712         Remove cvs-repo-updating instructions from 2007.
5713         Don't imply that CVS is better if you have limited disk space.
5714
5715 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5716
5717         update-copyright: support C-style comments
5718         * build-aux/update-copyright: Implement and document.
5719         * tests/test-update-copyright.sh: Test.
5720
5721 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5722
5723         update-copyright: support omitted "(C)"
5724         * build-aux/update-copyright: Implement and document.  Also,
5725         allow variable whitespace before "(C)".
5726         * tests/test-update-copyright.sh: Test.
5727
5728 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5729
5730         update-copyright: don't trip on non-FSF copyright statements
5731         * build-aux/update-copyright: Fix so that the first correctly
5732         formatted FSF copyright statement is recognized no matter what
5733         appears before it.  Update documentation.
5734         * tests/test-update-copyright.sh: Test that.
5735
5736 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5737
5738         update-copyright: clean up code a little
5739         * build-aux/update-copyright: Append "_re" to the name of any
5740         variable holding a regular expression.
5741         Replace "old" and "new" with "stmt" in variable names.
5742         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
5743         handled correctly.
5744         Format code more consistently.
5745
5746 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
5747
5748         update-copyright-tests: improve portability
5749         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
5750         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
5751
5752 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
5753
5754         update-copyright: support @copyright{} and &copy;
5755         * build-aux/update-copyright: Implement and document.
5756         * tests/test-update-copyright.sh: Test.
5757
5758 2009-08-04  Jim Meyering  <meyering@redhat.com>
5759
5760         update-copyright-tests: correctly test EOL=\r\n handling
5761         * tests/test-update-copyright.sh: Put \r at the end of some lines
5762         for the dos-eol tests.  Based on a patch by Joel E. Denny.
5763
5764         maint.mk: make update-copyright exclusion list more configurable
5765         * top/maint.mk (update-copyright): Default to excluding COPYING,
5766         but allow an override, in case someone does want to update that file.
5767
5768         maint.mk: don't update copyright date in COPYING
5769         * top/maint.mk (update-copyright): Exclude COPYING.
5770
5771         maint.mk: add a copyright-updating rule
5772         * top/maint.mk (update-copyright): New rule.
5773         Derived from coreutils/Makefile.am.
5774
5775         update-copyright: rename some variables
5776         * build-aux/update-copyright: Rename a few variables for clarity.
5777         Tweak syntax.  List Joel E. Denny as coauthor.
5778
5779 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
5780
5781         update-copyright: fix bug for 2-digit last year and add tests
5782         * build-aux/update-copyright: Fix bug.
5783         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
5784         specified.
5785         * modules/update-copyright-tests: New
5786         * tests/test-update-copyright.sh: New.
5787
5788 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
5789
5790         update-copyright: handle leading tabs in line prefix
5791         * build-aux/update-copyright: Count leading tabs as 8 spaces
5792         when computing margin.  This helps with the formatting of
5793         ChangeLogs, for example.
5794         Fix documentation a little.
5795
5796 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
5797
5798         update-copyright: support EOL=\r\n
5799         * build-aux/update-copyright: Implement that.
5800
5801 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
5802
5803         update-copyright: automatically format copyright statements
5804         * build-aux/update-copyright: Implement that.
5805         Also, be a little more predictable and safer by always failing
5806         when the full copyright format is not perfectly recognized as an
5807         unbroken whole.  Discussed at
5808         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
5809         Rewrite documentation.
5810
5811 2009-08-03  Bruno Haible  <bruno@clisp.org>
5812
5813         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
5814
5815 2009-08-02  Bruno Haible  <bruno@clisp.org>
5816
5817         Tests for module 'uname'.
5818         * modules/uname-tests: New file.
5819         * tests/test-uname.c: New file.
5820
5821         New module 'uname'.
5822         * lib/uname.c: New file.
5823         * m4/uname.m4: New file.
5824         * modules/uname: New file.
5825         * doc/posix-functions/uname.texi: Mention the new module.
5826
5827 2009-08-02  Bruno Haible  <bruno@clisp.org>
5828
5829         Tests for module 'sys_utsname'.
5830         * modules/sys_utsname-tests: New file.
5831         * tests/test-sys_utsname.c: New file.
5832
5833         New module 'sys_utsname'.
5834         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
5835         * m4/sys_utsname_h.m4: New file.
5836         * modules/sys_utsname: New file.
5837         * doc/posix-headers/sys_utsname.texi: Mention the new module.
5838
5839 2009-08-02  Bruno Haible  <bruno@clisp.org>
5840
5841         Implicitly initialize the sockets library.
5842         * lib/gethostname.c: Include sockets.h.
5843         (rpl_gethostname): Invoke gl_sockets_startup.
5844         * lib/socket.c: Include sockets.h.
5845         (rpl_socket): Invoke gl_sockets_startup.
5846         * modules/gethostname (Depends-on): Add sockets.
5847         * modules/socket (Depends-on): Likewise.
5848         * tests/test-poll.c: Don't include sockets.h.
5849         (main): Don't invoke gl_sockets_startup.
5850         * tests/test-select.c: Don't include sockets.h.
5851         (main): Don't invoke gl_sockets_startup.
5852
5853 2009-08-02  Bruno Haible  <bruno@clisp.org>
5854
5855         Allow multiple calls to gl_sockets_startup.
5856         * lib/sockets.c (initialized_sockets_version): New variable.
5857         (gl_sockets_startup): Do nothing if already called for this or a higher
5858         version.
5859         (gl_sockets_cleanup): Reset initialized_sockets_version.
5860
5861 2009-08-03  Simon Josefsson  <simon@josefsson.org>
5862
5863         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
5864         different project/version.
5865
5866 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
5867             Bruno Haible  <bruno@clisp.org>
5868
5869         Tests for module 'pipe-filter-gi'.
5870         * modules/pipe-filter-gi-tests: New file.
5871         * tests/test-pipe-filter-gi1.sh: New file.
5872         * tests/test-pipe-filter-gi1.c: New file.
5873         * tests/test-pipe-filter-gi2.sh: New file.
5874         * tests/test-pipe-filter-gi2-main.c: New file.
5875         * tests/test-pipe-filter-gi2-child.c: New file.
5876
5877         New module 'pipe-filter-gi'.
5878         * lib/pipe-filter-gi.c: New file.
5879         * modules/pipe-filter-gi: New file.
5880
5881 2009-08-02  Bruno Haible  <bruno@clisp.org>
5882             Paolo Bonzini  <bonzini@gnu.org>
5883
5884         Tests for module 'pipe-filter-ii'.
5885         * modules/pipe-filter-ii-tests: New file.
5886         * tests/test-pipe-filter-ii1.sh: New file.
5887         * tests/test-pipe-filter-ii1.c: New file.
5888         * tests/test-pipe-filter-ii2.sh: New file.
5889         * tests/test-pipe-filter-ii2-main.c: New file.
5890         * tests/test-pipe-filter-ii2-child.c: New file.
5891
5892         New module 'pipe-filter-ii'.
5893         * lib/pipe-filter.h: New file.
5894         * lib/pipe-filter-ii.c: New file.
5895         * lib/pipe-filter-aux.h: New file.
5896         * modules/pipe-filter-ii: New file.
5897
5898 2009-08-02  Simon Josefsson  <simon@josefsson.org>
5899
5900         * lib/gc-libgcrypt.c: Change copyright to FSF.
5901         * lib/gc-gnulib.c: Likewise.
5902
5903 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
5904
5905         * lib/gethostname.c: Include limits.h.
5906
5907 2009-08-02  Simon Josefsson  <simon@josefsson.org>
5908             Bruno Haible  <bruno@clisp.org>
5909
5910         Ensure HOST_NAME_MAX as part of the gethostname module.
5911         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
5912         define also HOST_NAME_MAX.
5913         * tests/test-gethostname.c: Include <limits.h>.
5914         (main): Check also HOST_NAME_MAX.
5915         * doc/posix-headers/limits.texi: Document the mingw problem.
5916
5917 2009-08-02  Bruno Haible  <bruno@clisp.org>
5918
5919         * lib/gethostname.c (gethostname): Fix handling of large len argument.
5920         Add comments.
5921
5922 2009-03-31  Simon Josefsson  <simon@josefsson.org>
5923
5924         * lib/gethostname.c: Add Windows wrapper.
5925         * m4/gethostname.m4: Look for gethostname in -lws2_32.
5926         * modules/gethostname: Depend on sys_socket & errno, for also
5927         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
5928         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
5929
5930 2009-07-31  Jim Meyering  <meyering@redhat.com>
5931
5932         getloadavg: fix symbol name in comment
5933         * lib/getloadavg.c: Correct a typo I introduced when adding
5934         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
5935         Matt Kraai spotted the problem.
5936
5937 2009-07-29  Matt Kraai  <mkraai@beckman.com>
5938
5939         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
5940         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
5941         code also if ! defined N_NAME_POINTER.
5942         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
5943         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
5944         but the n_name member is a 12-byte array.
5945
5946 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
5947
5948         update-copyright: generalize comment handling
5949         * build-aux/update-copyright: Handle copyright statements
5950         within more comment styles.
5951         Document usage.
5952         Report any file with an external copyright holder or parse failure.
5953
5954 2009-07-29  Jim Meyering  <meyering@redhat.com>
5955
5956         mktime: correct setting of REPLACE_MKTIME
5957         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
5958
5959         update-copyright: new module
5960         * modules/update-copyright: New file.
5961         * build-aux/update-copyright: New file.
5962         * MODULES.html.sh (maint+release support): Add update-copyright.
5963
5964 2009-07-27  Bruno Haible  <bruno@clisp.org>
5965
5966         Fix compilation error when <ctime> is used and mktime is replaced.
5967         * lib/time.in.h (mktime): New declaration.
5968         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
5969         REPLACE_MKTIME instead of defining mktime in config.h.
5970         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
5971         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
5972         Reported by Ross McFarland <rwmcfa1@neces.com>.
5973
5974 2009-07-27  Bruno Haible  <bruno@clisp.org>
5975
5976         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
5977         Reported by Matt Kraai <mkraai@beckman.com>.
5978
5979 2009-07-25  Jim Meyering  <meyering@redhat.com>
5980
5981         maint.mk: avoid warnings about missing files
5982         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
5983         diagnostic when .prev-version does not exist.
5984         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
5985         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
5986         nonexistent cfg.mk.
5987         Suggestions from Simon Josefsson.
5988
5989 2009-07-25  Bruno Haible  <bruno@clisp.org>
5990
5991         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
5992         defined as macros. Needed on QNX 6.4.1.
5993         Reported by Matt Kraai <mkraai@beckman.com>.
5994
5995 2009-07-23  Jim Meyering  <meyering@redhat.com>
5996
5997         maint.mk: invoke "make dist" with a working value of XZ_OPT
5998         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
5999
6000 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
6001
6002         Make fseeko.c compile on QNX.
6003         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
6004
6005 2009-07-22  Peter Simons  <simons@cryp.to>
6006
6007         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
6008         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
6009         * lib/md4.h: Likewise.
6010         * lib/md5.h: Likewise.
6011         * lib/sha1.h: Likewise.
6012         * lib/sha256.h: Likewise.
6013         * lib/sha512.h: Likewise.
6014
6015         tests-sha1: don't assign literal string to 'char *' variable
6016         * tests/test-sha1.c (main): Declare locals with "const" to match
6017         attributes of the right hand side.
6018
6019 2009-07-21  Eric Blake  <ebb9@byu.net>
6020
6021         dup2: fix more mingw problems
6022         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
6023         fd to itself.
6024         * doc/posix-functions/dup2.texi (dup2): Document the bug.
6025         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
6026         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
6027         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
6028         care of mingw bugs.
6029
6030 2009-07-21  Jim Meyering  <meyering@redhat.com>
6031
6032         vc-list-files: avoid failure when /bin/sh is dash
6033         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
6034         On some Debian based systems, /bin/sh is a symlink to dash, and running
6035         this command would omit the "/" following each 'tests' prefix:
6036           dash -x build-aux/vc-list-files -C . tests
6037         That is because bash and dash work differently:
6038           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
6039           bash ok
6040           dash odd
6041
6042 2009-07-21  Eric Blake  <ebb9@byu.net>
6043
6044         dup2-tests: test previous patch
6045         * modules/dup2-tests: New file.
6046         * tests/test-dup2.c: Likewise.
6047         * tests/test-open.c (main): Avoid unspecified behavior.
6048         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
6049         test.
6050
6051         dup2: work around mingw and cygwin 1.5 bug
6052         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
6053         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6054         * modules/unistd (Makefile.am): Substitute it.
6055         * lib/unistd.in.h (dup2): Declare the replacement.
6056         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
6057         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
6058         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
6059         * modules/execute (Depends-on): Add dup2.
6060         * modules/fseterr (Depends-on): Likewise.
6061         * modules/pipe (Depends-on): Likewise.
6062         * modules/posix_spawn-internal (Depends-on): Likewise.
6063
6064 2009-07-21  Bruno Haible  <bruno@clisp.org>
6065
6066         * modules/.gitattributes: New file.
6067
6068 2009-07-20  Bruno Haible  <bruno@clisp.org>
6069
6070         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
6071         (main): Use it.
6072
6073 2009-07-20  Eric Blake  <ebb9@byu.net>
6074
6075         test-pipe: make a bit more robust.
6076         * tests/test-pipe.c (myerr): Allow error messages regardless of
6077         what we do to stderr.
6078         (test_pipe): Rearrange to avoid deadlock.
6079         (child_main): Try a larger read, to ensure we avoided deadlock.
6080         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
6081         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
6082         if misused.
6083
6084 2009-07-19  Jim Meyering  <meyering@redhat.com>
6085
6086         fts: avoid false-positive cycle-detection
6087         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
6088         for each new command line argument.
6089
6090 2009-07-19  Bruno Haible  <bruno@clisp.org>
6091
6092         Fix build error on mingw with the modules sys_select and unistd.
6093         * modules/acl-tests (Depends-on): Add close.
6094         * modules/binary-io-tests (Depends-on): Likewise.
6095         * modules/closein-tests (Depends-on): Likewise.
6096         * modules/flock-tests (Depends-on): Likewise.
6097         * modules/fsync-tests (Depends-on): Likewise.
6098         * modules/lseek-tests (Depends-on): Likewise.
6099         * modules/pipe-tests (Depends-on): Likewise.
6100         * modules/posix_spawn-tests (Depends-on): Likewise.
6101         * modules/posix_spawnp-tests (Depends-on): Likewise.
6102         * modules/stat-time-tests (Depends-on): Likewise.
6103         * modules/yesno-tests (Depends-on): Likewise.
6104
6105 2009-07-19  Bruno Haible  <bruno@clisp.org>
6106
6107         Unify conditionals.
6108         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
6109         macros, not at the compiler macros.
6110         * lib/pipe.c: Likewise.
6111         * lib/execute.c: Likewise.
6112         * lib/spawni.c: Likewise.
6113
6114 2009-07-19  Bruno Haible  <bruno@clisp.org>
6115
6116         Fix handling of closed stdin/stdout/stderr on mingw.
6117         * lib/w32spawn.h: Include unistd.h.
6118         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
6119         file descriptor with O_NOINHERIT flag.
6120         (fd_safer_noinherit): New function, based on fd-safer.c.
6121         (dup_safer_noinherit): New function, based on dup-safer.c.
6122         (undup_safer_noinherit): New function.
6123         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
6124         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
6125         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
6126         instead of fd_safer.
6127         * tests/test-pipe.c: Include <windows.h>.
6128         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
6129
6130         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
6131         from main.
6132         (test_pipe): Pass an extra argument for disambiguation.
6133         (main): Invoke parent_main or child_main.
6134
6135         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
6136         consistently.
6137
6138 2009-07-18  Eric Blake  <ebb9@byu.net>
6139
6140         test-pipe: fix mingw build
6141         * tests/test-pipe.c (main): Avoid fcntl on mingw.
6142
6143 2009-07-18  Bruno Haible  <bruno@clisp.org>
6144
6145         * modules/pipe-tests (Makefile.am): Fix typo.
6146
6147 2009-07-18  Eric Blake  <ebb9@byu.net>
6148
6149         error: fix mingw build
6150         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
6151         Reported by Bruno Haible.
6152
6153         error: avoid undefined use of stdout
6154         * lib/error.c (error, error_at_line): Check that fd 1 is open
6155         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
6156         is handling faults and the close_stdout module wants to report the
6157         detection of closed stdout as an error.
6158
6159 2009-07-17  Eric Blake  <ebb9@byu.net>
6160
6161         pipe: be robust in face of closed fds
6162         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
6163         should cause child to misbehave.
6164         * modules/pipe-tests: New module.
6165         * tests/test-pipe.c: New file.
6166         * tests/test-pipe.sh: New file.
6167         Reported by Akim Demaille.
6168
6169 2009-07-14  Bruno Haible  <bruno@clisp.org>
6170
6171         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
6172         Reported by anonymous kc.
6173
6174 2009-07-07  Jim Meyering  <meyering@redhat.com>
6175
6176         maint.mk: don't look for translatable strings in *.m4 or *.mk
6177         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
6178         when searching for translatable strings.
6179
6180 2009-07-05  Jim Meyering  <meyering@redhat.com>
6181
6182         remove superfluous parentheses in STREQ definition
6183         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
6184         * lib/getugroups.c (STREQ): Likewise.
6185         * lib/fnmatch.c (STREQ): Likewise.
6186         Spotted by Bruno Haible.
6187
6188 2009-07-04  Jim Meyering  <meyering@redhat.com>
6189
6190         argv-iter: new module
6191         * MODULES.html.sh: Add argv-iter.
6192         * lib/argv-iter.c, lib/argv-iter.h: New files.
6193         * modules/argv-iter: New file.
6194         * modules/argv-iter-tests: New file.
6195         * tests/test-argv-iter.c: Test it.
6196
6197 2009-07-04  Bruno Haible  <bruno@clisp.org>
6198
6199         Fix assertion.
6200         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
6201         contains more exact copies of a given entry than file2, leave the extra
6202         copies unpaired rather than aborting.
6203         Reported by Eric Blake.
6204
6205 2009-07-02  Bruno Haible  <bruno@clisp.org>
6206
6207         Speedup git-merge-changelog for git cherry-pick.
6208         * lib/git-merge-changelog.c (struct entries_mapping): New type.
6209         (entries_mapping_get): New function, extracted from compute_mapping.
6210         (entries_mapping_reverse_get): New function.
6211         (compute_mapping): Add a 'full' argument. Return the result in a
6212         'struct entries_mapping'.
6213         (main): Update. Access the mappings through entries_mapping_get.
6214         Reported by Eric Blake.
6215
6216 2009-07-02  Bruno Haible  <bruno@clisp.org>
6217
6218         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
6219         best_i.
6220
6221 2009-07-02  Bruno Haible  <bruno@clisp.org>
6222
6223         Speed up approximate search for matching ChangeLog entries.
6224         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
6225         argument. Call fstrcmp_bounded instead of fstrcmp.
6226         (compute_mapping, try_split_merged_entry, main): Update callers.
6227
6228 2009-07-02  Bruno Haible  <bruno@clisp.org>
6229
6230         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
6231
6232 2009-06-30  Bruno Haible  <bruno@clisp.org>
6233
6234         Reduce the number of uc_is_cased calls.
6235         * lib/unicase.h (casing_suffix_context_t): Add
6236         'first_char_except_ignorable' field.
6237         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
6238         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
6239         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
6240         Update initializer.
6241         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
6242         case-ignorable characters.
6243         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
6244         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
6245         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
6246         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
6247         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
6248
6249 2009-06-30  Bruno Haible  <bruno@clisp.org>
6250
6251         Tests for module 'unicase/ignorable'.
6252         * modules/unicase/ignorable-tests: New file.
6253         * tests/unicase/test-ignorable.c: New file, generated by
6254         gen-uni-tables.
6255
6256         Tests for module 'unicase/cased'.
6257         * modules/unicase/cased-tests: New file.
6258         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
6259         * tests/unicase/test-predicate-part1.h: New file, derived from
6260         tests/unictype/test-predicate-part1.h.
6261         * tests/unicase/test-predicate-part2.h: New file, same as
6262         tests/unictype/test-predicate-part2.h.
6263
6264         Fix evaluation of "Before C" condition of FINAL_SIGMA.
6265         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
6266         (output_casing_properties): New function.
6267         (main): Call it.
6268         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
6269         * lib/unicase/cased.c: Include unictype/bitmap.h.
6270         (uc_is_cased): Define through a bitmap lookup.
6271         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
6272         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
6273         (uc_is_case_ignorable): Define through a bitmap lookup.
6274         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
6275         lib/unictype/bitmap.h.
6276         (Depends-on): Add inline. Clean up.
6277         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
6278         lib/unictype/bitmap.h.
6279         (Depends-on): Add inline. Clean up.
6280         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
6281         recognition.
6282         * tests/unicase/test-u16-tolower.c (main): Likewise.
6283         * tests/unicase/test-u32-tolower.c (main): Likewise.
6284
6285 2009-06-30  Bruno Haible  <bruno@clisp.org>
6286
6287         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
6288         * lib/unicase/u16-casemap.c: Likewise.
6289         * lib/unicase/u32-casemap.c: Likewise.
6290
6291 2009-06-29  Bruno Haible  <bruno@clisp.org>
6292
6293         Define u32_casefold as a wrapper around u32_ct_casefold.
6294         * lib/unicase/u32-casefold.c: Update.
6295         * modules/unicase/u32-casefold (Depends-on): Add
6296         unicase/u32-ct-casefold, unicase/empty-prefix-context,
6297         unicase/empty-suffix-context. Clean up.
6298
6299         Define u16_casefold as a wrapper around u16_ct_casefold.
6300         * lib/unicase/u16-casefold.c: Update.
6301         * modules/unicase/u16-casefold (Depends-on): Add
6302         unicase/u16-ct-casefold, unicase/empty-prefix-context,
6303         unicase/empty-suffix-context. Clean up.
6304
6305         Define u8_casefold as a wrapper around u8_ct_casefold.
6306         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
6307         * lib/unicase/u8-casefold.c: Update.
6308         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
6309         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
6310
6311         Define u32_totitle as a wrapper around u32_ct_totitle.
6312         * lib/unicase/u32-totitle.c: Update.
6313         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
6314         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
6315
6316         Define u16_totitle as a wrapper around u16_ct_totitle.
6317         * lib/unicase/u16-totitle.c: Update.
6318         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
6319         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
6320
6321         Define u8_totitle as a wrapper around u8_ct_totitle.
6322         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
6323         functions.
6324         (FUNC): Delegate to U_CT_TOTITLE.
6325         * lib/unicase/u8-totitle.c: Update.
6326         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
6327         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
6328
6329         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
6330         invocation.
6331         * modules/unicase/u32-tolower (Depends-on): Add
6332         unicase/empty-prefix-context, unicase/empty-suffix-context.
6333
6334         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
6335         invocation.
6336         * modules/unicase/u16-tolower (Depends-on): Add
6337         unicase/empty-prefix-context, unicase/empty-suffix-context.
6338
6339         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
6340         * modules/unicase/u8-tolower (Depends-on): Add
6341         unicase/empty-prefix-context, unicase/empty-suffix-context.
6342
6343         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
6344         invocation.
6345         * modules/unicase/u32-toupper (Depends-on): Add
6346         unicase/empty-prefix-context, unicase/empty-suffix-context.
6347
6348         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
6349         invocation.
6350         * modules/unicase/u16-toupper (Depends-on): Add
6351         unicase/empty-prefix-context, unicase/empty-suffix-context.
6352
6353         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
6354         * modules/unicase/u8-toupper (Depends-on): Add
6355         unicase/empty-prefix-context, unicase/empty-suffix-context.
6356
6357         New module 'unicase/u32-ct-casefold'.
6358         * lib/unicase/u32-ct-casefold.c: New file.
6359         * modules/unicase/u32-ct-casefold: New file.
6360
6361         New module 'unicase/u16-ct-casefold'.
6362         * lib/unicase/u16-ct-casefold.c: New file.
6363         * modules/unicase/u16-ct-casefold: New file.
6364
6365         New module 'unicase/u8-ct-casefold'.
6366         * lib/unicase/u8-ct-casefold.c: New file.
6367         * lib/unicase/u-ct-casefold.h: New file, derived from
6368         lib/unicase/u-casefold.h.
6369         * modules/unicase/u8-ct-casefold: New file.
6370
6371         New module 'unicase/u32-ct-totitle'.
6372         * lib/unicase/u32-ct-totitle.c: New file.
6373         * modules/unicase/u32-ct-totitle: New file.
6374
6375         New module 'unicase/u16-ct-totitle'.
6376         * lib/unicase/u16-ct-totitle.c: New file.
6377         * modules/unicase/u16-ct-totitle: New file.
6378
6379         New module 'unicase/u8-ct-totitle'.
6380         * lib/unicase/u8-ct-totitle.c: New file.
6381         * lib/unicase/u-ct-totitle.h: New file, derived from
6382         lib/unicase/u-totitle.h.
6383         * modules/unicase/u8-ct-totitle: New file.
6384
6385         New module 'unicase/u32-ct-tolower'.
6386         * lib/unicase/u32-ct-tolower.c: New file.
6387         * modules/unicase/u32-ct-tolower: New file.
6388
6389         New module 'unicase/u16-ct-tolower'.
6390         * lib/unicase/u16-ct-tolower.c: New file.
6391         * modules/unicase/u16-ct-tolower: New file.
6392
6393         New module 'unicase/u8-ct-tolower'.
6394         * lib/unicase/u8-ct-tolower.c: New file.
6395         * modules/unicase/u8-ct-tolower: New file.
6396
6397         New module 'unicase/u32-ct-toupper'.
6398         * lib/unicase/u32-ct-toupper.c: New file.
6399         * modules/unicase/u32-ct-toupper: New file.
6400
6401         New module 'unicase/u16-ct-toupper'.
6402         * lib/unicase/u16-ct-toupper.c: New file.
6403         * modules/unicase/u16-ct-toupper: New file.
6404
6405         New module 'unicase/u8-ct-toupper'.
6406         * lib/unicase/u8-ct-toupper.c: New file.
6407         * modules/unicase/u8-ct-toupper: New file.
6408
6409         Add context arguments to u*_casemap functions.
6410         * lib/unicase/unicasemap.h: Include unicase.h.
6411         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
6412         suffix_context arguments.
6413         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
6414         functions.
6415         (FUNC): Add prefix_context and suffix_context arguments. Use
6416         uc_is_cased and uc_is_case_ignorable.
6417         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
6418         * lib/unicase/u16-casemap.c: Likewise.
6419         * lib/unicase/u32-casemap.c: Likewise.
6420         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
6421         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
6422         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
6423         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
6424         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
6425         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
6426
6427         New module 'unicase/u32-suffix-context'.
6428         * lib/unicase/u32-suffix-context.c: New file.
6429         * modules/unicase/u32-suffix-context: New file.
6430
6431         New module 'unicase/u16-suffix-context'.
6432         * lib/unicase/u16-suffix-context.c: New file.
6433         * modules/unicase/u16-suffix-context: New file.
6434
6435         New module 'unicase/u8-suffix-context'.
6436         * lib/unicase/u8-suffix-context.c: New file.
6437         * lib/unicase/u-suffix-context.h: New file.
6438         * modules/unicase/u8-suffix-context: New file.
6439
6440         New module 'unicase/empty-suffix-context'.
6441         * lib/unicase/empty-suffix-context.c: New file.
6442         * modules/unicase/empty-suffix-context: New file.
6443
6444         New module 'unicase/u32-prefix-context'.
6445         * lib/unicase/u32-prefix-context.c: New file.
6446         * modules/unicase/u32-prefix-context: New file.
6447
6448         New module 'unicase/u16-prefix-context'.
6449         * lib/unicase/u16-prefix-context.c: New file.
6450         * modules/unicase/u16-prefix-context: New file.
6451
6452         New module 'unicase/u8-prefix-context'.
6453         * lib/unicase/u8-prefix-context.c: New file.
6454         * lib/unicase/u-prefix-context.h: New file.
6455         * lib/unicase/context.h: New file.
6456         * modules/unicase/u8-prefix-context: New file.
6457
6458         New module 'unicase/empty-prefix-context'.
6459         * lib/unicase/empty-prefix-context.c: New file.
6460         * modules/unicase/empty-prefix-context: New file.
6461
6462         New module 'unicase/ignorable'.
6463         * lib/unicase/ignorable.c: New file.
6464         * modules/unicase/ignorable: New file.
6465
6466         New module 'unicase/cased'.
6467         * lib/unicase/caseprop.h: New file.
6468         * lib/unicase/cased.c: New file.
6469         * modules/unicase/cased: New file.
6470
6471         New functions for case mapping of substrings.
6472         * lib/unicase.h (casing_prefix_context_t): New type.
6473         (unicase_empty_prefix_context): New variable.
6474         (u8_casing_prefix_context, u16_casing_prefix_context,
6475         u32_casing_prefix_context, u8_casing_prefixes_context,
6476         u16_casing_prefixes_context, u32_casing_prefixes_context): New
6477         declarations.
6478         (casing_suffix_context_t): New type.
6479         (unicase_empty_suffix_context): New variable.
6480         (u8_casing_suffix_context, u16_casing_suffix_context,
6481         u32_casing_suffix_context, u8_casing_suffixes_context,
6482         u16_casing_suffixes_context, u32_casing_suffixes_context,
6483         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
6484         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
6485         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
6486         declarations.
6487
6488 2009-06-28  Jim Meyering  <meyering@redhat.com>
6489
6490         boostrap: indent only with spaces
6491         * build-aux/bootstrap: Indent only with spaces, never TABs.
6492
6493         bootstrap: split long lines
6494         * build-aux/bootstrap: Keep line length < 80.
6495
6496         bootstrap: sync from coreutils
6497         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
6498         just as autoreconf does.  Verify a list of prerequisite
6499         package-name,version-number pairs if defined in bootstrap.conf.
6500         Refer to README-prereq, if prerequisites are not satisfied.
6501
6502 2009-06-27  Eric Blake  <ebb9@byu.net>
6503
6504         tests: add test for bogus NULL definition
6505         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
6506         * tests/test-stdlib.c: Likewise.
6507         * tests/test-string.c: Likewise.
6508         * tests/test-locale.c: Likewise.
6509         * tests/test-unistd.c: Likewise.
6510         * modules/stdio-tests (Depends-on): Add verify.
6511         * modules/stdlib-tests (Depends-on): Likewise.
6512         * modules/string-tests (Depends-on): Likewise.
6513         * modules/locale-tests (Depends-on): Likewise.
6514         * modules/unistd-tests (Depends-on): Likewise.
6515
6516 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
6517
6518         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
6519         self-explaining comment.
6520         * m4/selinux-selinux-h: Update serial.
6521         (gl_LIBSELINUX): New macro, adding a warning for missing development
6522         packages to code extracted from...
6523         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
6524         Add warning for missing development packages here, too.
6525
6526 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
6527
6528         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
6529
6530 2009-06-25  Eric Blake  <ebb9@byu.net>
6531
6532         version-etc: fix regression
6533         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
6534         gcc.
6535         (version_etc): Use it, to catch bugs with trailing NULL.
6536         * lib/version-etc.c (version_etc_arn): Delete unused argument.
6537         (version_etc_va): Fix logic bug.
6538         * modules/version-etc-tests: Add test.
6539         * tests/test-version-etc.c: New file.
6540         * tests/test-version-etc.sh: Likewise.
6541
6542 2009-06-25  Sam Steingold  <sds@gnu.org>
6543
6544         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
6545         mbtowc declaration.
6546
6547 2009-06-25  Eric Blake  <ebb9@byu.net>
6548
6549         fpurge: migrate into <stdio.h>
6550         * lib/fpurge.h: Delete...
6551         * lib/stdio.in.h (fpurge): ...and declare here, instead.
6552         * lib/fpurge.c (fpurge): Change declaring header.
6553         * modules/fpurge (Files): Drop deleted file.
6554         (Depends-on): Add stdio.
6555         (configure.ac): Set witness.
6556         * modules/stdio (Makefile.am): Support fpurge macros.
6557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6558         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
6559         * lib/fflush.c: Update client.
6560         * tests/test-fpurge.c: Likewise.
6561         * NEWS: Mention the change.
6562
6563 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6564
6565         * lib/argp-version-etc.c (program_authors): Add const
6566         qualifier.
6567         * lib/version-etc.c: Fix typos in the comments.
6568         * modules/argp-version-etc: Depends on version-etc.
6569
6570 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6571
6572         argp-version-etc: new module.
6573
6574         * lib/argp-version-etc.c: New file.
6575         * lib/argp-version-etc.h: New file.
6576         * modules/argp-version-etc: New file.
6577         * modules/argp-version-etc-tests: New file.
6578         * tests/test-argp-version-etc.c: New test.
6579         * tests/test-argp-version-etc-1.sh: New test.
6580
6581 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6582
6583         Provide additional interfaces and documentation for version-etc
6584         module.
6585
6586         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
6587         interfaces.
6588         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
6589         prototypes.
6590
6591 2009-06-24  Bruno Haible  <bruno@clisp.org>
6592
6593         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
6594         HAVE_LIB${NAME} macro.
6595         Reported by Sam Steingold <sds@gnu.org>.
6596
6597 2009-06-23  Simon Josefsson  <simon@josefsson.org>
6598
6599         * modules/hash-tests (test_hash_LDADD): Link to libintl when
6600         needed.
6601
6602 2009-06-21  Bruno Haible  <bruno@clisp.org>
6603
6604         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
6605         work.
6606         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
6607         together with LIB${NAME}, LTLIB${NAME}.
6608         Reported by Sam Steingold <sds@gnu.org>.
6609
6610 2009-06-20  Jim Meyering  <meyering@redhat.com>
6611
6612         tests: make sc_require_test_exit_idiom more generic
6613         * top/maint.mk (Exit_witness_file): New overridable variable.
6614         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
6615         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
6616
6617 2009-06-19  Jim Meyering  <meyering@redhat.com>
6618
6619         hash: reverse order of src/dst parameters in an internal interface
6620         * lib/hash.c (transfer_entries): Reverse order of parameters to
6621         put DST before SRC.  Adjust callers.
6622
6623         tests: test-hash: avoid wholesale duplication
6624         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
6625         Instead, use a loop and add a single conditional.
6626
6627         tests: test-hash: allow seed selection via a command line argument
6628         * tests/test-hash.c (get_seed): New function.
6629         (main): Use it.
6630
6631 2009-06-19  Eric Blake  <ebb9@byu.net>
6632
6633         hash: avoid memory leak on allocation failure
6634         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
6635         failure.  Factor repeated algorithm...
6636         (transfer_entries): ...into new helper routine.
6637         (hash_delete): React to hash_rehash return value.
6638
6639         hash: reduce memory pressure in hash_rehash no-op case
6640         * lib/hash.c (next_prime): Avoid overflow.
6641         (hash_initialize): Factor bucket size computation...
6642         (compute_bucket_size): ...into new helper function.
6643         (hash_rehash): Use new function and open coding to reduce memory
6644         pressure, and avoid a memory leak in USE_OBSTACK code.
6645         Reported by Jim Meyering.
6646
6647 2009-06-18  Eric Blake  <ebb9@byu.net>
6648
6649         hash: make rotation more obvious
6650         * modules/hash (Depends-on): Add bitrotate and stdint.
6651         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
6652         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
6653         (SIZE_MAX): Rely on headers for definition.
6654         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
6655         (raw_hasher): Use rotr_sz.
6656         Suggested by Jim Meyering.
6657
6658         hash: fix memory leak in last patch
6659         * lib/hash.c (hash_rehash): Avoid memory leak.
6660
6661         hash: avoid no-op rehashing
6662         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
6663
6664         hash: provide default callback functions
6665         * lib/hash.c (raw_hasher, raw_comparator): New functions.
6666         (hash_initialize): Use them as defaults.
6667         * tests/test-hash.c (main): Test this.
6668
6669         hash: minor optimization
6670         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
6671         when possible.
6672         (hash_initialize): Document this promise.
6673         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
6674         * tests/test-hash.c (hash_compare_strings): Test this.
6675
6676 2009-06-18  Bruno Haible  <bruno@clisp.org>
6677
6678         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
6679         going to be replaced anyway.
6680
6681 2009-06-18  Bruno Haible  <bruno@clisp.org>
6682
6683         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
6684         in one place.
6685         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
6686         be replaced anyway.
6687
6688 2009-06-18  Eric Blake  <ebb9@byu.net>
6689
6690         hash: check for resize before insertion
6691         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
6692         threshold before insertion, so that a pathological hash_rehash
6693         that fills every bucket can still trigger another rehash.
6694
6695 2009-06-18  Jim Meyering  <meyering@redhat.com>
6696
6697         hash-tests: add a loop around the small tests
6698         * tests/test-hash.c (main): Repeat small tests with selected
6699         small initial table sizes.
6700
6701 2009-06-17  Eric Blake  <ebb9@byu.net>
6702
6703         hash: minor cleanups
6704         * lib/hash.h (hash_entry): Make opaque, by moving...
6705         * lib/hash.c (hash_entry): ...here.
6706         (hash_insert): Clarify restrictions on what can be inserted.
6707         (hash_get_next): Clarify when it is safe to remove an element
6708         during traversal.
6709         (check_tuning): Skip verification when tuning is known safe.
6710         (hash_initialize): Clarify restrictions on tuning.
6711
6712 2009-06-17  Jim Meyering  <jim@meyering.net>
6713         and Eric Blake  <ebb9@byu.net>
6714
6715         hash-tests: new module
6716         * modules/hash-tests: New file.
6717         * tests/test-hash.c: New file.
6718
6719 2009-06-17  Eric Blake  <ebb9@byu.net>
6720
6721         strstr-simple: document new module
6722         * MODULES.html.sh: Document new module.
6723
6724         strstr, strcasestr: replace on platforms with broken memchr
6725         * modules/strstr: Split into...
6726         * modules/strstr-simple: ...new module that does not care about
6727         performance, but does care about glibc bug.
6728         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
6729         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
6730         if platform memchr is broken, per Debian bug 521737.
6731         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
6732         memchr.
6733         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
6734         * doc/posix-functions/strstr.texi (strstr): Document the fix.
6735         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
6736         * modules/mountlist (Depends-on): Add strstr-simple.
6737         * modules/gen-uni-tables (Depends-on): Likewise.
6738         * modules/argz (Depends-on): Add strstr.
6739
6740 2009-06-17  Bruno Haible  <bruno@clisp.org>
6741
6742         * modules/posix_spawn-internal (Depends-on): Add errno.
6743
6744 2009-06-17  Bruno Haible  <bruno@clisp.org>
6745
6746         Define missing ESTALE on Interix 3.5.
6747         * lib/errno.in.h (ESTALE): Assign a value if missing.
6748         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
6749         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
6750         missing.
6751         * doc/posix-headers/errno.texi: Mention the Interix bug.
6752         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
6753
6754 2009-06-15  Eric Blake  <ebb9@byu.net>
6755
6756         memchr, memchr2: add valgrind exception
6757         * lib/memchr.valgrind: New file.
6758         * lib/memchr2.valgrind: New file.
6759         * modules/memchr (Files): Distribute valgrind file.
6760         * modules/memchr2 (Files): Likewise.
6761
6762         docs: memchr is no longer obsolete
6763         * MODULES.html.sh: Move memchr from obsolete to string.h section.
6764         * lib/string.in.h (memchr): Simplify logic.
6765
6766 2009-06-14  Jim Meyering  <meyering@redhat.com>
6767
6768         link-follow: fix the "checking..." message to not mention trailing slash
6769         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
6770         never considered trailing slashes.
6771
6772 2009-06-14  Bruno Haible  <bruno@clisp.org>
6773
6774         * m4/memchr.m4: Mention also the bug on IA-64.
6775         * doc/posix-functions/memchr.texi: Likewise.
6776
6777 2009-06-12  Eric Blake  <ebb9@byu.net>
6778
6779         memchr: detect broken x86_64 and alpha implementations
6780         * modules/memchr-tests (Depends-on): Move mmap detection...
6781         * modules/memchr (Depends-on): ...here.
6782         (configure.ac): Set indicator.
6783         * lib/string.in.h (memchr): Declare replacement.
6784         * modules/string (Makefile.am): Trigger replacement.
6785         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
6786         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
6787         bugs.
6788         * doc/posix-functions/memchr.texi (memchr): Document the bug.
6789         * modules/getpagesize (License): Relax license.
6790
6791 2009-06-11  Bruno Haible  <bruno@clisp.org>
6792
6793         * lib/idpriv.h: Add more references.
6794
6795 2009-06-08  Bruno Haible  <bruno@clisp.org>
6796
6797         Tests for module 'idpriv-droptemp'.
6798         * modules/idpriv-droptemp-tests: New file.
6799         * tests/test-idpriv-droptemp.sh: New file.
6800         * tests/test-idpriv-droptemp.su.sh: New file.
6801         * tests/test-idpriv-droptemp.c: New file.
6802
6803         New module 'idpriv-droptemp'.
6804         * lib/idpriv-droptemp.c: New file.
6805         * modules/idpriv-droptemp: New file.
6806
6807 2009-06-08  Bruno Haible  <bruno@clisp.org>
6808
6809         Tests for module 'idpriv-drop'.
6810         * modules/idpriv-drop-tests: New file.
6811         * tests/test-idpriv-drop.sh: New file.
6812         * tests/test-idpriv-drop.su.sh: New file.
6813         * tests/test-idpriv-drop.c: New file.
6814
6815         New module 'idpriv-drop'.
6816         * lib/idpriv.h: New file.
6817         * lib-idpriv-drop.c: New file.
6818         * m4/idpriv.m4: New file.
6819         * modules/idpriv-drop: New file.
6820
6821 2009-06-08  Bruno Haible  <bruno@clisp.org>
6822
6823         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
6824         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6825         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6826         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6827         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6828         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6829         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6830
6831 2009-06-08  Eric Blake  <ebb9@byu.net>
6832
6833         test-strstr: use memory fence, when possible
6834         * tests/test-strstr.c (main): Use memory fence, in order to be
6835         more likely to trigger Debian bug 521737.
6836         * modules/strstr-tests (Files): Pull in additional files.
6837
6838         memchr: no longer obsolete, for wider field testing
6839         * modules/memchr (Status, Notice): Delete, this module is no
6840         longer obsolete.
6841         * modules/vasnprintf (Depends-on): Add memchr.
6842
6843 2009-06-07  Jim Meyering  <meyering@redhat.com>
6844
6845         hash: declare some functions with the warn_unused_result attribute
6846         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
6847
6848 2009-06-07  Bruno Haible  <bruno@clisp.org>
6849
6850         * tests/test-alignof.c: Don't test int64_t if it does not exist.
6851         Reported by Eric Blake.
6852
6853 2009-06-06  Eric Blake  <ebb9@byu.net>
6854
6855         test-alignof: fix typo with long double
6856         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
6857         compiler error.
6858
6859 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
6860
6861         Escape non-texinfo { and }s.
6862         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
6863         markup error.
6864
6865 2009-06-04  Jim Meyering  <meyering@redhat.com>
6866
6867         gitlog-to-changelog: don't infloop on an empty commit log
6868         * build-aux/gitlog-to-changelog: Warn about an empty log message.
6869         Reported by Boris Petersen <transacid@centerim.org>.
6870
6871 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
6872
6873         version-etc: extend for packagers
6874         Add three new configure options, intended for packagers:
6875           --with-packager="packager name"
6876           --with-packager-version="packager-specific version"
6877           --with-packager-bug-reports="packager bug reporting"
6878         An example with coreutils:
6879           $ ./configure \
6880             --with-packager=Gentoo \
6881             --with-packager-bug-report=http://bugs.gentoo.org/ \
6882             --with-packager-version="patchset 1.6"
6883           $ ./src/ls --version | head -n3
6884           ls (GNU coreutils) 7.1-dirty
6885           Packaged by Gentoo (patchset 1.6)
6886           Copyright (C) 2009 Free Software Foundation, Inc.
6887         Note that the bug reporting info via --help doesn't show up because
6888         coreutils uses its own custom emit_bug_reporting_address() implementation
6889         in src/system.h.  If it didn't, it'd look like:
6890           $ ./src/ls --help | tail -n4
6891           Report bugs to <bug-coreutils@gnu.org>.
6892           Report Gentoo bugs to <http://bugs.gentoo.org/>.
6893           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
6894           General help using GNU software: <http://www.gnu.org/gethelp/>.
6895         * lib/version-etc.c: Print new information, if provided.
6896         * m4/version-etc.m4: New file.
6897         * modules/version-etc (Files): Add m4/version-etc.m4.
6898         (configure.ac): Add gl_VERSION_ETC.
6899
6900 2009-05-31  Bruno Haible  <bruno@clisp.org>
6901
6902         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
6903         and 'int64_t'.
6904         * modules/alignof-tests (Dependencies): Add stdint.
6905         Reported by Eric Blake.
6906
6907 2009-05-31  Bruno Haible  <bruno@clisp.org>
6908
6909         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
6910         restriction due to compiler bugs.
6911         Reported by Eric Blake.
6912
6913 2009-05-31  Simon Josefsson  <simon@josefsson.org>
6914             Bruno Haible  <bruno@clisp.org>
6915
6916         Fix test-alignof failure.
6917         * lib/alignof.h (alignof_slot): New macro.
6918         (alignof_type): New macro, with the same semantics as the previous
6919         'alignof'.
6920         (alignof): Alias to alignof_slot.
6921         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
6922         check that the results are usable as constant expressions.
6923
6924 2009-05-31  Bruno Haible  <bruno@clisp.org>
6925
6926         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
6927         * tests/test-memchr.c (main): Check that memchr does not read past the
6928         first occurrence of the byte.
6929         * tests/test-strstr.c (main): Update comment.
6930         Suggested by Eric Blake.
6931
6932 2009-05-30  Bruno Haible  <bruno@clisp.org>
6933
6934         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
6935         detail how to use dumpbin.
6936         Reported by David Byron <dbyron@dbyron.com>.
6937
6938 2009-06-02  Simon Josefsson  <simon@josefsson.org>
6939
6940         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
6941
6942 2009-06-02  Simon Josefsson  <simon@josefsson.org>
6943
6944         * m4/manywarnings.m4: Add GCC 4.4 warnings.
6945
6946 2009-05-28  Bruno Haible  <bruno@clisp.org>
6947
6948         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
6949         build-aux/ files.
6950
6951 2009-05-28  Simon Josefsson  <simon@josefsson.org>
6952
6953         * gnulib-tool (func_import): Transform license on build-aux/ files too.
6954
6955 2009-05-27  Simon Josefsson  <simon@josefsson.org>
6956
6957         * gnulib-tool (sed_transform_main_lib_file)
6958         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
6959         regexps.
6960
6961 2009-05-26  Simon Josefsson  <simon@josefsson.org>
6962
6963         * tests/test-strstr.c: Add another self-test.
6964         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
6965         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
6966
6967 2009-05-23  Bruno Haible  <bruno@clisp.org>
6968
6969         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
6970         change.
6971
6972 2009-05-21  Bruno Haible  <bruno@clisp.org>
6973
6974         Simplify use of mode_t varargs.
6975         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
6976         uses 'mode_t' or 'int'.
6977         * lib/openat.c (openat): Likewise.
6978         * lib/open-safer.c (open_safer): Likewise.
6979         * m4/mode_t.m4: New file.
6980         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
6981         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
6982         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
6983         * modules/open (Files): Add m4/mode_t.m4.
6984         * modules/openat (Files): Likewise.
6985         * modules/fcntl-safer (Files): Likewise.
6986         Suggested by Eric Blake.
6987
6988 2009-05-21  Pádraig Brady  <P@draigbrady.com>
6989
6990         * doc/glibc-functions/fallocate.texi: New file.
6991         * doc/gnulib.texi: Include it.
6992
6993 2009-05-21  Eric Blake  <ebb9@byu.net>
6994             Bruno Haible  <bruno@clisp.org>
6995
6996         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
6997         invocations.
6998         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6999
7000 2009-05-21  Eric Blake  <ebb9@byu.net>
7001             Bruno Haible  <bruno@clisp.org>
7002
7003         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
7004         include_next. Fix of 2008-11-20 commit.
7005         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
7006         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
7007         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
7008         NEXT_MATH_H.
7009         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
7010         instead of NEXT_MATH_H.
7011
7012 2009-05-21  Bruno Haible  <bruno@clisp.org>
7013
7014         Avoid redefinition warnings for SIZE_MAX.
7015         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
7016         Reported by Simon Josefsson.
7017
7018 2009-05-21  Bruno Haible  <bruno@clisp.org>
7019
7020         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
7021         AC_CACHE_VAL.
7022
7023 2009-05-20  Bruno Haible  <bruno@clisp.org>
7024
7025         Make zeroptr.h work on mingw.
7026         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
7027         mprotect.
7028         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
7029         * modules/memchr2-tests (configure.ac): Likewise.
7030         * modules/memcmp-tests (configure.ac): Likewise.
7031         * modules/memmem-tests (configure.ac): Likewise.
7032         * modules/memrchr-tests (configure.ac): Likewise.
7033         Reported by Simon Josefsson.
7034
7035 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7036
7037         * tests/test-glob.c: Include string.h for strcmp prototype.
7038
7039 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7040
7041         * modules/getdelim (Depends-on): Add explicit stdint, although it
7042         was implicitly already pulled in via realloc-posix.
7043         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
7044
7045 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7046
7047         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
7048         G. Christensen" <tgc@jupiterrise.com>.
7049         * m4/sys_socket_h.m4: Check for sa_family_t.
7050         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
7051         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
7052         * tests/test-sys_socket.c: Check that sa_family_t works.
7053
7054 2009-05-18  Eric Blake  <ebb9@byu.net>
7055
7056         maint.mk: allow gnulib_dir in VPATH build
7057         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
7058
7059 2009-05-15  Jim Meyering  <meyering@redhat.com>
7060
7061         maint.mk: Give gnulib_dir a default definition.
7062         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
7063         Thus, most packages no longer need to specify this variable in cfg.mk
7064
7065 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
7066
7067         rename.m4: fix typos that would make non-mingw cross-configure fail
7068         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
7069
7070 2009-05-13  Eric Blake  <ebb9@byu.net>
7071
7072         mmap-anon: avoid out-of-order autoconf expansion
7073         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
7074         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
7075         * modules/memchr-tests (Depends-on): Add extensions.
7076         * modules/memchr2-tests (Depends-on): Add extensions.
7077         * modules/memcmp-tests (Depends-on): Add extensions.
7078         * modules/memmem-tests (Depends-on): Add extensions.
7079         * modules/memrchr-tests (Depends-on): Add extensions.
7080
7081 2009-05-13  Bruno Haible  <bruno@clisp.org>
7082
7083         Make some tests ISO C 99 compliant.
7084         * tests/zerosize-ptr.h: New file.
7085         * tests/test-memchr.c: Include zerosize-ptr.h.
7086         (main): Use a zero-size object pointer instead of NULL.
7087         * tests/test-memchr2.c: Include zerosize-ptr.h.
7088         (main): Use a zero-size object pointer instead of NULL.
7089         * tests/test-memcmp.c: Include zerosize-ptr.h.
7090         (main): Use a zero-size object pointer instead of NULL.
7091         * tests/test-memmem.c: Include zerosize-ptr.h.
7092         (main): Use a zero-size object pointer instead of NULL.
7093         * tests/test-memrchr.c: Include zerosize-ptr.h.
7094         (main): Use a zero-size object pointer instead of NULL.
7095         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
7096         m4/mmap-anon.m4.
7097         (Depends-on): Add getpagesize.
7098         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7099         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
7100         m4/mmap-anon.m4.
7101         (Depends-on): Add getpagesize.
7102         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7103         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
7104         m4/mmap-anon.m4.
7105         (Depends-on): Add getpagesize.
7106         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7107         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
7108         m4/mmap-anon.m4.
7109         (Depends-on): Add getpagesize.
7110         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7111         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
7112         m4/mmap-anon.m4.
7113         (Depends-on): Add getpagesize.
7114         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7115
7116 2009-05-12  Bruno Haible  <bruno@clisp.org>
7117
7118         Tests for module 'alignof'.
7119         * modules/alignof-tests: New file.
7120         * tests/test-alignof.c: New file.
7121
7122 2009-05-12  Bruno Haible  <bruno@clisp.org>
7123
7124         Fix alignof macro.
7125         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
7126         vendor compilers that are always correct.
7127
7128 2009-05-12  Bruno Haible  <bruno@clisp.org>
7129
7130         Make the MAP_ANONYMOUS detection work on HP-UX 11.
7131         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
7132         not whether its fully works.
7133
7134 2009-05-12  Bruno Haible  <bruno@clisp.org>
7135
7136         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
7137
7138 2009-05-12  Jim Meyering  <meyering@redhat.com>
7139
7140         * top/maint.mk: Adjust backslash alignment.
7141
7142 2009-05-11  Simon Josefsson  <simon@josefsson.org>
7143
7144         * top/maint.mk: Make $(srcdir)/build-aux configurable.
7145
7146 2009-05-11  Eric Blake  <ebb9@byu.net>
7147
7148         argp: avoid undefined behavior
7149         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
7150         macros.
7151
7152 2009-05-08  Simon Josefsson  <simon@josefsson.org>
7153
7154         * tests/test-vc-list-files-git.sh: Do git config of user.email and
7155         user.name to prevent git commit from complaining.
7156
7157 2009-05-10  Bruno Haible  <bruno@clisp.org>
7158
7159         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
7160         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
7161         it rewrites every file name only once.
7162         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
7163
7164 2009-05-08  Bruno Haible  <bruno@clisp.org>
7165
7166         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
7167         instead of 'max'.
7168
7169 2009-05-08  Simon Josefsson  <simon@josefsson.org>
7170
7171         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
7172         sockaddr_storage test.
7173
7174 2009-05-07  Simon Josefsson  <simon@josefsson.org>
7175
7176         * modules/sys_socket (Makefile.am): Substitute
7177         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
7178         * m4/sys_socket_h.m4: Check for sockaddr_storage.
7179         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
7180         * tests/test-sys_socket.c: Check sockaddr_storage.
7181
7182 2009-05-08  Bruno Haible  <bruno@clisp.org>
7183
7184         New module 'alignof'.
7185         * lib/alignof.h: New file.
7186         * modules/alignof: New file.
7187
7188 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7189             Bruno Haible  <bruno@clisp.org>
7190
7191         Fix test-file-has-acl on FreeBSD.
7192         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
7193         mask is implicitly added.
7194         * tests/test-file-has-acl.c: Include <signal.h>.
7195         (main): Terminate the test after 5 seconds.
7196         * modules/acl-tests (configure.ac): Check for alarm function.
7197
7198 2009-05-04  Bruno Haible  <bruno@clisp.org>
7199
7200         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
7201         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
7202         * modules/errno (configure.ac): Drop AC_REQUIRE.
7203         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
7204         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
7205
7206 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7207
7208         * modules/glob-tests: New module.
7209         * tests/test-glob.c: Add.
7210
7211 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7212
7213         * modules/fnmatch-tests: New module.
7214         * tests/test-fnmatch.c: Add.
7215
7216 2009-05-04  Eric Blake  <ebb9@byu.net>
7217
7218         maint: make the new no-submodule-changes rule VPATH-safe
7219         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
7220
7221 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7222             Bruno Haible  <bruno@clisp.org>
7223
7224         acl: Fix infinite loop on FreeBSD.
7225         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
7226         of return value from acl_get_entry.
7227         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
7228         Likewise.
7229
7230 2009-05-03  Bruno Haible  <bruno@clisp.org>
7231
7232         * lib/acl-internal.h (acl_entries): Clarify return value.
7233         * lib/acl_entries.c (acl_entries): Likewise.
7234
7235 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7236
7237         Bug fix in acl module.
7238         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
7239
7240 2009-05-03  Bruno Haible  <bruno@clisp.org>
7241
7242         Create gperf-generated file in the source dir, not in the build dir.
7243         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
7244         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
7245         * modules/unicase/locale-language (unicase/locale-languages.h):
7246         Likewise.
7247         * modules/unicase/special-casing (unicase/special-casing-table.h):
7248         Likewise.
7249         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
7250         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
7251         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
7252         Reported by Ralf Wildenhues.
7253
7254 2009-05-03  Bruno Haible  <bruno@clisp.org>
7255
7256         * modules/fnmatch (Description, configure.ac): Taken from
7257         fnmatch-posix.
7258         * modules/fnmatch-posix: Turn into a symbolic reference to the
7259         'fnmatch' module, and deprecate.
7260         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
7261
7262 2009-05-03  Bruno Haible  <bruno@clisp.org>
7263
7264         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
7265         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
7266         Reported by Ralf Wildenhues.
7267
7268 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7269
7270         * m4/fnmatch.m4: Fix fnmatch re-define.
7271
7272 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7273
7274         priv-set: new module and tests; adapt write-any-file
7275         * lib/priv-set.c: New file.
7276         * lib/priv-set.h: New file.
7277         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
7278         * lib/write-any-file.c: Simplify by using priv-set module.
7279         * m4/priv-set.m4: New file.
7280         * modules/priv-set: New file.
7281         * modules/unlinkdir: Add dependency on priv-set module.
7282         * modules/write-any-file: Likewise.
7283
7284         Tests for module 'priv-set'.
7285         * modules/priv-set-tests: New file.
7286         * tests/test-priv-set.c: New file.
7287
7288 2009-05-03  Jim Meyering  <meyering@redhat.com>
7289             Bruno Haible  <bruno@clisp.org>
7290
7291         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
7292         use the converted UTF-8 variant of the name instead.
7293
7294 2009-05-03  Jim Meyering  <meyering@redhat.com>
7295
7296         tests: tighten some getdate tests
7297         * tests/test-getdate.c (main): Tighten tests: require equality,
7298         not just greater than.  Set TZ envvar to UTC0.
7299
7300 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
7301
7302         getdate: correctly interpret "next monday" when run on a Monday
7303         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
7304         that e.g., "next tues" (when run on a tuesday) results in a date
7305         that is one week in the future, and not today's date.
7306         I.e., add a week when the wday is the same as the current one.
7307         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
7308         and earlier by Martin Bernreuther and Jan Minář.
7309         * tests/test-getdate.c (main): Check that "next DAY" is always in
7310         the future and that "last DAY" is always in the past.
7311
7312 2009-05-02  Jim Meyering  <meyering@redhat.com>
7313
7314         build: ensure that a release build fails when a submodule is unclean
7315         * top/maint.mk (no-submodule-changes): New rule.
7316         (alpha beta major): Depend on it.
7317
7318 2009-05-02  Bruno Haible  <bruno@clisp.org>
7319
7320         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
7321         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
7322         shell variable gl_fnmatch_required to detect which variant is
7323         requested.
7324         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
7325         gl_FUNC_FNMATCH_POSIX.
7326         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
7327         exclude fnmatch-posix.
7328
7329 2009-05-02  Bruno Haible  <bruno@clisp.org>
7330
7331         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
7332         * modules/mbsrtowcs (License): Change to LGPLv2+.
7333         * modules/strnlen1 (License): Likewise.
7334         Reported by Simon Josefsson.
7335
7336 2009-05-02  Bruno Haible  <bruno@clisp.org>
7337
7338         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
7339         "cross".
7340         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
7341         gnulib-tool was called with option --source-base=lib.
7342
7343 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7344
7345         Use automake *-local hooks without commands, for extensibility.
7346         * modules/localcharset (Makefile.am): Rename install-exec-local
7347         rule to install-exec-localcharset, and make it a prerequisite of
7348         install-exec-local.  Likewise, rename the uninstall-local rule to
7349         uninstall-localcharset, and make it a prerequisite of the former.
7350
7351 2009-05-01  Bruno Haible  <bruno@clisp.org>
7352
7353         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
7354         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
7355         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
7356         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
7357         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
7358         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
7359         m4/locale-zh.m4, m4/codeset.m4.
7360
7361         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
7362         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
7363         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
7364         m4/locale-zh.m4.
7365
7366         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
7367         REPLACE_WCRTOMB if mbstate_t must be replaced.
7368         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
7369         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
7370
7371 2009-05-01  Bruno Haible  <bruno@clisp.org>
7372
7373         Avoid compiler warnings when redefining macros defined by <libintl.h>.
7374         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
7375         dngettext, dcngettext, textdomain, bindtextdomain,
7376         bind_textdomain_codeset): Undefine before redefining.
7377
7378 2009-04-30  Bruno Haible  <bruno@clisp.org>
7379
7380         Fix bug introduced on 2009-04-25.
7381         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
7382         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
7383         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
7384         is defined.
7385         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
7386         is defined.
7387         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
7388         is defined.
7389         Reported by Elbert_Pol <elbert.pol@gmail.com>.
7390
7391 2009-04-28  Bruno Haible  <bruno@clisp.org>
7392
7393         Comment tweaks.
7394         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
7395         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
7396         * lib/unicase.h (u*_casexfrm): Likewise.
7397         Reported by Paolo Bonzini.
7398
7399 2009-04-28  Bruno Haible  <bruno@clisp.org>
7400
7401         Fix a compilation error.
7402         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
7403         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
7404         Reported by Jim Meyering.
7405
7406 2009-04-27  Bruno Haible  <bruno@clisp.org>
7407
7408         New module 'libunistring'.
7409         * modules/libunistring: New file.
7410         * m4/libunistring.m4: New file.
7411         * MODULES.html.sh (Unicode string functions): Add it.
7412
7413 2009-04-27  Eric Blake  <ebb9@byu.net>
7414
7415         maint.mk: allow package-specific header to provide <config.h>
7416         * top/maint.mk (sc_require_config_h): New variable.
7417         (sc_require_config_h, sc_require_config_h_first): Use it.
7418
7419 2009-04-27  Simon Josefsson  <simon@josefsson.org>
7420
7421         * top/maint.mk (sc_avoid_if_before_free): Except
7422         useless-if-before-free script.
7423
7424 2009-04-27  Eric Blake  <ebb9@byu.net>
7425
7426         maintainer-makefile: depend on all required helper scripts
7427         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
7428         useless-if-before-free.
7429         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
7430         version, rather than assuming gnulib checkout is available.
7431         Reported by Simen Josefsson.
7432
7433 2009-04-26  Bruno Haible  <bruno@clisp.org>
7434
7435         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
7436         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
7437         "../" or "..".
7438
7439 2009-04-26  Bruno Haible  <bruno@clisp.org>
7440
7441         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
7442         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
7443         AC_LIB_HAVE_LINKFLAGS.
7444
7445 2009-04-26  Bruno Haible  <bruno@clisp.org>
7446
7447         Simplify calling convention of u*_conv_from_encoding.
7448         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
7449         u32_conv_from_encoding): Expect a resultbuf argument and return the
7450         result directly as a pointer.
7451         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
7452         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
7453         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
7454         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
7455         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
7456         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
7457         Update.
7458         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
7459         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
7460         * lib/vasnprintf.c (VASNPRINTF): Update.
7461         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
7462         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
7463         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
7464         * NEWS: Mention the change.
7465
7466 2009-04-26  Bruno Haible  <bruno@clisp.org>
7467
7468         Simplify calling convention of u*_conv_to_encoding.
7469         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
7470         u32_conv_to_encoding): Expect a resultbuf argument and return the
7471         result directly as a pointer.
7472         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
7473         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
7474         freeing scaled_offsets if mem_iconveha failed.
7475         * lib/unicase/u-casexfrm.h (FUNC): Update.
7476         * lib/uninorm/u-normxfrm.h (FUNC): Update.
7477         * lib/vasnprintf.c (VASNPRINTF): Update.
7478         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
7479         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
7480         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
7481         * NEWS: Mention the change.
7482
7483 2009-04-26  Bruno Haible  <bruno@clisp.org>
7484
7485         Avoid test failures on AIX and OSF/1.
7486         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
7487         malloc(0).
7488         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
7489         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
7490         Likewise.
7491         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
7492         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
7493         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
7494         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
7495         * doc/posix-functions/malloc.texi: Document the portability problem
7496         related to malloc(0).
7497
7498 2009-04-26  Bruno Haible  <bruno@clisp.org>
7499
7500         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
7501         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
7502         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
7503
7504 2009-04-25  Bruno Haible  <bruno@clisp.org>
7505
7506         Avoid link error when creating a namespace clean library.
7507         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
7508         as macro with arguments if already defined as an alias.
7509         * lib/signbitf.c (gl_signbitf): Don't undefine.
7510         * lib/signbitd.c (gl_signbitd): Don't undefine.
7511         * lib/signbitl.c (gl_signbitl): Don't undefine.
7512
7513 2009-04-25  Jim Meyering  <meyering@redhat.com>
7514
7515         vc-list-files: fix another quoting bug
7516         * build-aux/vc-list-files: Avoid sed backslash expansion
7517         of pathological directory names.
7518
7519 2009-04-25  Eric Blake  <ebb9@byu.net>
7520
7521         vc-list-files: fix shell quoting error
7522         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
7523         timestamp.
7524
7525 2009-04-25  Jim Meyering  <meyering@redhat.com>
7526
7527         vc-list-files: restore lost functionality with subdir argument
7528         * build-aux/vc-list-files: When given a non-"." sub-directory
7529         argument, substitute the $dir/ prefix back onto each resulting name.
7530         Otherwise, coreutils' root_tests check would fail.
7531
7532 2009-04-24  Eric Blake  <ebb9@byu.net>
7533
7534         vc-list-files: ignore git symlinks
7535         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
7536         than ls-files, to ignore git symlinks.
7537
7538         maint.mk: import improvements from m4
7539         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
7540         (move_if_change): Delete unused macro.
7541         (news-date-check, vc-diff-check): Support VPATH builds.
7542         (announcement): Likewise.  Split --bootstrap-tools list...
7543         (boostrap-tools): ...into separate list, which can be overridden
7544         in cfg.mk.
7545         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
7546         requiring dependency on useless-if-before-free module.
7547         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
7548         Support VPATH builds.
7549
7550 2009-04-24  Jim Meyering  <meyering@redhat.com>
7551
7552         maint.mk: remove coreutils-specific rules and variables
7553         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
7554         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
7555         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
7556
7557         maint.mk: remove obsolete rule
7558         * top/maint.mk (rel-check): Remove rule.
7559         (WGET, WGETFLAGS): Remove now-unused variables.
7560
7561 2009-04-24  Simon Josefsson  <simon@josefsson.org>
7562
7563         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
7564         consistency.
7565
7566         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
7567         '$(PATH_SEPARATOR)' instead of ':'.
7568
7569 2009-04-24  Simon Josefsson  <simon@josefsson.org>
7570
7571         * lib/getopt1.c (main): Use 'const' for static array.
7572
7573 2009-04-24  Simon Josefsson  <simon@josefsson.org>
7574
7575         * top/maint.mk: Sync with coreutils.
7576         * NEWS: Explain incompatibilities.
7577
7578 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7579             Bruno Haible  <bruno@clisp.org>
7580
7581         Fix cross-compilation results.
7582         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
7583         statement, as third argument of AC_TRY_RUN.
7584         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
7585         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
7586         Likewise.
7587         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
7588         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
7589         Likewise.
7590         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
7591         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
7592         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
7593
7594 2009-04-20  Bruno Haible  <bruno@clisp.org>
7595
7596         Avoid test failure on mingw.
7597         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
7598
7599 2009-04-20  Bruno Haible  <bruno@clisp.org>
7600
7601         Avoid compilation error on mingw.
7602         * modules/localename-tests (Depends-on): Add locale.
7603
7604 2009-04-19  Bruno Haible  <bruno@clisp.org>
7605
7606         Support for building a shared library on Windows platforms.
7607         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
7608         (main): Test the presence of UNINORM_NFC here.
7609         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
7610         (main): Test the presence of UNINORM_NFD here.
7611         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
7612         (main): Test the presence of UNINORM_NFKC here.
7613         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
7614         (main): Test the presence of UNINORM_NFKD here.
7615
7616 2009-04-19  Bruno Haible  <bruno@clisp.org>
7617
7618         Avoid a compiler warning.
7619         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
7620         Change type of variable 'sequence'.
7621
7622 2009-04-19  Bruno Haible  <bruno@clisp.org>
7623
7624         * modules/configmake (Makefile.am): When the contents of configmake.h
7625         does not change, arrange to preserve its modification time.
7626
7627 2009-04-17  Simon Josefsson  <simon@josefsson.org>
7628
7629         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
7630         gettext domain.
7631
7632 2009-04-16  Jim Meyering  <meyering@redhat.com>
7633
7634         useless-if-before-free: improve conversion code
7635         * build-aux/useless-if-before-free: Adjust code-in-comment to match
7636         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
7637
7638 2009-04-14  Bruno Haible  <bruno@clisp.org>
7639
7640         * modules/fcntl (Depends-on): Add extensions.
7641         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
7642
7643 2009-04-12  Ben Pfaff  <blp@gnu.org>
7644
7645         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
7646         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
7647
7648 2009-03-20  Ben Pfaff  <blp@gnu.org>
7649
7650         Make rename replace existing destinations on Windows.
7651         * m4/rename.m4: Add test for Mingw.
7652         * lib/rename.c: Add rename replacement that uses MoveFileEx with
7653         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
7654         * doc/posix-functions/rename.texi: Document.
7655
7656 2009-04-10  Bruno Haible  <bruno@clisp.org>
7657
7658         New include file "iconveh.h".
7659         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
7660         * lib/striconveh.h: Include it.
7661         (enum iconv_ilseq_handler): Remove definition.
7662         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
7663         striconveh.h.
7664         * lib/striconveha.c: Include striconveh.h.
7665         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
7666         * modules/striconveh (Files): Add lib/iconveh.h.
7667         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
7668         lib/striconveh.h.
7669
7670 2009-04-10  Bruno Haible  <bruno@clisp.org>
7671
7672         * lib/uniconv.h: Update comment.
7673
7674 2009-04-10  Bruno Haible  <bruno@clisp.org>
7675
7676         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
7677         always.
7678         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
7679         * lib/unistr/u16-mbtouc-aux.c: Likewise.
7680         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
7681         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
7682         "unistring-notinline.h", so that the function gets defined always.
7683         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
7684         * lib/unistr/u8-uctomb.c: Likewise.
7685         * lib/unistr/u16-mbtouc.c: Likewise.
7686         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
7687         * lib/unistr/u16-uctomb.c: Likewise.
7688         * lib/unistr/u32-mbtouc.c: Likewise.
7689         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
7690         * lib/unistr/u32-uctomb.c: Likewise.
7691
7692 2009-04-10  Bruno Haible  <bruno@clisp.org>
7693
7694         Mark 'utime' obsolete.
7695         * modules/utime (Status, Notice): New sections.
7696         Suggested by Jim Meyering.
7697
7698         Fix cross-compile guess for utime test.
7699         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
7700         autoconf.
7701         * doc/posix-functions/utime.texi: Give more precisions.
7702         Reported by Jan <ipif@ymail.com>.
7703
7704 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
7705
7706         filevercmp: correct today's change
7707         * lib/filevercmp.c: Also handle coreutils' test inputs.
7708         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
7709
7710         Fix regression in 'filevercmp' module. Thanks Sven Joachim
7711         for reporting it.
7712         * lib/filevercmp.c: Special handle for "", "." and "..".
7713         * tests/test-filevercmp.c: Enlarge the set suite.
7714
7715 2009-04-07  Jim Meyering  <meyering@redhat.com>
7716
7717         useless-if-before-free: show how to remove braced useless free, too
7718         * build-aux/useless-if-before-free: still only in a comment, though.
7719
7720 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
7721
7722         maint.mk: import changes to syntax-check macros from coreutils
7723         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
7724         Use them in the relevant macros.
7725
7726 2009-04-06  Bruno Haible  <bruno@clisp.org>
7727
7728         Fix unportable use of bit-fields.
7729         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
7730         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
7731         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
7732
7733 2009-04-06  Bruno Haible  <bruno@clisp.org>
7734
7735         Avoid test failures on AIX and OSF/1.
7736         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
7737         that malloc(0) = NULL.
7738         * tests/unicase/test-u8-tolower.c (check): Likewise.
7739         * tests/unicase/test-u8-totitle.c (check): Likewise.
7740         * tests/unicase/test-u8-toupper.c (check): Likewise.
7741         * tests/unicase/test-u16-casefold.c (check): Likewise.
7742         * tests/unicase/test-u16-tolower.c (check): Likewise.
7743         * tests/unicase/test-u16-totitle.c (check): Likewise.
7744         * tests/unicase/test-u16-toupper.c (check): Likewise.
7745         * tests/unicase/test-u32-casefold.c (check): Likewise.
7746         * tests/unicase/test-u32-tolower.c (check): Likewise.
7747         * tests/unicase/test-u32-totitle.c (check): Likewise.
7748         * tests/unicase/test-u32-toupper.c (check): Likewise.
7749         * tests/uninorm/test-u8-nfc.c (check): Likewise.
7750         * tests/uninorm/test-u8-nfd.c (check): Likewise.
7751         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
7752         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
7753         * tests/uninorm/test-u16-nfc.c (check): Likewise.
7754         * tests/uninorm/test-u16-nfd.c (check): Likewise.
7755         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
7756         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
7757         * tests/uninorm/test-u32-nfc.c (check): Likewise.
7758         * tests/uninorm/test-u32-nfd.c (check): Likewise.
7759         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
7760         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
7761
7762 2009-04-05  Bruno Haible  <bruno@clisp.org>
7763
7764         Work around an autoconf limitation.
7765         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
7766         comment line if it would be longer than 3 KB.
7767
7768 2009-04-05  Bruno Haible  <bruno@clisp.org>
7769
7770         Avoid test failure with libiconv-1.13.
7771         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
7772         of the expected test results.
7773
7774 2009-04-05  Bruno Haible  <bruno@clisp.org>
7775
7776         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
7777         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
7778         that it should be installed.
7779
7780 2009-04-05  Bruno Haible  <bruno@clisp.org>
7781
7782         * gnulib-tool: New option --copy-file.
7783         (func_usage): Document it.
7784         (func_dest_tmpfilename): Moved out of func_import.
7785         (func_add_file, func_update_file): New functions, extracted from
7786         func_import.
7787         (func_import): Update.
7788
7789 2009-04-05  Karl Berry  <karl@gnu.org>
7790
7791         * README: prominently mention gnulib-tool.
7792         Rearrange sections so getting the code is near the top.
7793
7794 2009-04-05  Bruno Haible  <bruno@clisp.org>
7795
7796         * lib/unicase.h: Mention u*_cmp2.
7797         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
7798         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
7799         * lib/unicase/ulc-casecmp.c: Likewise.
7800         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
7801         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
7802         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
7803         unistr/u8-cmp.
7804         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
7805         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
7806         unistr/u16-cmp.
7807         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
7808         unistr/u32-cmp.
7809
7810         * lib/uninorm.h: Mention u*_cmp2.
7811         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
7812         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
7813         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
7814         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
7815         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
7816         unistr/u8-cmp.
7817         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
7818         unistr/u16-cmp.
7819         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
7820         unistr/u32-cmp.
7821
7822         New module 'unistr/u32-cmp2'.
7823         * lib/unistr/u32-cmp2.c: New file.
7824         * modules/unistr/u32-cmp2: New file.
7825
7826         New module 'unistr/u16-cmp2'.
7827         * lib/unistr/u16-cmp2.c: New file.
7828         * modules/unistr/u16-cmp2: New file.
7829
7830         New module 'unistr/u8-cmp2'.
7831         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
7832         * lib/unistr/u8-cmp2.c: New file.
7833         * lib/unistr/u-cmp2.h: New file.
7834         * modules/unistr/u8-cmp2: New file.
7835
7836 2009-04-05  Bruno Haible  <bruno@clisp.org>
7837
7838         * lib/unictype.h (uc_property_is_valid): New macro.
7839         * tests/unictype/test-pr_byname.c (main): Use it.
7840
7841         * lib/unistr.h: Doc fixes.
7842         * lib/uniconv.h: Doc fixes.
7843         * lib/unictype.h: Doc fixes.
7844
7845 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
7846
7847         Port coreutils 7.2 to Solaris 8.
7848
7849         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
7850         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
7851         for Solaris 8.  This is a bit of a hack, as it means it's the
7852         caller's responsibility to add -lnsl if needed, but most likely it
7853         won't be needed since only getaddrinfo uses this and getaddrinfo
7854         isn't needed on Solaris 8.
7855
7856         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
7857         problem to Solaris 8 encountered with coreutils 7.2, which
7858         resulted in a message "fnmatch.c:292: warning: passing argument 4
7859         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
7860         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
7861
7862 2009-04-03  Simon Josefsson  <simon@josefsson.org>
7863
7864         * m4/ld-version-script.m4: Add FIXME comment.
7865
7866 2009-04-02  Simon Josefsson  <simon@josefsson.org>
7867
7868         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
7869         SOVERSION variable.
7870
7871 2009-04-02  Bruno Haible  <bruno@clisp.org>
7872
7873         * Makefile (info, html, dvi, pdf): Combine the rules.
7874         Suggested by Jim Meyering.
7875
7876 2009-04-01  Bruno Haible  <bruno@clisp.org>
7877
7878         * Makefile (info, html, dvi, pdf): New targets.
7879         Reported by Reuben Thomas <rrt@sc3d.org>.
7880
7881 2009-04-01  Bruno Haible  <bruno@clisp.org>
7882
7883         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
7884         can be put into PATH.
7885         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
7886
7887 2009-04-01  Bruno Haible  <bruno@clisp.org>
7888
7889         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
7890
7891 2009-04-01  Bruno Haible  <bruno@clisp.org>
7892
7893         Rename module 'visibility'.
7894         * modules/lib-symbol-visibility: Renamed from modules/visibility.
7895         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
7896         * doc/gnulib.texi: Update.
7897         * MODULES.html.sh (Misc): Update.
7898         * NEWS: Mention the change.
7899
7900 2009-04-01  Simon Josefsson  <simon@josefsson.org>
7901
7902         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
7903         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
7904         Eric Blake <ebb9@byu.net> for review.
7905         * MODULES.html.sh: Add lib-msvc-compat.
7906         * doc/gnulib.texi: Link to new section.
7907         * m4/ld-output-def.m4: New file.
7908         * doc/ld-output-def.texi: New file.
7909
7910 2009-04-01  Simon Josefsson  <simon@josefsson.org>
7911
7912         Rename ld-version-script to lib-symbol-versions.  Suggested by
7913         Bruno Haible <bruno@clisp.org>.
7914         * modules/ld-version-script: Renamed to lib-symbol-versions.
7915         * doc/ld-version-script.texi: Fix module name.
7916         * MODULES.html.sh: Add lib-symbol-versions.
7917
7918 2009-03-31  Simon Josefsson  <simon@josefsson.org>
7919
7920         * modules/u64-tests: New file.
7921         * tests/test-u64.c: New file.
7922
7923 2009-03-04  Simon Josefsson  <simon@josefsson.org>
7924
7925         * MODULES.html.sh: Mention u64.
7926         * modules/u64: New module.
7927         * modules/crypto/sha512: Depend on u64 module instead of providing
7928         u64.h.
7929
7930 2009-03-27  Eric Blake  <ebb9@byu.net>
7931
7932         test-strerror: make debugging EAI_SYSTEM easier
7933         * modules/getaddrinfo-tests (Depends-on): Add strerror.
7934         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
7935         failure was EAI_SYSTEM.
7936
7937 2009-03-25  Bruno Haible  <bruno@clisp.org>
7938
7939         Fix a problem with --enable-relocatable on Solaris 7.
7940         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
7941         since 2008-02-24.
7942
7943 2009-03-25  Eric Blake  <ebb9@byu.net>
7944
7945         test-sockets: avoid gcc warning
7946         * tests/test-sockets.c (main): Silence compiler warning.
7947
7948 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7949
7950         New modules nproc, pthread, contributed by Glen Lenker.
7951
7952         * MODULES.html.sh: Add pthread, nproc.
7953         * lib/nproc.c: New file.
7954         * lib/nproc.h: New file.
7955         * lib/pthread.in.h: New file.
7956         * m4/pthread.m4: New file.
7957         * modules/nproc: New file.
7958         * modules/pthread: New file.
7959
7960 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7961
7962         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
7963         New variable.
7964
7965 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
7966
7967         filevercmp: handle simple~ and numbered.~3~ backup suffixes
7968         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
7969         * tests/test-filevercmp.c: Add tests for backup suffixes.
7970
7971 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7972
7973         * modules/stdlib (Depends-on): Add stdint, needed when defining
7974         struct random_data on, for example, HP-UX 10.20.  Reported by
7975         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7976
7977 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7978
7979         * lib/readline.c (readline): Call fflush on stdout after printing
7980         prompt.
7981
7982 2009-03-20  Bruno Haible  <bruno@clisp.org>
7983
7984         Remove dependency from 'close' module to -lws2_32 on native Windows.
7985         * lib/close-hook.h: New file.
7986         * lib/close-hook.c: New file.
7987         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
7988         w32sock.h.
7989         (_gl_close_fd_maybe_socket): Remove function.
7990         (rpl_close): Invoke execute_all_close_hooks instead of
7991         _gl_close_fd_maybe_socket.
7992         * lib/sockets.c: Include close-hook.h, w32sock.h.
7993         (close_fd_maybe_socket): New function, essentially from lib/close.c.
7994         (close_sockets_hook): New variable.
7995         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
7996         (gl_sockets_cleanup): Unregister it.
7997         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
7998         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
7999         * modules/close-hook: New file.
8000         * modules/close (Files): Remove lib/w32sock.h.
8001         (Depends-on): Add close-hook.
8002         (Link): Remove section.
8003         * modules/sockets (Files): Add lib/w32sock.h.
8004         (Depends-on): Add close-hook.
8005         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
8006         invocation.
8007         * NEWS: Mention that LIB_CLOSE is gone.
8008
8009 2009-03-23  Eric Blake  <ebb9@byu.net>
8010
8011         signal-tests: test previous patch
8012         * tests/test-signal.c: New file.
8013         * modules/signal-tests: Likewise.
8014
8015         signal.h: always support 'volatile sig_atomic_t'
8016         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
8017         (gl_SIGNAL_H_DEFAULTS): Add a default.
8018         * modules/signal (Makefile.am): Substitute if needed.
8019         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
8020         users can blindly add volatile.
8021         * doc/posix-headers/signal.texi (signal.h): Document it.
8022         Reported by Matthew Woehlke.
8023
8024 2009-03-23  Jim Meyering  <meyering@redhat.com>
8025
8026         pathmax: PATH_MAX: use pathconf only when available
8027         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
8028         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
8029         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
8030         This avoids a link failure in a PSP cross-compilation environment
8031         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
8032
8033         * lib/vasnprintf.c (divide): Fix typo in comment.
8034
8035 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8036
8037         * gnulib-tool (func_filter_filelist): Fix comment.
8038
8039 2009-03-20  Bruno Haible  <bruno@clisp.org>
8040
8041         Make sockets.h self-contained.
8042         * lib/sockets.c: Include sockets.h first.
8043         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
8044
8045 2009-03-19  Eric Blake  <ebb9@byu.net>
8046
8047         doc: mention more functions added in cygwin 1.7.0
8048         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
8049         addition.
8050         * doc/posix-functions/log2f.texi: Likewise.
8051
8052 2009-03-19  Jim Meyering  <meyering@redhat.com>
8053
8054         fsusage: avoid syntax error due to statement-before-declaration
8055         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
8056         after all declarations.  Reported by Matthew Woehlke in
8057         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
8058
8059 2009-03-18  Eric Blake  <ebb9@byu.net>
8060
8061         build-aux/compile: sync from automake
8062         * build-aux/compile: New file, from automake.
8063         * config/srclist.txt: Mention build-aux/compile.
8064
8065 2009-03-17  Bruno Haible  <bruno@clisp.org>
8066
8067         * lib/git-merge-changelog.c: Fix typo in comment.
8068         Reported by Reuben Thomas <rrt@sc3d.org>.
8069
8070 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
8071
8072         * m4/regex.m4: update and improve help for
8073         --without-included-regex.
8074
8075 2009-03-17  Simon Josefsson  <simon@josefsson.org>
8076
8077         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
8078         failure on missing include files.
8079
8080 2009-03-17  Eric Blake  <ebb9@byu.net>
8081
8082         doc: mention more functions added in cygwin 1.7.0
8083         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
8084         addition.
8085         * doc/posix-functions/fwscanf.texi: Likewise.
8086         * doc/posix-functions/swprintf.texi: Likewise.
8087         * doc/posix-functions/swscanf.texi: Likewise.
8088         * doc/posix-functions/vfwprintf.texi: Likewise.
8089         * doc/posix-functions/vfwscanf.texi: Likewise.
8090         * doc/posix-functions/vswprintf.texi: Likewise.
8091         * doc/posix-functions/vswscanf.texi: Likewise.
8092         * doc/posix-functions/vwprintf.texi: Likewise.
8093         * doc/posix-functions/vwscanf.texi: Likewise.
8094         * doc/posix-functions/wcscasecmp.texi: Likewise.
8095         * doc/posix-functions/wcsdup.texi: Likewise.
8096         * doc/posix-functions/wcsftime.texi: Likewise.
8097         * doc/posix-functions/wcsncasecmp.texi: Likewise.
8098         * doc/posix-functions/wprintf.texi: Likewise.
8099         * doc/posix-functions/wscanf.texi: Likewise.
8100         * doc/glibc-functions/gethostbyname2.texi: Likewise.
8101
8102 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8103
8104         maint.mk: really add $(AM_MAKEFLAGS)
8105         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
8106         was inadvertently omitted in the last commit.
8107         Spotted by Bruno Haible.
8108
8109         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
8110         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
8111         $(AM_MAKEFLAGS)' rather than plain `make'.
8112
8113         gnulib-tool: execute $MAKE not make
8114         * gnulib-tool: Default $MAKE to 'make'.
8115         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
8116         than make.  Initialize $MAKE in the do-autobuild script.
8117
8118         gnulib-tool: use $MAKE not make in generated files
8119         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
8120         make, in generated files.  Initialize $MAKE in the do-autobuild
8121         script.
8122
8123         * top/GNUmakefile (_have-git-version-gen): Fix typo.
8124
8125         GNUmakefile: disable parallelism only for multiple, recursive targets
8126         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
8127         additions in the Makefile.
8128         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
8129         by Automake.
8130         (.NOTPARALLEL): Only disable parallel builds if multiple targets
8131         are listed on the command line and at least one of them is
8132         listed in $(ALL_RECURSIVE_TARGETS).
8133
8134 2009-03-14  Bruno Haible  <bruno@clisp.org>
8135
8136         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
8137         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
8138         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
8139         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
8140         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
8141         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
8142         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
8143         unistr/u8-uctomb.
8144         * modules/unistr/u8-strchr (Depends-on): Likewise.
8145         * modules/unistr/u8-strrchr (Depends-on): Likewise.
8146         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
8147         unistr/u16-uctomb.
8148         * modules/unistr/u16-strchr (Depends-on): Likewise.
8149         * modules/unistr/u16-strrchr (Depends-on): Likewise.
8150
8151 2009-03-12  Bruno Haible  <bruno@clisp.org>
8152
8153         Work around select() bug on Interix 3.5.
8154         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
8155         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
8156         * m4/select.m4: New file.
8157         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
8158         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
8159         * modules/select (Files): Add m4/select.m4.
8160         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
8161         * modules/nanosleep (Depends-on): Add select.
8162         * modules/poll (Depends-on): Likewise.
8163         * doc/posix-functions/select.texi: Mention the Interix bug.
8164         Reported by Markus Duft <mduft@gentoo.org>.
8165
8166         * lib/select.c: Renamed from lib/winsock-select.c.
8167         * modules/select (Files): Add lib/select.c, remove
8168         lib/winsock-select.c.
8169         (configure.ac): Update.
8170
8171 2009-03-12  Jim Meyering  <meyering@redhat.com>
8172
8173         avoid gcc warnings about unused macro definitions
8174         * lib/readtokens.c (STREQ): Remove unused definition.
8175         * lib/xmalloc.c (SIZE_MAX): Likewise.
8176         * lib/openat-die.c (N_): Likewise.
8177         * lib/mountlist.c (SIZE_MAX): Remove definition.
8178         Instead, include <stdint.h>.
8179         * lib/readutmp.c: Likewise.
8180         * modules/readutmp (Depends-on): Add stdint.
8181         * modules/mountlist (Depends-on): Add stdint.
8182         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
8183
8184 2009-03-10  Bruno Haible  <bruno@clisp.org>
8185
8186         Tests for module 'mbmemcasecoll'.
8187         * modules/mbmemcasecoll-tests: New file.
8188         * tests/test-mbmemcasecoll1.sh: New file.
8189         * tests/test-mbmemcasecoll2.sh: New file.
8190         * tests/test-mbmemcasecoll3.sh: New file.
8191         * tests/test-mbmemcasecoll.c: New file.
8192
8193         New module 'mbmemcasecoll'.
8194         * lib/mbmemcasecoll.h: New file.
8195         * lib/mbmemcasecoll.c: New file.
8196         * modules/mbmemcasecoll: New file.
8197
8198         * tests/test-mbmemcasecmp.h: New file, extracted from
8199         tests/test-mbmemcasecmp.c.
8200         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
8201         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
8202         (main): Update.
8203         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
8204
8205 2009-03-09  Bruno Haible  <bruno@clisp.org>
8206
8207         Tests for module 'mbmemcasecmp'.
8208         * modules/mbmemcasecmp-tests: New file.
8209         * tests/test-mbmemcasecmp1.sh: New file.
8210         * tests/test-mbmemcasecmp2.sh: New file.
8211         * tests/test-mbmemcasecmp3.sh: New file.
8212         * tests/test-mbmemcasecmp.c: New file.
8213
8214         New module 'mbmemcasecmp'.
8215         * lib/mbmemcasecmp.h: New file.
8216         * lib/mbmemcasecmp.c: New file.
8217         * modules/mbmemcasecmp: New file.
8218
8219 2009-03-09  Bruno Haible  <bruno@clisp.org>
8220
8221         Tests for module 'unicase/ulc-casecoll'.
8222         * modules/unicase/ulc-casecoll-tests: New file.
8223         * tests/unicase/test-ulc-casecoll1.sh: New file.
8224         * tests/unicase/test-ulc-casecoll2.sh: New file.
8225         * tests/unicase/test-ulc-casecoll.c: New file.
8226
8227         New module 'unicase/ulc-casecoll'.
8228         * lib/unicase.h (ulc_casecoll): New declaration.
8229         * lib/unicase/ulc-casecoll.c: New file.
8230         * modules/unicase/ulc-casecoll: New file.
8231
8232         New module 'unicase/ulc-casexfrm'.
8233         * lib/unicase.h (ulc_casexfrm): New declaration.
8234         * lib/unicase/ulc-casexfrm.c: New file.
8235         * modules/unicase/ulc-casexfrm: New file.
8236
8237 2009-03-09  Bruno Haible  <bruno@clisp.org>
8238
8239         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
8240         invocations.
8241
8242         * m4/mbscasecmp.m4: Remove file.
8243         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
8244         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
8245
8246         * m4/mbscasestr.m4: Remove file.
8247         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
8248         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
8249
8250         * m4/mbschr.m4: Remove file.
8251         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
8252         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
8253
8254         * m4/mbscspn.m4: Remove file.
8255         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
8256         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
8257
8258         * m4/mbslen.m4: Remove file.
8259         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
8260         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
8261
8262         * m4/mbsncasecmp.m4: Remove file.
8263         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
8264         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
8265
8266         * m4/mbsnlen.m4: Remove file.
8267         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
8268         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
8269
8270         * m4/mbspbrk.m4: Remove file.
8271         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
8272         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
8273
8274         * m4/mbspcasecmp.m4: Remove file.
8275         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
8276         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
8277
8278         * m4/mbsrchr.m4: Remove file.
8279         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
8280         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
8281
8282         * m4/mbssep.m4: Remove file.
8283         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
8284         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
8285
8286         * m4/mbsspn.m4: Remove file.
8287         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
8288         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
8289
8290         * m4/mbsstr.m4: Remove file.
8291         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
8292         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
8293
8294         * m4/mbstok_r.m4: Remove file.
8295         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
8296         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
8297
8298         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
8299
8300         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
8301         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
8302
8303         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
8304
8305 2009-03-08  Bruno Haible  <bruno@clisp.org>
8306
8307         Tests for module 'unicase/ulc-casecmp'.
8308         * modules/unicase/ulc-casecmp-tests: New file.
8309         * tests/unicase/test-ulc-casecmp1.sh: New file.
8310         * tests/unicase/test-ulc-casecmp2.sh: New file.
8311         * tests/unicase/test-ulc-casecmp.c: New file.
8312
8313         New module 'unicase/ulc-casecmp'.
8314         * lib/unicase.h (ulc_casecmp): New declaration.
8315         * lib/unicase/ulc-casecmp.c: New file.
8316         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
8317         'const SRC_UNIT *'.
8318         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
8319         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
8320         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
8321         * modules/unicase/ulc-casecmp: New file.
8322
8323         Tests for module 'unicase/u32-is-cased'.
8324         * modules/unicase/u32-is-cased-tests: New file.
8325         * tests/unicase/test-u32-is-cased.c: New file.
8326
8327         Tests for module 'unicase/u16-is-cased'.
8328         * modules/unicase/u16-is-cased-tests: New file.
8329         * tests/unicase/test-u16-is-cased.c: New file.
8330
8331         Tests for module 'unicase/u8-is-cased'.
8332         * modules/unicase/u8-is-cased-tests: New file.
8333         * tests/unicase/test-u8-is-cased.c: New file.
8334         * tests/unicase/test-is-cased.h: New file.
8335
8336         New module 'unicase/u32-is-cased'.
8337         * lib/unicase/u32-is-cased.c: New file.
8338         * modules/unicase/u32-is-cased: New file.
8339
8340         New module 'unicase/u16-is-cased'.
8341         * lib/unicase/u16-is-cased.c: New file.
8342         * modules/unicase/u16-is-cased: New file.
8343
8344         New module 'unicase/u8-is-cased'.
8345         * lib/unicase/u8-is-cased.c: New file.
8346         * lib/unicase/u-is-cased.h: New file.
8347         * modules/unicase/u8-is-cased: New file.
8348
8349         Tests for module 'unicase/u32-is-casefolded'.
8350         * modules/unicase/u32-is-casefolded-tests: New file.
8351         * tests/unicase/test-u32-is-casefolded.c: New file.
8352
8353         Tests for module 'unicase/u16-is-casefolded'.
8354         * modules/unicase/u16-is-casefolded-tests: New file.
8355         * tests/unicase/test-u16-is-casefolded.c: New file.
8356
8357         Tests for module 'unicase/u8-is-casefolded'.
8358         * modules/unicase/u8-is-casefolded-tests: New file.
8359         * tests/unicase/test-u8-is-casefolded.c: New file.
8360         * tests/unicase/test-is-casefolded.h: New file.
8361
8362         New module 'unicase/u32-is-casefolded'.
8363         * lib/unicase/u32-is-casefolded.c: New file.
8364         * modules/unicase/u32-is-casefolded: New file.
8365
8366         New module 'unicase/u16-is-casefolded'.
8367         * lib/unicase/u16-is-casefolded.c: New file.
8368         * modules/unicase/u16-is-casefolded: New file.
8369
8370         New module 'unicase/u8-is-casefolded'.
8371         * lib/unicase/u8-is-casefolded.c: New file.
8372         * modules/unicase/u8-is-casefolded: New file.
8373
8374         Tests for module 'unicase/u32-is-titlecase'.
8375         * modules/unicase/u32-is-titlecase-tests: New file.
8376         * tests/unicase/test-u32-is-titlecase.c: New file.
8377
8378         Tests for module 'unicase/u16-is-titlecase'.
8379         * modules/unicase/u16-is-titlecase-tests: New file.
8380         * tests/unicase/test-u16-is-titlecase.c: New file.
8381
8382         Tests for module 'unicase/u8-is-titlecase'.
8383         * modules/unicase/u8-is-titlecase-tests: New file.
8384         * tests/unicase/test-u8-is-titlecase.c: New file.
8385         * tests/unicase/test-is-titlecase.h: New file.
8386
8387         New module 'unicase/u32-is-titlecase'.
8388         * lib/unicase/u32-is-titlecase.c: New file.
8389         * modules/unicase/u32-is-titlecase: New file.
8390
8391         New module 'unicase/u16-is-titlecase'.
8392         * lib/unicase/u16-is-titlecase.c: New file.
8393         * modules/unicase/u16-is-titlecase: New file.
8394
8395         New module 'unicase/u8-is-titlecase'.
8396         * lib/unicase/u8-is-titlecase.c: New file.
8397         * modules/unicase/u8-is-titlecase: New file.
8398
8399         Tests for module 'unicase/u32-is-lowercase'.
8400         * modules/unicase/u32-is-lowercase-tests: New file.
8401         * tests/unicase/test-u32-is-lowercase.c: New file.
8402
8403         Tests for module 'unicase/u16-is-lowercase'.
8404         * modules/unicase/u16-is-lowercase-tests: New file.
8405         * tests/unicase/test-u16-is-lowercase.c: New file.
8406
8407         Tests for module 'unicase/u8-is-lowercase'.
8408         * modules/unicase/u8-is-lowercase-tests: New file.
8409         * tests/unicase/test-u8-is-lowercase.c: New file.
8410         * tests/unicase/test-is-lowercase.h: New file.
8411
8412         New module 'unicase/u32-is-lowercase'.
8413         * lib/unicase/u32-is-lowercase.c: New file.
8414         * modules/unicase/u32-is-lowercase: New file.
8415
8416         New module 'unicase/u16-is-lowercase'.
8417         * lib/unicase/u16-is-lowercase.c: New file.
8418         * modules/unicase/u16-is-lowercase: New file.
8419
8420         New module 'unicase/u8-is-lowercase'.
8421         * lib/unicase/u8-is-lowercase.c: New file.
8422         * modules/unicase/u8-is-lowercase: New file.
8423
8424         Tests for module 'unicase/u32-is-uppercase'.
8425         * modules/unicase/u32-is-uppercase-tests: New file.
8426         * tests/unicase/test-u32-is-uppercase.c: New file.
8427
8428         Tests for module 'unicase/u16-is-uppercase'.
8429         * modules/unicase/u16-is-uppercase-tests: New file.
8430         * tests/unicase/test-u16-is-uppercase.c: New file.
8431
8432         Tests for module 'unicase/u8-is-uppercase'.
8433         * modules/unicase/u8-is-uppercase-tests: New file.
8434         * tests/unicase/test-u8-is-uppercase.c: New file.
8435         * tests/unicase/test-is-uppercase.h: New file.
8436
8437         New module 'unicase/u32-is-uppercase'.
8438         * lib/unicase/u32-is-uppercase.c: New file.
8439         * modules/unicase/u32-is-uppercase: New file.
8440
8441         New module 'unicase/u16-is-uppercase'.
8442         * lib/unicase/u16-is-uppercase.c: New file.
8443         * modules/unicase/u16-is-uppercase: New file.
8444
8445         New module 'unicase/u8-is-uppercase'.
8446         * lib/unicase/u8-is-uppercase.c: New file.
8447         * modules/unicase/u8-is-uppercase: New file.
8448
8449         New module 'unicase/u32-is-invariant'.
8450         * lib/unicase/u32-is-invariant.c: New file.
8451         * modules/unicase/u32-is-invariant: New file.
8452
8453         New module 'unicase/u16-is-invariant'.
8454         * lib/unicase/u16-is-invariant.c: New file.
8455         * modules/unicase/u16-is-invariant: New file.
8456
8457         New module 'unicase/u8-is-invariant'.
8458         * lib/unicase/u8-is-invariant.c: New file.
8459         * lib/unicase/invariant.h: New file.
8460         * lib/unicase/u-is-invariant.h: New file.
8461         * modules/unicase/u8-is-invariant: New file.
8462
8463         Tests for module 'unicase/u32-casecoll'.
8464         * modules/unicase/u32-casecoll-tests: New file.
8465         * tests/unicase/test-u32-casecoll.c: New file.
8466
8467         Tests for module 'unicase/u16-casecoll'.
8468         * modules/unicase/u16-casecoll-tests: New file.
8469         * tests/unicase/test-u16-casecoll.c: New file.
8470
8471         Tests for module 'unicase/u8-casecoll'.
8472         * modules/unicase/u8-casecoll-tests: New file.
8473         * tests/unicase/test-u8-casecoll.c: New file.
8474
8475         New module 'unicase/u32-casecoll'.
8476         * lib/unicase/u32-casecoll.c: New file.
8477         * modules/unicase/u32-casecoll: New file.
8478
8479         New module 'unicase/u16-casecoll'.
8480         * lib/unicase/u16-casecoll.c: New file.
8481         * modules/unicase/u16-casecoll: New file.
8482
8483         New module 'unicase/u8-casecoll'.
8484         * lib/unicase/u8-casecoll.c: New file.
8485         * lib/unicase/u-casecoll.h: New file.
8486         * modules/unicase/u8-casecoll: New file.
8487
8488         New module 'unicase/u32-casexfrm'.
8489         * lib/unicase/u32-casexfrm.c: New file.
8490         * modules/unicase/u32-casexfrm: New file.
8491
8492         New module 'unicase/u16-casexfrm'.
8493         * lib/unicase/u16-casexfrm.c: New file.
8494         * modules/unicase/u16-casexfrm: New file.
8495
8496         New module 'unicase/u8-casexfrm'.
8497         * lib/unicase/u8-casexfrm.c: New file.
8498         * lib/unicase/u-casexfrm.h: New file.
8499         * modules/unicase/u8-casexfrm: New file.
8500
8501         Tests for module 'unicase/u32-casecmp'.
8502         * modules/unicase/u32-casecmp-tests: New file.
8503         * tests/unicase/test-u32-casecmp.c: New file.
8504
8505         Tests for module 'unicase/u16-casecmp'.
8506         * modules/unicase/u16-casecmp-tests: New file.
8507         * tests/unicase/test-u16-casecmp.c: New file.
8508
8509         Tests for module 'unicase/u8-casecmp'.
8510         * modules/unicase/u8-casecmp-tests: New file.
8511         * tests/unicase/test-u8-casecmp.c: New file.
8512         * tests/unicase/test-casecmp.h: New file.
8513
8514         New module 'unicase/u32-casecmp'.
8515         * lib/unicase/u32-casecmp.c: New file.
8516         * modules/unicase/u32-casecmp: New file.
8517
8518         New module 'unicase/u16-casecmp'.
8519         * lib/unicase/u16-casecmp.c: New file.
8520         * modules/unicase/u16-casecmp: New file.
8521
8522         New module 'unicase/u8-casecmp'.
8523         * lib/unicase/u8-casecmp.c: New file.
8524         * lib/unicase/u-casecmp.h: New file.
8525         * modules/unicase/u8-casecmp: New file.
8526
8527         Tests for module 'unicase/u32-casefold'.
8528         * modules/unicase/u32-casefold-tests: New file.
8529         * tests/unicase/test-u32-casefold.c: New file.
8530
8531         Tests for module 'unicase/u16-casefold'.
8532         * modules/unicase/u16-casefold-tests: New file.
8533         * tests/unicase/test-u16-casefold.c: New file.
8534
8535         Tests for module 'unicase/u8-casefold'.
8536         * modules/unicase/u8-casefold-tests: New file.
8537         * tests/unicase/test-u8-casefold.c: New file.
8538
8539         New module 'unicase/u32-casefold'.
8540         * lib/unicase/u32-casefold.c: New file.
8541         * modules/unicase/u32-casefold: New file.
8542
8543         New module 'unicase/u16-casefold'.
8544         * lib/unicase/u16-casefold.c: New file.
8545         * modules/unicase/u16-casefold: New file.
8546
8547         New module 'unicase/u8-casefold'.
8548         * lib/unicase/u8-casefold.c: New file.
8549         * lib/unicase/u-casefold.h: New file.
8550         * modules/unicase/u8-casefold: New file.
8551
8552         New module 'unicase/tocasefold'.
8553         * lib/unicase/casefold.h: New file.
8554         * lib/unicase/tocasefold.c: New file.
8555         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
8556         * modules/unicase/tocasefold: New file.
8557
8558         Tests for module 'unicase/u32-totitle'.
8559         * modules/unicase/u32-totitle-tests: New file.
8560         * tests/unicase/test-u32-totitle.c: New file.
8561
8562         Tests for module 'unicase/u16-totitle'.
8563         * modules/unicase/u16-totitle-tests: New file.
8564         * tests/unicase/test-u16-totitle.c: New file.
8565
8566         Tests for module 'unicase/u8-totitle'.
8567         * modules/unicase/u8-totitle-tests: New file.
8568         * tests/unicase/test-u8-totitle.c: New file.
8569
8570         New module 'unicase/u32-totitle'.
8571         * lib/unicase/u32-totitle.c: New file.
8572         * modules/unicase/u32-totitle: New file.
8573
8574         New module 'unicase/u16-totitle'.
8575         * lib/unicase/u16-totitle.c: New file.
8576         * modules/unicase/u16-totitle: New file.
8577
8578         New module 'unicase/u8-totitle'.
8579         * lib/unicase/u8-totitle.c: New file.
8580         * lib/unicase/u-totitle.h: New file.
8581         * modules/unicase/u8-totitle: New file.
8582
8583         Tests for module 'unicase/u32-tolower'.
8584         * modules/unicase/u32-tolower-tests: New file.
8585         * tests/unicase/test-u32-tolower.c: New file.
8586
8587         Tests for module 'unicase/u16-tolower'.
8588         * modules/unicase/u16-tolower-tests: New file.
8589         * tests/unicase/test-u16-tolower.c: New file.
8590
8591         Tests for module 'unicase/u8-tolower'.
8592         * modules/unicase/u8-tolower-tests: New file.
8593         * tests/unicase/test-u8-tolower.c: New file.
8594
8595         New module 'unicase/u32-tolower'.
8596         * lib/unicase/u32-tolower.c: New file.
8597         * modules/unicase/u32-tolower: New file.
8598
8599         New module 'unicase/u16-tolower'.
8600         * lib/unicase/u16-tolower.c: New file.
8601         * modules/unicase/u16-tolower: New file.
8602
8603         New module 'unicase/u8-tolower'.
8604         * lib/unicase/u8-tolower.c: New file.
8605         * modules/unicase/u8-tolower: New file.
8606
8607         Tests for module 'unicase/u32-toupper'.
8608         * modules/unicase/u32-toupper-tests: New file.
8609         * tests/unicase/test-u32-toupper.c: New file.
8610
8611         Tests for module 'unicase/u16-toupper'.
8612         * modules/unicase/u16-toupper-tests: New file.
8613         * tests/unicase/test-u16-toupper.c: New file.
8614
8615         Tests for module 'unicase/u8-toupper'.
8616         * modules/unicase/u8-toupper-tests: New file.
8617         * tests/unicase/test-u8-toupper.c: New file.
8618
8619         New module 'unicase/u32-toupper'.
8620         * lib/unicase/u32-toupper.c: New file.
8621         * modules/unicase/u32-toupper: New file.
8622
8623         New module 'unicase/u16-toupper'.
8624         * lib/unicase/u16-toupper.c: New file.
8625         * modules/unicase/u16-toupper: New file.
8626
8627         New module 'unicase/u8-toupper'.
8628         * lib/unicase/u8-toupper.c: New file.
8629         * modules/unicase/u8-toupper: New file.
8630
8631         New module 'unicase/u32-casemap'.
8632         * lib/unicase/u32-casemap.c: New file.
8633         * modules/unicase/u32-casemap: New file.
8634
8635         New module 'unicase/u16-casemap'.
8636         * lib/unicase/u16-casemap.c: New file.
8637         * modules/unicase/u16-casemap: New file.
8638
8639         New module 'unicase/u8-casemap'.
8640         * lib/unicase/unicasemap.h: New file.
8641         * lib/unicase/u8-casemap.c: New file.
8642         * lib/unicase/u-casemap.h: New file.
8643         * modules/unicase/u8-casemap: New file.
8644
8645         New module 'unicase/special-casing'.
8646         * lib/unicase/special-casing.h: New file.
8647         * lib/unicase/special-casing.c: New file.
8648         * lib/unicase/special-casing-table.gperf: New file, generated by
8649         gen-uni-tables.c.
8650         * modules/unicase/special-casing: New file.
8651
8652         Tests for module 'unicase/locale-language'.
8653         * modules/unicase/locale-language-tests: New file.
8654         * tests/unicase/test-locale-language.sh: New file.
8655         * tests/unicase/test-locale-language.c: New file.
8656
8657         New module 'unicase/locale-language'.
8658         * lib/unicase/locale-language.c: New file.
8659         * lib/unicase/locale-languages.gperf: New file.
8660         * modules/unicase/locale-language: New file.
8661
8662         Generate more tables for case conversion and case folding.
8663         * lib/gen-uni-tables.c (SCC_*): New enum items.
8664         (struct special_casing_rule): New type.
8665         (casing_rules, num_casing_rules, allocated_casing_rules): New
8666         variables.
8667         (add_casing_rule, fill_casing_rules): New functions.
8668         (struct casefold_rule): New type.
8669         (casefolding_rules, num_casefolding_rules,
8670         allocated_casefolding_rules): New variables.
8671         (fill_casefolding_rules): New function.
8672         (unicode_casefold): New variable.
8673         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
8674         sort_casing_rules, output_casing_rules): New functions.
8675         (main): Accept to more arguments: SpecialCasing.txt and
8676         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
8677         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
8678         Output mapping for casefolding.
8679
8680         * lib/unicase.h: Include stdbool.h, uninorm.h.
8681         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
8682         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
8683         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
8684         arguments.
8685         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
8686         resultp arguments.
8687         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
8688         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
8689         resultp arguments.
8690         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
8691         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
8692         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
8693         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
8694         declarations.
8695         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
8696
8697 2009-03-08  Bruno Haible  <bruno@clisp.org>
8698
8699         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
8700         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
8701         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
8702         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
8703
8704 2009-03-07  Bruno Haible  <bruno@clisp.org>
8705
8706         Adjust u*_normcmp, u*_normcoll API.
8707         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
8708         u16_normcoll, u32_normcoll): Change failure conventions.
8709         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
8710         errno and return -1.
8711         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
8712
8713 2009-03-07  Bruno Haible  <bruno@clisp.org>
8714
8715         Tests for module 'uninorm/u32-normcoll'.
8716         * modules/uninorm/u32-normcoll-tests: New file.
8717         * tests/uninorm/test-u32-normcoll.c: New file.
8718
8719         Tests for module 'uninorm/u16-normcoll'.
8720         * modules/uninorm/u16-normcoll-tests: New file.
8721         * tests/uninorm/test-u16-normcoll.c: New file.
8722
8723         Tests for module 'uninorm/u8-normcoll'.
8724         * modules/uninorm/u8-normcoll-tests: New file.
8725         * tests/uninorm/test-u8-normcoll.c: New file.
8726
8727 2009-03-07  Bruno Haible  <bruno@clisp.org>
8728
8729         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
8730         tests/uninorm/test-u32-normcmp.c.
8731         * tests/uninorm/test-u32-normcmp.c: Include it.
8732         (test_nonascii): New function, extracted from main. Add some more
8733         tests.
8734         (main): Invoke test_ascii and test_nonascii.
8735         * modules/uninorm/u32-normcmp-tests (Files): Add
8736         tests/uninorm/test-u32-normcmp.h.
8737         (Depends-on): Remove uninorm/u32-normcmp.
8738
8739         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
8740         tests/uninorm/test-u16-normcmp.c.
8741         * tests/uninorm/test-u16-normcmp.c: Include it.
8742         (test_nonascii): New function, extracted from main. Add some more
8743         tests.
8744         (main): Invoke test_ascii and test_nonascii.
8745         * modules/uninorm/u16-normcmp-tests (Files): Add
8746         tests/uninorm/test-u16-normcmp.h.
8747         (Depends-on): Remove uninorm/u16-normcmp.
8748
8749         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
8750         tests/uninorm/test-u8-normcmp.c.
8751         * tests/uninorm/test-u8-normcmp.c: Include it.
8752         (test_nonascii): New function, extracted from main. Add some more
8753         tests.
8754         (main): Invoke test_ascii and test_nonascii.
8755         * modules/uninorm/u8-normcmp-tests (Files): Add
8756         tests/uninorm/test-u8-normcmp.h.
8757         (Depends-on): Remove uninorm/u8-normcmp.
8758
8759 2009-03-07  Bruno Haible  <bruno@clisp.org>
8760
8761         New module 'uninorm/u32-normcoll'.
8762         * lib/uninorm/u32-normcoll.c: New file.
8763         * modules/uninorm/u32-normcoll: New file.
8764
8765         New module 'uninorm/u16-normcoll'.
8766         * lib/uninorm/u16-normcoll.c: New file.
8767         * modules/uninorm/u16-normcoll: New file.
8768
8769         New module 'uninorm/u8-normcoll'.
8770         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
8771         declarations.
8772         * lib/uninorm/u8-normcoll.c: New file.
8773         * lib/uninorm/u-normcoll.h: New file.
8774         * modules/uninorm/u8-normcoll: New file.
8775
8776         New module 'uninorm/u32-normxfrm'.
8777         * lib/uninorm/u32-normxfrm.c: New file.
8778         * modules/uninorm/u32-normxfrm: New file.
8779
8780         New module 'uninorm/u16-normxfrm'.
8781         * lib/uninorm/u16-normxfrm.c: New file.
8782         * modules/uninorm/u16-normxfrm: New file.
8783
8784         New module 'uninorm/u8-normxfrm'.
8785         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
8786         declarations.
8787         * lib/uninorm/u8-normxfrm.c: New file.
8788         * lib/uninorm/u-normxfrm.h: New file.
8789         * modules/uninorm/u8-normxfrm: New file.
8790
8791 2009-03-07  Bruno Haible  <bruno@clisp.org>
8792
8793         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
8794         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
8795         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
8796
8797 2009-03-07  Bruno Haible  <bruno@clisp.org>
8798
8799         New module 'memxfrm'.
8800         * lib/memxfrm.h: New file.
8801         * lib/memxfrm.c: New file.
8802         * modules/memxfrm: New file.
8803
8804 2009-03-07  Bruno Haible  <bruno@clisp.org>
8805
8806         New module 'memcmp2'.
8807         * lib/memcmp2.h: New file.
8808         * lib/memcmp2.c: New file.
8809         * modules/memcmp2: New file.
8810
8811 2009-03-07  Bruno Haible  <bruno@clisp.org>
8812
8813         Tests for module 'uninorm/decomposing-form'.
8814         * modules/uninorm/decomposing-form-tests: New file.
8815         * tests/uninorm/test-decomposing-form.c: New file.
8816
8817         New module 'uninorm/decomposing-form'.
8818         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
8819         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
8820         Add 'decomposing_variant' field.
8821         * lib/uninorm/decomposing-form.c: New file.
8822         * lib/uninorm/nfc.c (uninorm_nfc): Update.
8823         * lib/uninorm/nfd.c (uninorm_nfd): Update.
8824         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
8825         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
8826         * modules/uninorm/decomposing-form: New file.
8827         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
8828         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
8829
8830 2009-03-07  Bruno Haible  <bruno@clisp.org>
8831
8832         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
8833         strings.
8834
8835 2009-03-06  Bruno Haible  <bruno@clisp.org>
8836
8837         Tests for module 'uninorm/u32-normcmp'.
8838         * tests/uninorm/test-u32-normcmp.c: New file.
8839         * modules/uninorm/u32-normcmp-tests: New file.
8840
8841         Tests for module 'uninorm/u16-normcmp'.
8842         * tests/uninorm/test-u16-normcmp.c: New file.
8843         * modules/uninorm/u16-normcmp-tests: New file.
8844
8845         Tests for module 'uninorm/u8-normcmp'.
8846         * tests/uninorm/test-u8-normcmp.c: New file.
8847         * modules/uninorm/u8-normcmp-tests: New file.
8848
8849         New module 'uninorm/u32-normcmp'.
8850         * lib/uninorm/u32-normcmp.c: New file.
8851         * modules/uninorm/u32-normcmp: New file.
8852
8853         New module 'uninorm/u16-normcmp'.
8854         * lib/uninorm/u16-normcmp.c: New file.
8855         * modules/uninorm/u16-normcmp: New file.
8856
8857         New module 'uninorm/u8-normcmp'.
8858         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
8859         declarations.
8860         * lib/uninorm/u8-normcmp.c: New file.
8861         * lib/uninorm/u-normcmp.h: New file.
8862         * modules/uninorm/u8-normcmp: New file.
8863
8864 2009-03-06  Bruno Haible  <bruno@clisp.org>
8865
8866         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
8867         Reported by Eric Blake.
8868
8869 2009-03-06  Eric Blake  <ebb9@byu.net>
8870             Bruno Haible  <bruno@clisp.org>
8871
8872         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
8873         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
8874         condition.
8875         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
8876         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
8877         condition.
8878         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
8879
8880 2009-03-06  Eric Blake  <ebb9@byu.net>
8881
8882         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
8883         to avoid compiler warnings.
8884         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
8885
8886 2009-03-05  Bruno Haible  <bruno@clisp.org>
8887
8888         * tests/test-ftell.c (main): Disable test beyond end of file on
8889         FreeMiNT.
8890         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
8891
8892 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
8893
8894         * lib/filevercmp.c: Move hidden files up in ordering.
8895         * tests/test-filevercmp.c: Add tests for hidden files.
8896
8897 2009-03-04  Bruno Haible  <bruno@clisp.org>
8898
8899         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
8900         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
8901         AM_CFLAGS.
8902         Reported by Simon Josefsson.
8903
8904 2009-03-03  Bruno Haible  <bruno@clisp.org>
8905
8906         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
8907         Reported by Simon Josefsson.
8908
8909         * doc/ld-version-script.texi: Update node reference.
8910
8911 2009-03-03  Bruno Haible  <bruno@clisp.org>
8912
8913         * modules/visibility (License): Change to 'unlimited'.
8914         Suggested by Simon Josefsson.
8915
8916 2009-03-03  Jim Meyering  <meyering@redhat.com>
8917
8918         unlinkdir: cannot_unlink_dir may modify process state
8919         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
8920         it's neither thread-safe nor appropriate for use in a library.
8921
8922 2009-03-03  Eric Blake  <ebb9@byu.net>
8923
8924         test-closein: silence test under Darwin
8925         * tests/test-closein.sh: Ignore stderr from cat, since we don't
8926         care if it dies from EPIPE or EBADF.
8927
8928 2009-03-03  Bruno Haible  <bruno@clisp.org>
8929
8930         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
8931         earlier.
8932         * doc/visibility.texi: Fix @node and @section.
8933
8934 2009-03-03  Simon Josefsson  <simon@josefsson.org>
8935
8936         * doc/gnulib.texi: Link to sections for ld version script and
8937         visibility.
8938         * doc/visibility.texi: Add @node and @section.
8939         * modules/ld-version-script: New module.
8940         * m4/ld-version-script.m4: New file.
8941         * doc/ld-version-script.texi: New file.
8942
8943 2009-03-02  David Lutterkort  <lutter@redhat.com>
8944
8945         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
8946         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8947
8948 2009-03-02  Bruno Haible  <bruno@clisp.org>
8949
8950         * doc/visibility.texi: Mention libtool's -export-symbols option.
8951
8952 2009-03-02  Jim Meyering  <meyering@redhat.com>
8953
8954         announce-gen: new option: --no-print-checksums
8955         * build-aux/announce-gen (usage): Describe it.
8956         (print_checksums): Print a newline here, not in the [*] footnote.
8957         (main): Honor it.
8958
8959 2009-03-01  Bruno Haible  <bruno@clisp.org>
8960
8961         Use socklen_t in the native Windows replacements prototypes.
8962         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
8963         instead of 'int'.
8964         * lib/getsockopt.c (rpl_getsockopt): Likewise.
8965         * lib/setsockopt.c (rpl_setsockopt): Likewise.
8966         * modules/getsockopt (Depends-on): Add socklen.
8967         * modules/setsockopt (Depends-on): Add socklen.
8968
8969 2009-03-01  Bruno Haible  <bruno@clisp.org>
8970
8971         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
8972         least 4.2.
8973
8974 2009-03-01  Eric Blake  <ebb9@byu.net>
8975             Bruno Haible  <bruno@clisp.org>
8976
8977         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
8978         error messages.
8979         * lib/wait-process.c (wait_subprocess): Omit error message about
8980         deadly signal sent to the child of termsigp != NULL.
8981
8982 2009-03-01  Eric Blake  <ebb9@byu.net>
8983
8984         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
8985
8986 2009-03-01  Bruno Haible  <bruno@clisp.org>
8987
8988         Avoid a gcc warning.
8989         * tests/test-sched.c (b): Make global.
8990         Reported by Eric Blake.
8991
8992 2009-01-19  Martin Lambers  <marlam@marlam.de>
8993
8994         Provide POSIX semantics for socket timeout options on W32.
8995         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
8996         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
8997         * modules/setsockopt: Depend on sys_time module for struct timeval.
8998         * modules/getsockopt: Depend on sys_time module for struct timeval.
8999
9000 2009-03-01  Simon Josefsson  <simon@josefsson.org>
9001
9002         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
9003         __USE_GNU, for consistency with netdb.in.h.
9004         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9005
9006 2009-03-01  Bruno Haible  <bruno@clisp.org>
9007
9008         More support for FreeMiNT.
9009         * lib/fseeko.c (rpl_fseeko): Complete last commit.
9010         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9011
9012 2009-03-01  Bruno Haible  <bruno@clisp.org>
9013
9014         More support for FreeMiNT.
9015         * lib/fpurge.c (fpurge): Correct last commit.
9016         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9017
9018 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9019
9020         Fix unportable awk script in vc-list-files.
9021         * build-aux/vc-list-files: In the replacement awk script, use
9022         substr with a second argument of 1, not zero.
9023         Report by Simon Josefsson.
9024
9025 2009-02-28  Bruno Haible  <bruno@clisp.org>
9026
9027         More support for FreeMiNT.
9028         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
9029         to FreeMiNT today.
9030         * lib/fwriting.c (fwriting): Likewise.
9031         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
9032
9033 2009-02-28  Bruno Haible  <bruno@clisp.org>
9034
9035         * tests/test-freadseek.c (main): Disable test beyond end of file on
9036         FreeMiNT.
9037         * tests/test-ftello.c (main): Likewise.
9038         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
9039
9040 2009-02-28  Bruno Haible  <bruno@clisp.org>
9041
9042         Add tentative support for FreeMiNT.
9043         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
9044         * lib/fpurge.c (fpurge): Likewise.
9045         * lib/freadable.c (freadable): Likewise.
9046         * lib/freading.c (freading): Likewise.
9047         * lib/freadptr.c (freadptr): Likewise.
9048         * lib/freadseek.c (freadptrinc): Likewise.
9049         * lib/fseeko.c (rpl_fseeko): Likewise.
9050         * lib/fseterr.c (fseterr): Likewise.
9051         * lib/fwritable.c (fwritable): Likewise.
9052         * lib/fwriting.c (fwriting): Likewise.
9053         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
9054         Hourihane.
9055         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9056
9057 2009-02-28  Bruno Haible  <bruno@clisp.org>
9058
9059         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
9060         SIGCHLD.
9061         Reported by Jim Meyering.
9062
9063 2009-02-28  Bruno Haible  <bruno@clisp.org>
9064
9065         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
9066         Mention the results of these tests on various platforms.
9067         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
9068         order.
9069         * doc/posix-functions/printf.texi: Likewise.
9070         * doc/posix-functions/snprintf.texi: Likewise.
9071         * doc/posix-functions/sprintf.texi: Likewise.
9072         * doc/posix-functions/vfprintf.texi: Likewise.
9073         * doc/posix-functions/vprintf.texi: Likewise.
9074         * doc/posix-functions/vsnprintf.texi: Likewise.
9075         * doc/posix-functions/vsprintf.texi: Likewise.
9076         * doc/glibc-functions/obstack_printf.texi: Likewise.
9077         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
9078
9079 2009-02-28  Bruno Haible  <bruno@clisp.org>
9080
9081         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
9082         Reported by Loïc Minier <lool@dooz.org>.
9083
9084 2009-02-27  Bruno Haible  <bruno@clisp.org>
9085
9086         * gnulib-tool (func_import): Make the sed expression used to create the
9087         sed script for updating the .gitignore file POSIX compliant.
9088         Reported by Eric Blake.
9089
9090 2009-02-27  Bruno Haible  <bruno@clisp.org>
9091
9092         * gnulib-tool (sed): Don't alias as "sed --posix".
9093         Reported by Eric Blake.
9094
9095 2009-02-27  Bruno Haible  <bruno@clisp.org>
9096
9097         Avoid test link errors.
9098         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
9099         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
9100         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
9101         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
9102         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9103
9104 2009-02-27  Bruno Haible  <bruno@clisp.org>
9105
9106         Avoid spurious "(cached)" in configure output.
9107         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
9108         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
9109         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
9110         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
9111         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
9112         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
9113         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
9114         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
9115         Reported by Eric Blake.
9116
9117 2009-02-27  Eric Blake  <ebb9@byu.net>
9118
9119         printf: fix regression in previous patch
9120         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
9121
9122 2009-02-27  Bruno Haible  <bruno@clisp.org>
9123
9124         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
9125         value.
9126         * lib/stdint.in.h: Likewise.
9127         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
9128
9129 2009-02-27  Eric Blake  <ebb9@byu.net>
9130
9131         doc: mention more functions added in cygwin 1.7.0
9132         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
9133         addition.
9134         * doc/posix-functions/open_wmemstream.texi: Likewise.
9135         * doc/posix-functions/wcsnlen.texi: Likewise.
9136         * doc/posix-functions/wcsnrtombs.texi: Likewise.
9137         * doc/posix-functions/wcstod.texi: Likewise.
9138         * doc/posix-functions/wcstof.texi: Likewise.
9139         * doc/posix-functions/wcstoimax.texi: Likewise.
9140         * doc/posix-functions/wcstok.texi: Likewise.
9141         * doc/posix-functions/wcstoumax.texi: Likewise.
9142
9143         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
9144         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
9145         * doc/posix-functions/fprintf.texi: Update.
9146         * doc/posix-functions/printf.texi: Update.
9147         * doc/posix-functions/snprintf.texi: Update.
9148         * doc/posix-functions/sprintf.texi: Update.
9149         * doc/posix-functions/vfprintf.texi: Update.
9150         * doc/posix-functions/vprintf.texi: Update.
9151         * doc/posix-functions/vsnprintf.texi: Update.
9152         * doc/posix-functions/vsprintf.texi: Update.
9153         * doc/glibc-functions/obstack_printf.texi: Update.
9154         * doc/glibc-functions/obstack_vprintf.texi: Update.
9155
9156 2009-02-26  Eric Blake  <ebb9@byu.net>
9157
9158         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
9159         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
9160         compilation bug by using runtime conversion.
9161         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
9162         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
9163         * modules/ceill-tests (Files): Use nan.h.
9164         * modules/floorl-tests (Files): Likewise.
9165         * modules/frexpl-tests (Files): Likewise.
9166         * modules/isnanl-tests (Files): Likewise.
9167         * modules/ldexpl-tests (Files): Likewise.
9168         * modules/roundl-tests (Files): Likewise.
9169         * modules/truncl-tests (Files): Likewise.
9170         * tests/test-ceill.c (main): Use a working NaN.
9171         * tests/test-floorl.c (main): Likewise.
9172         * tests/test-frexpl.c (main): Likewise.
9173         * tests/test-isnan.c (test_long_double): Likewise.
9174         * tests/test-isnanl.h (main): Likewise.
9175         * tests/test-ldexpl.h (main): Likewise.
9176         * tests/test-roundl.h (main): Likewise.
9177         * tests/test-truncl.h (main): Likewise.
9178         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
9179
9180 2009-02-26  Eric Blake  <ebb9@byu.net>
9181             Bruno Haible  <bruno@clisp.org>
9182
9183         Work around a *printf bug with %ls on Solaris.
9184         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
9185         precision is specified, sprintf stops converting the wide string
9186         argument when the number of bytes that have been produced by this
9187         conversion equals or exceeds the precision.
9188         * doc/posix-functions/fprintf.texi: Update.
9189         * doc/posix-functions/printf.texi: Update.
9190         * doc/posix-functions/snprintf.texi: Update.
9191         * doc/posix-functions/sprintf.texi: Update.
9192         * doc/posix-functions/vfprintf.texi: Update.
9193         * doc/posix-functions/vprintf.texi: Update.
9194         * doc/posix-functions/vsnprintf.texi: Update.
9195         * doc/posix-functions/vsprintf.texi: Update.
9196         * doc/glibc-functions/obstack_printf.texi: Update.
9197         * doc/glibc-functions/obstack_vprintf.texi: Update.
9198
9199 2009-02-26  Eric Blake  <ebb9@byu.net>
9200
9201         stdlib: favor compiler check of random.h
9202         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
9203         to avoid an ObjC random.h installed by Swarm.
9204
9205 2009-02-26  Bruno Haible  <bruno@clisp.org>
9206
9207         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
9208         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
9209         Reported by Gary V. Vaughan <gary@gnu.org>.
9210
9211 2009-02-26  Bruno Haible  <bruno@clisp.org>
9212
9213         Fix *printf behaviour regarding the %ls directive.
9214         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
9215         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
9216         NEED_PRINTF_DIRECTIVE_LS.
9217         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
9218         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9219         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9220         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
9221         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
9222         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
9223         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
9224         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9225         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9226         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9227         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9228         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
9229         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9230         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9231         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9232         * doc/posix-functions/fprintf.texi: Update.
9233         * doc/posix-functions/printf.texi: Update.
9234         * doc/posix-functions/snprintf.texi: Update.
9235         * doc/posix-functions/sprintf.texi: Update.
9236         * doc/posix-functions/vfprintf.texi: Update.
9237         * doc/posix-functions/vprintf.texi: Update.
9238         * doc/posix-functions/vsnprintf.texi: Update.
9239         * doc/posix-functions/vsprintf.texi: Update.
9240         * doc/glibc-functions/obstack_printf.texi: Update.
9241         * doc/glibc-functions/obstack_vprintf.texi: Update.
9242         Reported by Eric Blake.
9243
9244 2009-02-25  Bruno Haible  <bruno@clisp.org>
9245
9246         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
9247         with known value.
9248         Reported by Gary V. Vaughan <gary@gnu.org>.
9249
9250 2009-02-25  Bruno Haible  <bruno@clisp.org>
9251
9252         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
9253         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
9254         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
9255         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
9256         Reported by Gary V. Vaughan <gary@gnu.org>.
9257
9258 2009-02-25  Bruno Haible  <bruno@clisp.org>
9259
9260         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
9261         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
9262         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
9263         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
9264         Reported by Gary V. Vaughan <gary@gnu.org>.
9265
9266 2009-02-25  Eric Blake  <ebb9@byu.net>
9267
9268         tests: skip fseek/ftell tests if ungetc is broken
9269         * m4/ungetc.m4: New file.
9270         * modules/fseek-tests: Split test, so ungetc dependency is
9271         separate from rest of test.
9272         * modules/fseeko-tests: Likewise.
9273         * modules/ftell-tests: Likewise.
9274         * modules/ftello-tests: Likewise.
9275         * tests/test-fseek.c (main): Isolate ungetc dependency.
9276         * tests/test-fseeko.c (main): Likewise.
9277         * tests/test-ftell.c (main): Likewise.
9278         * tests/test-ftello.c (main): Likewise.
9279         * tests/test-fseek2.sh: New file.
9280         * tests/test-fseeko2.sh: Likewise.
9281         * tests/test-ftell2.sh: Likewise.
9282         * tests/test-ftello2.sh: Likewise.
9283
9284 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
9285
9286         test-getaddrinfo: fix usage of skip return code 77
9287         * tests/test-gettaddrinfo.c: Return skip code 77 only
9288         for first occurance of skip (4x77 is not 77)
9289
9290 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
9291
9292         strtod: avoid C99 decl-after-statement
9293         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
9294
9295 2009-02-24  Eric Blake  <ebb9@byu.net>
9296
9297         strtod: detect HP-UX 11.31 bug
9298         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
9299         Reported by Gary V. Vaughan.
9300
9301 2009-02-23  Bruno Haible  <bruno@clisp.org>
9302
9303         Fix invalid read past end of memory block.
9304         * lib/vasnprintf.c (DCHAR_SET): Define.
9305         (local_wcslen): Define only when needed.
9306         (local_strnlen, local_wcsnlen): New functions.
9307         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
9308         directives that involve a conversion ourselves.
9309         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
9310         wcsnlen, mbrtowc, wcrtomb.
9311         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
9312         * tests/test-vasprintf-posix.c (test_function): Likewise.
9313         * tests/test-snprintf-posix.h (test_function): Likewise.
9314         * tests/test-sprintf-posix.h (test_function): Likewise.
9315         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9316
9317 2009-02-22  Bruno Haible  <bruno@clisp.org>
9318
9319         Implement new clarified decomposition of Hangul syllables.
9320         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
9321         of type LTV, return only a pairwise decomposition.
9322         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
9323         Likewise.
9324         * tests/uninorm/test-decomposition.c (main): Updated expected result.
9325         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
9326         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
9327
9328 2009-02-22  Bruno Haible  <bruno@clisp.org>
9329
9330         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
9331         zero-length results and shrink excess allocated memory.
9332         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
9333         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
9334         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
9335         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
9336         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
9337         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
9338         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
9339         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
9340         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
9341         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
9342         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
9343         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
9344
9345 2009-02-21  Bruno Haible  <bruno@clisp.org>
9346
9347         * doc/gnulib.texi: Include safe-alloc.texi earlier.
9348         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
9349         spaces after a period. Put a space between a macro name and its
9350         argument list. Trivial rewordings.
9351         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
9352         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
9353         (main): Return 0 explicitly.
9354
9355 2009-02-21  Bruno Haible  <bruno@clisp.org>
9356
9357         Tests for module 'uninorm/filter'.
9358         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
9359         * modules/uninorm/filter-tests: New file.
9360
9361         New module 'uninorm/filter'.
9362         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
9363         uninorm_filter_flush, uninorm_filter_free): New declarations.
9364         * lib/uninorm/uninorm-filter.c: New file.
9365         * modules/uninorm/filter: New file.
9366
9367 2009-02-21  Bruno Haible  <bruno@clisp.org>
9368
9369         Tests for module 'uninorm/nfkc'.
9370         * tests/uninorm/test-nfkc.c: New file.
9371         * tests/uninorm/test-u8-nfkc.c: New file.
9372         * tests/uninorm/test-u16-nfkc.c: New file.
9373         * tests/uninorm/test-u32-nfkc.c: New file.
9374         * tests/uninorm/test-u32-nfkc-big.sh: New file.
9375         * tests/uninorm/test-u32-nfkc-big.c: New file.
9376         * modules/uninorm/nfkc-tests: New file.
9377
9378         New module 'uninorm/nfkc'.
9379         * lib/uninorm/nfkc.c: New file.
9380         * modules/uninorm/nfkc: New file.
9381
9382         Tests for module 'uninorm/nfkd'.
9383         * tests/uninorm/test-nfkd.c: New file.
9384         * tests/uninorm/test-u8-nfkd.c: New file.
9385         * tests/uninorm/test-u16-nfkd.c: New file.
9386         * tests/uninorm/test-u32-nfkd.c: New file.
9387         * tests/uninorm/test-u32-nfkd-big.sh: New file.
9388         * tests/uninorm/test-u32-nfkd-big.c: New file.
9389         * modules/uninorm/nfkd-tests: New file.
9390
9391         New module 'uninorm/nfkd'.
9392         * lib/uninorm/nfkd.c: New file.
9393         * modules/uninorm/nfkd: New file.
9394
9395         Tests for module 'uninorm/nfc'.
9396         * tests/uninorm/test-nfc.c: New file.
9397         * tests/uninorm/test-u8-nfc.c: New file.
9398         * tests/uninorm/test-u16-nfc.c: New file.
9399         * tests/uninorm/test-u32-nfc.c: New file.
9400         * tests/uninorm/test-u32-nfc-big.sh: New file.
9401         * tests/uninorm/test-u32-nfc-big.c: New file.
9402         * modules/uninorm/nfc-tests: New file.
9403
9404         New module 'uninorm/nfc'.
9405         * lib/uninorm/nfc.c: New file.
9406         * modules/uninorm/nfc: New file.
9407
9408         Tests for module 'uninorm/nfd'.
9409         * tests/uninorm/test-nfd.c: New file.
9410         * tests/uninorm/test-u8-nfd.c: New file.
9411         * tests/uninorm/test-u16-nfd.c: New file.
9412         * tests/uninorm/test-u32-nfd.c: New file.
9413         * tests/uninorm/test-u32-nfd-big.sh: New file.
9414         * tests/uninorm/test-u32-nfd-big.c: New file.
9415         * tests/uninorm/test-u32-normalize-big.h: New file.
9416         * tests/uninorm/test-u32-normalize-big.c: New file.
9417         * tests/uninorm/NormalizationTest.txt: New file, created from
9418         Unicode 5.1.0 NormalizationTest.txt.
9419         * modules/uninorm/nfd-tests: New file.
9420
9421         New module 'uninorm/nfd'.
9422         * lib/uninorm/nfd.c: New file.
9423         * modules/uninorm/nfd: New file.
9424
9425         New module 'uninorm/u32-normalize'.
9426         * lib/uninorm/u32-normalize.c: New file.
9427         * modules/uninorm/u32-normalize: New file.
9428
9429         New module 'uninorm/u16-normalize'.
9430         * lib/uninorm/u16-normalize.c: New file.
9431         * modules/uninorm/u16-normalize: New file.
9432
9433         New module 'uninorm/u8-normalize'.
9434         * lib/uninorm/u8-normalize.c: New file.
9435         * lib/uninorm/normalize-internal.h: New file.
9436         * lib/uninorm/u-normalize-internal.h: New file.
9437         * modules/uninorm/u8-normalize: New file.
9438
9439         New module 'uninorm/decompose-internal'.
9440         * lib/uninorm/decompose-internal.c: New file.
9441         * modules/uninorm/decompose-internal: New file.
9442
9443         Tests for module 'uninorm/composition'.
9444         * tests/uninorm/test-composition.c: New file.
9445         * modules/uninorm/composition-tests: New file.
9446
9447         New module 'uninorm/composition'.
9448         * lib/uninorm/composition.c: New file.
9449         * lib/uninorm/composition-table.gperf: New file, generated by
9450         gen-uni-tables.
9451         * modules/uninorm/composition: New file.
9452
9453         Tests for module 'uninorm/compat-decomposition'.
9454         * tests/uninorm/test-compat-decomposition.c: New file.
9455         * modules/uninorm/compat-decomposition-tests: New file.
9456
9457         New module 'uninorm/compat-decomposition'.
9458         * lib/uninorm/decompose-internal.h: New file.
9459         * lib/uninorm/compat-decomposition.c: New file.
9460         * modules/uninorm/compat-decomposition: New file.
9461
9462         Tests for module 'uninorm/canonical-decomposition'.
9463         * tests/uninorm/test-canonical-decomposition.c: New file.
9464         * modules/uninorm/canonical-decomposition-tests: New file.
9465
9466         New module 'uninorm/canonical-decomposition'.
9467         * lib/uninorm/canonical-decomposition.c: New file.
9468         * modules/uninorm/canonical-decomposition: New file.
9469
9470         Tests for module 'uninorm/decomposition'.
9471         * tests/uninorm/test-decomposition.c: New file.
9472         * modules/uninorm/decomposition-tests: New file.
9473
9474         New module 'uninorm/decomposition'.
9475         * lib/uninorm/decomposition.c: New file.
9476         * modules/uninorm/decomposition: New file.
9477
9478         New module 'uninorm/decomposition-table'.
9479         * lib/uninorm/decomposition-table.h: New file.
9480         * lib/uninorm/decomposition-table.c: New file.
9481         * lib/uninorm/decomposition-table1.h: New file, generated by
9482         gen-uni-tables.
9483         * lib/uninorm/decomposition-table2.h: New file, generated by
9484         gen-uni-tables.
9485         * modules/uninorm/decomposition-table: New file.
9486
9487         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
9488         (UC_DECOMP_*): New enumeration items.
9489         (get_decomposition): New function.
9490         (struct decomp_table): New type.
9491         (output_decomposition, output_decomposition_tables): New functions.
9492         (unicode_composition_exclusions): New variable.
9493         (fill_composition_exclusions, debug_output_composition_tables): New
9494         functions.
9495         (main): Accept one more argument. Invoke fill_composition_exclusions.
9496         Output decomposition and composition tables.
9497
9498         New module 'uninorm/base'.
9499         * lib/uninorm.h: New file.
9500         * lib/unictype.h: Update comment.
9501         * modules/uninorm/base: New file.
9502
9503 2009-02-21  David Lutterkort  <lutter@redhat.com>
9504
9505         Tests for module 'safe-alloc'.
9506         * tests/test-safe-alloc.c: New file.
9507         * modules/safe-alloc-tests: New file.
9508
9509         New module 'safe-alloc'.
9510         * lib/safe-alloc.h: New file.
9511         * lib/safe-alloc.c: New file.
9512         * m4/safe-alloc.m4: New file.
9513         * modules/safe-alloc: New file.
9514         * doc/safe-alloc.texi: New file.
9515         * doc/gnulib.texi: Include it.
9516         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
9517         safe-alloc.
9518
9519 2009-02-18  Bruno Haible  <bruno@clisp.org>
9520
9521         Fix link error on non-glibc systems.
9522         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
9523         variable.
9524         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9525
9526 2009-02-18  Jim Meyering  <meyering@redhat.com>
9527
9528         fts: avoid used-uninitialized error due to recent change
9529         * lib/fts.c (fts_read): Guard uses of the new member,
9530         parent->fts_n_dirs_remaining, since it's not relevant for
9531         the parent of a directory specified on the command-line.
9532
9533 2009-02-17  James Youngman  <jay@gnu.org>
9534             Bruno Haible  <bruno@clisp.org>
9535
9536         * m4/include_next.m4: Reformulate comment.
9537
9538 2009-02-16  Jim Meyering  <meyering@redhat.com>
9539
9540         fts: add #if guards so that the fts_lgpl module still builds
9541         * lib/fts.c: Guard just-added hash-table-using parts with
9542         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
9543         Reported by Simon Josefsson.
9544
9545 2009-02-15  Bruno Haible  <bruno@clisp.org>
9546
9547         * modules/array-mergesort-tests: New file.
9548         * tests/test-array-mergesort.c: New file.
9549
9550         New module 'array-mergesort'.
9551         * modules/array-mergesort: New file.
9552         * lib/array-mergesort.h: New file.
9553
9554 2009-02-15  Bruno Haible  <bruno@clisp.org>
9555
9556         Fix 2009-02-07 commit.
9557         * lib/gen-uni-tables.c (output_predicate, output_category,
9558         output_combclass, output_bidi_category, output_decimal_digit,
9559         output_digit, output_numeric, output_mirror, output_scripts,
9560         output_ident_category, output_simple_mapping): Fix format directives.
9561         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
9562
9563 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
9564
9565         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
9566         fixes are available from IBM.
9567
9568 2009-02-13  Jim Meyering  <meyering@redhat.com>
9569
9570         fts: arrange not to stat non-directories in more cases
9571         This makes GNU find (when it doesn't need to stat each file)
9572         *much* more efficient at traversing reiserfs file systems.
9573         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
9574         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
9575         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
9576         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
9577         (leaf_optimization_applies): New function.
9578         (LCO_hash, LCO_compare): New helper functions.
9579         (link_count_optimize_ok): New function.
9580         (fts_stat): Initialize new member (if dir).
9581         (fts_read): Decrement parent's fts_n_dirs_remaining count if
9582         we've just stat'ed a directory.  Skip the stat call when possible.
9583         ---
9584         Note this AFS-related exchange:
9585         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
9586         and note find's pioctl call in find/fstype.c.
9587         But that is necessary only if you want to enable the
9588         optimization for AFS, and for now, I don't.
9589
9590         fts: move a function definition "up" (no semantic change)
9591         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
9592         "up" to precede upcoming use of a related function.
9593
9594 2009-02-11  Jim Meyering  <meyering@redhat.com>
9595
9596         fts: correct internal computation of nlinks (optimization-related)
9597         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
9598         whether the current entry is a directory, so don't test it.
9599
9600 2009-02-10  Bruno Haible  <bruno@clisp.org>
9601
9602         Tests for module 'uniwbrk/ulc-wordbreaks'.
9603         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
9604         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
9605         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
9606
9607         Tests for module 'uniwbrk/u32-wordbreaks'.
9608         * modules/uniwbrk/u32-wordbreaks-tests: New file.
9609         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
9610
9611         Tests for module 'uniwbrk/u16-wordbreaks'.
9612         * modules/uniwbrk/u16-wordbreaks-tests: New file.
9613         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
9614
9615         Tests for module 'uniwbrk/u8-wordbreaks'.
9616         * modules/uniwbrk/u8-wordbreaks-tests: New file.
9617         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
9618
9619 2009-02-10  Bruno Haible  <bruno@clisp.org>
9620
9621         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
9622         property.
9623         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
9624         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
9625         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
9626
9627 2009-02-10  Simon Josefsson  <simon@josefsson.org>
9628
9629         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
9630         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
9631
9632 2009-02-10  Bruno Haible  <bruno@clisp.org>
9633
9634         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
9635         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
9636         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
9637         * lib/unilbrk/u8-possible-linebreaks.c: Update.
9638         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
9639         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
9640
9641 2009-02-09  Simon Josefsson  <simon@josefsson.org>
9642
9643         * lib/sockets.h (gl_fd_to_handle): New function.
9644
9645         * tests/test-sockets.c: Call gl_fd_to_handle.
9646
9647 2009-02-09  Bruno Haible  <bruno@clisp.org>
9648
9649         * doc/havelib.texi: Document the conventions on bi-arch systems.
9650
9651 2009-02-08  Bruno Haible  <bruno@clisp.org>
9652
9653         Document the AC_LIB_LINKFLAGS macro.
9654         * doc/havelib.texi: New file, mostly written on 2005-05-24.
9655         * doc/gnulib.texi: Include it.
9656
9657 2009-02-08  Bruno Haible  <bruno@clisp.org>
9658
9659         Fix wrong order of sections, compared to TOC.
9660         * doc/gnulib.texi: Include relocatable-maint.texi after the
9661         "Regular expressions" node, not before.
9662
9663 2009-02-08  Bruno Haible  <bruno@clisp.org>
9664
9665         Tests for module 'unicase/totitle'.
9666         * modules/unicase/totitle-tests: New file.
9667
9668         Tests for module 'unicase/tolower'.
9669         * modules/unicase/tolower-tests: New file.
9670
9671         Tests for module 'unicase/toupper'.
9672         * modules/unicase/toupper-tests: New file.
9673         * tests/unicase/test-mapping-part1.h: New file.
9674         * tests/unicase/test-mapping-part2.h: New file.
9675
9676         New module 'unicase/totitle'.
9677         * modules/unicase/totitle: New file.
9678         * lib/unicase/totitle.c: New file.
9679
9680         New module 'unicase/tolower'.
9681         * modules/unicase/tolower: New file.
9682         * lib/unicase/tolower.c: New file.
9683
9684         New module 'unicase/toupper'.
9685         * modules/unicase/toupper: New file.
9686         * lib/unicase/toupper.c: New file.
9687         * lib/unicase/simple-mapping.h: New file.
9688
9689         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
9690         (mapping_table): New structure.
9691         (output_simple_mapping): New function.
9692         (main): Invoke output_simple_mapping_test and output_simple_mapping.
9693         * modules/gen-uni-tables (Description): Update.
9694         * lib/unicase/toupper.h: New file, automatically generated by
9695         gen-uni-tables.
9696         * lib/unicase/tolower.h: New file, automatically generated by
9697         gen-uni-tables.
9698         * lib/unicase/totitle.h: New file, automatically generated by
9699         gen-uni-tables.
9700         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
9701         gen-uni-tables.
9702         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
9703         gen-uni-tables.
9704         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
9705         gen-uni-tables.
9706
9707         New module 'unicase/base'.
9708         * modules/unicase/base: New file.
9709         * lib/unicase.h: New file.
9710
9711 2009-02-08  Bruno Haible  <bruno@clisp.org>
9712
9713         New module 'uniwbrk/ulc-wordbreaks'.
9714         * modules/uniwbrk/ulc-wordbreaks: New file.
9715         * lib/uniwbrk/ulc-wordbreaks.c: New file.
9716
9717         New module 'uniwbrk/u32-wordbreaks'.
9718         * modules/uniwbrk/u32-wordbreaks: New file.
9719         * lib/uniwbrk/u32-wordbreaks.c: New file.
9720
9721         New module 'uniwbrk/u16-wordbreaks'.
9722         * modules/uniwbrk/u16-wordbreaks: New file.
9723         * lib/uniwbrk/u16-wordbreaks.c: New file.
9724
9725         New module 'uniwbrk/u8-wordbreaks'.
9726         * modules/uniwbrk/u8-wordbreaks: New file.
9727         * lib/uniwbrk/u8-wordbreaks.c: New file.
9728         * lib/uniwbrk/u-wordbreaks.h: New file.
9729
9730         New module 'uniwbrk/table'.
9731         * modules/uniwbrk/table: New file.
9732         * lib/uniwbrk/wbrktable.h: New file.
9733         * lib/uniwbrk/wbrktable.c: New file.
9734
9735         New module 'uniwbrk/wordbreak-property'.
9736         * modules/uniwbrk/wordbreak-property: New file.
9737         * lib/uniwbrk/wordbreak-property.c: New file.
9738
9739         * lib/gen-uni-tables.c (WBP_*): New enum items.
9740         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
9741         (unicode_org_wbp): New variable.
9742         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
9743         New functions.
9744         (wbp_table): New structure.
9745         (output_wbp, output_wbrk_tables): New functions.
9746         (main): Accept additional argument. Invoke fill_org_wbp,
9747         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
9748         output_wbrk_tables.
9749         * modules/gen-uni-tables (Description): Update.
9750         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
9751         gen-uni-tables.
9752
9753         New module 'uniwbrk/base'.
9754         * modules/uniwbrk/base: New file.
9755         * lib/uniwbrk.h: New file.
9756
9757 2009-02-08  Bruno Haible  <bruno@clisp.org>
9758
9759         Update to Unicode 5.1.0.
9760         * lib/gen-uni-tables.c (is_property_alphabetic): Include
9761         U+2185..U+2188.
9762         (is_property_default_ignorable_code_point): Don't include characters
9763         of category Cc or Cs and not-a-characters.
9764         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
9765         U+0D79, U+109E, U+109F, U+A60C.
9766         * lib/unictype/bidi_of.h: Regenerated.
9767         * lib/unictype/blocks.h: Regenerated.
9768         * lib/unictype/categ_C.h: Regenerated.
9769         * lib/unictype/categ_Cf.h: Regenerated.
9770         * lib/unictype/categ_Cn.h: Regenerated.
9771         * lib/unictype/categ_L.h: Regenerated.
9772         * lib/unictype/categ_Ll.h: Regenerated.
9773         * lib/unictype/categ_Lm.h: Regenerated.
9774         * lib/unictype/categ_Lo.h: Regenerated.
9775         * lib/unictype/categ_Lu.h: Regenerated.
9776         * lib/unictype/categ_M.h: Regenerated.
9777         * lib/unictype/categ_Mc.h: Regenerated.
9778         * lib/unictype/categ_Me.h: Regenerated.
9779         * lib/unictype/categ_Mn.h: Regenerated.
9780         * lib/unictype/categ_N.h: Regenerated.
9781         * lib/unictype/categ_Nd.h: Regenerated.
9782         * lib/unictype/categ_Nl.h: Regenerated.
9783         * lib/unictype/categ_No.h: Regenerated.
9784         * lib/unictype/categ_P.h: Regenerated.
9785         * lib/unictype/categ_Pd.h: Regenerated.
9786         * lib/unictype/categ_Pe.h: Regenerated.
9787         * lib/unictype/categ_Pf.h: Regenerated.
9788         * lib/unictype/categ_Pi.h: Regenerated.
9789         * lib/unictype/categ_Po.h: Regenerated.
9790         * lib/unictype/categ_Ps.h: Regenerated.
9791         * lib/unictype/categ_S.h: Regenerated.
9792         * lib/unictype/categ_Sk.h: Regenerated.
9793         * lib/unictype/categ_Sm.h: Regenerated.
9794         * lib/unictype/categ_So.h: Regenerated.
9795         * lib/unictype/categ_of.h: Regenerated.
9796         * lib/unictype/combining.h: Regenerated.
9797         * lib/unictype/ctype_alnum.h: Regenerated.
9798         * lib/unictype/ctype_alpha.h: Regenerated.
9799         * lib/unictype/ctype_graph.h: Regenerated.
9800         * lib/unictype/ctype_lower.h: Regenerated.
9801         * lib/unictype/ctype_print.h: Regenerated.
9802         * lib/unictype/ctype_punct.h: Regenerated.
9803         * lib/unictype/ctype_upper.h: Regenerated.
9804         * lib/unictype/decdigit.h: Regenerated.
9805         * lib/unictype/digit.h: Regenerated.
9806         * lib/unictype/mirror.h: Regenerated.
9807         * lib/unictype/numeric.h: Regenerated.
9808         * lib/unictype/pr_alphabetic.h: Regenerated.
9809         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
9810         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
9811         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
9812         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
9813         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
9814         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
9815         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
9816         * lib/unictype/pr_combining.h: Regenerated.
9817         * lib/unictype/pr_dash.h: Regenerated.
9818         * lib/unictype/pr_decimal_digit.h: Regenerated.
9819         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
9820         * lib/unictype/pr_deprecated.h: Regenerated.
9821         * lib/unictype/pr_diacritic.h: Regenerated.
9822         * lib/unictype/pr_extender.h: Regenerated.
9823         * lib/unictype/pr_format_control.h: Regenerated.
9824         * lib/unictype/pr_grapheme_base.h: Regenerated.
9825         * lib/unictype/pr_grapheme_extend.h: Regenerated.
9826         * lib/unictype/pr_grapheme_link.h: Regenerated.
9827         * lib/unictype/pr_id_continue.h: Regenerated.
9828         * lib/unictype/pr_id_start.h: Regenerated.
9829         * lib/unictype/pr_ideographic.h: Regenerated.
9830         * lib/unictype/pr_ignorable_control.h: Regenerated.
9831         * lib/unictype/pr_lowercase.h: Regenerated.
9832         * lib/unictype/pr_math.h: Regenerated.
9833         * lib/unictype/pr_numeric.h: Regenerated.
9834         * lib/unictype/pr_other_alphabetic.h: Regenerated.
9835         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
9836         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
9837         * lib/unictype/pr_other_id_continue.h: Regenerated.
9838         * lib/unictype/pr_other_lowercase.h: Regenerated.
9839         * lib/unictype/pr_other_math.h: Regenerated.
9840         * lib/unictype/pr_punctuation.h: Regenerated.
9841         * lib/unictype/pr_sentence_terminal.h: Regenerated.
9842         * lib/unictype/pr_soft_dotted.h: Regenerated.
9843         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
9844         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
9845         * lib/unictype/pr_unified_ideograph.h: Regenerated.
9846         * lib/unictype/pr_uppercase.h: Regenerated.
9847         * lib/unictype/pr_xid_continue.h: Regenerated.
9848         * lib/unictype/pr_xid_start.h: Regenerated.
9849         * lib/unictype/pr_zero_width.h: Regenerated.
9850         * lib/unictype/scripts.h: Regenerated.
9851         * lib/unictype/scripts_byname.gperf: Regenerated.
9852         * lib/unictype/sy_java_ident.h: Regenerated.
9853         * lib/unilbrk/lbrkprop1.h: Regenerated.
9854         * lib/unilbrk/lbrkprop2.h: Regenerated.
9855         * tests/unictype/test-categ_C.c: Regenerated.
9856         * tests/unictype/test-categ_Cf.c: Regenerated.
9857         * tests/unictype/test-categ_Cn.c: Regenerated.
9858         * tests/unictype/test-categ_L.c: Regenerated.
9859         * tests/unictype/test-categ_Ll.c: Regenerated.
9860         * tests/unictype/test-categ_Lm.c: Regenerated.
9861         * tests/unictype/test-categ_Lo.c: Regenerated.
9862         * tests/unictype/test-categ_Lu.c: Regenerated.
9863         * tests/unictype/test-categ_M.c: Regenerated.
9864         * tests/unictype/test-categ_Mc.c: Regenerated.
9865         * tests/unictype/test-categ_Me.c: Regenerated.
9866         * tests/unictype/test-categ_Mn.c: Regenerated.
9867         * tests/unictype/test-categ_N.c: Regenerated.
9868         * tests/unictype/test-categ_Nd.c: Regenerated.
9869         * tests/unictype/test-categ_Nl.c: Regenerated.
9870         * tests/unictype/test-categ_No.c: Regenerated.
9871         * tests/unictype/test-categ_P.c: Regenerated.
9872         * tests/unictype/test-categ_Pd.c: Regenerated.
9873         * tests/unictype/test-categ_Pe.c: Regenerated.
9874         * tests/unictype/test-categ_Pf.c: Regenerated.
9875         * tests/unictype/test-categ_Pi.c: Regenerated.
9876         * tests/unictype/test-categ_Po.c: Regenerated.
9877         * tests/unictype/test-categ_Ps.c: Regenerated.
9878         * tests/unictype/test-categ_S.c: Regenerated.
9879         * tests/unictype/test-categ_Sk.c: Regenerated.
9880         * tests/unictype/test-categ_Sm.c: Regenerated.
9881         * tests/unictype/test-categ_So.c: Regenerated.
9882         * tests/unictype/test-ctype_alnum.c: Regenerated.
9883         * tests/unictype/test-ctype_alpha.c: Regenerated.
9884         * tests/unictype/test-ctype_graph.c: Regenerated.
9885         * tests/unictype/test-ctype_lower.c: Regenerated.
9886         * tests/unictype/test-ctype_print.c: Regenerated.
9887         * tests/unictype/test-ctype_punct.c: Regenerated.
9888         * tests/unictype/test-ctype_upper.c: Regenerated.
9889         * tests/unictype/test-decdigit.h: Regenerated.
9890         * tests/unictype/test-digit.h: Regenerated.
9891         * tests/unictype/test-numeric.h: Regenerated.
9892         * tests/unictype/test-pr_alphabetic.c: Regenerated.
9893         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
9894         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
9895         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
9896         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
9897         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
9898         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
9899         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
9900         * tests/unictype/test-pr_combining.c: Regenerated.
9901         * tests/unictype/test-pr_dash.c: Regenerated.
9902         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
9903         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
9904         * tests/unictype/test-pr_deprecated.c: Regenerated.
9905         * tests/unictype/test-pr_diacritic.c: Regenerated.
9906         * tests/unictype/test-pr_extender.c: Regenerated.
9907         * tests/unictype/test-pr_format_control.c: Regenerated.
9908         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
9909         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
9910         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
9911         * tests/unictype/test-pr_id_continue.c: Regenerated.
9912         * tests/unictype/test-pr_id_start.c: Regenerated.
9913         * tests/unictype/test-pr_ideographic.c: Regenerated.
9914         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
9915         * tests/unictype/test-pr_lowercase.c: Regenerated.
9916         * tests/unictype/test-pr_math.c: Regenerated.
9917         * tests/unictype/test-pr_numeric.c: Regenerated.
9918         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
9919         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
9920         Regenerated.
9921         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
9922         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
9923         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
9924         * tests/unictype/test-pr_other_math.c: Regenerated.
9925         * tests/unictype/test-pr_punctuation.c: Regenerated.
9926         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
9927         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
9928         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
9929         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
9930         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
9931         * tests/unictype/test-pr_uppercase.c: Regenerated.
9932         * tests/unictype/test-pr_xid_continue.c: Regenerated.
9933         * tests/unictype/test-pr_xid_start.c: Regenerated.
9934         * tests/unictype/test-pr_zero_width.c: Regenerated.
9935
9936         Update to Unicode 5.1.0.
9937         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
9938         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
9939         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
9940         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
9941         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
9942         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
9943         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
9944         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
9945         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
9946         (nonspacing_table_ind): Update.
9947         * tests/uniwidth/test-uc_width2.sh: Update expected result.
9948
9949         Update to Unicode 5.1.0.
9950         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
9951         code transform.
9952         * lib/uniname/uniname.c (unicode_character_name,
9953         unicode_name_character): Add the range 0x1Fxxx to the code transform.
9954         * lib/uniname/uninames.h: Regenerated.
9955         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
9956
9957 2009-02-07  Bruno Haible  <bruno@clisp.org>
9958
9959         Merge gen-ctype and gen-lbrk into a single program.
9960         * lib/gen-uni-tables.c: New file, incorporating
9961         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
9962         Add directory prefixes to the names of the generated files.
9963         * lib/unictype/gen-ctype.c: Remove file.
9964         * lib/unilbrk/gen-lbrk.c: Remove file.
9965         * modules/gen-uni-tables: New file.
9966         * modules/unictype/gen-ctype: Remove file.
9967         * modules/unilbrk/gen-lbrk: Remove file.
9968
9969 2009-02-07  Bruno Haible  <bruno@clisp.org>
9970
9971         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
9972
9973         New module 'unistr/u32-strcoll'.
9974         * modules/unistr/u32-strcoll: New file.
9975         * lib/unistr/u32-strcoll.c: New file.
9976
9977         New module 'unistr/u16-strcoll'.
9978         * modules/unistr/u16-strcoll: New file.
9979         * lib/unistr/u16-strcoll.c: New file.
9980
9981         New module 'unistr/u8-strcoll'.
9982         * modules/unistr/u8-strcoll: New file.
9983         * lib/unistr/u8-strcoll.c: New file.
9984         * lib/unistr/u-strcoll.h: New file.
9985
9986 2009-02-07  Bruno Haible  <bruno@clisp.org>
9987
9988         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
9989         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
9990         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
9991         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
9992         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
9993         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
9994
9995 2009-02-07  Bruno Haible  <bruno@clisp.org>
9996
9997         Make 64-bit clean.
9998         * lib/unictype/gen-ctype.c (output_predicate, output_category,
9999         output_combclass, output_bidi_category, output_decimal_digit,
10000         output_digit, output_numeric, output_mirror, output_scripts,
10001         output_ident_category): Use proper width specifier in format strings.
10002
10003 2009-02-07  Bruno Haible  <bruno@clisp.org>
10004
10005         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
10006         failure behaviour.
10007
10008 2009-02-07  Jim Meyering  <meyering@redhat.com>
10009
10010         regex: avoid compilation failure with upcoming gcc-4.4
10011         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
10012         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
10013         "... error: integer overflow in preprocessor expression".
10014
10015 2009-02-05  Ben Pfaff  <blp@gnu.org>
10016
10017         Fix link errors on Windows when close module is used.
10018         * modules/close: Add $(LIB_CLOSE) to Link section.
10019         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
10020         $(LIB_CLOSE) on Windows.
10021
10022 2009-02-05  Jim Meyering  <meyering@redhat.com>
10023
10024         still avoid unused-parameter warnings, but do it cleanly
10025         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
10026         (get_fs_usage): Cast to void instead.
10027         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
10028         (dev_from_mount_options, read_file_system_list): Cast to void.
10029         Prompted by Bruno Haible.
10030
10031 2009-02-04  Jim Meyering  <meyering@redhat.com>
10032
10033         fsusage.c: correct copyright year
10034         * lib/fsusage.c: Reflect year in which the change is pushed into
10035
10036         avoid misc. warnings
10037         * lib/fsusage.c (UNUSED_PARAM): Define.
10038         (get_fs_usage): Mark parameter "disk" as unused.
10039         * lib/getugroups.c (getgrent): Use "void" in prototype.
10040         * lib/mountlist.c: Mark unused parameters.
10041         (read_file_system_list): Declare a local with "const".
10042         * lib/nanosleep.c (getnow): Declare static.
10043         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
10044
10045         dirfd: set errno upon failure
10046         * lib/dirfd.c: Include <errno.h>.
10047         Set errno to ENOTSUP when returning -1.
10048         * modules/dirfd (Depends-on): Add errno.
10049         Suggested by John Kodis <kodis@comcast.net>.
10050
10051 2009-02-01  Bruno Haible  <bruno@clisp.org>
10052
10053         Don't assume sizeof (long) >= sizeof (void *).
10054         * lib/memcmp.c: Include stdint.h.
10055         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
10056         srcp2 to 'const byte *'.
10057         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
10058         types to uintptr_t.
10059         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
10060         * modules/memcmp (Depends-on): Add stdint.
10061         Reported by Ozkan Sezer <sezeroz@gmail.com>.
10062
10063 2009-01-30  Eric Blake  <ebb9@byu.net>
10064
10065         fix more require-before-expand issues
10066         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
10067         expand, AC_PROG_AWK.
10068         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
10069
10070 2009-01-28  Eric Blake  <ebb9@byu.net>
10071
10072         version-etc: use consistent URL formatting
10073         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
10074         Improve formatting.  Use fputs for string without %.
10075
10076 2009-01-28  Jim Meyering  <meyering@redhat.com>
10077
10078         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
10079         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
10080         "underquoted definition of NAME" from autoconf-2.59.
10081
10082 2009-01-28  Bruno Haible  <bruno@clisp.org>
10083
10084         * doc/gnulib.texi: Add "Obsolete modules" to index.
10085
10086 2009-01-28  Jim Meyering  <meyering@redhat.com>
10087
10088         useless-if-before-free: recognize more variants
10089         * build-aux/useless-if-before-free: Also recognize e.g.,
10090         if (NULL != p) free (p);
10091
10092 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
10093
10094         test-getaddrinfo: skip (don't fail) this test when there's no network
10095         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
10096         on the presumption that it means you lack network access.
10097
10098 2009-01-26  Jim Meyering  <meyering@redhat.com>
10099
10100         fflush: avoid warnings on modern systems
10101         * lib/fflush.c (rpl_fflush): Move declarations of locals,
10102         pos and result, into scopes where they're used.
10103
10104 2009-01-26  Eric Blake  <ebb9@byu.net>
10105
10106         Silence warning reintroduced by recent extensions patch.
10107         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
10108         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
10109         autoconf.
10110
10111         Backport improved autoconf semantics of AC_DEFUN_ONCE.
10112         * m4/00gnulib.m4: New file.
10113         * gnulib-tool (func_get_filelist): Always use it.
10114         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
10115         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
10116
10117 2009-01-25  Bruno Haible  <bruno@clisp.org>
10118
10119         Make test-quotearg work on MacOS X and AIX.
10120         * tests/test-quotearg.sh: New file.
10121         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
10122         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
10123         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
10124         include <libintl.h>.
10125         (fake_locale): Remove variable.
10126         (gettext, dgettext, dcgettext): Remove functions.
10127         (main): Instead of setting a fake locale, set a real locale. Call
10128         textdomain and bindtextdomain.
10129         * modules/quotearg-tests (Files): Add the new files.
10130         (Depends-on): Add gettext, setenv, unsetenv.
10131         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
10132         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
10133         Augment TESTS_ENVIRONMENT.
10134
10135 2009-01-25  Bruno Haible  <bruno@clisp.org>
10136
10137         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
10138         fr_FR.ISO8859-1 locale on MacOS X.
10139         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
10140         ja_JP.eucJP locale on MacOS X.
10141         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
10142         zh_CN.GB18030 locale on MacOS X.
10143
10144 2009-01-25  Bruno Haible  <bruno@clisp.org>
10145
10146         Avoid link errors on MacOS X 10.3.
10147         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
10148         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
10149
10150 2009-01-25  Bruno Haible  <bruno@clisp.org>
10151
10152         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
10153         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
10154         * modules/pipe (Files): Remove m4/posix_spawn.m4.
10155         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
10156         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
10157         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
10158         posix_spawnattr_init, posix_spawnattr_setsigmask,
10159         posix_spawnattr_setflags, posix_spawnattr_destroy.
10160
10161         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
10162         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
10163         * modules/execute (Files): Remove m4/posix_spawn.m4.
10164         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
10165         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
10166         posix_spawnattr_init, posix_spawnattr_setsigmask,
10167         posix_spawnattr_setflags, posix_spawnattr_destroy.
10168
10169 2009-01-25  Bruno Haible  <bruno@clisp.org>
10170
10171         * lib/glthread/threadlib.c: Include <stdlib.h>.
10172
10173 2009-01-25  Bruno Haible  <bruno@clisp.org>
10174
10175         * lib/glthread/threadlib.c (dummy): New declaration.
10176
10177 2009-01-25  Bruno Haible  <bruno@clisp.org>
10178
10179         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
10180         multibyte characters also for the GB18030 encoding. Don't crash when
10181         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
10182
10183 2009-01-25  Bruno Haible  <bruno@clisp.org>
10184
10185         Avoid redefining 'struct random_data' on OSF/1 5.1.
10186         * lib/stdlib.in.h: Include <random.h> if it exists.
10187         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
10188         HAVE_RANDOM_H. Include <random.h> when testing whether
10189         'struct random_data' exists.
10190         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
10191
10192 2009-01-25  Bruno Haible  <bruno@clisp.org>
10193
10194         Don't install charset.alias on MacOS X >= 10.3.
10195         * lib/localcharset.c (DARWIN7): New macro.
10196         (get_charset_aliases): Hardcode the result for Darwin7.
10197         * modules/localcharset (install-exec-local): Don't install
10198         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
10199
10200 2009-01-25  Bruno Haible  <bruno@clisp.org>
10201
10202         Don't install charset.alias on mingw and Cygwin.
10203         * modules/localcharset (install-exec-local): Don't install
10204         charset.alias on mingw and Cygwin, if the file does not yet exist.
10205         The result for these platforms is hardcoded in localcharset.c.
10206
10207 2009-01-25  Bruno Haible  <bruno@clisp.org>
10208
10209         Make it possible again to use AC_GNU_SOURCE together with gnulib.
10210         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
10211         before requiring AC_USE_SYSTEM_EXTENSIONS.
10212
10213 2009-01-25  Jim Meyering  <meyering@redhat.com>
10214
10215         c-strtod: avoid warnings
10216         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
10217         "assignment discards qualifiers from pointer target type" warnings.
10218
10219 2009-01-24  Bruno Haible  <bruno@clisp.org>
10220
10221         Add support for non-UTF-8 locales on MacOS X.
10222         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
10223         canonical encodings. For Darwin 7 and newer, don't map traditional
10224         encodings to UTF-8.
10225         Reported by Vincent Lefevre <vincent@vinc17.org>
10226         at <http://savannah.gnu.org/bugs/?25235>.
10227
10228 2009-01-24  Bruno Haible  <bruno@clisp.org>
10229
10230         * doc/gnulib.texi (Obsolete modules): New section.
10231         Reported by Mike Frysinger <vapier@gentoo.org>.
10232
10233 2009-01-24  Bruno Haible  <bruno@clisp.org>
10234
10235         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
10236         (%.dvi): New rule.
10237
10238 2009-01-24  Bruno Haible  <bruno@clisp.org>
10239
10240         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
10241         Reported by Eric Blake.
10242
10243 2009-01-24  Bruno Haible  <bruno@clisp.org>
10244
10245         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
10246         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
10247         Reported by Gary V. Vaughan <gary@gnu.org>.
10248
10249 2009-01-24  Bruno Haible  <bruno@clisp.org>
10250
10251         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
10252
10253 2009-01-23  Bruno Haible  <bruno@clisp.org>
10254
10255         Make c-strtod, c-strtold usable in libraries.
10256         * lib/c-strtod.c: Include string.h instead of xalloc.h.
10257         (C_STRTOD): Call strdup instead of xstrdup.
10258         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
10259         * modules/c-strtold (Depends-on): Likewise.
10260         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
10261         * NEWS: Mention the change.
10262         Reported by Michael Gold <mgold@ncf.ca>.
10263
10264 2009-01-23  Jim Meyering  <meyering@redhat.com>
10265
10266         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
10267         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
10268         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
10269
10270 2009-01-23  Simon Josefsson  <simon@josefsson.org>
10271
10272         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
10273         GNU CoreUtils.
10274         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
10275         * modules/version-etc (Description): Update.
10276
10277 2009-01-22  Bruno Haible  <bruno@clisp.org>
10278
10279         Cache the C locale object.
10280         * lib/c-strtod.c (c_locale_cache): New variable.
10281         (c_locale): New function.
10282         (C_STRTOD): Use it, and don't call freelocale.
10283         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
10284         Suggested by Paolo Bonzini.
10285
10286 2009-01-21  Bruno Haible  <bruno@clisp.org>
10287
10288         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
10289         conditions other than overflow.
10290
10291 2009-01-21  Bruno Haible  <bruno@clisp.org>
10292
10293         * lib/c-strtod.c: Include errno.h.
10294         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
10295         value from STRTOD_L and STRTOD.
10296
10297 2009-01-21  Bruno Haible  <bruno@clisp.org>
10298         and Jim Meyering  <meyering@redhat.com>
10299
10300         nanosleep: skip configure test (fail it) for apple universal builds
10301         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
10302         universal builds, assume that nanosleep does not work.
10303         * modules/nanosleep (Depends-on): Add multiarch.
10304
10305         mktime: skip configure test (fail it) for apple universal builds
10306         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
10307         universal builds, assume that mktime does not work.
10308         * modules/mktime (Depends-on): Add multiarch.
10309
10310 2009-01-21  Eric Blake  <ebb9@byu.net>
10311
10312         multiarch: avoid expand-before-require warning
10313         * modules/multiarch (configure.ac): Require, rather than expand,
10314         gl_MULTIARCH.
10315         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
10316         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
10317         enforce that all clients require it.  Partial reversion of
10318         2008-12-29 patch.
10319
10320         error: avoid expand-before-require warning
10321         * modules/errno (configure.ac): Require, rather than expand,
10322         gl_HEADER_ERRNO_H.
10323         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
10324         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
10325         enforce that all clients require it.
10326
10327         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
10328         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
10329         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
10330         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
10331
10332 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
10333
10334         Revert:
10335         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
10336
10337         regex: do not depend on obsolete modules.
10338         * modules/regex: Remove memcmp and memmove.
10339
10340 2009-01-20  Bruno Haible  <bruno@clisp.org>
10341
10342         Make the 'link' module link on Windows NT 4.
10343         * lib/link.c (_WIN32_WINNT): Don't define.
10344         (CreateHardLinkFuncType): New type.
10345         (CreateHardLinkFunc, initialized): New variables.
10346         (initialize): New function.
10347         (link): Invoke CreateHardLink indirectly through the function pointer.
10348
10349 2009-01-20  Bruno Haible  <bruno@clisp.org>
10350
10351         Fix compilation failure on mingw.
10352         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
10353
10354 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
10355
10356         * doc/c-strtod.texi: Mention a couple of restrictions.
10357
10358 2009-01-20  Jim Meyering  <meyering@redhat.com>
10359
10360         gettimeofday: move more declarations out of functions
10361         * lib/gettimeofday.c: Move extern declarations of tzset and
10362         gmtime out of containing functions.  Prompted by Bruno Haible.
10363
10364 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
10365
10366         regex: do not depend on obsolete modules.
10367         * modules/regex: Remove memcmp and memmove.
10368
10369 2009-01-19  Bruno Haible  <bruno@clisp.org>
10370
10371         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
10372         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
10373         gl_BIGENDIAN, not AC_C_BIGENDIAN.
10374         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
10375         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
10376
10377 2009-01-19  Bruno Haible  <bruno@clisp.org>
10378
10379         * tests/test-link.c: Include <errno.h>.
10380         (main): Exit with code 77 when a hard link cannot be created due to
10381         the file system.
10382         * tests/test-link.sh: Skip test when a hard link cannot be created due
10383         to the file system.
10384         Suggested by Eric Blake.
10385
10386 2009-01-19  Martin Lambers  <marlam@marlam.de>
10387
10388         * modules/link-tests: New file.
10389         * tests/test-link.sh: New file.
10390         * tests/test-link.c: New file.
10391
10392 2009-01-19  Eric Blake  <ebb9@byu.net>
10393
10394         doc: mention another function added in cygwin 1.7.0
10395         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
10396         Another new function in cygwin 1.7.
10397
10398 2009-01-19  Bruno Haible  <bruno@clisp.org>
10399
10400         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
10401         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
10402         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
10403         gl_BIGENDIAN, not AC_C_BIGENDIAN.
10404         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10405         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
10406         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
10407         * m4/md4.m4 (gl_MD4): Likewise.
10408         * m4/md5.m4 (gl_MD5): Likewise.
10409         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
10410         * m4/sha1.m4 (gl_SHA1): Likewise.
10411         * m4/sha256.m4 (gl_SHA256): Likewise.
10412         * m4/sha512.m4 (gl_SHA512): Likewise.
10413
10414 2009-01-19  Bruno Haible  <bruno@clisp.org>
10415
10416         * modules/uniname/uniname-tests (Depends-on): Add progname.
10417         * tests/uniname/test-uninames.c: Include progname.h.
10418         (main): Call set_program_name.
10419
10420         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
10421         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
10422         (main): Call set_program_name.
10423
10424         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
10425         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
10426         (main): Call set_program_name.
10427
10428         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
10429         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
10430         (main): Call set_program_name.
10431
10432         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
10433         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
10434         (main): Call set_program_name.
10435
10436         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
10437         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
10438         (main): Call set_program_name.
10439
10440         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
10441         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
10442         (main): Call set_program_name.
10443
10444         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
10445         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
10446         (main): Call set_program_name.
10447
10448         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
10449         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
10450         (main): Call set_program_name.
10451
10452 2009-01-19  Eric Blake  <ebb9@byu.net>
10453
10454         test-unistd: test previous patch
10455         * tests/test-unistd.c: Test *_FILENO macros.
10456
10457         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
10458         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
10459         Guarantee a definition.
10460         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
10461         * modules/unistd-safer (Depends-on): Add dependency on unistd.
10462         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
10463         * lib/dup-safer.c (STDERR_FILENO): Likewise.
10464         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
10465         Likewise.
10466         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
10467         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
10468         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
10469         Likewise.
10470         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
10471         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
10472         (STDERR_FILENO): Likewise.
10473         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
10474         (STDERR_FILENO): Likewise.
10475         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
10476         (STDERR_FILENO): Likewise.
10477         Reported by Elbert Pol.
10478
10479 2009-01-19  Eric Blake  <ebb9@byu.net>
10480
10481         doc: mention more functions added in cygwin 1.7.0
10482         * doc/posix-functions/abort.texi (abort): Update wording related
10483         to cygwin.
10484         * doc/posix-functions/daylight.texi (daylight): Likewise.
10485         * doc/posix-functions/optarg.texi (optarg): Likewise.
10486         * doc/posix-functions/optarg.texi (opterr): Likewise.
10487         * doc/posix-functions/optarg.texi (optind): Likewise.
10488         * doc/posix-functions/optarg.texi (optopt): Likewise.
10489         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
10490         worked in 1.5.x, and was withdrawn in 1.7.
10491         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
10492         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
10493         cygwin versions.
10494         * doc/posix-functions/perror.texi (perror): Likewise.
10495         * doc/posix-functions/printf.texi (printf): Likewise.
10496         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
10497         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
10498         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
10499         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
10500         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
10501         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
10502         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
10503         Likewise.
10504         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
10505         Likewise.
10506         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
10507         this function.
10508         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
10509         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
10510         Likewise.
10511         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
10512         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
10513         * doc/posix-functions/confstr.texi (confstr): Likewise.
10514         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
10515         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
10516         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
10517         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
10518         * doc/posix-functions/fputws.texi (fputws): Likewise.
10519         * doc/posix-functions/fwide.texi (fwide): Likewise.
10520         * doc/posix-functions/getwc.texi (getwc): Likewise.
10521         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
10522         * doc/posix-functions/putwc.texi (putwc): Likewise.
10523         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
10524         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
10525         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
10526         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
10527         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
10528         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
10529         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
10530         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
10531         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
10532         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
10533         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
10534
10535 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
10536
10537         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
10538         * lib/ioctl.c: Include <sys/ioctl.h>.
10539
10540 2009-01-19  Simon Josefsson  <simon@josefsson.org>
10541
10542         * modules/getdate-tests (Depends-on): Add progname.
10543         * tests/test-getdate.c: Use progname module, to avoid link errors
10544         on non-glibc systems.
10545
10546 2009-01-18  Simon Josefsson  <simon@josefsson.org>
10547
10548         * modules/filenamecat-tests (Depends-on): Add progname.
10549         * modules/fstrcmp-tests (Depends-on): Likewise.
10550
10551         * tests/test-filenamecat.c: Use progname module, to avoid link
10552         errors on non-glibc systems.
10553         * tests/test-fstrcmp.c: Likewise.
10554
10555 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
10556
10557         gettimeofday: avoid warning: nested extern declaration of 'localtime'
10558         * lib/gettimeofday.c: Move extern declaration out of function.
10559
10560 2009-01-18  Bruno Haible  <bruno@clisp.org>
10561
10562         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
10563         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
10564         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
10565
10566 2009-01-18  Bruno Haible  <bruno@clisp.org>
10567
10568         * lib/strftime.c (MEMPCPY): Remove unused macro.
10569         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
10570
10571 2009-01-18  Martin Lambers  <marlam@marlam.de>
10572
10573         New module 'link'.
10574         * lib/unistd.in.h (link): New declaration.
10575         * lib/link.c: New file.
10576         * m4/link.m4: New file.
10577         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
10578         HAVE_LINK.
10579         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
10580         * modules/link: New file.
10581         * doc/posix-functions/link.texi: Mention the new module.
10582
10583 2009-01-18  Bruno Haible  <bruno@clisp.org>
10584
10585         * tests/test-avltree_list.c (main): Call set_program_name.
10586         * tests/test-avltree_oset.c (main): Likewise.
10587         * tests/test-obstack-printf.c: Include progname.h.
10588         (main): Call set_program_name.
10589         * tests/test-quotearg.c: Include progname.h.
10590         (main): Call set_program_name.
10591         * tests/test-xmemdup0.c: Include progname.h.
10592         (main): Call set_program_name.
10593
10594 2009-01-18  Bruno Haible  <bruno@clisp.org>
10595
10596         New module 'alphasort'.
10597         * lib/dirent.in.h (alphasort): New declaration.
10598         * lib/alphasort.c: New file, from glibc with modifications.
10599         * m4/alphasort.m4: New file.
10600         * modules/alphasort: New file.
10601         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
10602         HAVE_ALPHASORT.
10603         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
10604         HAVE_ALPHASORT.
10605         * doc/posix-functions/alphasort.texi: Mention the new module and the
10606         portability problems.
10607
10608 2009-01-18  Bruno Haible  <bruno@clisp.org>
10609
10610         New module 'scandir'.
10611         * lib/dirent.in.h (scandir): New declaration.
10612         * lib/scandir.c: New file, from glibc with modifications.
10613         * m4/scandir.m4: New file.
10614         * modules/scandir: New file.
10615         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
10616         HAVE_SCANDIR.
10617         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
10618         HAVE_SCANDIR.
10619         * doc/posix-functions/scandir.texi: Mention the new module and the
10620         portability problems.
10621
10622 2009-01-17  Bruno Haible  <bruno@clisp.org>
10623
10624         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
10625         Update documentation.
10626         (func_remove_suffix): Escape all dots in the suffix. Update
10627         documentation.
10628         (func_filter_filelist): Update documentation.
10629         Reported by Ralf Wildenhues.
10630
10631 2009-01-17  Bruno Haible  <bruno@clisp.org>
10632
10633         * modules/dprintf-posix-tests: New file.
10634         * tests/test-dprintf-posix.sh: New file.
10635         * tests/test-dprintf-posix.c: New file.
10636
10637         New modules 'dprintf', 'dprintf-posix'.
10638         * lib/stdio.in.h (dprintf): New declaration.
10639         * lib/dprintf.c: New file.
10640         * m4/dprintf.m4: New file.
10641         * m4/dprintf-posix.m4: New file.
10642         * modules/dprintf: New file.
10643         * modules/dprintf-posix: New file.
10644         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
10645         HAVE_DPRINTF, REPLACE_DPRINTF.
10646         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
10647         HAVE_DPRINTF, REPLACE_DPRINTF.
10648         * doc/posix-functions/dprintf.texi: Mention the new modules.
10649
10650 2009-01-17  Bruno Haible  <bruno@clisp.org>
10651
10652         * modules/vdprintf-posix-tests: New file.
10653         * tests/test-vdprintf-posix.sh: New file.
10654         * tests/test-vdprintf-posix.c: New file.
10655
10656         New modules 'vdprintf', 'vdprintf-posix'.
10657         * lib/stdio.in.h (vdprintf): New declaration.
10658         * lib/vdprintf.c: New file.
10659         * m4/vdprintf.m4: New file.
10660         * m4/vdprintf-posix.m4: New file.
10661         * modules/vdprintf: New file.
10662         * modules/vdprintf-posix: New file.
10663         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
10664         HAVE_VDPRINTF, REPLACE_VDPRINTF.
10665         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
10666         HAVE_VDPRINTF, REPLACE_VDPRINTF.
10667         * doc/posix-functions/vdprintf.texi: Mention the new modules.
10668
10669 2009-01-17  Bruno Haible  <bruno@clisp.org>
10670
10671         Fix replacement of fopen on mingw.
10672         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
10673         mingw.
10674
10675 2009-01-17  Bruno Haible  <bruno@clisp.org>
10676
10677         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
10678         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
10679
10680 2009-01-17  Bruno Haible  <bruno@clisp.org>
10681
10682         Avoid test-fflush2.sh failure on mingw.
10683         * tests/test-fflush2.c: Include binary-io.h.
10684         (main): Put standard input into binary mode.
10685         * modules/fflush-tests (Depends-on): Add binary-io.
10686
10687 2009-01-17  Bruno Haible  <bruno@clisp.org>
10688
10689         * lib/wchar.in.h: In another particular situation, include only the
10690         system's <wchar.h> file.
10691         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
10692         Reported by Albert Chin-A-Young <china@thewrittenword.com>
10693         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
10694
10695 2009-01-17  Bruno Haible  <bruno@clisp.org>
10696
10697         Support for stripping executables in --enable-relocatable.
10698         * build-aux/install-reloc: Expect one more argument, or an environment
10699         variable RELOC_STRIP_PROG. If set, strip the destination program and
10700         its wrapper.
10701         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
10702         RELOC_STRIP_PROG.
10703         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
10704         to set RELOCATABLE_STRIP.
10705         * NEWS: Mention the new Makefile requirement.
10706
10707 2009-01-17  Bruno Haible  <bruno@clisp.org>
10708
10709         * build-aux/install-reloc: Remove debugging information left over by
10710         C compiler on MacOS X.
10711
10712 2009-01-17  Bruno Haible  <bruno@clisp.org>
10713
10714         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
10715         * lib/progreloc.c (find_executable): Fix type of pointer passed to
10716         _NSGetExecutablePath.
10717
10718 2009-01-16  Jim Meyering  <meyering@redhat.com>
10719
10720         strerror: avoid warnings about discarding "const"
10721         * lib/strerror.c (rpl_strerror): Instead of returning a const
10722         string from each and every "case", use a variable, and add a single
10723         cast after the switch.
10724
10725 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
10726
10727         * lib/arpa_inet.in.h: Add extern "C" block for C++.
10728
10729 2009-01-16  Bruno Haible  <bruno@clisp.org>
10730
10731         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
10732         array initializer syntax that also works in C++ mode.
10733         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10734
10735 2009-01-16  Jim Meyering  <meyering@redhat.com>
10736
10737         poll: suppress a warning
10738         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
10739         to ignore "...unsigned expression < 0 is always false" warnings.
10740
10741 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
10742
10743         poll: remove declarations of unused variables
10744         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
10745         sockbuf and optlen.
10746
10747 2009-01-15  Bruno Haible  <bruno@clisp.org>
10748
10749         Make fflush-after-ungetc POSIX compliant on BSD systems.
10750         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
10751         (clear_ungetc_buffer): Implement also for other systems.
10752         (rpl_fflush): On glibc systems, invoke
10753         clear_ungetc_buffer_preserving_position. Otherwise, invoke
10754         clear_ungetc_buffer after fetching the stream's position, not before.
10755
10756 2009-01-15  Bruno Haible  <bruno@clisp.org>
10757
10758         Make fflush-after-ungetc POSIX compliant on glibc systems.
10759         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
10760         after ungetc.
10761         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
10762         (rpl_fflush): On glibc systems, simply call the system's fflush
10763         function after clearing the ungetc buffer.
10764         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
10765         Instead, lseek only to the end of file, then use the system's fseeko
10766         for the rest. On glibc systems, reset the EOF indicator bit.
10767
10768 2009-01-15  Jim Meyering  <meyering@redhat.com>
10769
10770         openmp.m4: revert quote-adding change, for portability to older autoconf
10771         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
10772         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
10773         Simon Josefsson noticed the problem when using autoconf-2.61.
10774
10775 2009-01-15  Bruno Haible  <bruno@clisp.org>
10776
10777         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
10778         * tests/test-fflush2.c (ASSERT): Always fail.
10779         (main): Add two tests for fflush() after ungetc(), taking into account
10780         the Austin Group's clarification.
10781         Suggested by Eric Blake.
10782
10783 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
10784
10785         mktime.m4: remove K&R-style function prototypes
10786         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
10787         for the Sun C++ compiler.
10788
10789 2009-01-14  Bruno Haible  <bruno@clisp.org>
10790
10791         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
10792         while including <wchar.h>.
10793         * lib/wchar.in.h: In two particular situations on HP-UX, include only
10794         the system's <wchar.h> file.
10795         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10796
10797 2009-01-14  Bruno Haible  <bruno@clisp.org>
10798
10799         * m4/csharp.m4: Don't mention gettext on the serial number line.
10800         * m4/csharpexec.m4: Likewise.
10801         * m4/eaccess.m4: Likewise.
10802         * m4/javaexec.m4: Likewise.
10803         * m4/sig_atomic_t.m4: Likewise.
10804         * m4/tmpdir.m4: Likewise.
10805         * m4/intldir.m4: Bump gettext version.
10806         * m4/lib-ld.m4: Likewise.
10807
10808 2009-01-14  Bruno Haible  <bruno@clisp.org>
10809
10810         * lib/progname.c (set_program_name): Add more comments.
10811         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10812
10813 2009-01-14  Simon Josefsson  <simon@josefsson.org>
10814
10815         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
10816         were sys/stat.h does not define it.
10817
10818 2009-01-14  Jim Meyering  <meyering@redhat.com>
10819
10820         many *.m4 files: improve m4 quoting
10821         99% of this change was performed by running the following commands:
10822         git ls-files | grep '\.m4$' | xargs perl -pi \
10823           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
10824           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
10825           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
10826           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
10827         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
10828         The remainder were to add Copyright dates, increment serial numbers,
10829         undo some changes in comments, exclude m4/intl.m4, and add quotes
10830         around the "1" in ",1" where the unusual spacing prohibited the
10831         above regexps from doing the job.  For more details, see
10832         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
10833         * m4/acl.m4: Modified.
10834         * m4/afs.m4: Likewise.
10835         * m4/alloca.m4: Likewise.
10836         * m4/argp.m4: Likewise.
10837         * m4/argz.m4: Likewise.
10838         * m4/atexit.m4: Likewise.
10839         * m4/bison-i18n.m4: Likewise.
10840         * m4/bison.m4: Likewise.
10841         * m4/byteswap.m4: Likewise.
10842         * m4/c-stack.m4: Likewise.
10843         * m4/c-strtod.m4: Likewise.
10844         * m4/calloc.m4: Likewise.
10845         * m4/canonicalize-lgpl.m4: Likewise.
10846         * m4/chown.m4: Likewise.
10847         * m4/clock_time.m4: Likewise.
10848         * m4/codeset.m4: Likewise.
10849         * m4/copy-file.m4: Likewise.
10850         * m4/csharp.m4: Likewise.
10851         * m4/csharpcomp.m4: Likewise.
10852         * m4/csharpexec.m4: Likewise.
10853         * m4/d-ino.m4: Likewise.
10854         * m4/d-type.m4: Likewise.
10855         * m4/dirfd.m4: Likewise.
10856         * m4/double-slash-root.m4: Likewise.
10857         * m4/eaccess.m4: Likewise.
10858         * m4/eealloc.m4: Likewise.
10859         * m4/environ.m4: Likewise.
10860         * m4/errno_h.m4: Likewise.
10861         * m4/euidaccess.m4: Likewise.
10862         * m4/execute.m4: Likewise.
10863         * m4/fatal-signal.m4: Likewise.
10864         * m4/fchdir.m4: Likewise.
10865         * m4/fcntl_h.m4: Likewise.
10866         * m4/fileblocks.m4: Likewise.
10867         * m4/filenamecat.m4: Likewise.
10868         * m4/findprog.m4: Likewise.
10869         * m4/flexmember.m4: Likewise.
10870         * m4/fnmatch.m4: Likewise.
10871         * m4/fopen.m4: Likewise.
10872         * m4/fpending.m4: Likewise.
10873         * m4/fprintf-posix.m4: Likewise.
10874         * m4/free.m4: Likewise.
10875         * m4/frexp.m4: Likewise.
10876         * m4/frexpl.m4: Likewise.
10877         * m4/fsusage.m4: Likewise.
10878         * m4/ftruncate.m4: Likewise.
10879         * m4/gc-camellia.m4: Likewise.
10880         * m4/gc-random.m4: Likewise.
10881         * m4/gc.m4: Likewise.
10882         * m4/getaddrinfo.m4: Likewise.
10883         * m4/getcwd-abort-bug.m4: Likewise.
10884         * m4/getcwd-path-max.m4: Likewise.
10885         * m4/getdate.m4: Likewise.
10886         * m4/getdomainname.m4: Likewise.
10887         * m4/getgroups.m4: Likewise.
10888         * m4/gethostname.m4: Likewise.
10889         * m4/gethrxtime.m4: Likewise.
10890         * m4/getline.m4: Likewise.
10891         * m4/getloadavg.m4: Likewise.
10892         * m4/getndelim2.m4: Likewise.
10893         * m4/getpass.m4: Likewise.
10894         * m4/gettext.m4: Likewise.
10895         * m4/gettime.m4: Likewise.
10896         * m4/gettimeofday.m4: Likewise.
10897         * m4/gnulib-common.m4: Likewise.
10898         * m4/group-member.m4: Likewise.
10899         * m4/host-os.m4: Likewise.
10900         * m4/iconv.m4: Likewise.
10901         * m4/iconv_open.m4: Likewise.
10902         * m4/inet_ntop.m4: Likewise.
10903         * m4/inet_pton.m4: Likewise.
10904         * m4/inline.m4: Likewise.
10905         * m4/intldir.m4: Likewise.
10906         * m4/intlmacosx.m4: Likewise.
10907         * m4/intmax.m4: Likewise.
10908         * m4/intmax_t.m4: Likewise.
10909         * m4/inttypes.m4: Likewise.
10910         * m4/inttypes_h.m4: Likewise.
10911         * m4/inttypes-pri.m4: Likewise.
10912         * m4/isapipe.m4: Likewise.
10913         * m4/isnand.m4: Likewise.
10914         * m4/isnanf.m4: Likewise.
10915         * m4/isnanl.m4: Likewise.
10916         * m4/javacomp.m4: Likewise.
10917         * m4/javaexec.m4: Likewise.
10918         * m4/jm-winsz1.m4: Likewise.
10919         * m4/jm-winsz2.m4: Likewise.
10920         * m4/lchown.m4: Likewise.
10921         * m4/lcmessage.m4: Likewise.
10922         * m4/ldexpl.m4: Likewise.
10923         * m4/lib-ld.m4: Likewise.
10924         * m4/lib-link.m4: Likewise.
10925         * m4/libsigsegv.m4: Likewise.
10926         * m4/link-follow.m4: Likewise.
10927         * m4/localcharset.m4: Likewise.
10928         * m4/locale-fr.m4: Likewise.
10929         * m4/locale-ja.m4: Likewise.
10930         * m4/locale-tr.m4: Likewise.
10931         * m4/locale-zh.m4: Likewise.
10932         * m4/lock.m4: Likewise.
10933         * m4/longlong.m4: Likewise.
10934         * m4/ls-mntd-fs.m4: Likewise.
10935         * m4/lstat.m4: Likewise.
10936         * m4/malloc.m4: Likewise.
10937         * m4/mathl.m4: Likewise.
10938         * m4/mbrtowc.m4: Likewise.
10939         * m4/mbstate_t.m4: Likewise.
10940         * m4/mbswidth.m4: Likewise.
10941         * m4/memchr.m4: Likewise.
10942         * m4/memcmp.m4: Likewise.
10943         * m4/memcpy.m4: Likewise.
10944         * m4/memmem.m4: Likewise.
10945         * m4/memmove.m4: Likewise.
10946         * m4/mempcpy.m4: Likewise.
10947         * m4/memrchr.m4: Likewise.
10948         * m4/memset.m4: Likewise.
10949         * m4/minmax.m4: Likewise.
10950         * m4/mkdir-slash.m4: Likewise.
10951         * m4/mkdtemp.m4: Likewise.
10952         * m4/mktime.m4: Likewise.
10953         * m4/mmap-anon.m4: Likewise.
10954         * m4/mountlist.m4: Likewise.
10955         * m4/nanosleep.m4: Likewise.
10956         * m4/nls.m4: Likewise.
10957         * m4/nocrash.m4: Likewise.
10958         * m4/open.m4: Likewise.
10959         * m4/openat.m4: Likewise.
10960         * m4/openmp.m4: Likewise.
10961         * m4/pathmax.m4: Likewise.
10962         * m4/perl.m4: Likewise.
10963         * m4/physmem.m4: Likewise.
10964         * m4/pipe.m4: Likewise.
10965         * m4/po.m4: Likewise.
10966         * m4/poll.m4: Likewise.
10967         * m4/posixtm.m4: Likewise.
10968         * m4/posixver.m4: Likewise.
10969         * m4/printf-frexp.m4: Likewise.
10970         * m4/printf-frexpl.m4: Likewise.
10971         * m4/printf-posix.m4: Likewise.
10972         * m4/printf-posix-rpl.m4: Likewise.
10973         * m4/printf.m4: Likewise.
10974         * m4/progtest.m4: Likewise.
10975         * m4/putenv.m4: Likewise.
10976         * m4/readline.m4: Likewise.
10977         * m4/readlink.m4: Likewise.
10978         * m4/readutmp.m4: Likewise.
10979         * m4/realloc.m4: Likewise.
10980         * m4/regex.m4: Likewise.
10981         * m4/relocatable.m4: Likewise.
10982         * m4/relocatable-lib.m4: Likewise.
10983         * m4/rename-dest-slash.m4: Likewise.
10984         * m4/rename.m4: Likewise.
10985         * m4/rmdir-errno.m4: Likewise.
10986         * m4/rmdir.m4: Likewise.
10987         * m4/roundf.m4: Likewise.
10988         * m4/roundl.m4: Likewise.
10989         * m4/rpmatch.m4: Likewise.
10990         * m4/save-cwd.m4: Likewise.
10991         * m4/selinux-selinux-h.m4: Likewise.
10992         * m4/setenv.m4: Likewise.
10993         * m4/settime.m4: Likewise.
10994         * m4/sig2str.m4: Likewise.
10995         * m4/sig_atomic_t.m4: Likewise.
10996         * m4/signalblocking.m4: Likewise.
10997         * m4/signbit.m4: Likewise.
10998         * m4/sigpipe.m4: Likewise.
10999         * m4/sockets.m4: Likewise.
11000         * m4/sockpfaf.m4: Likewise.
11001         * m4/st_dm_mode.m4: Likewise.
11002         * m4/stat-time.m4: Likewise.
11003         * m4/stdbool.m4: Likewise.
11004         * m4/stdint.m4: Likewise.
11005         * m4/stdint_h.m4: Likewise.
11006         * m4/stpcpy.m4: Likewise.
11007         * m4/stpncpy.m4: Likewise.
11008         * m4/strcase.m4: Likewise.
11009         * m4/strchrnul.m4: Likewise.
11010         * m4/strcspn.m4: Likewise.
11011         * m4/strdup.m4: Likewise.
11012         * m4/strftime.m4: Likewise.
11013         * m4/strndup.m4: Likewise.
11014         * m4/strnlen.m4: Likewise.
11015         * m4/strpbrk.m4: Likewise.
11016         * m4/strptime.m4: Likewise.
11017         * m4/strsep.m4: Likewise.
11018         * m4/strtod.m4: Likewise.
11019         * m4/strtoimax.m4: Likewise.
11020         * m4/strtok_r.m4: Likewise.
11021         * m4/strtol.m4: Likewise.
11022         * m4/strtoll.m4: Likewise.
11023         * m4/strtoul.m4: Likewise.
11024         * m4/strtoull.m4: Likewise.
11025         * m4/strtoumax.m4: Likewise.
11026         * m4/strverscmp.m4: Likewise.
11027         * m4/threadlib.m4: Likewise.
11028         * m4/timegm.m4: Likewise.
11029         * m4/tm_gmtoff.m4: Likewise.
11030         * m4/tmpdir.m4: Likewise.
11031         * m4/tmpfile.m4: Likewise.
11032         * m4/tzset.m4: Likewise.
11033         * m4/uintmax_t.m4: Likewise.
11034         * m4/unlinkdir.m4: Likewise.
11035         * m4/unlocked-io.m4: Likewise.
11036         * m4/uptime.m4: Likewise.
11037         * m4/userspec.m4: Likewise.
11038         * m4/utimbuf.m4: Likewise.
11039         * m4/utime.m4: Likewise.
11040         * m4/utimes-null.m4: Likewise.
11041         * m4/utimes.m4: Likewise.
11042         * m4/vararrays.m4: Likewise.
11043         * m4/vasnprintf.m4: Likewise.
11044         * m4/vfprintf-posix.m4: Likewise.
11045         * m4/vprintf-posix.m4: Likewise.
11046         * m4/wait-process.m4: Likewise.
11047         * m4/wchar_t.m4: Likewise.
11048         * m4/wint_t.m4: Likewise.
11049         * m4/write-any-file.m4: Likewise.
11050         * m4/yield.m4: Likewise.
11051
11052 2009-01-13  Bruno Haible  <bruno@clisp.org>
11053
11054         Avoid test-copy-file.sh failures when ACL support insufficient.
11055         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
11056         TESTS_ENVIRONMENT.
11057         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
11058         Reported by Jim Meyering.
11059
11060 2009-01-13  Bruno Haible  <bruno@clisp.org>
11061
11062         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
11063         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
11064         * modules/unistdio/u8-printf-parse (Files): Likewise.
11065         * modules/unistdio/u32-printf-parse (Files): Likewise.
11066         * modules/unistdio/ulc-printf-parse (Files): Likewise.
11067
11068 2009-01-13  Simon Josefsson  <simon@josefsson.org>
11069
11070         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
11071         and m4/inttypes_h.m4 too.
11072
11073 2009-01-12  Eric Blake  <ebb9@byu.net>
11074
11075         tests: IRIX 6.2 cc can't compile -0.0 into .data
11076         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
11077         rather than at compile-time.
11078         * tests/test-floorl.c (minus_zero): Likewise.
11079         * tests/test-frexpl.c (minus_zero): Likewise.
11080         * tests/test-isnan.c (minus_zerol): Likewise.
11081         * tests/test-isnanl.h (minus_zero): Likewise.
11082         * tests/test-ldexpl.c (minus_zero): Likewise.
11083         * tests/test-roundl.c (minus_zero): Likewise.
11084         * tests/test-signbit.c (minus_zerol): Likewise.
11085         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
11086         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
11087         * tests/test-truncl.c (minus_zero): Likewise.
11088         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
11089         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
11090         Reported by Tom G. Christensen and Nelson H. F. Beebe.
11091
11092 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11093
11094         regex: fix glibc bug 9697
11095         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
11096         handling.
11097
11098 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11099
11100         regex: fix glibc bug 697
11101         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
11102         being NULL also if there are no backreferences.
11103
11104 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11105
11106         regex: merge glibc changes
11107         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
11108         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
11109         re_string_skip_chars, re_string_reconstruct): Likewise.
11110         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
11111
11112 2009-01-07  Jim Meyering  <meyering@redhat.com>
11113
11114         poll: filter through cppi
11115         * lib/poll.c: Indent cpp directives to reflect nesting.
11116
11117 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
11118
11119         poll: don't return uninitialized
11120         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
11121
11122 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
11123
11124         avoid compile failure on AIX 6.1
11125         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
11126         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
11127
11128 2009-01-04  Jim Meyering  <meyering@redhat.com>
11129
11130         remove duplicate inclusion of <stdio.h>
11131         * tests/test-fprintf-posix.c: Likewise.
11132         * tests/test-printf-posix.c: Likewise.
11133         * tests/test-snprintf-posix.c: Likewise.
11134         * tests/test-sprintf-posix.c: Likewise.
11135         * tests/test-vasprintf-posix.c: Likewise.
11136         * tests/test-vfprintf-posix.c: Likewise.
11137         * tests/test-vprintf-posix.c: Likewise.
11138         * tests/test-vsnprintf-posix.c: Likewise.
11139         * tests/test-vsprintf-posix.c: Likewise.
11140
11141 2009-01-03  Jim Meyering  <meyering@redhat.com>
11142
11143         gnulib-tool: fix sed-based filtering
11144         * gnulib-tool (func_filter_filelist): Remove extra backslash
11145         in sed_fff_filter definition.
11146
11147 2009-01-02  Jim Meyering  <meyering@redhat.com>
11148
11149         strftime: avoid compilation failure on Solaris 2.6
11150         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
11151         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
11152         Don't #define mbrlen or mbsinit, since now they're guaranteed to
11153         be available.  Reported by Tom G. Christensen.  Details in
11154         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
11155
11156 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11157             Bruno Haible  <bruno@clisp.org>
11158
11159         Speed up gnulib-tool by doing more string processing through shell
11160         built-ins.
11161         * gnulib-tool (fast_func_append): New variable.
11162         (func_remove_prefix, func_remove_suffix): New functions.
11163         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
11164         (func_filter_filelist): New function.
11165         (func_get_dependencies): Use func_remove_suffix instead of sed.
11166         (func_get_automake_snippet): Use func_filter_filelist instead of a
11167         subshell and sed invocation.
11168
11169 2009-01-01  Bruno Haible  <bruno@clisp.org>
11170
11171         Fix a security bug.
11172         * gnulib-tool (func_import, import, update): Don't allow the characters
11173         '"', '$', '`', '\' in macro arguments that become part of commands that
11174         are evaluated.
11175
11176 2009-01-01  Bruno Haible  <bruno@clisp.org>
11177
11178         * gnulib-tool (func_reset_sigpipe): Add more comments.
11179
11180 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11181
11182         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
11183         func_emit_tests_Makefile_am, func_import): Abort loops early if we
11184         already know the answer.
11185
11186 2009-01-01  Jim Meyering  <meyering@redhat.com>
11187
11188         * lib/version-etc.c (version_etc_va): Update copyright year.
11189
11190 2008-12-30  Bruno Haible  <bruno@clisp.org>
11191
11192         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
11193         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
11194         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
11195
11196 2008-12-29  Eric Blake  <ebb9@byu.net>
11197
11198         multiarch: avoid autoconf AC_REQUIRE bug
11199         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
11200         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
11201         2.63 and older.
11202         Reported by Bruno Haible, and analyzed in
11203         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
11204
11205 2008-12-29  Bruno Haible  <bruno@clisp.org>
11206
11207         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
11208         files in subdirectories correctly.
11209         Reported by Ralf Wildenhues.
11210
11211 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11212
11213         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
11214         rather than 'join FILE -', for Solaris join.
11215
11216 2008-12-29  Bruno Haible  <bruno@clisp.org>
11217
11218         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
11219         quoting.
11220         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
11221         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
11222         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
11223         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
11224         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
11225         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
11226         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
11227         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
11228         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11229         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
11230         * m4/nls.m4 (AM_NLS): Likewise.
11231         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
11232         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
11233         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
11234         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
11235         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
11236         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
11237         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
11238         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
11239         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
11240         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
11241         * m4/xsize.m4 (gl_XSIZE): Likewise.
11242         Suggested by Jim Meyering.
11243
11244 2008-11-17  Bruce Korb  <bkorb@gnu.org>
11245
11246         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
11247         * lib/parse-duration.c: use a switch instead of cascading if's.
11248
11249 2008-12-29  Eric Blake  <ebb9@byu.net>
11250
11251         wchar.h: supply WEOF on Irix 5.3
11252         * lib/wchar.in.h (wint_t): Also supply WEOF.
11253         * lib/wctype.in.h (wint_t): Likewise.
11254         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
11255         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
11256         Reported by Tom G. Christensen.
11257
11258 2008-12-26  Bruno Haible  <bruno@clisp.org>
11259
11260         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
11261         i486, i586, i686.
11262
11263 2008-12-26  Bruno Haible  <bruno@clisp.org>
11264
11265         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
11266
11267 2008-12-26  Bruno Haible  <bruno@clisp.org>
11268
11269         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
11270         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
11271         not __STDC_CONSTANT_MACROS.
11272         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
11273
11274 2008-12-25  Bruno Haible  <bruno@clisp.org>
11275
11276         Add support for universal builds to vasnprintf.
11277         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
11278         universal builds, guess no.
11279         * modules/vasnprintf-posix (Depends-on): Add multiarch.
11280         * modules/vasprintf-posix (Depends-on): Likewise.
11281         * modules/fprintf-posix (Depends-on): Likewise.
11282         * modules/vfprintf-posix (Depends-on): Likewise.
11283         * modules/snprintf-posix (Depends-on): Likewise.
11284         * modules/vsnprintf-posix (Depends-on): Likewise.
11285         * modules/sprintf-posix (Depends-on): Likewise.
11286         * modules/vsprintf-posix (Depends-on): Likewise.
11287         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11288         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11289         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11290         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11291         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11292         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11293         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11294
11295         Add support for universal builds to <inttypes.h>.
11296         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
11297         _SCNu64_PREFIX): In Apple
11298         universal builds, define directly, using _LP64.
11299         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
11300         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
11301         * modules/inttypes (Depends-on): Add multiarch.
11302         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
11303
11304         Add support for universal builds to <stdint.h>.
11305         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
11306         universal builds, define directly, using _LP64.
11307         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
11308         Apple universal builds, don't test for the size and suffix of ptrdiff_t
11309         and size_t.
11310         * modules/stdint (Depends-on): Add multiarch.
11311         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
11312
11313         New module 'multiarch'.
11314         * modules/multiarch: New file.
11315         * m4/multiarch.m4: New file.
11316
11317 2008-12-25  Bruno Haible  <bruno@clisp.org>
11318
11319         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
11320
11321 2008-12-25  Bruno Haible  <bruno@clisp.org>
11322
11323         * modules/btowc (License): Relicense under LGPLv2+.
11324         * modules/mbsinit (License): Likewise.
11325         * modules/mbrtowc (License): Likewise.
11326         * modules/wcrtomb (License): Likewise.
11327         * modules/streq (License): Likewise.
11328         Reported by David Lutterkort <lutter@redhat.com>.
11329
11330 2008-12-23  Bruno Haible  <bruno@clisp.org>
11331
11332         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
11333
11334 2008-12-23  Bruno Haible  <bruno@clisp.org>
11335
11336         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
11337         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
11338         GETADDRINFO_LIB, not in LIBS.
11339         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
11340         * modules/canon-host (Link): Likewise.
11341         * NEWS: Mention the change.
11342         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
11343         GETADDRINFO_LIB.
11344
11345 2008-12-22  Bruno Haible  <bruno@clisp.org>
11346
11347         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
11348         * doc/posix-functions/iswalpha_l.texi: Likewise.
11349         * doc/posix-functions/iswblank_l.texi: Likewise.
11350         * doc/posix-functions/iswcntrl_l.texi: Likewise.
11351         * doc/posix-functions/iswctype_l.texi: Likewise.
11352         * doc/posix-functions/iswdigit_l.texi: Likewise.
11353         * doc/posix-functions/iswgraph_l.texi: Likewise.
11354         * doc/posix-functions/iswlower_l.texi: Likewise.
11355         * doc/posix-functions/iswprint_l.texi: Likewise.
11356         * doc/posix-functions/iswpunct_l.texi: Likewise.
11357         * doc/posix-functions/iswspace_l.texi: Likewise.
11358         * doc/posix-functions/iswupper_l.texi: Likewise.
11359         * doc/posix-functions/iswxdigit_l.texi: Likewise.
11360         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
11361         * doc/posix-functions/open_wmemstream.texi: Likewise.
11362         * doc/posix-functions/swscanf.texi: Likewise.
11363         * doc/posix-functions/towctrans_l.texi: Likewise.
11364         * doc/posix-functions/towlower.texi: Likewise.
11365         * doc/posix-functions/towlower_l.texi: Likewise.
11366         * doc/posix-functions/towupper.texi: Likewise.
11367         * doc/posix-functions/towupper_l.texi: Likewise.
11368         * doc/posix-functions/vfwprintf.texi: Likewise.
11369         * doc/posix-functions/vfwscanf.texi: Likewise.
11370         * doc/posix-functions/vswscanf.texi: Likewise.
11371         * doc/posix-functions/vwprintf.texi: Likewise.
11372         * doc/posix-functions/vwscanf.texi: Likewise.
11373         * doc/posix-functions/wcpcpy.texi: Likewise.
11374         * doc/posix-functions/wcpncpy.texi: Likewise.
11375         * doc/posix-functions/wcscasecmp.texi: Likewise.
11376         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
11377         * doc/posix-functions/wcscoll_l.texi: Likewise.
11378         * doc/posix-functions/wcsdup.texi: Likewise.
11379         * doc/posix-functions/wcsncasecmp.texi: Likewise.
11380         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
11381         * doc/posix-functions/wcsnlen.texi: Likewise.
11382         * doc/posix-functions/wcsnrtombs.texi: Likewise.
11383         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
11384         * doc/posix-functions/wctrans_l.texi: Likewise.
11385         * doc/posix-functions/wctype_l.texi: Likewise.
11386         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
11387         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
11388         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
11389         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
11390         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
11391         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
11392         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
11393         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
11394         * doc/glibc-functions/wcschrnul.texi: Likewise.
11395         * doc/glibc-functions/wcsftime_l.texi: Likewise.
11396         * doc/glibc-functions/wcstod_l.texi: Likewise.
11397         * doc/glibc-functions/wcstof_l.texi: Likewise.
11398         * doc/glibc-functions/wcstol_l.texi: Likewise.
11399         * doc/glibc-functions/wcstold_l.texi: Likewise.
11400         * doc/glibc-functions/wcstoll_l.texi: Likewise.
11401         * doc/glibc-functions/wcstoq.texi: Likewise.
11402         * doc/glibc-functions/wcstoul_l.texi: Likewise.
11403         * doc/glibc-functions/wcstoull_l.texi: Likewise.
11404         * doc/glibc-functions/wcstouq.texi: Likewise.
11405         * doc/glibc-functions/wmempcpy.texi: Likewise.
11406
11407 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
11408             Eric Blake  <ebb9@byu.net>
11409             Paolo Bonzini  <bonzini@gnu.org>
11410             Bruno Haible  <bruno@clisp.org>
11411
11412         Make c-stack work on Haiku.
11413         * lib/c-stack.c (SA_ONSTACK): Define fallback.
11414         (c_stack_action): Use SA_ONSTACK flag.
11415
11416 2008-12-22  Bruno Haible  <bruno@clisp.org>
11417
11418         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
11419
11420 2008-12-22  Bruno Haible  <bruno@clisp.org>
11421
11422         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
11423         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
11424         being overridden.
11425         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
11426         New macros.
11427         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
11428         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
11429         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
11430         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
11431
11432 2008-12-22  Bruno Haible  <bruno@clisp.org>
11433
11434         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
11435         from test code.
11436
11437 2008-12-22  Eric Blake  <ebb9@byu.net>
11438
11439         Avoid gcc warnings on cygwin.
11440         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
11441         Avoid unused variable.
11442         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
11443         Likewise.
11444
11445 2008-12-22  Bruno Haible  <bruno@clisp.org>
11446
11447         Remove HAVE_MBRTOWC conditionals.
11448         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
11449         (mbscasecmp): Assume mbrtowc function.
11450         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
11451         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
11452         * lib/mbschr.c: Include mbuiter.h unconditionally.
11453         (mbschr): Assume mbrtowc function.
11454         * lib/mbscspn.c: Include mbuiter.h unconditionally.
11455         (mbscspn): Assume mbrtowc function.
11456         * lib/mbslen.c: Include mbuiter.h unconditionally.
11457         (mbslen): Assume mbrtowc function.
11458         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
11459         (mbsncasecmp): Assume mbrtowc function.
11460         * lib/mbsnlen.c: Include mbiter.h unconditionally.
11461         (mbsnlen): Assume mbrtowc function.
11462         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
11463         (mbspbrk): Assume mbrtowc function.
11464         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
11465         (mbspcasecmp): Assume mbrtowc function.
11466         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
11467         (mbsrchr): Assume mbrtowc function.
11468         * lib/mbssep.c: Include mbuiter.h unconditionally.
11469         (mbssep): Assume mbrtowc function.
11470         * lib/mbsspn.c: Include mbuiter.h unconditionally.
11471         (mbsspn): Assume mbrtowc function.
11472         * lib/mbsstr.c: Include mbuiter.h unconditionally.
11473         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
11474         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
11475         (mbstok_r): Assume mbrtowc function.
11476         * lib/propername.c: Include mbuiter.h unconditionally.
11477         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
11478         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
11479         (trim2): Assume mbrtowc function.
11480         * lib/mbswidth.c (mbsinit): Remove fallback definition.
11481         (mbsnwidth): Assume mbrtowc function.
11482         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
11483         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
11484         fallback definitions.
11485         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
11486
11487 2008-12-22  Bruno Haible  <bruno@clisp.org>
11488
11489         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
11490
11491 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
11492
11493         * modules/regex: Request emulations for the mb*/wc* functions we need.
11494         * m4/regex.m4: Don't look for those functions here.
11495         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
11496
11497 2008-12-22  Bruno Haible  <bruno@clisp.org>
11498
11499         * modules/fnmatch (Depends-on): Remove duplicated dependency.
11500
11501 2008-12-21  Bruno Haible  <bruno@clisp.org>
11502
11503         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
11504         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
11505         (Include): Remove conditionalization.
11506         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
11507         (Include): Remove conditionalization.
11508         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
11509         (Include): Remove conditionalization.
11510         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
11511         * m4/mbfile.m4 (gl_MBFILE): Likewise.
11512         * NEWS: Mention the change.
11513         Reported by Alan Hourihane <alanh@fairlite.co.uk>
11514         via Sergey Poznyakoff <gray@gnu.org.ua>.
11515
11516 2008-12-21  Bruno Haible  <bruno@clisp.org>
11517
11518         * MODULES.html.sh (Extended multibyte and wide character utilities
11519         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
11520         wcrtomb, wcsrtombs.
11521         (Support for systems lacking POSIX:2008): Add accept, bind, close,
11522         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
11523         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
11524         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
11525
11526 2008-12-21  Bruno Haible  <bruno@clisp.org>
11527
11528         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
11529
11530 2008-12-21  Bruno Haible  <bruno@clisp.org>
11531
11532         * modules/wcsnrtombs-tests: New file.
11533         * tests/test-wcsnrtombs1.sh: New file.
11534         * tests/test-wcsnrtombs2.sh: New file.
11535         * tests/test-wcsnrtombs3.sh: New file.
11536         * tests/test-wcsnrtombs4.sh: New file.
11537         * tests/test-wcsnrtombs.c: New file.
11538
11539         New module 'wcsnrtombs'.
11540         * lib/wchar.in.h (wcsnrtombs): New declaration.
11541         * lib/wcsnrtombs.c: New file.
11542         * lib/wcsrtombs-state.c: New file.
11543         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
11544         (internal_state): Remove variable.
11545         * m4/wcsnrtombs.m4: New file.
11546         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
11547         compilation units.
11548         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
11549         HAVE_WCSNRTOMBS.
11550         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
11551         HAVE_WCSNRTOMBS.
11552         * modules/wcsnrtombs: New file.
11553         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
11554         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
11555
11556 2008-12-21  Bruno Haible  <bruno@clisp.org>
11557
11558         * modules/wcsrtombs-tests: New file.
11559         * tests/test-wcsrtombs1.sh: New file.
11560         * tests/test-wcsrtombs2.sh: New file.
11561         * tests/test-wcsrtombs3.sh: New file.
11562         * tests/test-wcsrtombs4.sh: New file.
11563         * tests/test-wcsrtombs.c: New file.
11564
11565         New module 'wcsrtombs'.
11566         * lib/wchar.in.h (wcsrtombs): New declaration.
11567         * lib/wcsrtombs.c: New file.
11568         * m4/wcsrtombs.m4: New file.
11569         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
11570         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
11571         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
11572         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
11573         * modules/wcsrtombs: New file.
11574         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
11575         bugs.
11576
11577 2008-12-21  Bruno Haible  <bruno@clisp.org>
11578
11579         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
11580         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
11581         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
11582         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
11583         if not correct.
11584         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
11585         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
11586         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
11587         m4/locale-zh.m4, m4/codeset.m4.
11588         * doc/posix-functions/wcrtomb.texi: Document the bug.
11589
11590 2008-12-21  Bruno Haible  <bruno@clisp.org>
11591
11592         Work around a btowc() bug on IRIX 6.5.
11593         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
11594         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
11595         REPLACE_WTOBC if not.
11596         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
11597         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
11598         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
11599
11600 2008-12-21  Bruno Haible  <bruno@clisp.org>
11601
11602         * modules/wcrtomb-tests: New file.
11603         * tests/test-wcrtomb.sh: New file.
11604         * tests/test-wcrtomb.c: New file.
11605
11606         New module 'wcrtomb'.
11607         * lib/wchar.in.h (wcrtomb): New declaration.
11608         * lib/wcrtomb.c: New file.
11609         * m4/wcrtomb.m4: New file.
11610         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
11611         HAVE_WCRTOMB.
11612         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
11613         HAVE_WCRTOMB.
11614         * modules/wcrtomb: New file.
11615         * doc/posix-functions/wcrtomb.texi: Mention the new module.
11616
11617 2008-12-21  Bruno Haible  <bruno@clisp.org>
11618
11619         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
11620         * modules/mbsrtowcs (Files): Likewise.
11621         * modules/wctob (Files): Likewise.
11622         * modules/c-strcase-tests (Files): Likewise.
11623         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
11624         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
11625         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
11626         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
11627         * modules/vasnprintf-posix-tests (Files): Likewise.
11628
11629 2008-12-21  William Pursell  <bill.pursell@gmail.com>
11630
11631         gitlog-to-changelog: pass all command-line arguments to git-log
11632         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
11633         it is sometimes convenient to filter the commits in various ways.
11634         gitlog-to-changelog only allows --since to specify a start date,
11635         but git-log itself supports many other filtering mechanisms.
11636         At the moment, I want to filter by branch name.  Rather than
11637         adding a --branch option to gitlog-to-changelog, it seems more
11638         flexible to simply pass all options directly to git-log and let
11639         git do the work.  Notice that this effectively makes --since a
11640         redundant option for gitlog-to-changelog, but removing it would
11641         require current usage to change since calls would then require
11642         an additional '--'.
11643
11644 2008-12-21  Bruno Haible  <bruno@clisp.org>
11645
11646         * modules/mbsnrtowcs-tests: New file.
11647         * tests/test-mbsnrtowcs1.sh: New file.
11648         * tests/test-mbsnrtowcs2.sh: New file.
11649         * tests/test-mbsnrtowcs3.sh: New file.
11650         * tests/test-mbsnrtowcs4.sh: New file.
11651         * tests/test-mbsnrtowcs.c: New file.
11652
11653         New module 'mbsnrtowcs'.
11654         * lib/wchar.in.h (mbsnrtowcs): New declaration.
11655         * lib/mbsnrtowcs.c: New file.
11656         * lib/mbsrtowcs-state.c: New file.
11657         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
11658         (internal_state): Remove variable.
11659         * m4/mbsnrtowcs.m4: New file.
11660         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
11661         compilation units.
11662         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
11663         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
11664         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
11665         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
11666         * modules/mbsnrtowcs: New file.
11667         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
11668         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
11669         portability problem.
11670
11671 2008-12-21  Bruno Haible  <bruno@clisp.org>
11672
11673         Work around mbsrtowcs bug.
11674         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
11675         (gl_FUNC_MBSRTOWCS): Invoke it.
11676         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
11677         m4/locale-zh.m4.
11678         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
11679
11680 2008-12-21  Bruno Haible  <bruno@clisp.org>
11681
11682         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
11683
11684 2008-12-21  Bruno Haible  <bruno@clisp.org>
11685
11686         Update doc for AIX.
11687         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
11688         16-bit wchar_t type.
11689         * doc/posix-functions/btowc.texi: Likewise.
11690         * doc/posix-functions/fgetwc.texi: Likewise.
11691         * doc/posix-functions/fgetws.texi: Likewise.
11692         * doc/posix-functions/fputwc.texi: Likewise.
11693         * doc/posix-functions/fputws.texi: Likewise.
11694         * doc/posix-functions/fwide.texi: Likewise.
11695         * doc/posix-functions/fwprintf.texi: Likewise.
11696         * doc/posix-functions/fwscanf.texi: Likewise.
11697         * doc/posix-functions/getwchar.texi: Likewise.
11698         * doc/posix-functions/getwc.texi: Likewise.
11699         * doc/posix-functions/iswalnum.texi: Likewise.
11700         * doc/posix-functions/iswalpha.texi: Likewise.
11701         * doc/posix-functions/iswblank.texi: Likewise.
11702         * doc/posix-functions/iswcntrl.texi: Likewise.
11703         * doc/posix-functions/iswctype.texi: Likewise.
11704         * doc/posix-functions/iswdigit.texi: Likewise.
11705         * doc/posix-functions/iswgraph.texi: Likewise.
11706         * doc/posix-functions/iswlower.texi: Likewise.
11707         * doc/posix-functions/iswprint.texi: Likewise.
11708         * doc/posix-functions/iswpunct.texi: Likewise.
11709         * doc/posix-functions/iswspace.texi: Likewise.
11710         * doc/posix-functions/iswupper.texi: Likewise.
11711         * doc/posix-functions/iswxdigit.texi: Likewise.
11712         * doc/posix-functions/mbrtowc.texi: Likewise.
11713         * doc/posix-functions/mbsrtowcs.texi: Likewise.
11714         * doc/posix-functions/mbstowcs.texi: Likewise.
11715         * doc/posix-functions/mbtowc.texi: Likewise.
11716         * doc/posix-functions/putwchar.texi: Likewise.
11717         * doc/posix-functions/putwc.texi: Likewise.
11718         * doc/posix-functions/swprintf.texi: Likewise.
11719         * doc/posix-functions/tolower.texi: Likewise.
11720         * doc/posix-functions/toupper.texi: Likewise.
11721         * doc/posix-functions/towctrans.texi: Likewise.
11722         * doc/posix-functions/ungetwc.texi: Likewise.
11723         * doc/posix-functions/vswprintf.texi: Likewise.
11724         * doc/posix-functions/wcrtomb.texi: Likewise.
11725         * doc/posix-functions/wcscat.texi: Likewise.
11726         * doc/posix-functions/wcschr.texi: Likewise.
11727         * doc/posix-functions/wcscmp.texi: Likewise.
11728         * doc/posix-functions/wcscoll.texi: Likewise.
11729         * doc/posix-functions/wcscpy.texi: Likewise.
11730         * doc/posix-functions/wcscspn.texi: Likewise.
11731         * doc/posix-functions/wcsftime.texi: Likewise.
11732         * doc/posix-functions/wcslen.texi: Likewise.
11733         * doc/posix-functions/wcsncat.texi: Likewise.
11734         * doc/posix-functions/wcsncmp.texi: Likewise.
11735         * doc/posix-functions/wcsncpy.texi: Likewise.
11736         * doc/posix-functions/wcspbrk.texi: Likewise.
11737         * doc/posix-functions/wcsrchr.texi: Likewise.
11738         * doc/posix-functions/wcsrtombs.texi: Likewise.
11739         * doc/posix-functions/wcsspn.texi: Likewise.
11740         * doc/posix-functions/wcsstr.texi: Likewise.
11741         * doc/posix-functions/wcstod.texi: Likewise.
11742         * doc/posix-functions/wcstof.texi: Likewise.
11743         * doc/posix-functions/wcstoimax.texi: Likewise.
11744         * doc/posix-functions/wcstok.texi: Likewise.
11745         * doc/posix-functions/wcstold.texi: Likewise.
11746         * doc/posix-functions/wcstoll.texi: Likewise.
11747         * doc/posix-functions/wcstol.texi: Likewise.
11748         * doc/posix-functions/wcstombs.texi: Likewise.
11749         * doc/posix-functions/wcstoull.texi: Likewise.
11750         * doc/posix-functions/wcstoul.texi: Likewise.
11751         * doc/posix-functions/wcstoumax.texi: Likewise.
11752         * doc/posix-functions/wcswidth.texi: Likewise.
11753         * doc/posix-functions/wcsxfrm.texi: Likewise.
11754         * doc/posix-functions/wctob.texi: Likewise.
11755         * doc/posix-functions/wctomb.texi: Likewise.
11756         * doc/posix-functions/wctrans.texi: Likewise.
11757         * doc/posix-functions/wctype.texi: Likewise.
11758         * doc/posix-functions/wcwidth.texi: Likewise.
11759         * doc/posix-functions/wmemchr.texi: Likewise.
11760         * doc/posix-functions/wmemcmp.texi: Likewise.
11761         * doc/posix-functions/wmemcpy.texi: Likewise.
11762         * doc/posix-functions/wmemmove.texi: Likewise.
11763         * doc/posix-functions/wmemset.texi: Likewise.
11764         * doc/posix-functions/wprintf.texi: Likewise.
11765         * doc/posix-functions/wscanf.texi: Likewise.
11766
11767 2008-12-21  Bruno Haible  <bruno@clisp.org>
11768
11769         Update doc for HP-UX 11.11.
11770         * doc/posix-functions/btowc.texi: Clarify that the function is missing
11771         in HP-UX version 11.00, not in all versions of HP-UX 11.
11772         * doc/posix-functions/fwide.texi: Likewise.
11773         * doc/posix-functions/fwprintf.texi: Likewise.
11774         * doc/posix-functions/fwscanf.texi: Likewise.
11775         * doc/posix-functions/inet_ntop.texi: Likewise.
11776         * doc/posix-functions/inet_pton.texi: Likewise.
11777         * doc/posix-functions/mbrlen.texi: Likewise.
11778         * doc/posix-functions/mbrtowc.texi: Likewise.
11779         * doc/posix-functions/mbsinit.texi: Likewise.
11780         * doc/posix-functions/mbsrtowcs.texi: Likewise.
11781         * doc/posix-functions/swprintf.texi: Likewise.
11782         * doc/posix-functions/swscanf.texi: Likewise.
11783         * doc/posix-functions/towctrans.texi: Likewise.
11784         * doc/posix-functions/vfwprintf.texi: Likewise.
11785         * doc/posix-functions/vswprintf.texi: Likewise.
11786         * doc/posix-functions/vwprintf.texi: Likewise.
11787         * doc/posix-functions/wcrtomb.texi: Likewise.
11788         * doc/posix-functions/wcsrtombs.texi: Likewise.
11789         * doc/posix-functions/wcsstr.texi: Likewise.
11790         * doc/posix-functions/wctob.texi: Likewise.
11791         * doc/posix-functions/wctrans.texi: Likewise.
11792         * doc/posix-functions/wmemchr.texi: Likewise.
11793         * doc/posix-functions/wmemcmp.texi: Likewise.
11794         * doc/posix-functions/wmemcpy.texi: Likewise.
11795         * doc/posix-functions/wmemmove.texi: Likewise.
11796         * doc/posix-functions/wmemset.texi: Likewise.
11797         * doc/posix-functions/wprintf.texi: Likewise.
11798         * doc/posix-functions/wscanf.texi: Likewise.
11799
11800 2008-12-21  Bruno Haible  <bruno@clisp.org>
11801
11802         Work around a portability problem.
11803         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
11804         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
11805
11806 2008-12-20  Bruno Haible  <bruno@clisp.org>
11807
11808         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
11809         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
11810         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
11811         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
11812         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
11813
11814         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
11815         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
11816         set.
11817         (GNULIB_defined_mbstate_t): New macro.
11818         (mbsinit): Redefine if REPLACE_MBSINIT is set.
11819         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
11820         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
11821         reuses the system's mbrtowc function but works around the bugs.
11822         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
11823         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
11824         macros.
11825         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
11826         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
11827         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
11828         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
11829         REPLACE_MBSINIT if mbsinit needs to be overridden.
11830         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
11831         REPLACE_MBSINIT, REPLACE_MBRTOWC.
11832         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
11833         REPLACE_MBSINIT, REPLACE_MBRTOWC.
11834         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
11835         m4/locale-zh.m4.
11836         (Depends): Add mbsinit.
11837         * modules/mbsinit (Depends): Add mbrtowc.
11838         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
11839
11840 2008-12-20  Bruno Haible  <bruno@clisp.org>
11841
11842         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
11843         so that there are no conversion errors on AIX.
11844         * tests/test-mbsrtowcs.c (main): LIkewise.
11845
11846 2008-12-20  Bruno Haible  <bruno@clisp.org>
11847
11848         Work around wctob bug on Solaris <= 9.
11849         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
11850         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
11851         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
11852         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
11853         * modules/wctob (Files): Add m4/locale-fr.m4.
11854         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
11855
11856 2008-12-20  Bruno Haible  <bruno@clisp.org>
11857
11858         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
11859         /dev/null.
11860         * tests/test-select-in.sh: Likewise.
11861         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11862
11863 2008-12-20  Bruno Haible  <bruno@clisp.org>
11864
11865         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
11866         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
11867         Cygwin 1.5.x.
11868
11869 2008-12-20  Bruno Haible  <bruno@clisp.org>
11870
11871         Ensure mbstate_t is defined on HP-UX 11.11.
11872         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
11873         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
11874         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
11875         AC_USE_SYSTEM_EXTENSIONS.
11876         * modules/fnmatch (Depends-on): Add extensions.
11877         * modules/mbrlen (Depends-on): Likewise.
11878         * modules/mbrtowc (Depends-on): Likewise.
11879         * modules/mbsinit (Depends-on): Likewise.
11880         * modules/mbsrtowcs (Depends-on): Likewise.
11881         * modules/mbswidth (Depends-on): Likewise.
11882         * modules/quotearg (Depends-on): Likewise.
11883         * modules/strftime (Depends-on): Likewise.
11884
11885 2008-12-20  Bruno Haible  <bruno@clisp.org>
11886
11887         Ensure wctob is declared on IRIX 6.5.
11888         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
11889         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
11890         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
11891         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
11892         of HAVE_WCTOB.
11893         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
11894         HAVE_WCTOB.
11895         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
11896
11897 2008-12-19  Bruno Haible  <bruno@clisp.org>
11898
11899         * modules/mbsrtowcs-tests: New file.
11900         * tests/test-mbsrtowcs1.sh: New file.
11901         * tests/test-mbsrtowcs2.sh: New file.
11902         * tests/test-mbsrtowcs3.sh: New file.
11903         * tests/test-mbsrtowcs4.sh: New file.
11904         * tests/test-mbsrtowcs.c: New file.
11905
11906         New module 'mbsrtowcs'.
11907         * lib/wchar.in.h (mbsrtowcs): New declaration.
11908         * lib/mbsrtowcs.c: New file.
11909         * m4/mbsrtowcs.m4: New file.
11910         * modules/mbsrtowcs: New file.
11911         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
11912         HAVE_MBSRTOWCS.
11913         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
11914         HAVE_MBSRTOWCS.
11915         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
11916
11917 2008-12-19  Bruno Haible  <bruno@clisp.org>
11918
11919         New module 'mbrlen'.
11920         * lib/wchar.in.h (mbrlen): New declaration.
11921         * lib/mbrlen.c: New file.
11922         * m4/mbrlen.m4: New file.
11923         * modules/mbrlen: New file.
11924         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
11925         HAVE_MBRLEN.
11926         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
11927         HAVE_MBRLEN.
11928         * doc/posix-functions/mbrlen.texi: Document the new module.
11929
11930 2008-12-19  Bruno Haible  <bruno@clisp.org>
11931
11932         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
11933         * modules/mbrtowc (Depends-on): Add verify.
11934         Suggested by Paul Eggert.
11935
11936 2008-12-18  Bruno Haible  <bruno@clisp.org>
11937
11938         * modules/mbsinit-tests: New file.
11939         * tests/test-mbsinit.sh: New file.
11940         * tests/test-mbsinit.c: New file.
11941
11942 2008-12-18  Bruno Haible  <bruno@clisp.org>
11943
11944         * modules/mbrtowc-tests: New file.
11945         * tests/test-mbrtowc1.sh: New file.
11946         * tests/test-mbrtowc2.sh: New file.
11947         * tests/test-mbrtowc3.sh: New file.
11948         * tests/test-mbrtowc4.sh: New file.
11949         * tests/test-mbrtowc.c: New file.
11950
11951         New module 'mbrtowc'.
11952         * lib/wchar.in.h (mbstate_t): Override when the system does not have
11953         mbsinit and mbrtowc.
11954         (mbrtowc): New declaration.
11955         * lib/mbrtowc.c: New file.
11956         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
11957         * modules/mbrtowc: New file.
11958         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
11959         HAVE_MBRTOWC.
11960         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
11961         HAVE_MBRTOWC.
11962         * doc/posix-functions/mbrtowc.texi: Document the new module.
11963
11964 2008-12-18  Bruno Haible  <bruno@clisp.org>
11965
11966         New module 'wctob'.
11967         * lib/wchar.in.h (wctob): New declaration.
11968         * lib/wctob.c: New file.
11969         * m4/wctob.m4: New file.
11970         * modules/wctob: New file.
11971         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
11972         HAVE_WCTOB.
11973         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
11974         * doc/posix-functions/wctob.texi: Document the new module.
11975
11976 2008-12-18  Bruno Haible  <bruno@clisp.org>
11977
11978         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
11979         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
11980
11981 2008-12-18  Simon Josefsson  <simon@josefsson.org>
11982
11983         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
11984         G. Christensen" <tgc@jupiterrise.com>.
11985
11986         * lib/flock.c: Need to include errno.h.  Reported by "Tom
11987         G. Christensen" <tgc@jupiterrise.com>.
11988
11989         * lib/flock.c: Need to include string.h.  Reported by "Tom
11990         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
11991         <ebb9@byu.net>.
11992
11993 2008-12-18  Bruno Haible  <bruno@clisp.org>
11994
11995         * m4/locale-ja.m4: New file, from GNU gettext.
11996
11997 2008-12-17  Bruno Haible  <bruno@clisp.org>
11998
11999         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
12000         Suggested by Eric Blake.
12001
12002 2008-12-17  Bruno Haible  <bruno@clisp.org>
12003
12004         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
12005
12006 2008-12-17  Bruno Haible  <bruno@clisp.org>
12007
12008         * lib/mbsinit.c: Include verify.h. Verify an assumption.
12009         * modules/mbsinit (Depends-on): Add verify.
12010         Suggested by Paul Eggert.
12011
12012 2008-12-17  Bruno Haible  <bruno@clisp.org>
12013
12014         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
12015         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
12016         gl_FUNC_MBRTOWC.
12017         * m4/mbiter.m4 (gl_MBITER): LIkewise.
12018         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
12019         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
12020         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
12021         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
12022         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
12023         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
12024         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
12025         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
12026         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
12027         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
12028         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
12029         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
12030         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
12031         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
12032         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12033         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
12034         * modules/trim (configure.ac): Likewise.
12035
12036 2008-12-17  Bruno Haible  <bruno@clisp.org>
12037
12038         * modules/btowc-tests: New file.
12039         * tests/test-btowc1.sh: New file.
12040         * tests/test-btowc2.sh: New file.
12041         * tests/test-btowc.c: New file.
12042
12043         New module 'btowc'.
12044         * lib/wchar.in.h (btowc): New declaration.
12045         * lib/btowc.c: New file.
12046         * m4/btowc.m4: New file.
12047         * modules/btowc: New file.
12048         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
12049         HAVE_BTOWC.
12050         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
12051         * doc/posix-functions/btowc.texi: Document the new module.
12052
12053 2008-12-17  Bruno Haible  <bruno@clisp.org>
12054
12055         New module 'mbsinit'.
12056         * lib/wchar.in.h (mbsinit): New declaration.
12057         * lib/mbsinit.c: New file.
12058         * m4/mbsinit.m4: New file.
12059         * modules/mbsinit: New file.
12060         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
12061         HAVE_MBSINIT.
12062         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
12063         HAVE_MBSINIT.
12064         * doc/posix-functions/mbsinit.texi: Document the new module.
12065
12066 2008-12-16  Bruno Haible  <bruno@clisp.org>
12067
12068         * lib/unistd.in.h: Add comment.
12069         * tests/test-environ.c: Don't include <stdlib.h>.
12070
12071 2008-12-16  Bruno Haible  <bruno@clisp.org>
12072
12073         * lib/parse-duration.h (parse_duration): Document return value
12074         convention.
12075         * lib/parse-duration.c: Include specification header first. Add
12076         comments.
12077         (_): Remove macro.
12078         (parse_year_month_day, parse_hour_minute_second): Move side effects
12079         outside of strchr call.
12080         (parse_non_iso8601): Move side effects outside of isspace call.
12081         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
12082         call.
12083
12084 2008-12-16  Bruno Haible  <bruno@clisp.org>
12085
12086         * tests/test-parse-duration.sh: Produce no output when the test
12087         succeeds.
12088
12089 2008-12-16  Bruno Haible  <bruno@clisp.org>
12090
12091         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
12092         expressions.
12093
12094 2008-12-15  Bruno Haible  <bruno@clisp.org>
12095
12096         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
12097         * doc/glibc-functions/flistxattr.texi: Likewise.
12098         * doc/glibc-functions/fopencookie.texi: Likewise.
12099         * doc/glibc-functions/fremovexattr.texi: Likewise.
12100         * doc/glibc-functions/fsetxattr.texi: Likewise.
12101         * doc/glibc-functions/getxattr.texi: Likewise.
12102         * doc/glibc-functions/lgetxattr.texi: Likewise.
12103         * doc/glibc-functions/listxattr.texi: Likewise.
12104         * doc/glibc-functions/llistxattr.texi: Likewise.
12105         * doc/glibc-functions/lremovexattr.texi: Likewise.
12106         * doc/glibc-functions/lsetxattr.texi: Likewise.
12107         * doc/glibc-functions/removexattr.texi: Likewise.
12108         * doc/glibc-functions/setxattr.texi: Likewise.
12109         * doc/posix-functions/open_memstream.texi: Likewise.
12110
12111 2008-12-15  Eric Blake  <ebb9@byu.net>
12112
12113         Update doc for cygwin 1.7.
12114         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
12115         functions.
12116         * doc/posix-functions/fchmodat.texi: Likewise.
12117         * doc/posix-functions/fchownat.texi: Likewise.
12118         * doc/posix-functions/fdopendir.texi: Likewise.
12119         * doc/posix-functions/fmemopen.texi: Likewise.
12120         * doc/posix-functions/freeaddrinfo.texi: Likewise.
12121         * doc/posix-functions/fstatat.texi: Likewise.
12122         * doc/posix-functions/futimens.texi: Likewise.
12123         * doc/posix-functions/gai_strerror.texi: Likewise.
12124         * doc/posix-functions/getaddrinfo.texi: Likewise.
12125         * doc/posix-functions/getnameinfo.texi: Likewise.
12126         * doc/posix-functions/if_freenameindex.texi: Likewise.
12127         * doc/posix-functions/if_indextoname.texi: Likewise.
12128         * doc/posix-functions/if_nameindex.texi: Likewise.
12129         * doc/posix-functions/if_nametoindex.texi: Likewise.
12130         * doc/posix-functions/insque.texi: Likewise.
12131         * doc/posix-functions/linkat.texi: Likewise.
12132         * doc/posix-functions/llrint.texi: Likewise.
12133         * doc/posix-functions/llrintf.texi: Likewise.
12134         * doc/posix-functions/llrintl.texi: Likewise.
12135         * doc/posix-functions/lockf.texi: Likewise.
12136         * doc/posix-functions/lrintl.texi: Likewise.
12137         * doc/posix-functions/mkdirat.texi: Likewise.
12138         * doc/posix-functions/mkfifoat.texi: Likewise.
12139         * doc/posix-functions/mknodat.texi: Likewise.
12140         * doc/posix-functions/mq_close.texi: Likewise.
12141         * doc/posix-functions/mq_getattr.texi: Likewise.
12142         * doc/posix-functions/mq_notify.texi: Likewise.
12143         * doc/posix-functions/mq_open.texi: Likewise.
12144         * doc/posix-functions/mq_receive.texi: Likewise.
12145         * doc/posix-functions/mq_send.texi: Likewise.
12146         * doc/posix-functions/mq_setattr.texi: Likewise.
12147         * doc/posix-functions/mq_timedreceive.texi: Likewise.
12148         * doc/posix-functions/mq_timedsend.texi: Likewise.
12149         * doc/posix-functions/mq_unlink.texi: Likewise.
12150         * doc/posix-functions/open_memstream.texi: Likewise.
12151         * doc/posix-functions/openat.texi: Likewise.
12152         * doc/posix-functions/posix_fadvise.texi: Likewise.
12153         * doc/posix-functions/posix_fallocate.texi: Likewise.
12154         * doc/posix-functions/posix_madvise.texi: Likewise.
12155         * doc/posix-functions/posix_memalign.texi: Likewise.
12156         * doc/posix-functions/posix_openpt.texi: Likewise.
12157         * doc/posix-functions/readlinkat.texi: Likewise.
12158         * doc/posix-functions/remque.texi: Likewise.
12159         * doc/posix-functions/renameat.texi: Likewise.
12160         * doc/posix-functions/rintl.texi: Likewise.
12161         * doc/posix-functions/sem_unlink.texi: Likewise.
12162         * doc/posix-functions/shm_open.texi: Likewise.
12163         * doc/posix-functions/shm_unlink.texi: Likewise.
12164         * doc/posix-functions/signgam.texi: Likewise.
12165         * doc/posix-functions/sigset.texi: Likewise.
12166         * doc/posix-functions/stpcpy.texi: Likewise.
12167         * doc/posix-functions/stpncpy.texi: Likewise.
12168         * doc/posix-functions/strerror.texi: Likewise.
12169         * doc/posix-functions/strtod.texi: Likewise.
12170         * doc/posix-functions/symlinkat.texi: Likewise.
12171         * doc/posix-functions/unlinkat.texi: Likewise.
12172         * doc/posix-functions/utimensat.texi: Likewise.
12173         * doc/glibc-functions/bindresvport.texi: Likewise.
12174         * doc/glibc-functions/dn_expand.texi: Likewise.
12175         * doc/glibc-functions/exp10.texi: Likewise.
12176         * doc/glibc-functions/exp10f.texi: Likewise.
12177         * doc/glibc-functions/fgetxattr.texi: Likewise.
12178         * doc/glibc-functions/flistxattr.texi: Likewise.
12179         * doc/glibc-functions/fopencookie.texi: Likewise.
12180         * doc/glibc-functions/freeifaddrs.texi: Likewise.
12181         * doc/glibc-functions/fremovexattr.texi: Likewise.
12182         * doc/glibc-functions/fsetxattr.texi: Likewise.
12183         * doc/glibc-functions/getifaddrs.texi: Likewise.
12184         * doc/glibc-functions/getxattr.texi: Likewise.
12185         * doc/glibc-functions/lgetxattr.texi: Likewise.
12186         * doc/glibc-functions/listxattr.texi: Likewise.
12187         * doc/glibc-functions/llistxattr.texi: Likewise.
12188         * doc/glibc-functions/lremovexattr.texi: Likewise.
12189         * doc/glibc-functions/lsetxattr.texi: Likewise.
12190         * doc/glibc-functions/pow10.texi: Likewise.
12191         * doc/glibc-functions/pow10f.texi: Likewise.
12192         * doc/glibc-functions/rcmd_af.texi: Likewise.
12193         * doc/glibc-functions/removexattr.texi: Likewise.
12194         * doc/glibc-functions/res_init.texi: Likewise.
12195         * doc/glibc-functions/res_mkquery.texi: Likewise.
12196         * doc/glibc-functions/res_query.texi: Likewise.
12197         * doc/glibc-functions/res_querydomain.texi: Likewise.
12198         * doc/glibc-functions/res_send.texi: Likewise.
12199         * doc/glibc-functions/rresvport_af.texi: Likewise.
12200         * doc/glibc-functions/setxattr.texi: Likewise.
12201         * doc/glibc-functions/strcasestr.texi: Likewise.
12202
12203 2008-12-15  Bruno Haible  <bruno@clisp.org>
12204
12205         Fix compilation error on OSF/1 4.0.
12206         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
12207         <sys/time.h>, simply delegate to the system header.
12208         Reported by Daniel Richard G. <oss@teragram.com>.
12209
12210 2008-12-15  Bruno Haible  <bruno@clisp.org>
12211
12212         * doc/posix-functions/openat.texi: Mention the 'openat' module.
12213         * doc/posix-functions/fchmodat.texi: Likewise.
12214         * doc/posix-functions/fchownat.texi: Likewise.
12215         * doc/posix-functions/fdopendir.texi: Likewise.
12216         * doc/posix-functions/fstatat.texi: Likewise.
12217         * doc/posix-functions/mkdirat.texi: Likewise.
12218         * doc/posix-functions/unlinkat.texi: Likewise.
12219
12220 2008-12-14  Bruno Haible  <bruno@clisp.org>
12221
12222         Update doc for POSIX:2008.
12223         * doc/posix-functions/faccessat.texi: New file.
12224         * doc/posix-functions/fchmodat.texi: New file.
12225         * doc/posix-functions/fchownat.texi: New file.
12226         * doc/posix-functions/fdopendir.texi: New file.
12227         * doc/posix-functions/fstatat.texi: New file.
12228         * doc/posix-functions/futimens.texi: New file.
12229         * doc/posix-functions/linkat.texi: New file.
12230         * doc/posix-functions/mkdirat.texi: New file.
12231         * doc/posix-functions/mkfifoat.texi: New file.
12232         * doc/posix-functions/mknodat.texi: New file.
12233         * doc/posix-functions/open_wmemstream.texi: New file.
12234         * doc/posix-functions/openat.texi: New file.
12235         * doc/posix-functions/psiginfo.texi: New file.
12236         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
12237         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
12238         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
12239         * doc/posix-functions/readlinkat.texi: New file.
12240         * doc/posix-functions/renameat.texi: New file.
12241         * doc/posix-functions/strerror_l.texi: New file.
12242         * doc/posix-functions/symlinkat.texi: New file.
12243         * doc/posix-functions/unlinkat.texi: New file.
12244         * doc/posix-functions/utimensat.texi: New file.
12245         * doc/gnulib.texi (Function Substitutes): Add these subsections.
12246
12247 2008-12-14  Bruno Haible  <bruno@clisp.org>
12248
12249         Update doc for POSIX:2008.
12250         * doc/posix-functions/alphasort.texi: Renamed from
12251         doc/glibc-functions/alphasort.texi.
12252         * doc/posix-functions/dirfd.texi: Renamed from
12253         doc/glibc-functions/dirfd.texi.
12254         * doc/posix-functions/dprintf.texi: Renamed from
12255         doc/glibc-functions/dprintf.texi.
12256         * doc/posix-functions/duplocale.texi: Renamed from
12257         doc/glibc-functions/duplocale.texi.
12258         * doc/posix-functions/fexecve.texi: Renamed from
12259         doc/glibc-functions/fexecve.texi.
12260         * doc/posix-functions/fmemopen.texi: Renamed from
12261         doc/glibc-functions/fmemopen.texi.
12262         * doc/posix-functions/freelocale.texi: Renamed from
12263         doc/glibc-functions/freelocale.texi.
12264         * doc/posix-functions/getdate_err.texi: Renamed from
12265         doc/glibc-functions/getdate_err.texi.
12266         * doc/posix-functions/isalnum_l.texi: Renamed from
12267         doc/glibc-functions/isalnum_l.texi.
12268         * doc/posix-functions/isalpha_l.texi: Renamed from
12269         doc/glibc-functions/isalpha_l.texi.
12270         * doc/posix-functions/isblank_l.texi: Renamed from
12271         doc/glibc-functions/isblank_l.texi.
12272         * doc/posix-functions/iscntrl_l.texi: Renamed from
12273         doc/glibc-functions/iscntrl_l.texi.
12274         * doc/posix-functions/isdigit_l.texi: Renamed from
12275         doc/glibc-functions/isdigit_l.texi.
12276         * doc/posix-functions/isgraph_l.texi: Renamed from
12277         doc/glibc-functions/isgraph_l.texi.
12278         * doc/posix-functions/islower_l.texi: Renamed from
12279         doc/glibc-functions/islower_l.texi.
12280         * doc/posix-functions/isprint_l.texi: Renamed from
12281         doc/glibc-functions/isprint_l.texi.
12282         * doc/posix-functions/ispunct_l.texi: Renamed from
12283         doc/glibc-functions/ispunct_l.texi.
12284         * doc/posix-functions/isspace_l.texi: Renamed from
12285         doc/glibc-functions/isspace_l.texi.
12286         * doc/posix-functions/isupper_l.texi: Renamed from
12287         doc/glibc-functions/isupper_l.texi.
12288         * doc/posix-functions/iswalnum_l.texi: Renamed from
12289         doc/glibc-functions/iswalnum_l.texi.
12290         * doc/posix-functions/iswalpha_l.texi: Renamed from
12291         doc/glibc-functions/iswalpha_l.texi.
12292         * doc/posix-functions/iswblank_l.texi: Renamed from
12293         doc/glibc-functions/iswblank_l.texi.
12294         * doc/posix-functions/iswcntrl_l.texi: Renamed from
12295         doc/glibc-functions/iswcntrl_l.texi.
12296         * doc/posix-functions/iswctype_l.texi: Renamed from
12297         doc/glibc-functions/iswctype_l.texi.
12298         * doc/posix-functions/iswdigit_l.texi: Renamed from
12299         doc/glibc-functions/iswdigit_l.texi.
12300         * doc/posix-functions/iswgraph_l.texi: Renamed from
12301         doc/glibc-functions/iswgraph_l.texi.
12302         * doc/posix-functions/iswlower_l.texi: Renamed from
12303         doc/glibc-functions/iswlower_l.texi.
12304         * doc/posix-functions/iswprint_l.texi: Renamed from
12305         doc/glibc-functions/iswprint_l.texi.
12306         * doc/posix-functions/iswpunct_l.texi: Renamed from
12307         doc/glibc-functions/iswpunct_l.texi.
12308         * doc/posix-functions/iswspace_l.texi: Renamed from
12309         doc/glibc-functions/iswspace_l.texi.
12310         * doc/posix-functions/iswupper_l.texi: Renamed from
12311         doc/glibc-functions/iswupper_l.texi.
12312         * doc/posix-functions/iswxdigit_l.texi: Renamed from
12313         doc/glibc-functions/iswxdigit_l.texi.
12314         * doc/posix-functions/isxdigit_l.texi: Renamed from
12315         doc/glibc-functions/isxdigit_l.texi.
12316         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
12317         doc/glibc-functions/mbsnrtowcs.texi.
12318         * doc/posix-functions/mkdtemp.texi: Renamed from
12319         doc/glibc-functions/mkdtemp.texi.
12320         * doc/posix-functions/newlocale.texi: Renamed from
12321         doc/glibc-functions/newlocale.texi.
12322         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
12323         doc/glibc-functions/nl_langinfo_l.texi.
12324         * doc/posix-functions/open_memstream.texi: Renamed from
12325         doc/glibc-functions/open_memstream.texi.
12326         * doc/posix-functions/opterr.texi: Renamed from
12327         doc/glibc-functions/opterr.texi.
12328         * doc/posix-functions/optind.texi: Renamed from
12329         doc/glibc-functions/optind.texi.
12330         * doc/posix-functions/optopt.texi: Renamed from
12331         doc/glibc-functions/optopt.texi.
12332         * doc/posix-functions/psignal.texi: Renamed from
12333         doc/glibc-functions/psignal.texi.
12334         * doc/posix-functions/scandir.texi: Renamed from
12335         doc/glibc-functions/scandir.texi.
12336         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
12337         doc/glibc-functions/sched_get_priority_min.texi.
12338         * doc/posix-functions/signgam.texi: Renamed from
12339         doc/glibc-functions/signgam.texi.
12340         * doc/posix-functions/stpcpy.texi: Renamed from
12341         doc/glibc-functions/stpcpy.texi.
12342         * doc/posix-functions/stpncpy.texi: Renamed from
12343         doc/glibc-functions/stpncpy.texi.
12344         * doc/posix-functions/strcasecmp_l.texi: Renamed from
12345         doc/glibc-functions/strcasecmp_l.texi.
12346         * doc/posix-functions/strcoll_l.texi: Renamed from
12347         doc/glibc-functions/strcoll_l.texi.
12348         * doc/posix-functions/strfmon_l.texi: Renamed from
12349         doc/glibc-functions/strfmon_l.texi.
12350         * doc/posix-functions/strftime_l.texi: Renamed from
12351         doc/glibc-functions/strftime_l.texi.
12352         * doc/posix-functions/strncasecmp_l.texi: Renamed from
12353         doc/glibc-functions/strncasecmp_l.texi.
12354         * doc/posix-functions/strndup.texi: Renamed from
12355         doc/glibc-functions/strndup.texi.
12356         * doc/posix-functions/strnlen.texi: Renamed from
12357         doc/glibc-functions/strnlen.texi.
12358         * doc/posix-functions/strsignal.texi: Renamed from
12359         doc/glibc-functions/strsignal.texi.
12360         * doc/posix-functions/strxfrm_l.texi: Renamed from
12361         doc/glibc-functions/strxfrm_l.texi.
12362         * doc/posix-functions/timer_gettime.texi: Renamed from
12363         doc/glibc-functions/timer_gettime.texi.
12364         * doc/posix-functions/tolower_l.texi: Renamed from
12365         doc/glibc-functions/tolower_l.texi.
12366         * doc/posix-functions/toupper_l.texi: Renamed from
12367         doc/glibc-functions/toupper_l.texi.
12368         * doc/posix-functions/towctrans_l.texi: Renamed from
12369         doc/glibc-functions/towctrans_l.texi.
12370         * doc/posix-functions/towlower_l.texi: Renamed from
12371         doc/glibc-functions/towlower_l.texi.
12372         * doc/posix-functions/towupper_l.texi: Renamed from
12373         doc/glibc-functions/towupper_l.texi.
12374         * doc/posix-functions/uselocale.texi: Renamed from
12375         doc/glibc-functions/uselocale.texi.
12376         * doc/posix-functions/vdprintf.texi: Renamed from
12377         doc/glibc-functions/vdprintf.texi.
12378         * doc/posix-functions/wcpcpy.texi:
12379         Renamed from doc/glibc-functions/wcpcpy.texi.
12380         * doc/posix-functions/wcpncpy.texi: Renamed from
12381         doc/glibc-functions/wcpncpy.texi.
12382         * doc/posix-functions/wcscasecmp.texi: Renamed from
12383         doc/glibc-functions/wcscasecmp.texi.
12384         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
12385         doc/glibc-functions/wcscasecmp_l.texi.
12386         * doc/posix-functions/wcscoll_l.texi: Renamed from
12387         doc/glibc-functions/wcscoll_l.texi.
12388         * doc/posix-functions/wcsdup.texi: Renamed from
12389         doc/glibc-functions/wcsdup.texi.
12390         * doc/posix-functions/wcsncasecmp.texi: Renamed from
12391         doc/glibc-functions/wcsncasecmp.texi.
12392         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
12393         doc/glibc-functions/wcsncasecmp_l.texi.
12394         * doc/posix-functions/wcsnlen.texi: Renamed from
12395         doc/glibc-functions/wcsnlen.texi.
12396         * doc/posix-functions/wcsnrtombs.texi: Renamed from
12397         doc/glibc-functions/wcsnrtombs.texi.
12398         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
12399         doc/glibc-functions/wcsxfrm_l.texi.
12400         * doc/posix-functions/wctrans_l.texi: Renamed from
12401         doc/glibc-functions/wctrans_l.texi.
12402         * doc/posix-functions/wctype_l.texi: Renamed from
12403         doc/glibc-functions/wctype_l.texi.
12404         * doc/gnulib.texi (Function Substitutes): Add these subsections.
12405         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
12406         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
12407         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
12408         these subsections.
12409         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
12410         Remove sections.
12411
12412 2008-12-14  Bruno Haible  <bruno@clisp.org>
12413
12414         Update doc for POSIX:2008.
12415         * doc/posix-functions/*.texi: Update URL of POSIX specification.
12416
12417 2008-12-14  Bruno Haible  <bruno@clisp.org>
12418
12419         Update doc for POSIX:2008.
12420         * doc/pastposix-functions/bcmp.texi: Renamed from
12421         doc/posix-functions/bcmp.texi.
12422         * doc/pastposix-functions/bcopy.texi: Renamed from
12423         doc/posix-functions/bcopy.texi.
12424         * doc/pastposix-functions/bsd_signal.texi: Renamed from
12425         doc/posix-functions/bsd_signal.texi.
12426         * doc/pastposix-functions/bzero.texi: Renamed from
12427         doc/posix-functions/bzero.texi.
12428         * doc/pastposix-functions/ecvt.texi: Renamed from
12429         doc/posix-functions/ecvt.texi.
12430         * doc/pastposix-functions/fcvt.texi: Renamed from
12431         doc/posix-functions/fcvt.texi.
12432         * doc/pastposix-functions/ftime.texi: Renamed from
12433         doc/posix-functions/ftime.texi.
12434         * doc/pastposix-functions/gcvt.texi: Renamed from
12435         doc/posix-functions/gcvt.texi.
12436         * doc/pastposix-functions/getcontext.texi: Renamed from
12437         doc/posix-functions/getcontext.texi.
12438         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
12439         doc/posix-functions/gethostbyaddr.texi.
12440         * doc/pastposix-functions/gethostbyname.texi: Renamed from
12441         doc/posix-functions/gethostbyname.texi.
12442         * doc/pastposix-functions/getwd.texi: Renamed from
12443         doc/posix-functions/getwd.texi.
12444         * doc/pastposix-functions/h_errno.texi: Renamed from
12445         doc/posix-functions/h_errno.texi.
12446         * doc/pastposix-functions/index.texi: Renamed from
12447         doc/posix-functions/index.texi.
12448         * doc/pastposix-functions/makecontext.texi: Renamed from
12449         doc/posix-functions/makecontext.texi.
12450         * doc/pastposix-functions/mktemp.texi: Renamed from
12451         doc/posix-functions/mktemp.texi.
12452         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
12453         doc/posix-functions/pthread_attr_getstackaddr.texi.
12454         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
12455         doc/posix-functions/pthread_attr_setstackaddr.texi.
12456         * doc/pastposix-functions/rindex.texi: Renamed from
12457         doc/posix-functions/rindex.texi.
12458         * doc/pastposix-functions/scalb.texi: Renamed from
12459         doc/posix-functions/scalb.texi.
12460         * doc/pastposix-functions/setcontext.texi: Renamed from
12461         doc/posix-functions/setcontext.texi.
12462         * doc/pastposix-functions/swapcontext.texi: Renamed from
12463         doc/posix-functions/swapcontext.texi.
12464         * doc/pastposix-functions/ualarm.texi: Renamed from
12465         doc/posix-functions/ualarm.texi.
12466         * doc/pastposix-functions/usleep.texi: Renamed from
12467         doc/posix-functions/usleep.texi.
12468         * doc/pastposix-functions/vfork.texi: Renamed from
12469         doc/posix-functions/vfork.texi.
12470         * doc/pastposix-functions/wcswcs.texi: Renamed from
12471         doc/posix-functions/wcswcs.texi.
12472         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
12473         (Function Substitutes): Update.
12474
12475 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12476
12477         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
12478         m4/strerror.m4.
12479
12480 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12481             Bruno Haible  <bruno@clisp.org>
12482
12483         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
12484
12485 2008-12-13  Bruno Haible  <bruno@clisp.org>
12486
12487         * modules/strtoull (Depends-on): Remove unistd.
12488
12489 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12490
12491         * modules/strtoull (Depends-on): Add stdlib.
12492
12493 2008-12-11  Simon Josefsson  <simon@josefsson.org>
12494
12495         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
12496
12497 2008-12-10  Jim Meyering  <meyering@redhat.com>
12498
12499         gl_ASSERT: don't say assertions are disabled when they're not
12500         * m4/assert.m4 (gl_ASSERT): Do not make configure report
12501         "checking whether to enable assertions... no", when they are in
12502         fact enabled.  This is solely a bug in the output of configure.
12503         In spite of saying "no", NDEBUG was not defined in that case.
12504         Also, as noted by Eric Blake, leave assertions enabled upon
12505         --enable-assert=INVALID.
12506
12507 2008-12-10  Bruno Haible  <bruno@clisp.org>
12508
12509         Change MODULES.html to refer to POSIX:2008 where possible.
12510         * MODULES.html.sh (POSIX2008_URL): New variable.
12511         (posix_headers): Remove sys/timeb, ucontext.
12512         (posix2001_headers): New variable.
12513         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
12514         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
12515         index, makecontext, mktemp, pthread_attr_getstackaddr,
12516         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
12517         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
12518         (posix2001_functions): New variable.
12519         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
12520         otherwise.
12521
12522 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12523
12524         add missing include to parse-duration.c
12525         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
12526         * modules/parse-duration (Depends-on): Add xalloc.
12527
12528         fix sed script reading maint.mk
12529         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
12530         (syntax-check-rules): Use it.
12531
12532 2008-12-09  Bruno Haible  <bruno@clisp.org>
12533
12534         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
12535         MacOS X 10.4/PowerPC.
12536         Reported by Simon Josefsson.
12537
12538 2008-12-08  Jim Meyering  <meyering@redhat.com>
12539
12540         work around mingw's lack of some S_IF definitions
12541         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
12542         Reported by Simon Josefsson.
12543
12544 2008-12-08  Bruno Haible  <bruno@clisp.org>
12545
12546         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
12547         applied to variables. Needed on MacOS X 10.4/PowerPC.
12548         Reported by Simon Josefsson.
12549
12550 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
12551         and Eric Blake  <ebb9@byu.net>
12552
12553         assert: honor --enable-assert
12554         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
12555         order to honor --enable-assert, rather than treating it as a
12556         synonym for --disable-assert.
12557
12558 2008-12-08  Jim Meyering  <meyering@redhat.com>
12559
12560         * lib/posixtm.c: Remove now-useless declaration of mktime.
12561
12562         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
12563
12564 2008-12-07  Bruno Haible  <bruno@clisp.org>
12565
12566         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
12567         test_once): Mark functions as static.
12568         * tests/test-tls.c (test_tls): Likewise.
12569
12570 2008-12-07  Bruno Haible  <bruno@clisp.org>
12571
12572         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
12573         iconv_register_autodetect.
12574
12575 2008-12-07  Jim Meyering  <meyering@redhat.com>
12576
12577         posixtm.c: avoid a warning
12578         * lib/posixtm.c (posixtime): Don't initialize tm0.
12579         It's no longer needed to placate gcc4's -Wuninitialized,
12580         and the attempt to placate would elicit a new warning.
12581
12582         unicodeio.c: mark unused parameters
12583         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
12584         (fallback_failure_callback): Likewise.
12585
12586 2008-12-07  Bruno Haible  <bruno@clisp.org>
12587
12588         * gnulib-tool (func_create_testdir): When building the tests
12589         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
12590         Reported by Simon Josefsson.
12591
12592 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12593
12594         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
12595
12596 2008-12-06  Bruno Haible  <bruno@clisp.org>
12597
12598         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
12599         Suggested by Eric Blake.
12600
12601 2008-12-06  Bruno Haible  <bruno@clisp.org>
12602
12603         Fix a c-stack test failure on MacOS X.
12604         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
12605         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
12606         handler for SIGBUS as well.
12607         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
12608         install a signal handler for SIGBUS as well.
12609         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
12610
12611 2008-12-06  Bruno Haible  <bruno@clisp.org>
12612
12613         Advocacy documentation.
12614         * doc/gnulib-intro.texi (Benefits): New section.
12615         * doc/gnulib.texi: Update.
12616
12617 2008-12-06  Bruno Haible  <bruno@clisp.org>
12618
12619         Document the 'manywarnings' module.
12620         * doc/manywarnings.texi: New file.
12621         * doc/gnulib.texi: Include it.
12622
12623 2008-12-05  Eric Blake  <ebb9@byu.net>
12624
12625         tests: silence some gcc warnings
12626         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
12627         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
12628         type mismatches.
12629
12630 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12631             Bruno Haible  <bruno@clisp.org>
12632
12633         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
12634
12635 2008-11-29  Jim Meyering  <meyering@redhat.com>
12636
12637         unicodeio.c: mark unused parameters
12638         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
12639         (fallback_failure_callback): Likewise.
12640
12641         fts: fix a thinko
12642         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
12643         (set_stat_type): Return S_IF*-valued "type" directly.
12644         Prompted by James Youngman's spotting a related bug.
12645         Confirmed by further testing through find.
12646
12647         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
12648         * lib/fts.c (D_TYPE): Define.
12649         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
12650         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
12651         (s_ifmt_shift_bits): New function.
12652         (set_stat_type): New function.
12653         (fts_build): When not calling fts_stat, call set_stat_type
12654         to propagate dirent.d_type info to fts_read caller.
12655         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
12656         fts_statp->st_mode type information may be valid.
12657
12658 2008-11-28  Simon Josefsson  <simon@josefsson.org>
12659
12660         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
12661         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
12662         <sds@gnu.org>.
12663
12664 2008-11-20  Bruno Haible  <bruno@clisp.org>
12665
12666         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
12667         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
12668         INCLUDE_NEXT.
12669         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
12670         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
12671         * modules/math (Makefile.am): Substitute
12672         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
12673         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12674
12675 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
12676             Bruno Haible  <bruno@clisp.org>
12677
12678         * lib/stdint.in.h: Define all type macros so that their expansion is
12679         a single typedef'ed token. Fixes a compilation failure in Boost which
12680         does "using ::int8_t;".
12681
12682 2008-11-18  Simon Josefsson  <simon@josefsson.org>
12683
12684         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
12685         gl_MANYWARN_ALL_GCC.
12686         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
12687         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
12688         * modules/manywarnings: New file.
12689         * MODULES.html.sh: Mention manywarnings module.
12690
12691 2008-11-18  Bruno Haible  <bruno@clisp.org>
12692
12693         * doc/gnulib-tool.texi (Unit tests): New section.
12694
12695 2008-11-18  Simon Josefsson  <simon@josefsson.org>
12696
12697         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
12698         paths like 'lib/po/foo.po'.
12699
12700 2008-11-17  Simon Josefsson  <simon@josefsson.org>
12701
12702         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
12703         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
12704
12705 2008-11-17  Simon Josefsson  <simon@josefsson.org>
12706
12707         * m4/warnings.m4: Use CPPFLAGS to really check whether the
12708         parameter works.
12709
12710 2008-11-17  Simon Josefsson  <simon@josefsson.org>
12711
12712         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
12713
12714 2008-11-17  Bruce Korb  <bkorb@gnu.org>
12715
12716         * modules/parse-duration-tests: New file.
12717         * tests/test-parse-duration.sh: New file.
12718         * tests/test-parse-duration.c: New file.
12719
12720         New module 'parse-duration'.
12721         * lib/parse-duration.h: New file.
12722         * lib/parse-duration.c: New file.
12723         * modules/parse-duration: New file.
12724
12725 2008-11-17  Bruno Haible  <bruno@clisp.org>
12726
12727         * tests/test-select-out.sh: Comment out the first pipe test.
12728         Reported by Simon Josefsson.
12729
12730 2008-11-17  Bruno Haible  <bruno@clisp.org>
12731
12732         * modules/getaddrinfo (Depends-on): Add servent, hostent.
12733         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
12734         gl_HOSTENT.
12735
12736 2008-11-17  Bruno Haible  <bruno@clisp.org>
12737
12738         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
12739         -lnetwork and -lnet. Needed for Haiku and BeOS.
12740
12741 2008-11-16  Bruno Haible  <bruno@clisp.org>
12742
12743         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
12744
12745 2008-11-16  Bruno Haible  <bruno@clisp.org>
12746
12747         Avoid test failure on Haiku.
12748         * tests/test-fsync.c: Include <errno.h>.
12749         (main): Don't require that fsync (0) fails.
12750
12751 2008-11-15  Bruno Haible  <bruno@clisp.org>
12752
12753         New module 'hostent'.
12754         * modules/hostent: New file.
12755         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
12756
12757 2008-11-15  Bruno Haible  <bruno@clisp.org>
12758
12759         New module 'servent'.
12760         * modules/servent: New file.
12761         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
12762
12763 2008-11-15  Bruno Haible  <bruno@clisp.org>
12764
12765         Avoid generating same test program with two different rules.
12766         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
12767         test-frexp to test-frexp-nolibm.
12768         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
12769         test-frexpl to test-frexpl-nolibm.
12770
12771 2008-11-15  Bruno Haible  <bruno@clisp.org>
12772
12773         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
12774         $(FREXPL_LIBM).
12775
12776 2008-11-15  Bruno Haible  <bruno@clisp.org>
12777
12778         * lib/netdb.in.h: Activate the definitions also when the system's
12779         <netdb.h> has 'struct addrinfo'.
12780         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
12781         EAI_OVERFLOW or AI_NUMERICSERV.
12782         * doc/posix-headers/netdb.texi: Document the problem.
12783
12784 2008-11-15  Bruno Haible  <bruno@clisp.org>
12785
12786         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
12787
12788         Make the 'sched' module work on platforms where <sched.h> exists but
12789         is incomplete (such as Haiku).
12790         * lib/sched.in.h; Include the system's <sched.h> if it exists.
12791         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
12792         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
12793         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
12794         HAVE_STRUCT_SCHED_PARAM.
12795         * modules/sched (Depends-on): Add include_next.
12796         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
12797         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
12798         * doc/posix-headers/sched.texi: Document the issue.
12799
12800 2008-11-13  Jim Meyering  <meyering@redhat.com>
12801
12802         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
12803         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
12804         test would fail due to the difference in the Report bugs to ...
12805         line.  The expected address is empty, "<>", while the actual
12806         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
12807
12808 2008-11-12  Bruno Haible  <bruno@clisp.org>
12809
12810         lstat: don't compile lstat.c on systems lacking lstat
12811         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
12812         which don't have lstat; this is handled by lib/sys_stat.in.h already.
12813         Reported by Daniel P. Berrange via Jim Meyering.
12814
12815 2008-11-12  Jim Meyering  <meyering@redhat.com>
12816
12817         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
12818
12819 2008-11-12  Simon Josefsson  <simon@josefsson.org>
12820
12821         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
12822         instead.
12823
12824 2008-11-12  Bruno Haible  <bruno@clisp.org>
12825
12826         * lib/unicodeio.c: Include unistr.h.
12827         (utf8_wctomb): Remove function.
12828         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
12829
12830 2008-11-12  Simon Josefsson  <simon@josefsson.org>
12831
12832         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
12833         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
12834         <bruno@clisp.org>.
12835         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
12836
12837 2008-11-12  Simon Josefsson  <simon@josefsson.org>
12838
12839         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
12840         * doc/gnulib.texi: Add section for warnings.
12841
12842 2008-11-11  Bruno Haible  <bruno@clisp.org>
12843
12844         * lib/sockets.h: Add a comment.
12845
12846 2008-11-11  Karl Berry  <karl@gnu.org>
12847
12848         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
12849
12850 2008-11-11  Eric Blake  <ebb9@byu.net>
12851
12852         fdl.texi: avoid git symlinks
12853         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
12854
12855 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
12856
12857         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
12858
12859 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
12860
12861         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
12862         (gl_WARN_ADD): Substitute $2 if literal.
12863
12864 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
12865
12866         * m4/warning.m4: Remove.
12867
12868 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
12869
12870         * m4/warnings.m4: Almost complete rewrite. :-)
12871
12872 2008-11-10  Simon Josefsson  <simon@josefsson.org>
12873
12874         * modules/warnings: New module.
12875         * m4/warnings.m4: New file.
12876         * MODULES.html.sh: Mention warnings module.
12877         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
12878         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12879
12880 2008-11-10  Eric Blake  <ebb9@byu.net>
12881
12882         fdl.texi: make a symlink to the latest version
12883         * doc/standards.texi: Revert today's earlier change.
12884         * doc/fdl-1.2.texi: Rename from old fdl.texi...
12885         * doc/fdl.texi: ...and replace this with a symlink to the newer
12886         fdl-1.3.texi.
12887
12888 2008-11-10  Bruno Haible  <bruno@clisp.org>
12889
12890         * tests/test-select-fd.c (main): Accept the result file name as fourth
12891         argument.
12892         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
12893         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
12894
12895 2008-11-10  Bruno Haible  <bruno@clisp.org>
12896
12897         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
12898         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
12899         as autoconf-substituted macros.
12900         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
12901         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
12902         gl_NETDB_H_DEFAULTS. Set these variables.
12903         * modules/netdb (Makefile.am): Substitute these variables.
12904
12905 2008-11-10  Eric Blake  <ebb9@byu.net>
12906
12907         standards.texi: include correct file for FDL 1.3
12908         * doc/standards.texi (GNU Free Documentation License): Change
12909         include file to pull in FDL 1.3, not 1.2.
12910
12911         fdl.texi: revert accidental change to license
12912         * doc/fdl.texi: This is FDL 1.2, not 1.3.
12913
12914 2008-11-10  Bruno Haible  <bruno@clisp.org>
12915
12916         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
12917         cross-compiling guesses also when the native compile gives no result.
12918
12919 2008-11-10  Bruno Haible  <bruno@clisp.org>
12920
12921         * lib/spawni.c (__spawni): Force variable into the stack.
12922
12923 2008-11-10  Bruno Haible  <bruno@clisp.org>
12924
12925         Add support for Haiku.
12926         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
12927         glibc and BeOS, but also on Haiku.
12928         * lib/fpurge.c (fpurge): Likewise.
12929         * lib/freadable.c (freadable): Likewise.
12930         * lib/freadahead.c (freadahead): Likewise.
12931         * lib/freading.c (freading): Likewise.
12932         * lib/freadptr.c (freadptr): Likewise.
12933         * lib/freadseek.c (freadptrinc): Likewise.
12934         * lib/fseeko.c (rpl_fseeko): Likewise.
12935         * lib/fseterr.c (fseterr): Likewise.
12936         * lib/fwritable.c (fwritable): Likewise.
12937         * lib/fwriting.c (fwriting): Likewise.
12938         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
12939
12940 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
12941
12942         * lib/config.charset: Treat Haiku like BeOS.
12943
12944 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
12945
12946         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
12947         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
12948
12949 2008-11-08  Bruno Haible  <bruno@clisp.org>
12950
12951         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
12952         AC_CACHE_CHECK.
12953
12954 2008-11-08  Bruno Haible  <bruno@clisp.org>
12955
12956         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
12957
12958 2008-11-08  Bruno Haible  <bruno@clisp.org>
12959
12960         * tests/test-select-fd.c: New file.
12961         * tests/test-select-in.sh: New file.
12962         * tests/test-select-out.sh: New file.
12963         * tests/test-select-stdin.c: New file.
12964         * modules/select-tests (Files): Add the new files.
12965         (Depends-on): Add gettimeofday.
12966         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
12967         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
12968         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
12969
12970 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
12971             Bruno Haible  <bruno@clisp.org>
12972
12973         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
12974
12975 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
12976
12977         * build-aux/pmccabe2html: Added support for C++ source files.
12978
12979 2008-11-05  Ben Pfaff  <blp@gnu.org>
12980
12981         Fix lib/close.c build on Windows.
12982         * modules/close (Files): Add lib/w32sock.h.
12983
12984 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
12985
12986         Accept Bison's NEWS format.
12987         * build-aux/announce-gen (print_news_deltas): Tweak
12988         $re_prefix.
12989
12990 2008-11-04  Bruno Haible  <bruno@clisp.org>
12991
12992         * modules/random_r (Maintainer): Add glibc.
12993
12994 2008-11-04  Simon Josefsson  <simon@josefsson.org>
12995
12996         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
12997         by karl@freefriends.org (Karl Berry).
12998         * doc/alloca.texi: Likewise.
12999         * doc/c-ctype.texi: Likewise.
13000         * doc/c-strcase.texi: Likewise.
13001         * doc/c-strcaseeq.texi: Likewise.
13002         * doc/c-strcasestr.texi: Likewise.
13003         * doc/c-strstr.texi: Likewise.
13004         * doc/c-strtod.texi: Likewise.
13005         * doc/c-strtold.texi: Likewise.
13006         * doc/ctime.texi: Likewise.
13007         * doc/error.texi: Likewise.
13008         * doc/fdl.texi: Likewise.
13009         * doc/gcd.texi: Likewise.
13010         * doc/getdate.texi: Likewise.
13011         * doc/gnulib-intro.texi: Likewise.
13012         * doc/gnulib-tool.texi: Likewise.
13013         * doc/gnulib.texi: Likewise.
13014         * doc/inet_ntoa.texi: Likewise.
13015         * doc/maintain.texi: Likewise.
13016         * doc/make-stds.texi: Likewise.
13017         * doc/quote.texi: Likewise.
13018         * doc/regexprops-generic.texi: Likewise.
13019         * doc/standards.texi: Likewise.
13020         * doc/verify.texi: Likewise.
13021         * doc/visibility.texi: Likewise.
13022         * doc/gnulib.texi (GNU Free Documentation License): Include
13023         fdl-1.3.texi instead of fdl.texi.
13024
13025 2008-11-04  Simon Josefsson  <simon@josefsson.org>
13026
13027         * doc/fdl-1.3.texi: New file, from
13028         <http://www.gnu.org/licenses/fdl-1.3.texi>.
13029         * modules/fdl-1.3: Add.
13030         * MODULES.html.sh: Add fdl-1.3.
13031
13032 2008-11-03  Bruno Haible  <bruno@clisp.org>
13033
13034         Make determination of absolute name of header file work with AIX xlc.
13035         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
13036         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
13037         preprocessing.
13038         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13039         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
13040
13041 2008-11-03  Simon Josefsson  <simon@josefsson.org>
13042
13043         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
13044         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
13045         <ludo@gnu.org>.
13046
13047 2008-11-02  Bruno Haible  <bruno@clisp.org>
13048
13049         Mark 'strpbrk' obsolete.
13050         * modules/strpbrk (Status, Notice): New sections.
13051         * modules/strtok_r (Depends-on): Add strpbrk.
13052
13053 2008-11-02  Bruno Haible  <bruno@clisp.org>
13054
13055         Mark 'strdup' obsolete.
13056         * modules/strdup (Status, Notice): New sections.
13057         * modules/findprog (Depends-on): Add strdup.
13058         * modules/getaddrinfo (Depends-on): Likewise.
13059         * modules/localename (Depends-on): Likewise.
13060         * modules/relocatable-lib (Depends-on): Likewise.
13061         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
13062         * modules/relocatable-prog (Depends-on): Likewise.
13063         * modules/trim (Depends-on): Likewise.
13064         * modules/unictype/gen-ctype (Depends-on): Likewise.
13065         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
13066
13067 2008-11-02  Bruno Haible  <bruno@clisp.org>
13068
13069         Mark 'strcspn' obsolete.
13070         * modules/strcspn (Status, Notice): New sections.
13071
13072 2008-11-02  Bruno Haible  <bruno@clisp.org>
13073
13074         Mark 'rmdir' obsolete.
13075         * modules/rmdir (Status, Notice): New sections.
13076         * modules/clean-temp (Depends-on): Add rmdir.
13077         * modules/openat (Depends-on): Likewise.
13078
13079 2008-11-02  Bruno Haible  <bruno@clisp.org>
13080
13081         Mark 'raise' obsolete.
13082         * modules/raise (Status, Notice): New sections.
13083         (Include): Specify <signal.h>.
13084         * modules/stdio (Depends-on): Add raise.
13085         * modules/write (Depends-on): Likewise.
13086
13087 2008-11-02  Bruno Haible  <bruno@clisp.org>
13088
13089         Mark 'memset' obsolete.
13090         * modules/memset (Status, Notice): New sections.
13091
13092 2008-11-02  Bruno Haible  <bruno@clisp.org>
13093
13094         Mark 'memmove' obsolete.
13095         * modules/memmove (Status, Notice): New sections.
13096         * modules/argp (Depends-on): Add memmove.
13097         * modules/argz (Depends-on): Likewise.
13098         * modules/canonicalize (Depends-on): Likewise.
13099         * modules/canonicalize-lgpl (Depends-on): Likewise.
13100         * modules/fts (Depends-on): Likewise.
13101         * modules/getcwd (Depends-on): Likewise.
13102         * modules/human (Depends-on): Likewise.
13103         * modules/regex (Depends-on): Likewise.
13104         * modules/striconveh (Depends-on): Likewise.
13105         * modules/trim (Depends-on): Likewise.
13106         * modules/unistr/u8-move (Depends-on): Likewise.
13107         * modules/unistr/u16-move (Depends-on): Likewise.
13108         * modules/unistr/u32-move (Depends-on): Likewise.
13109
13110 2008-11-02  Bruno Haible  <bruno@clisp.org>
13111
13112         Mark 'memcpy' obsolete.
13113         * modules/memcpy (Status, Notice): New sections.
13114
13115 2008-11-02  Bruno Haible  <bruno@clisp.org>
13116
13117         Mark 'memcmp' obsolete.
13118         * modules/memcmp (Status, Notice): New sections.
13119         * modules/argmatch (Depends-on): Add memchr.
13120         * modules/backupfile (Depends-on): Likewise.
13121         * modules/c-strcasestr (Depends-on): Likewise.
13122         * modules/crypto/des (Depends-on): Likewise.
13123         * modules/csharpcomp (Depends-on): Likewise.
13124         * modules/fnmatch (Depends-on): Likewise.
13125         * modules/git-merge-changelog (Depends-on): Likewise.
13126         * modules/isnand (Depends-on): Likewise.
13127         * modules/isnand-nolibm (Depends-on): Likewise.
13128         * modules/isnanf (Depends-on): Likewise.
13129         * modules/isnanf-nolibm (Depends-on): Likewise.
13130         * modules/isnanl (Depends-on): Likewise.
13131         * modules/isnanl-nolibm (Depends-on): Likewise.
13132         * modules/mbchar (Depends-on): Likewise.
13133         * modules/memcoll (Depends-on): Likewise.
13134         * modules/quotearg (Depends-on): Likewise.
13135         * modules/regex (Depends-on): Likewise.
13136         * modules/relocatable-prog (Depends-on): Likewise.
13137         * modules/same (Depends-on): Likewise.
13138         * modules/signbit (Depends-on): Likewise.
13139         * modules/strcasestr-simple (Depends-on): Likewise.
13140         * modules/unictype/gen-ctype (Depends-on): Likewise.
13141         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
13142         * modules/uniname/uniname (Depends-on): Likewise.
13143         * modules/unistr/u8-cmp (Depends-on): Likewise.
13144
13145 2008-11-02  Bruno Haible  <bruno@clisp.org>
13146
13147         Mark 'memchr' obsolete.
13148         * modules/memchr (Status, Notice): New sections.
13149         * modules/argp (Depends-on): Add memchr.
13150         * modules/base64 (Depends-on): Likewise.
13151         * modules/c-strcasestr (Depends-on): Likewise.
13152         * modules/chdir-long (Depends-on): Likewise.
13153         * modules/fnmatch (Depends-on): Likewise.
13154         * modules/getsubopt (Depends-on): Likewise.
13155         * modules/git-merge-changelog (Depends-on): Likewise.
13156         * modules/glob (Depends-on): Likewise.
13157         * modules/strcasestr-simple (Depends-on): Likewise.
13158         * modules/strnlen (Depends-on): Likewise.
13159
13160 2008-11-02  Bruno Haible  <bruno@clisp.org>
13161
13162         Mark 'atexit' obsolete.
13163         * modules/atexit (Status, Notice): New sections.
13164         * modules/chdir-long (Depends-on): Add atexit.
13165         * modules/wait-process (Depends-on): Likewise.
13166
13167 2008-11-02  Bruno Haible  <bruno@clisp.org>
13168
13169         * gnulib-tool: New option --with-obsolete.
13170         (func_usage): Document it.
13171         (func_modules_transitive_closure): Drop obsolete dependencies if
13172         incobsolete is not true.
13173         (func_import): Read and save the incobsolete variable to the cache.
13174
13175 2008-11-02  Bruno Haible  <bruno@clisp.org>
13176
13177         * modules/TEMPLATE-EXTENDED: New field 'Status'.
13178         * gnulib-tool: New option --extract-status.
13179         (func_usage): Document it.
13180         (sed_extract_prog): Recognize it.
13181         (func_get_status): New function.
13182
13183 2008-10-30  Simon Josefsson  <simon@josefsson.org>
13184
13185         * modules/sockets (License): Change from LGPL to LGPLv2+.
13186
13187 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13188
13189         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
13190
13191 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13192
13193         * MODULES.html.sh (Support for systems lacking POSIX:2001):
13194         Mention times and sys_times.
13195         * modules/sys_times, modules/sys_times-tests: New modules.
13196         * modules/times, modules/times-tests: Likewise
13197         * m4/sys_times_h.m4: New file.
13198         * lib/sys_times.in.h: Likewise
13199         * lib/times.c: Likewise.
13200         * tests/test-sys_times.c: Likewise.
13201         * tests/test-times.c: Likewise.
13202         * doc/posix-headers/sys_times.texi: Update.
13203         * doc/posix-functions/times.texi: Update.
13204
13205 2008-10-28  Jim Meyering  <meyering@redhat.com>
13206
13207         * modules/tempname (Depends-on): Add lstat.
13208
13209         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
13210
13211 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13212
13213         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
13214         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
13215         using idiom used elsewhere in gnulib.
13216
13217 2008-10-27  Jim Meyering  <meyering@redhat.com>
13218
13219         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
13220
13221 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13222
13223         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
13224         TESTS_ENVIRONMENT, for shell scripts that needs to call built
13225         programs.
13226         * tests/test-argp-2.sh: Use $EXEEXT when needed.
13227
13228 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13229
13230         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
13231
13232 2008-10-27  Bruno Haible  <bruno@clisp.org>
13233
13234         * tests/test-lstat.c: Include <stdio.h>.
13235
13236 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13237
13238         * modules/lstat-tests: New module.
13239         * tests/test-lstat.c: New file.
13240
13241 2008-10-26  Jim Meyering  <meyering@redhat.com>
13242
13243         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
13244
13245 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13246             Bruno Haible  <bruno@clisp.org>
13247
13248         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
13249         * modules/configmake (Include): Add a note that the include must come
13250         after all system headers.
13251         * lib/javaversion.c: Include configmake.h after all other includes.
13252
13253 2008-10-26  Bruno Haible  <bruno@clisp.org>
13254
13255         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
13256         HAVE_STRUCT_RANDOM_DATA to 1.
13257         (gl_STDLIB_H): Simplify.
13258
13259 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13260
13261         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
13262         substitute HAVE_STRUCT_RANDOM_DATA.
13263         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
13264         random_data.
13265         * modules/stdlib (Makefile.am): Substitute
13266         HAVE_STRUCT_RANDOM_DATA.
13267
13268 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13269
13270         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
13271         * doc/gnulib-intro.texi (Copyright): Likewise.
13272
13273 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13274
13275         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
13276         findings.
13277
13278 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
13279             Bruno Haible  <bruno@clisp.org>
13280
13281         * lib/unistd.in.h: Include <winsock2.h>.
13282         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
13283         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
13284         Provide dummy declarations.
13285         (gethostname): Override.
13286         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
13287         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
13288         gl_PREREQ_SYS_H_WINSOCK2.
13289         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
13290         * doc/posix-functions/gethostname.texi: More details.
13291
13292 2008-10-25  Bruno Haible  <bruno@clisp.org>
13293
13294         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
13295         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
13296         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
13297
13298         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
13299         here ...
13300         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
13301         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
13302         gl_UNISTD_H_DEFAULTS.
13303
13304 2008-10-25  Eric Blake  <ebb9@byu.net>
13305
13306         signbit: avoid spurious compiler failure
13307         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
13308         declarations inside function.
13309
13310 2008-10-24  Simon Josefsson  <simon@josefsson.org>
13311             Bruno Haible  <bruno@clisp.org>
13312
13313         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
13314         * modules/random_r (Depends-on): Add stdint.
13315
13316 2008-10-24  Bruno Haible  <bruno@clisp.org>
13317
13318         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
13319         Eggert.
13320         * modules/strerror (License): Likewise.
13321
13322 2008-10-24  Jim Meyering  <meyering@redhat.com>
13323
13324         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
13325         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
13326
13327 2008-10-24  Eric Blake  <ebb9@byu.net>
13328
13329         getgroups: fix compilation when getgroups is available
13330         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
13331         but with <config.h> override of getgroups disabled.
13332
13333 2008-10-24  Simon Josefsson  <simon@josefsson.org>
13334
13335         * doc/gnulib.texi (Header files): Add note about C++ problems.
13336         Explained by Bruno Haible <bruno@clisp.org>.
13337
13338 2008-10-23  Bruno Haible  <bruno@clisp.org>
13339
13340         Define a dummy SA_NODEFER macro on Interix.
13341         * lib/signal.in.h (SA_NODEFER): Define fallback.
13342         Reported by Aleksey Cheusov <cheusov@tut.by> via
13343         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
13344
13345 2008-10-23  Bruno Haible  <bruno@clisp.org>
13346
13347         * modules/freadahead (License): Change to LGPLv2+.
13348         Suggested by Simon Josefsson.
13349
13350 2008-10-23  Jim Meyering  <meyering@redhat.com>
13351
13352         random_r: new module
13353         * modules/random_r: New file.
13354         * m4/random_r.m4: New file.
13355         * lib/random_r.c: New file, from glibc.
13356         * modules/random_r-tests: New file.
13357         * tests/test-random_r.c: New file.
13358         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
13359          Declare.
13360         (RAND_MAX): Define.
13361         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
13362         * modules/stdlib: Substitute them, too.
13363         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
13364         * doc/glibc-functions/initstate_r.texi: Mention the new module.
13365         * doc/glibc-functions/random_r.texi: Likewise.
13366         * doc/glibc-functions/setstate_r.texi: Likewise.
13367         * doc/glibc-functions/srandom_r.texi: Likewise.
13368         * config/srclist.txt: Mention it.
13369
13370 2008-10-23  David Lutterkort  <lutter@redhat.com>
13371
13372         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
13373         link requirement
13374
13375 2008-10-23  Jim Meyering  <meyering@redhat.com>
13376
13377         selinux-h: mark parameters of stub functions as intentionally unused
13378         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
13379         * lib/se-context.in.h: Likewise.
13380
13381 2008-10-22  Simon Josefsson  <simon@josefsson.org>
13382
13383         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
13384
13385 2008-10-22  Simon Josefsson  <simon@josefsson.org>
13386
13387         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
13388
13389 2008-10-22  Eric Blake  <ebb9@byu.net>
13390
13391         glthread/thread: avoid compiler warning
13392         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
13393         Add unreachable abort to silence compiler.
13394
13395 2008-10-22  Eric Blake  <ebb9@byu.net>
13396
13397         netdb: also supply struct addrinfo for cygwin 1.5.x
13398         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
13399         older cygwin.
13400         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
13401         cygwin.
13402         * doc/posix-headers/netdb.texi (netdb.h): Document this.
13403
13404 2008-10-22  Bruno Haible  <bruno@clisp.org>
13405
13406         * users.txt: Update entry about pspp.
13407
13408 2008-10-21  Bruno Haible  <bruno@clisp.org>
13409
13410         Simplification.
13411         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
13412         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
13413
13414         Simplification.
13415         * lib/ioctl.c (ioctl): Don't undefine.
13416         * lib/socket.c (socket): Don't undefine.
13417
13418         Remove unused module indicator macros.
13419         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
13420         GNULIB_$1 as a C macro.
13421
13422         * doc/posix-functions/close.texi: Undo last change.
13423         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
13424         Windows platforms.
13425
13426 2008-10-21  Bruno Haible  <bruno@clisp.org>
13427
13428         Add gethostname() declaration to <unistd.h>.
13429         * lib/unistd.in.h (gethostname): New declaration.
13430         * lib/gethostname.c: Include <unistd.h>.
13431         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
13432         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
13433         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
13434         and HAVE_GETHOSTNAME.
13435         * modules/gethostname (Depends-on): Add unistd.
13436         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13437         (Include): Specify <unistd.h>.
13438         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
13439         HAVE_GETHOSTNAME.
13440         * tests/test-gethostname.c: Include <unistd.h> first.
13441
13442 2008-10-21  Bruno Haible  <bruno@clisp.org>
13443
13444         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
13445         * modules/select-tests (Depends-on): Likewise.
13446         Reported by Simon Josefsson.
13447
13448 2008-10-21  Simon Josefsson  <simon@josefsson.org>
13449
13450         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
13451         * lib/accept.c: New file, based on winsock.c.
13452         * lib/bind.c: New file, based on winsock.c.
13453         * lib/connect.c: New file, based on winsock.c.
13454         * lib/getpeername.c: New file, based on winsock.c.
13455         * lib/getsockname.c: New file, based on winsock.c.
13456         * lib/getsockopt.c: New file, based on winsock.c.
13457         * lib/ioctl.c: New file, based on winsock.c.
13458         * lib/listen.c: New file, based on winsock.c.
13459         * lib/recv.c: New file, based on winsock.c.
13460         * lib/recvfrom.c: New file, based on winsock.c.
13461         * lib/send.c: New file, based on winsock.c.
13462         * lib/sendto.c: New file, based on winsock.c.
13463         * lib/setsockopt.c: New file, based on winsock.c.
13464         * lib/shutdown.c: New file, based on winsock.c.
13465         * lib/socket.c: New file, based on winsock.c.
13466         * lib/w32sock.h: New file, based on winsock.c.
13467         * lib/winsock.c: Remove file.
13468         * modules/accept: Likewise.
13469         * modules/bind: Likewise.
13470         * modules/connect: Likewise.
13471         * modules/getpeername: Likewise.
13472         * modules/getsockname: Likewise.
13473         * modules/getsockopt: Likewise.
13474         * modules/ioctl: Likewise.
13475         * modules/listen: Likewise.
13476         * modules/recv: Likewise.
13477         * modules/recvfrom: Likewise.
13478         * modules/send: Likewise.
13479         * modules/sendto: Likewise.
13480         * modules/setsockopt: Likewise.
13481         * modules/shutdown: Likewise.
13482         * modules/socket: Use socket.c instead of winsock.c.
13483         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
13484         * doc/posix-functions/accept.texi: Doc fix.
13485         * doc/posix-functions/bind.texi: Doc fix.
13486         * doc/posix-functions/close.texi: Doc fix.
13487         * doc/posix-functions/connect.texi: Doc fix.
13488         * doc/posix-functions/getpeername.texi: Doc fix.
13489         * doc/posix-functions/getsockname.texi: Doc fix.
13490         * doc/posix-functions/getsockopt.texi: Doc fix.
13491         * doc/posix-functions/ioctl.texi: Doc fix.
13492         * doc/posix-functions/listen.texi: Doc fix.
13493         * doc/posix-functions/recv.texi: Doc fix.
13494         * doc/posix-functions/recvfrom.texi: Doc fix.
13495         * doc/posix-functions/send.texi: Doc fix.
13496         * doc/posix-functions/sendto.texi: Doc fix.
13497         * doc/posix-functions/setsockopt.texi: Doc fix.
13498         * doc/posix-functions/shutdown.texi: Doc fix.
13499         * doc/posix-functions/socket.texi: Doc fix.
13500
13501 2008-10-20  Bruno Haible  <bruno@clisp.org>
13502
13503         Take into account the role of SIGABRT_COMPAT on Windows 2008.
13504         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
13505         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
13506         as an alias for SIGABRT.
13507         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
13508         (sigaction): Map it to SIGABRT.
13509         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
13510
13511 2008-10-20  Bruno Haible  <bruno@clisp.org>
13512
13513         * lib/fts.c: Don't include lstat.h.
13514         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
13515
13516         Move the lstat() declaration to <sys/stat.h>.
13517         * lib/lstat.h: Remove file.
13518         * lib/sys_stat.in.h: Add special invocation convention.
13519         (lstat): New declaration.
13520         * lib/lstat.c (orig_lstat): New function.
13521         (rpl_lstat): Use orig_lstat instead of lstat.
13522         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
13523         AC_C_INLINE. Set REPLACE_LSTAT.
13524         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
13525         and REPLACE_LSTAT.
13526         * modules/lstat (Files): Remove lib/lstat.h.
13527         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
13528         (Include): Specify <sys/stat.h> instead of lstat.h.
13529         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
13530         REPLACE_LSTAT.
13531         * NEWS: Mention the change.
13532
13533 2008-10-20  Bruno Haible  <bruno@clisp.org>
13534
13535         * modules/posix_spawn-tests: New file.
13536         * tests/test-posix_spawn3.c: New file.
13537
13538 2008-10-20  Bruno Haible  <bruno@clisp.org>
13539
13540         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
13541         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
13542         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
13543         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
13544         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
13545
13546 2008-10-20  Bruno Haible  <bruno@clisp.org>
13547
13548         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
13549         of posix_spawn on AIX 5.3.
13550
13551 2008-10-20  Bruno Haible  <bruno@clisp.org>
13552
13553         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
13554
13555 2008-10-20  Bruno Haible  <bruno@clisp.org>
13556
13557         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
13558         of AC_LANG_PROGRAM.
13559
13560 2008-10-20  Simon Josefsson  <simon@josefsson.org>
13561
13562         * lib/netdb.in.h: Don't define GNU specific constants until they
13563         are supported or needed.  Reported by Bruno Haible
13564         <bruno@clisp.org>.
13565
13566 2008-10-20  Simon Josefsson  <simon@josefsson.org>
13567
13568         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
13569
13570 2008-10-20  Simon Josefsson  <simon@josefsson.org>
13571
13572         * lib/getaddrinfo.h: Remove file.
13573         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
13574         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
13575         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
13576         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
13577         * modules/netdb: Substitute GNULIB_GETADDRINFO.
13578         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
13579         * tests/test-getaddrinfo.c: Likewise.
13580         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
13581         * NEWS: Mention change.
13582
13583 2008-10-19  Bruno Haible  <bruno@clisp.org>
13584
13585         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
13586
13587 2008-10-19  Bruno Haible  <bruno@clisp.org>
13588
13589         * lib/wait-process.c: Include simply <sys/wait.h>.
13590         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
13591         WIFSTOPPED): Remove fallback definitions.
13592         * modules/wait-process (Depends-on): Add sys_wait.
13593
13594         New module 'sys_wait'.
13595         * modules/sys_wait: New file.
13596         * lib/sys_wait.in.h: New file, partially copied from
13597         lib/wait-process.c.
13598         * m4/sys_wait_h.m4: New file.
13599         * doc/posix-headers/sys_wait.texi: Mention the new module.
13600
13601 2008-10-19  Bruno Haible  <bruno@clisp.org>
13602
13603         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
13604
13605 2008-10-19  Bruno Haible  <bruno@clisp.org>
13606
13607         Assume that waitpid() fills an 'int' status, not a 'union wait'.
13608         * lib/wait-process.c (WAIT_T): Remove type.
13609         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
13610         (wait_subprocess): Update.
13611
13612 2008-10-19  Bruno Haible  <bruno@clisp.org>
13613
13614         New module 'atoll'.
13615         * modules/atoll: New file.
13616         * lib/stdlib.in.h (atoll): New declaration.
13617         * lib/atoll.c: New file, from glibc with modifications.
13618         * m4/atoll.m4: New file.
13619         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
13620         HAVE_ATOLL.
13621         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
13622         * doc/posix-functions/atoll.texi: Mention the new module.
13623
13624 2008-10-19  Bruno Haible  <bruno@clisp.org>
13625
13626         Add strtoull() declaration to <stdlib.h>.
13627         * lib/stdlib.in.h (strtoull): New declaration.
13628         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
13629         Set HAVE_STRTOULL.
13630         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
13631         HAVE_STRTOULL.
13632         * modules/strtoull (Depends-on): Add stdlib.
13633         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13634         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
13635         HAVE_STRTOULL.
13636
13637 2008-10-19  Bruno Haible  <bruno@clisp.org>
13638
13639         Add strtoll() declaration to <stdlib.h>.
13640         * lib/stdlib.in.h (strtoll): New declaration.
13641         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
13642         Set HAVE_STRTOLL.
13643         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
13644         HAVE_STRTOLL.
13645         * modules/strtoll (Depends-on): Add stdlib.
13646         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13647         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
13648
13649 2008-10-19  Bruno Haible  <bruno@clisp.org>
13650
13651         * modules/bcopy (Depends-on): Add strings.
13652         (Include): Specify <strings.h>.
13653
13654 2008-10-19  Bruno Haible  <bruno@clisp.org>
13655
13656         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
13657
13658 2008-10-19  Bruno Haible  <bruno@clisp.org>
13659
13660         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
13661         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
13662         mingw.
13663
13664 2008-10-19  Bruno Haible  <bruno@clisp.org>
13665
13666         * lib/atanl.c: Don't include isnanl.h.
13667         * lib/cosl.c: Likewise.
13668         * lib/ldexpl.c: Likewise.
13669         * lib/logl.c: Likewise.
13670         * lib/sinl.c: Likewise.
13671         * lib/sqrtl.c: Likewise.
13672         * lib/tanl.c: Likewise.
13673
13674         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
13675         * lib/isnanf.h: Remove file.
13676         * lib/isnand.h: Remove file.
13677         * lib/isnanl.h: Remove file.
13678         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
13679         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
13680         macros.
13681         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
13682         HAVE_ISNANF, don't define it as a C macro.
13683         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
13684         HAVE_ISNAND, don't define it as a C macro.
13685         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
13686         HAVE_ISNANL, don't define it as a C macro.
13687         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
13688         HAVE_ISNAN[FDL].
13689         * modules/isnanf (Files): Remove lib/isnanf.h.
13690         (Depends-on): Add math.
13691         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
13692         (Include): Specify <math.h> instead of isnanf.h.
13693         * modules/isnand (Files): Remove lib/isnand.h.
13694         (Depends-on): Add math.
13695         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
13696         (Include): Specify <math.h> instead of isnand.h.
13697         * modules/isnanl (Files): Remove lib/isnanl.h.
13698         (Depends-on): Add math.
13699         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
13700         (Include): Specify <math.h> instead of isnanl.h.
13701         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
13702         HAVE_ISNAN[FDL].
13703         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
13704         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
13705         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
13706         * NEWS: Mention the change.
13707
13708 2008-10-18  Bruno Haible  <bruno@clisp.org>
13709
13710         Add getusershell(), setusershell(), endusershell() declarations to
13711         <unistd.h>.
13712         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
13713         declarations.
13714         * lib/getusershell.c: Include unistd.h.
13715         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
13716         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
13717         HAVE_GETUSERSHELL.
13718         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
13719         and HAVE_GETUSERSHELL.
13720         * modules/getusershell (Depends-on): Add unistd, extensions.
13721         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13722         (Include): Specify <unistd.h>.
13723         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
13724         HAVE_GETUSERSHELL.
13725
13726 2008-10-18  Bruno Haible  <bruno@clisp.org>
13727
13728         Add a getloadavg() declaration to <stdlib.h>.
13729         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
13730         getloadavg declaration.
13731         (getloadavg): New declaration.
13732         * lib/getloadavg.c: Include <stdlib.h> first.
13733         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
13734         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
13735         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
13736         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
13737         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
13738         * modules/getloadavg (Depends-on): Add stdlib, extensions.
13739         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13740         (Include): Specify <stdlib.h>.
13741         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
13742         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
13743
13744 2008-10-18  Bruno Haible  <bruno@clisp.org>
13745
13746         * lib/dirchownmod.c: Don't include lchmod.h.
13747
13748         Move the lchmod() declaration to <sys/stat.h>.
13749         * lib/lchmod.h: Remove file.
13750         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
13751         (lchmod): New declaration, moved here from lib/lchown.h.
13752         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
13753         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
13754         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
13755         and HAVE_LCHMOD.
13756         * modules/lchmod (Files): Remove lib/lchmod.h.
13757         (Depends-on): Add sys_stat, extensions.
13758         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
13759         (Include): Specify <sys/stat.h> instead of lchmod.h.
13760         * modules/sys_stat (Depends-on): Add link-warning.
13761         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
13762         definition of GL_LINK_WARNING.
13763         * NEWS: Mention the change.
13764
13765 2008-10-18  Bruno Haible  <bruno@clisp.org>
13766
13767         * lib/fchdir.c: Don't include dirfd.h.
13768         * lib/fts.c: Likewise.
13769         * lib/getcwd.c: Likewise.
13770         * lib/glob.c: Likewise.
13771
13772         Move the dirfd() declaration to <dirent.h>.
13773         * lib/dirfd.h: Remove file.
13774         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
13775         (dirfd): New declaration.
13776         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
13777         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
13778         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
13779         HAVE_DECL_DIRFD.
13780         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
13781         HAVE_DECL_DIRFD.
13782         * modules/dirfd (Files): Remove lib/dirfd.h.
13783         (Depends-on): Add dirent, extensions.
13784         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
13785         (Include): Specify <dirent.h> instead of dirfd.h.
13786         * modules/dirent (Depends-on): Add link-warning.
13787         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
13788         definition of GL_LINK_WARNING.
13789         * NEWS: Mention the change.
13790
13791 2008-10-18  Bruno Haible  <bruno@clisp.org>
13792
13793         Move the euidaccess() declaration to <unistd.h>.
13794         * lib/euidaccess.h: Remove file.
13795         * lib/unistd.in.h (euidaccess): New declaration.
13796         * lib/euidaccess.c: Don't include euidaccess.h.
13797         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
13798         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
13799         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
13800         and HAVE_EUIDACCESS.
13801         * modules/euidaccess (Files): Remove lib/euidaccess.h.
13802         (Depends-on): Add unistd.
13803         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13804         (Include): Specify <unistd.h> instead of euidaccess.h.
13805         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
13806         HAVE_EUIDACCESS.
13807         * NEWS: Mention the change.
13808
13809 2008-10-18  Bruno Haible  <bruno@clisp.org>
13810
13811         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
13812
13813         Move the getdomainname() declaration to <unistd.h>.
13814         * lib/getdomainname.h: Remove file.
13815         * lib/unistd.in.h (getdomainname): New declaration.
13816         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
13817         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
13818         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
13819         HAVE_GETDOMAINNAME.
13820         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13821         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
13822         * modules/getdomainname (Files): Remove lib/getdomainname.h.
13823         (Depends-on): Add unistd, extensions.
13824         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13825         (Includes): Specify <unistd.h> instead of getdomainname.h.
13826         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
13827         HAVE_GETDOMAINNAME.
13828         * NEWS: Mention the change.
13829
13830 2008-10-18  Bruno Haible  <bruno@clisp.org>
13831
13832         * modules/dirent: New file.
13833         * m4/dirent_h.m4: New file.
13834         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
13835         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
13836         * modules/fchdir (Files): Remove lib/dirent.in.h.
13837         (Depends-on): Add dirent.
13838         (Makefile.am): Move rules to modules/dirent.
13839         * doc/posix-headers/dirent.texi: Mention the new module.
13840
13841 2008-10-18  Bruno Haible  <bruno@clisp.org>
13842
13843         Avoid -Wunused-parameter warnings in public gnulib header files.
13844         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
13845         macro.
13846         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
13847
13848 2008-10-18  Bruno Haible  <bruno@clisp.org>
13849
13850         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
13851         * doc/glibc-functions/error.texi: Mention the module 'error'.
13852         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
13853         * doc/glibc-functions/getdomainname.texi: Mention the module
13854         'getdomainname'.
13855         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
13856         * doc/glibc-functions/getpagesize.texi: Mention the module
13857         'getpagesize'.
13858         * doc/glibc-functions/getusershell.texi: Mention the module
13859         'getusershell'.
13860         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
13861         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
13862         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
13863         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
13864         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
13865         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
13866         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
13867         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
13868         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
13869         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
13870         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
13871         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
13872         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
13873         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
13874
13875 2008-10-17  Bruno Haible  <bruno@clisp.org>
13876
13877         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
13878         HP-UX and IRIX, use -0.0L.
13879         * tests/test-ceill.c (minus_zero): Likewise.
13880         * tests/test-floorl.c (minus_zero): Likewise.
13881         * tests/test-frexpl.c (minus_zero): Likewise.
13882         * tests/test-isnan.c (minus_zerol): Likewise.
13883         * tests/test-isnanl.h (minus_zero): Likewise.
13884         * tests/test-ldexpl.c (minus_zero): Likewise.
13885         * tests/test-roundl.c (minus_zero): Likewise.
13886         * tests/test-signbit.c (minus_zerol): Likewise.
13887         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
13888         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
13889         * tests/test-truncl.c (minus_zero): Likewise.
13890         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
13891         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
13892         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
13893         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
13894
13895 2008-10-17  Bruno Haible  <bruno@clisp.org>
13896
13897         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
13898         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
13899         that it gets activated only for gcc >= 3.0.
13900         * lib/dirent.in.h: Likewise.
13901         * lib/errno.in.h: Likewise.
13902         * lib/fcntl.in.h: Likewise.
13903         * lib/float.in.h: Likewise.
13904         * lib/iconv.in.h: Likewise.
13905         * lib/inttypes.in.h: Likewise.
13906         * lib/locale.in.h: Likewise.
13907         * lib/math.in.h: Likewise.
13908         * lib/netdb.in.h: Likewise.
13909         * lib/netinet_in.in.h: Likewise.
13910         * lib/search.in.h: Likewise.
13911         * lib/signal.in.h: Likewise.
13912         * lib/spawn.in.h: Likewise.
13913         * lib/stdarg.in.h: Likewise.
13914         * lib/stdint.in.h: Likewise.
13915         * lib/stdio.in.h: Likewise.
13916         * lib/stdlib.in.h: Likewise.
13917         * lib/string.in.h: Likewise.
13918         * lib/strings.in.h: Likewise.
13919         * lib/sys_file.in.h: Likewise.
13920         * lib/sys_ioctl.in.h: Likewise.
13921         * lib/sys_select.in.h: Likewise.
13922         * lib/sys_socket.in.h: Likewise.
13923         * lib/sys_stat.in.h: Likewise.
13924         * lib/sys_time.in.h: Likewise.
13925         * lib/sysexits.in.h: Likewise.
13926         * lib/time.in.h: Likewise.
13927         * lib/unistd.in.h: Likewise.
13928         * lib/wchar.in.h: Likewise.
13929         * lib/wctype.in.h: Likewise.
13930         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13931
13932 2008-10-17  Jim Meyering  <meyering@redhat.com>
13933
13934         ignore-value: don't depend on inline module
13935         * modules/ignore-value (Depends-on): Remove 'inline'.
13936         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
13937         Suggestion from Bruno Haible.
13938
13939 2008-10-17  Bruno Haible  <bruno@clisp.org>
13940
13941         New implementation of condition variables for Win32.
13942         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
13943         (gl_linked_waitqueue_t): New type.
13944         (gl_cond_t): Use it.
13945         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
13946         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
13947         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
13948         (glthread_cond_init_func, glthread_cond_wait_func,
13949         glthread_cond_timedwait_func, glthread_cond_signal_func,
13950         glthread_cond_broadcast_func, glthread_cond_destroy_func):
13951         Reimplemented on the basis of gl_linked_waitqueue_t.
13952         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
13953         gl_waitqueue_t.
13954         (gl_rwlock_t): Update.
13955         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
13956
13957 2008-10-17  Simon Josefsson  <simon@josefsson.org>
13958
13959         * modules/recvfrom (Depends-on): Add dependency on getpeername.
13960         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13961
13962 2008-10-17  Jim Meyering  <meyering@redhat.com>
13963
13964         ignore-value: new module
13965         * modules/ignore-value: New file.
13966         * lib/ignore-value.h: New file.
13967         * MODULES.html.sh (Compiler warning management): New section,
13968         just for this module.  More to come.
13969
13970 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
13971
13972         open-safer.c: avoid 'signed and unsigned in conditional...' warning
13973         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
13974         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
13975
13976 2008-10-16  Jim Meyering  <meyering@redhat.com>
13977
13978         openat-die.c: avoid 'no previous prototype' warning
13979         * lib/openat-die.c: Include "openat.h".
13980         Reported by Reuben Thomas <rrt@sc3d.org>.
13981
13982 2008-10-16  Simon Josefsson  <simon@josefsson.org>
13983
13984         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
13985         * lib/netdb.in.h: Fix typo.
13986         Reported by Bruno Haible  <bruno@clisp.org>
13987
13988         * lib/netdb.in.h: Include sys/socket.h for platforms without
13989         netdb.h, to get structures like hostent on MinGW.
13990         * modules/netdb (Depends-on): Add sys_socket.
13991
13992 2008-10-15  Simon Josefsson  <simon@josefsson.org>
13993
13994         * modules/netdb, modules/netdb-tests: New file.
13995         * m4/netdb_h.m4: New file.
13996         * lib/netdb.in.h: Add, currently just an empty file pending
13997         definitions.
13998         * tests/test-netdb.c: New file.
13999         * doc/posix-headers/netdb.texi: Mention that we replace it if
14000         needed.
14001         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14002         netdb.
14003
14004 2008-10-15  Simon Josefsson  <simon@josefsson.org>
14005
14006         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
14007         with code.
14008
14009 2008-10-13  Bruno Haible  <bruno@clisp.org>
14010
14011         * lib/glthread/cond.c (glthread_cond_wait_func,
14012         glthread_cond_timedwait_func): Add a comment.
14013
14014 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14015
14016         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
14017         * tests/test-select.c: Likewise,
14018
14019 2008-10-13  Bruno Haible  <bruno@clisp.org>
14020
14021         * lib/glthread/cond.c (glthread_cond_wait_func,
14022         glthread_cond_timedwait_func): Fix variable name.
14023         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14024
14025 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
14026
14027         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
14028         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
14029         struct sockaddr.sa_len.
14030         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
14031
14032 2008-10-13  Simon Josefsson  <simon@josefsson.org>
14033
14034         * build-aux/pmccabe2html: Add css and css_url parameters.
14035
14036 2008-10-12  Bruno Haible  <bruno@clisp.org>
14037
14038         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
14039         calling aclx_get.
14040         Reported by Rainer Tammer <tammer@tammer.net>.
14041
14042 2008-10-12  Bruno Haible  <bruno@clisp.org>
14043
14044         Use msvcrt aware primitives for creation/termination of Win32 threads.
14045         * lib/glthread/thread.c: Include <process.h>.
14046         (glthread_create_func): Use _beginthreadex instead of CreateThread.
14047         (wrapper_func): Update signature.
14048         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
14049
14050 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14051             Bruno Haible  <bruno@clisp.org>
14052
14053         Provide a Win32 implementation of the 'cond' module.
14054         * lib/glthread/cond.h [USE_WIN32]: New implementation.
14055         * lib/glthread/cond.c (glthread_cond_init_func,
14056         glthread_cond_wait_func, glthread_cond_timedwait_func,
14057         glthread_cond_signal_func, glthread_cond_broadcast_func,
14058         glthread_cond_destroy_func) [USE_WIN32]: New functions.
14059         * modules/cond (Dependencies): Add gettimeofday.
14060
14061 2008-10-11  Bruno Haible  <bruno@clisp.org>
14062
14063         Make sleep work on older versions of mingw.
14064         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
14065         only whether it exists.
14066         * doc/posix-functions/sleep.texi: Mention the problem with older
14067         versions of mingw.
14068
14069 2008-10-11  Bruno Haible  <bruno@clisp.org>
14070
14071         New module 'shutdown'.
14072         * modules/shutdown: New file.
14073         * lib/sys_socket.in.h (shutdown): New declaration.
14074         * lib/winsock.c (shutdown): New function.
14075         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
14076         GNULIB_SHUTDOWN.
14077         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
14078         * doc/posix-functions/shutdown.texi: Document the new module.
14079
14080 2008-10-11  Jim Meyering  <meyering@redhat.com>
14081
14082         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
14083
14084 2008-10-11  Bruno Haible  <bruno@clisp.org>
14085
14086         New module 'fclose'.
14087         * modules/fclose: New file.
14088         * lib/stdio.in.h (fclose): New declaration.
14089         * lib/fclose.c: New file.
14090         * m4/fclose.m4: New file.
14091         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
14092         REPLACE_FCLOSE.
14093         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
14094         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
14095         REPLACE_FCLOSE.
14096         * modules/close (Depends-on): fclose.
14097         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
14098
14099 2008-10-11  Bruno Haible  <bruno@clisp.org>
14100
14101         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
14102         set errno and don't call _close.
14103
14104 2008-10-10  Bruno Haible  <bruno@clisp.org>
14105
14106         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
14107         ACL, not afterwards. Fixes test failure on Cygwin.
14108
14109 2008-10-09  Ben Pfaff  <blp@gnu.org>
14110
14111         * build-aux/announce-gen: Fix gnulib version related part of usage
14112         message.  Die with a useful error message if no tarballs are
14113         found.
14114
14115 2008-10-10  Jim Meyering  <meyering@redhat.com>
14116
14117         bootstrap: use git's --depth=N option only if it's supported
14118         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
14119         recognize the --depth option.  Reported by Pádraig Brady.
14120
14121 2008-10-09  Bruno Haible  <bruno@clisp.org>
14122
14123         New module 'ioctl'.
14124         * modules/ioctl: New file.
14125         * lib/sys_socket.in.h (ioctl): Remove declaration.
14126         * lib/winsock.c: Include <sys/ioctl.h>.
14127         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
14128         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
14129         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
14130         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
14131         * doc/posix-functions/ioctl.texi: Mention the new module.
14132
14133 2008-10-09  Bruno Haible  <bruno@clisp.org>
14134
14135         New module 'sys_ioctl'.
14136         * lib/sys_ioctl.in.h: New file.
14137         * m4/sys_ioctl_h.m4: New file.
14138         * modules/sys_ioctl: New file.
14139         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
14140
14141 2008-10-09  Bruno Haible  <bruno@clisp.org>
14142
14143         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
14144         * lib/winsock.c: Include <stdarg.h>.
14145         (rpl_ioctl): Change to second argument 'int' and then varargs.
14146
14147 2008-10-09  Bruno Haible  <bruno@clisp.org>
14148
14149         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
14150         when the sys_socket module is present and the system has <winsock2.h>.
14151
14152 2008-10-09  Bruno Haible  <bruno@clisp.org>
14153
14154         * doc/posix-functions/close.texi: Mention module 'close' instead of
14155         module 'sys_socket'.
14156
14157 2008-10-09  Bruno Haible  <bruno@clisp.org>
14158
14159         * doc/glibc-headers/sys_ioctl.texi: New file.
14160         * doc/gnulib.texi: Include it.
14161
14162 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14163             Bruno Haible  <bruno@clisp.org>
14164
14165         Combine the two replacements of 'close'.
14166         * lib/sys_socket.in.h (close): Define to a reminder to include
14167         <unistd.h>.
14168         (_gl_close_fd_maybe_socket): New declaration.
14169         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
14170         * lib/winsock.c (close): Remove undefinition.
14171         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
14172         needed for the gnulib module 'close'.
14173         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
14174         define to an error symbol or to a warning, if suitable.
14175         * lib/close.c: Include <sys/socket.h>.
14176         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
14177         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
14178         UNISTD_H_HAVE_WINSOCK2_H.
14179         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
14180         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14181         UNISTD_H_HAVE_WINSOCK2_H.
14182         * modules/sys_socket (Files): Add m4/unistd_h.m4.
14183         (configure.ac): Set a module indicator.
14184         (Makefile.am): Substitute GNULIB_CLOSE.
14185         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
14186         * modules/poll-tests (Depends-on): Add close.
14187         * modules/select-tests (Depends-on): Likewise.
14188
14189 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14190             Bruno Haible  <bruno@clisp.org>
14191
14192         New module 'close'.
14193         * modules/close: New file.
14194         * lib/unistd.in.h (close): Move declaration out of the
14195         FCHDIR_REPLACEMENT scope.
14196         (_gl_unregister_fd): New declaration.
14197         * lib/close.c: New file.
14198         * lib/fchdir.c (rpl_close): Remove function.
14199         * m4/close.m4: New file.
14200         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
14201         close.
14202         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
14203         REPLACE_CLOSE.
14204         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
14205         REPLACE_CLOSE.
14206         * modules/fchdir (Depends-on): Add close.
14207
14208 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14209             Bruno Haible  <bruno@clisp.org>
14210
14211         * lib/fcntl.in.h (open): Simplify conditionals.
14212         (_gl_register_fd): New declaration.
14213         * lib/fchdir.c (rpl_open): Remove function.
14214         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
14215         also.
14216         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
14217         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
14218         open.
14219
14220 2008-10-09  Jim Meyering  <meyering@redhat.com>
14221
14222         GNUmakefile: use the more name-space-friendly "_version"
14223         * top/GNUmakefile (_dummy): Update.
14224         (_version): Rename from "version".
14225
14226 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14227             Bruno Haible  <bruno@clisp.org>
14228
14229         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
14230         rpl_close.
14231         (_gl_register_fd): New function, extracted from rpl_open.
14232         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
14233         (rpl_open, rpl_opendir): Use _gl_register_fd.
14234
14235 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14236
14237         Fix organization of 'open' replacement.
14238         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
14239         (gl_FUNC_OPEN): Use it.
14240         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
14241
14242 2008-10-08  Bruno Haible  <bruno@clisp.org>
14243
14244         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
14245
14246 2008-10-08  Simon Josefsson  <simon@josefsson.org>
14247
14248         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
14249         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
14250         listen).
14251
14252 2008-10-08  Eric Blake  <ebb9@byu.net>
14253
14254         GNUmakefile: add 'make version' target
14255         * top/GNUmakefile (_curr-ver): Split version update rules...
14256         (version): ...into a target.
14257
14258 2008-10-07  Bruno Haible  <bruno@clisp.org>
14259
14260         Use a more portable replacement expression for -0.0L.
14261         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
14262         instead of -0.0L. Fix m4 quotation.
14263
14264         * tests/test-signbit.c: Include <float.h>.
14265         (minus_zero): New variable.
14266         (test_signbitl): Use minus_zero instead of -zero.
14267         * modules/signbit-tests (Depends-on): Add float.
14268
14269         * tests/test-ceill.c: Include <float.h>.
14270         (zero): Remove variable.
14271         (minus_zero): New variable.
14272         (main): Use minus_zero instead of -zero.
14273         * modules/ceill-tests (Depends-on): Add float.
14274
14275         * tests/test-floorl.c: Include <float.h>.
14276         (zero): Remove variable.
14277         (minus_zero): New variable.
14278         (main): Use minus_zero instead of -zero.
14279         * modules/floorl-tests (Depends-on): Add float.
14280
14281         * tests/test-roundl.c: Include <float.h>.
14282         (zero): Remove variable.
14283         (minus_zero): New variable.
14284         (main): Use minus_zero instead of -zero.
14285         * modules/roundl-tests (Depends-on): Add float.
14286
14287         * tests/test-truncl.c: Include <float.h>.
14288         (zero): Remove variable.
14289         (minus_zero): New variable.
14290         (main): Use minus_zero instead of -zero.
14291         * modules/truncl-tests (Depends-on): Add float.
14292
14293         * tests/test-frexpl.c (zero): Remove variable.
14294         (minus_zero): New variable.
14295         (main): Use minus_zero instead of -zero.
14296         * modules/frexpl-tests (Depends-on): Add float.
14297
14298         * tests/test-isnan.c (zerol): Remove variable.
14299         (minus_zerol): New variable.
14300         (test_long_double): Use minus_zerol instead of -zerol.
14301         * modules/isnan-tests (Depends-on): Add float.
14302
14303         * tests/test-isnanl.h (zero): Remove variable.
14304         (minus_zero): New variable.
14305         (main): Use minus_zero instead of -zero.
14306         * modules/isnanl-nolibm-tests (Depends-on): Add float.
14307         * modules/isnanl-tests (Depends-on): Add float.
14308
14309         * tests/test-ldexpl.c (zero): Remove variable.
14310         (minus_zero): New variable.
14311         (main): Use minus_zero instead of -zero.
14312         * modules/ldexpl-tests (Depends-on): Add float.
14313
14314         * tests/test-snprintf-posix.h (zerol): Remove variable.
14315         (minus_zerol): New variable.
14316         (test_function): Use minus_zerol instead of -zerol.
14317         * modules/snprintf-posix-tests (Depends-on): Add float.
14318         * modules/vsnprintf-posix-tests (Depends-on): Add float.
14319
14320         * tests/test-sprintf-posix.h (zerol): Remove variable.
14321         (minus_zerol): New variable.
14322         (test_function): Use minus_zerol instead of -zerol.
14323         * modules/sprintf-posix-tests (Depends-on): Add float.
14324         * modules/vsprintf-posix-tests (Depends-on): Add float.
14325
14326         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
14327         (minus_zerol): New variable.
14328         (test_function): Use minus_zerol instead of -zerol.
14329         * modules/vasnprintf-posix-tests (Depends-on): Add float.
14330
14331         * tests/test-vasprintf-posix.c (zerol): Remove variable.
14332         (minus_zerol): New variable.
14333         (test_function): Use minus_zerol instead of -zerol.
14334         * modules/vasprintf-posix-tests (Depends-on): Add float.
14335
14336 2008-10-07  Simon Josefsson  <simon@josefsson.org>
14337
14338         * MODULES.html.sh (Support for building documentation): Mention
14339         pmccabe2html.  Sort entries.
14340
14341         Add pmccabe2html module, from gnupdf.
14342         * build-aux/pmccabe.css: New file.
14343         * build-aux/pmccabe2html: New file.
14344         * m4/pmccabe2html.m4: New file.
14345         * modules/pmccabe2html: New file.
14346
14347 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
14348
14349         flock: new module
14350         * MODULES.html.sh: Add to list of modules.
14351         * lib/flock.c: flock implementation for Windows and Unix systems
14352         which have fcntl.
14353         * doc/glibc-functions/flock.texi: Update documentation.
14354         * lib/sys_file.in.h: <sys/file.h> header file.
14355         * m4/flock.m4: M4 macros.
14356         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
14357         * modules/flock: flock module.
14358         * modules/flock-tests: flock tests module.
14359         * modules/sys_file: sys/file.h module.
14360         * tests/test-flock.c: test suite for flock.
14361
14362 2008-10-06  Jim Meyering  <meyering@redhat.com>
14363
14364         bootstrap: check for LT_INIT more portably still ;-)
14365         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
14366         Spotted by Bruno Haible.
14367
14368 2008-10-06  Eric Blake  <ebb9@byu.net>
14369
14370         test-signbit: avoid tripping Irix cc bug on -0.0L
14371         * tests/test-signbit.c (minus_zerol): Delete, and replace with
14372         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
14373         entire testsuite consistent and avoids an Irix 6.2 bug.
14374
14375 2008-10-05  Bruno Haible  <bruno@clisp.org>
14376             Jim Meyering  <jim@meyering.net>
14377
14378         Add an option for ignoring EPIPE during close_stdout.
14379         * lib/closeout.h: Include <stdbool.h>.
14380         (close_stdout_set_ignore_EPIPE): New declaration.
14381         * lib/closeout.c: Include <stdbool.h>.
14382         (ignore_EPIPE): New variable.
14383         (close_stdout_set_ignore_EPIPE): New function.
14384         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
14385         * lib/close-stream.c (close_stream): Mention the possible EPIPE
14386         failure.
14387         * modules/closeout (Depends-on): Add stdbool.
14388
14389 2008-10-05  Bruno Haible  <bruno@clisp.org>
14390
14391         * modules/accept: New file.
14392         * modules/bind: New file.
14393         * modules/connect: New file.
14394         * modules/getpeername: New file.
14395         * modules/getsockname: New file.
14396         * modules/getsockopt: New file.
14397         * modules/listen: New file.
14398         * modules/recv: New file.
14399         * modules/recvfrom: New file.
14400         * modules/send: New file.
14401         * modules/sendto: New file.
14402         * modules/setsockopt: New file.
14403         * modules/socket: New file.
14404         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
14405         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
14406         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
14407         the particular module is requested. Add a link warning when the
14408         particular module is not requested.
14409         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
14410         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
14411         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
14412         the particular module is requested.
14413         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
14414         gl_SYS_SOCKET_H_DEFAULTS): New macros.
14415         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
14416         * modules/sys_socket (Depends-on): Add link-warning.
14417         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
14418         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
14419         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
14420         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
14421         GL_LINK_WARNING.
14422         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
14423         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
14424         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
14425         * doc/posix-functions/getpeername.texi: Mention the new module
14426         'getpeername'.
14427         * doc/posix-functions/getsockname.texi: Mention the new module
14428         'getsockname'.
14429         * doc/posix-functions/getsockopt.texi: Mention the new module
14430         'getsockopt'.
14431         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
14432         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
14433         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
14434         * doc/posix-functions/send.texi: Mention the new module 'send'.
14435         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
14436         * doc/posix-functions/setsockopt.texi: Mention the new module
14437         'setsockopt'.
14438         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
14439         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
14440         listen, connect, accept.
14441         * modules/select-tests (Depends-on): Likewise.
14442
14443 2008-10-05  Bruno Haible  <bruno@clisp.org>
14444
14445         * lib/winsock.c (strerror): Remove unused #undef.
14446         (rpl_close): Remove unused local variable.
14447
14448         * modules/sys_socket (Depends-on); Add errno.
14449
14450 2008-10-05  Bruno Haible  <bruno@clisp.org>
14451
14452         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
14453         (select): Add a link warning when the 'select' module is not used.
14454         * modules/sys_select (Depends-on): Add link-warning.
14455         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
14456         Suggested by Paolo Bonzini.
14457
14458 2008-10-05  Jim Meyering  <meyering@redhat.com>
14459
14460         bootstrap: check for LT_INIT more portably
14461         * build-aux/bootstrap: Avoid using grep -E, since it's not
14462         portable enough.  Suggestion from Bruno Haible.
14463
14464 2008-10-05  Bruno Haible  <bruno@clisp.org>
14465
14466         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
14467         as being fixed by gnulib.
14468
14469 2008-10-05  Bruno Haible  <bruno@clisp.org>
14470
14471         * modules/select-tests: New file, mostly copied from
14472         modules/sys_select-tests.
14473         * tests/test-select.c: New file, mostly copied from
14474         tests/test-sys_select.c.
14475         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
14476         * modules/sys_select-tests (Depends-on): Remove all dependencies.
14477         (Makefile.am): Remove test_sys_select_LDADD.
14478
14479         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
14480         to an undefined symbol, for an error message.
14481         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
14482         (gl_SYS_SELECT_H_DEFAULTS): New macro.
14483         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
14484         winsock-select.c here.
14485         * modules/sys_select (Files): Remove lib/winsock-select.c.
14486         (Depends-on): Remove alloca.
14487         (Makefile.am): Substitute GNULIB_SELECT.
14488         * modules/select: New file.
14489         * doc/posix-functions/select.texi: Update.
14490
14491 2008-10-05  Bruno Haible  <bruno@clisp.org>
14492
14493         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
14494         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
14495         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
14496         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
14497         getdtablesize.
14498         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
14499         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
14500
14501 2008-10-05  Bruno Haible  <bruno@clisp.org>
14502
14503         * modules/getdtablesize-tests: New file.
14504         * tests/test-getdtablesize.c: New file.
14505
14506         New module 'getdtablesize'.
14507         * lib/unistd.in.h (getdtablesize): New declaration.
14508         * lib/getdtablesize.c: New file.
14509         * m4/getdtablesize.m4: New file.
14510         * modules/getdtablesize: New file.
14511         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14512         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
14513         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
14514         HAVE_GETDTABLESIZE.
14515         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
14516
14517 2008-10-05  Bruno Haible  <bruno@clisp.org>
14518
14519         * modules/sched (Makefile.am): Fix typo.
14520         Reported by Simon Josefsson.
14521
14522 2008-10-05  Jim Meyering  <meyering@redhat.com>
14523
14524         bootstrap: check for LT_INIT, too
14525         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
14526         are deprecated.  Suggestion from Ralf Wildenhues.
14527
14528 2008-10-05  Bruno Haible  <bruno@clisp.org>
14529
14530         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
14531         overriding them by ours.
14532         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
14533
14534 2008-10-05  Jim Meyering  <meyering@redhat.com>
14535
14536         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
14537         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
14538         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
14539
14540 2008-10-04  Bruno Haible  <bruno@clisp.org>
14541
14542         * modules/dup2 (License): Change to LGPLv2+.
14543         * modules/sleep (License): Likewise.
14544         * modules/perror (License): Likewise.
14545         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
14546         Blake.
14547         * modules/signal (License): Likewise.
14548         * modules/sigprocmask (License): Likewise.
14549         * modules/raise (License): Change to LGPLv2+, with approval by Jim
14550         Meyering.
14551
14552 2008-10-04  Bruno Haible  <bruno@clisp.org>
14553
14554         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
14555         Reported by Rainer Tammer <tammer@tammer.net>.
14556
14557 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
14558             Bruno Haible  <bruno@clisp.org>
14559
14560         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
14561         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
14562         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
14563
14564 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
14565
14566         filevercmp: new module
14567         * lib/filevercmp.h: New function filevercmp comparing version strings.
14568         * lib/filevercmp.c: Implementation of filevercmp function.
14569         * modules/filevercmp: Module metadata.
14570         * tests/test-filevercmp.c: Unit test for new module.
14571         * modules/filevercmp-tests: Unit test metadata.
14572         * MODULES.html.sh: Add filevercmp module.
14573
14574 2008-10-03  Bruno Haible  <bruno@clisp.org>
14575
14576         * lib/c-ctype.h: Add comment.
14577         Reported by Jim Meyering.
14578
14579 2008-10-02  Bruno Haible  <bruno@clisp.org>
14580
14581         * modules/posix_spawn-internal (Depends-on): Add 'open'.
14582
14583 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
14584
14585         * build-aux/bootstrap: Allow renaming bootstrap, and change the
14586         name of bootstrap.conf accordingly.
14587
14588 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
14589
14590         * build-aux/bootstrap: Install git-merge-changelog configuration
14591         items into .gitconfig if needed.
14592
14593 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
14594
14595         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
14596         git repository, and initialize/update it accordingly.
14597
14598 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
14599
14600         * modules/fsync-tests: New file.
14601         * tests/test-fsync.c: New file.
14602
14603         New module 'fsync'.
14604         * lib/fsync.c: New file.
14605         * m4/fsync.m4: New file.
14606         * modules/fsync: New file.
14607         * lib/unistd.in.h (fsync): New declaration.
14608         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
14609         GNULIB_FSYNC and HAVE_FSYNC.
14610         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
14611         * MODULES.html.sh (posix_functions): Add fsync.
14612         * doc/posix-functions/fsync.texi: Mention the new module.
14613
14614 2008-10-02  Jim Meyering  <meyering@redhat.com>
14615
14616         fts.c: sync with similar code from coreutils' remove.c
14617         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
14618         Guard also with "#if defined __linux__", since for now at least,
14619         this code is Linux-kernel-specific.
14620
14621 2008-10-02  Jim Meyering  <meyering@redhat.com>
14622
14623         fts: bug fixes
14624         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
14625         Include <sys/vfs.h>, not <sys/statfs.h>.
14626
14627         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
14628         Include <sys/vfs.h>, not <sys/statfs.h>.
14629
14630 2008-10-01  Bruno Haible  <bruno@clisp.org>
14631
14632         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
14633         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
14634         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
14635         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
14636         * doc/posix-functions/posix_spawnp.texi: Likewise.
14637         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
14638         whether posix_spawn actually works.
14639         * m4/pipe.m4 (gl_PIPE): Likewise.
14640         * modules/execute (Files): Add m4/posix_spawn.m4.
14641         * modules/pipe (Files): Add m4/posix_spawn.m4.
14642         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
14643
14644 2008-10-01  Jim Meyering  <meyering@redhat.com>
14645
14646         remove trailing spaces
14647         * NEWS: Likewise.
14648         * lib/poll.c (poll): Likewise.
14649         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
14650         * lib/winsock.c (rpl_close): Likewise.
14651         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
14652         * modules/yield: Likewise.
14653         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
14654         * tests/test-sys_select.c (connect_to_socket): Likewise.
14655
14656         fts.c: adjust a new interface to be more generally useful
14657         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
14658         (fts_build): Adjust caller.
14659
14660 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14661
14662         * modules/cond-tests: New file.
14663         * tests/test-cond.c: New file.
14664
14665 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14666             Bruno Haible  <bruno@clisp.org>
14667
14668         * modules/cond (Dependencies): Add errno, time.
14669         * lib/glthread/cond.h: Include <time.h>.
14670         (gl_cond_define, gl_cond_define_initialized): Use the same definition
14671         across platforms.
14672
14673 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14674             Bruno Haible  <bruno@clisp.org>
14675
14676         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
14677
14678 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14679             Bruno Haible  <bruno@clisp.org>
14680
14681         * modules/tls-tests (Depends-on): Add thread, yield.
14682         (configure.ac): Remove all checks.
14683         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
14684         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
14685         gl_thread_self): Remove definitions. Include glthread/thread.h and
14686         glthread/yield.h instead.
14687         (test_tls): Pass an additional NULL argument to gl_thread_join.
14688
14689 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14690             Bruno Haible  <bruno@clisp.org>
14691
14692         * modules/lock-tests (Depends-on): Add thread, yield.
14693         (configure.ac): Remove all checks.
14694         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
14695         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
14696         gl_thread_self): Remove definitions. Include glthread/thread.h and
14697         glthread/yield.h instead.
14698         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
14699         additional NULL argument to gl_thread_join.
14700
14701 2008-09-30  Bruno Haible  <bruno@clisp.org>
14702
14703         Fix the Win32 implementation of the 'thread' module.
14704         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
14705         pointer type.
14706         (gl_thread_self): Invoke gl_thread_self_func.
14707         (gl_thread_self_func): New declaration.
14708         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
14709         (do_init_self_key, init_self_key): New functions.
14710         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
14711         Remove some fields.
14712         (running_threads, running_lock): Remove variables.
14713         (get_current_thread_handle): New function.
14714         (gl_thread_self_func, wrapper_func, glthread_create_func,
14715         glthread_join_func, gl_thread_exit_func): Largely rewritten and
14716         simplified.
14717
14718 2008-09-30  Bruno Haible  <bruno@clisp.org>
14719
14720         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
14721         files.
14722
14723 2008-09-30  Jim Meyering  <meyering@redhat.com>
14724
14725         fts.m4: correct the test for statfs.f_type
14726         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
14727         when checking for statfs.f_type.
14728
14729 2008-09-15  Simon Josefsson  <simon@josefsson.org>
14730
14731         tests: avoid some compiler warnings
14732         * tests/test-memchr.c (main): Pass NULL indirectly.
14733         * tests/test-getdate.c (main): Remove unused variable 'ret'.
14734
14735 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
14736
14737         getdate.y: disallow countable dayshifts like "4 yesterday ago"
14738         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
14739         exactly specified dayshifts.
14740         (dayshift): New rule.
14741         (rel): Add dayshift.
14742         (relative_time_table) [tomorrow, yesterday, today, now]:
14743         Use tDAY_SHIFT in place of tDAY_UNIT.
14744         * tests/test-getdate.c: Add tests for now-disallowed countable
14745         dayshifts, e.g., "4 yesterday ago".
14746
14747 2008-09-29  Bruno Haible  <bruno@clisp.org>
14748
14749         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
14750         * tests/test-posix_spawn1.in.sh: Renamed from
14751         tests/test-posix_spawn.in.sh.
14752         * tests/test-posix_spawn2.c: New file.
14753         * tests/test-posix_spawn2.in.sh: New file.
14754         * modules/posix_spawnp-tests (Files): Update.
14755         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
14756
14757 2008-09-29  Bruno Haible  <bruno@clisp.org>
14758
14759         Propagate effects of putenv/setenv/unsetenv to child processes.
14760         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
14761         * lib/pipe.c (create_pipe): Likewise.
14762
14763 2008-09-29  Bruno Haible  <bruno@clisp.org>
14764
14765         Enable use of shell scripts as executables in mingw.
14766         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
14767         run the program as a shell script.
14768         * lib/pipe.c (create_pipe): Likewise.
14769         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
14770         resulting array.
14771
14772 2008-09-29  Eric Blake  <ebb9@byu.net>
14773
14774         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
14775
14776 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
14777
14778         * doc/posix-functions/accept.texi: Update mingw problems.
14779         * doc/posix-functions/bind.texi: Update mingw problems.
14780         * doc/posix-functions/close.texi: Update mingw problems.
14781         * doc/posix-functions/connect.texi: Update mingw problems.
14782         * doc/posix-functions/getpeername.texi: Update mingw problems.
14783         * doc/posix-functions/getsockname.texi: Update mingw problems.
14784         * doc/posix-functions/getsockopt.texi: Update mingw problems.
14785         * doc/posix-functions/ioctl.texi: Update mingw problems.
14786         * doc/posix-functions/listen.texi: Update mingw problems.
14787         * doc/posix-functions/recv.texi: Update mingw problems.
14788         * doc/posix-functions/recvfrom.texi: Update mingw problems.
14789         * doc/posix-functions/select.texi: Update mingw problems.
14790         * doc/posix-functions/send.texi: Update mingw problems.
14791         * doc/posix-functions/sendto.texi: Update mingw problems.
14792         * doc/posix-functions/setsockopt.texi: Update mingw problems.
14793         * doc/posix-functions/socket.texi: Update mingw problems.
14794
14795 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
14796             Bruno Haible  <bruno@clisp.org>
14797
14798         * lib/sys_select.in.h: Include sys/time.h.
14799         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
14800         * modules/sys_select: Depend on sys_time.
14801         * tests/test-sys_select.c: Test that sys/select.h defines struct
14802         timeval fully.
14803
14804 2008-09-29  Bruno Haible  <bruno@clisp.org>
14805
14806         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
14807         * lib/sys_select.in.h: Likewise.
14808
14809 2008-09-29  Bruno Haible  <bruno@clisp.org>
14810
14811         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
14812
14813 2008-09-29  Bruno Haible  <bruno@clisp.org>
14814
14815         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
14816         Set LIBSOCKET instead of augmenting LIBS.
14817         * modules/sockets (Link): New section.
14818         * modules/sockets-tests (test_sockets_LDADD): New variable.
14819         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
14820         * modules/poll-tests (test_poll_LDADD): New variable.
14821         * NEWS: Document the change.
14822
14823 2008-09-29  Bruno Haible  <bruno@clisp.org>
14824
14825         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
14826         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
14827         ARPA_INET_H directly.
14828         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
14829
14830 2008-09-28  Bruno Haible  <bruno@clisp.org>
14831
14832         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
14833         from gl_HEADER_SYS_SOCKET.
14834         (gl_HEADER_SYS_SOCKET): Invoke it.
14835         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14836
14837 2008-09-28  Bruno Haible  <bruno@clisp.org>
14838
14839         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
14840         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
14841         Needed on OSF/1 4.0.
14842
14843 2008-09-28  Bruno Haible  <bruno@clisp.org>
14844
14845         Override open more carefully.
14846         * lib/open.c (orig_open): New function.
14847         (rpl_open): Use orig_open instead of open.
14848         * lib/fcntl.in.h: Add special invocation convention.
14849         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
14850         (gl_FUNC_OPEN): Invoke it.
14851
14852         Override freopen more carefully.
14853         * lib/freopen.c (orig_freopen): New function.
14854         (rpl_freopen): Use orig_freopen instead of freopen.
14855         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
14856         (gl_FUNC_FREOPEN): Invoke it.
14857
14858         Override fopen more carefully.
14859         * lib/fopen.c (orig_fopen): New function.
14860         (rpl_fopen): Use orig_fopen instead of fopen.
14861         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
14862         (gl_FUNC_FOPEN): Invoke it.
14863         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
14864
14865 2008-09-28  Bruno Haible  <bruno@clisp.org>
14866
14867         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
14868         SIGPIPE.
14869
14870 2008-09-28  Bruno Haible  <bruno@clisp.org>
14871
14872         * tests/test-sigaction.c (handler, main): Disable the check whether
14873         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
14874         glibc systems with LinuxThreads.
14875
14876 2008-09-28  Bruno Haible  <bruno@clisp.org>
14877
14878         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
14879
14880         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
14881         with AIX xlc.
14882         * lib/fcntl.in.h (open): Likewise.
14883         Reported by Rainer Tammer <tammer@tammer.net>.
14884
14885 2008-09-28  Bruno Haible  <bruno@clisp.org>
14886
14887         * modules/posix_spawnp-tests: New file.
14888         * tests/test-posix_spawn.c: New file.
14889         * tests/test-posix_spawn.in.sh: New file.
14890
14891         New module 'posix_spawnp'.
14892         * modules/posix_spawnp: New file.
14893         * lib/spawnp.c: New file, from GNU libc with modifications.
14894         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
14895
14896         New module 'posix_spawn'.
14897         * modules/posix_spawn: New file.
14898         * lib/spawn.c: New file, from GNU libc with modifications.
14899         * doc/posix-functions/posix_spawn.texi: Mention the new module.
14900
14901         New module 'posix_spawnattr_destroy'.
14902         * modules/posix_spawnattr_destroy: New file.
14903         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
14904         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
14905         module.
14906
14907         New module 'posix_spawnattr_setsigmask'.
14908         * modules/posix_spawnattr_setsigmask: New file.
14909         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
14910         modifications.
14911         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
14912         new module.
14913
14914         New module 'posix_spawnattr_getsigmask'.
14915         * modules/posix_spawnattr_getsigmask: New file.
14916         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
14917         modifications.
14918         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
14919         new module.
14920
14921         New module 'posix_spawnattr_setsigdefault'.
14922         * modules/posix_spawnattr_setsigdefault: New file.
14923         * lib/spawnattr_setdefault.c: New file, from GNU libc with
14924         modifications.
14925         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
14926         new module.
14927
14928         New module 'posix_spawnattr_getsigdefault'.
14929         * modules/posix_spawnattr_getsigdefault: New file.
14930         * lib/spawnattr_getdefault.c: New file, from GNU libc with
14931         modifications.
14932         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
14933         new module.
14934
14935         New module 'posix_spawnattr_setschedpolicy'.
14936         * modules/posix_spawnattr_setschedpolicy: New file.
14937         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
14938         modifications.
14939         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
14940         new module.
14941
14942         New module 'posix_spawnattr_getschedpolicy'.
14943         * modules/posix_spawnattr_getschedpolicy: New file.
14944         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
14945         modifications.
14946         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
14947         new module.
14948
14949         New module 'posix_spawnattr_setschedparam'.
14950         * modules/posix_spawnattr_setschedparam: New file.
14951         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
14952         modifications.
14953         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
14954         new module.
14955
14956         New module 'posix_spawnattr_getschedparam'.
14957         * modules/posix_spawnattr_getschedparam: New file.
14958         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
14959         modifications.
14960         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
14961         new module.
14962
14963         New module 'posix_spawnattr_setpgroup'.
14964         * modules/posix_spawnattr_setpgroup: New file.
14965         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
14966         modifications.
14967         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
14968         module.
14969
14970         New module 'posix_spawnattr_getpgroup'.
14971         * modules/posix_spawnattr_getpgroup: New file.
14972         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
14973         modifications.
14974         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
14975         module.
14976
14977         New module 'posix_spawnattr_setflags'.
14978         * modules/posix_spawnattr_setflags: New file.
14979         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
14980         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
14981         module.
14982
14983         New module 'posix_spawnattr_getflags'.
14984         * modules/posix_spawnattr_getflags: New file.
14985         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
14986         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
14987         module.
14988
14989         New module 'posix_spawnattr_init'.
14990         * modules/posix_spawnattr_init: New file.
14991         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
14992         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
14993         module.
14994
14995         New module 'posix_spawn_file_actions_destroy'.
14996         * modules/posix_spawn_file_actions_destroy: New file.
14997         * lib/spawn_faction_destroy.c: New file, from GNU libc with
14998         modifications.
14999         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
15000         the new module.
15001
15002         New module 'posix_spawn_file_actions_addopen'.
15003         * modules/posix_spawn_file_actions_addopen: New file.
15004         * lib/spawn_faction_addopen.c: New file, from GNU libc with
15005         modifications.
15006         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
15007         the new module.
15008
15009         New module 'posix_spawn_file_actions_adddup2'.
15010         * modules/posix_spawn_file_actions_adddup2: New file.
15011         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
15012         modifications.
15013         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
15014         the new module.
15015
15016         New module 'posix_spawn_file_actions_addclose'.
15017         * modules/posix_spawn_file_actions_addclose: New file.
15018         * lib/spawn_faction_addclose.c: New file, from GNU libc with
15019         modifications.
15020         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
15021         the new module.
15022
15023         New module 'posix_spawn_file_actions_init'.
15024         * modules/posix_spawn_file_actions_init: New file.
15025         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
15026         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
15027         new module.
15028
15029         New module 'posix_spawn-internal'.
15030         * modules/posix_spawn-internal: New file.
15031         * lib/spawn_int.h: New file, from GNU libc with modifications.
15032         * lib/spawni.c: New file, from GNU libc with modifications.
15033         * m4/posix_spawn.m4: New file.
15034
15035         New module 'spawn'.
15036         * modules/spawn: New file.
15037         * lib/spawn.in.h: New file, from GNU libc with modifications.
15038         * m4/spawn_h.m4: New file.
15039         * doc/posix-headers/spawn.texi: Mention the new module.
15040
15041 2008-09-28  Bruno Haible  <bruno@clisp.org>
15042
15043         * modules/sched-tests: New file.
15044         * tests/test-sched.c: New file.
15045
15046         New module 'sched'.
15047         * modules/sched: New file.
15048         * lib/sched.in.h: New file.
15049         * m4/sched_h.m4: New file.
15050         * doc/posix-headers/sched.texi: Mention the new module.
15051
15052 2008-09-27  Eric Blake  <ebb9@byu.net>
15053
15054         Fix previous patch, and tweak references to $0.
15055         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
15056         (func_version, func_gnulib_dir): Don't call this program
15057         gnulib-tool.
15058         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
15059         with using $0 in function.
15060         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
15061         (func_fatal_error): Reuse the name the user invoked us with.
15062
15063 2008-09-27  Bruno Haible  <bruno@clisp.org>
15064
15065         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
15066         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
15067         (gl_ICONV_H): Not here.
15068         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
15069         instead of assigning ICONV_H directly.
15070
15071         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
15072         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
15073         WCHAR_H directly.
15074
15075 2008-09-27  Bruno Haible  <bruno@clisp.org>
15076
15077         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
15078         * modules/arpa_inet (Depends-on): Add link-warning.
15079         (Makefile.am): Insert the definition of GL_LINK-WARNING.
15080         * modules/unistd (Makefile.am): Likewise.
15081
15082 2008-09-26  Bruno Haible  <bruno@clisp.org>
15083
15084         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
15085         variables.
15086         (func_version): Essentially copied from gnulib-tool.
15087         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
15088         func_readlink): Copied from gnulib-tool.
15089
15090 2008-09-26  Bruno Haible  <bruno@clisp.org>
15091
15092         * gnulib-tool (func_version): Change directory to $gnulib_dir before
15093         invoking git-version-gen.
15094
15095 2008-09-26  Bruno Haible  <bruno@clisp.org>
15096
15097         * posix-modules: Update to directory names changed on 2008-01-19.
15098         Remove commas in output before splitting into words. No more need to
15099         avoid 'ftruncate' since 2007-02-19.
15100
15101 2008-09-26  Bruno Haible  <bruno@clisp.org>
15102
15103         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
15104
15105 2008-09-26  Bruno Haible  <bruno@clisp.org>
15106
15107         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
15108         * modules/fwriteerror (Depends-on): Add errno.
15109
15110 2008-09-26  Bruno Haible  <bruno@clisp.org>
15111
15112         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
15113         * tests/test-vc-list-files-cvs.sh: Likewise.
15114
15115 2008-09-26  Bruno Haible  <bruno@clisp.org>
15116
15117         * doc/posix-headers/sys_resource.texi: Reorder items.
15118
15119 2008-09-26  Jim Meyering  <meyering@redhat.com>
15120
15121         fts: tweak inode comparison function
15122         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
15123         inode numbers, as documented.
15124
15125         fts: sort dirent entries on inode number before traversing
15126         This avoids a quadratic, seek-related performance penalty when
15127         operating on a directory containing many entries (measurable at 10k;
15128         3.5 hours at 2 million entries with a cold cache) on certain types
15129         of file systems, including ext3 and ext4, but not tmpfs.
15130         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
15131         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
15132         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
15133         (fs_handles_readdir_ordered_dirents_efficiently): New function.
15134         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
15135         (fts_build): Set the stat.st_ino member from D_INO.
15136         If it is likely to be useful, sort dirent entries on inode number.
15137
15138         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
15139         and the struct statfs.f_type member.
15140         * modules/fts (Depends-on): Add d-ino.
15141
15142 2008-09-26  Bruno Haible  <bruno@clisp.org>
15143
15144         * modules/sigpipe-die (Depends-on): Add sigpipe.
15145
15146         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
15147         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
15148         and GNULIB_STDIO_H_SIGPIPE are set.
15149         * lib/stdio-write.c: New file.
15150         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
15151         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15152         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15153         REPLACE_STDIO_WRITE_FUNCS.
15154         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
15155         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15156         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15157         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
15158         * modules/stdio (Files): Add lib/stdio-write.c.
15159         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
15160         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15161         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15162         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
15163         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
15164         REPLACE_FPRINTF_POSIX.
15165         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
15166         REPLACE_PRINTF_POSIX.
15167         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
15168         REPLACE_VFPRINTF_POSIX.
15169         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
15170         REPLACE_VPRINTF_POSIX.
15171         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
15172         SIGPIPE issue.
15173         * doc/posix-functions/fputc.texi: Likewise.
15174         * doc/posix-functions/fputs.texi: Likewise.
15175         * doc/posix-functions/fwrite.texi: Likewise.
15176         * doc/posix-functions/printf.texi: Likewise.
15177         * doc/posix-functions/putc.texi: Likewise.
15178         * doc/posix-functions/putchar.texi: Likewise.
15179         * doc/posix-functions/puts.texi: Likewise.
15180         * doc/posix-functions/vfprintf.texi: Likewise.
15181         * doc/posix-functions/vprintf.texi: Likewise.
15182
15183         * modules/safe-write (Depends-on): Add write.
15184
15185         * modules/sigpipe-tests: New file.
15186         * tests/test-sigpipe.c: New file.
15187         * tests/test-sigpipe.sh: New file.
15188
15189         * modules/write: New file.
15190         * lib/unistd.in.h: Include <sys/types.h>.
15191         (write): New declaration.
15192         * lib/write.c: New file.
15193         * m4/write.m4: New file.
15194         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15195         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
15196         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
15197         GNULIB_WRITE, REPLACE_WRITE.
15198         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
15199         and the SIGPIPE issue.
15200
15201         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
15202         (raise): New declaration.
15203         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
15204         (ext_signal): New function.
15205         (rpl_raise): New function.
15206         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
15207         GNULIB_SIGNAL_H_SIGPIPE.
15208         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
15209         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
15210
15211         * modules/sigpipe: New file.
15212         * m4/sigpipe.m4: New file.
15213
15214 2008-09-25  Derek Price  <derek@ximbiot.com>
15215             Bruno Haible  <bruno@clisp.org>
15216
15217         * gnulib-tool (func_import): Report all license incompatibilities, not
15218         just the first one.
15219
15220 2008-09-25  Bruno Haible  <bruno@clisp.org>
15221
15222         * gnulib-tool (func_import): When computing the edits, consider not
15223         only the Makefile.ams that exist but also those that will be generated.
15224
15225 2008-09-25  Simon Josefsson  <simon@josefsson.org>
15226
15227         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
15228         fixes gnulib-tool --test warning about duplicate dependency.
15229
15230 2008-09-25  Bruno Haible  <bruno@clisp.org>
15231
15232         * gnulib-tool: Don't ask the user to perform edits in the generated
15233         Makefile.ams.
15234         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
15235         apply to the Makefile.am being generated.
15236         (func_emit_tests_Makefile_am): Execute edits that apply to the
15237         Makefile.am being generated.
15238         (func_import): Setup list of Makefile.am edits before emitting the
15239         Makefile.ams, not at the end.
15240         (func_create_testdir): Update.
15241         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15242
15243 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15244
15245         * gnulib-tool (func_import): Store the --tests-base option in the
15246         comment in gnulib-cache.m4.
15247
15248 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
15249
15250         * NEWS: Document increased portability that sys_select now provides.
15251
15252         * lib/sys_select.in.h: Install select wrapper.
15253         * lib/sys_socket.in.h: Use more descriptive name when there is no
15254         select wrapper.
15255         * lib/winsock-select.c: New.
15256         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
15257         Require gl_HEADER_SYS_SOCKET.
15258         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
15259         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
15260         * tests/test-sys_select.c: Add functional tests.
15261
15262 2008-09-24  Eric Blake  <ebb9@byu.net>
15263
15264         open, fopen: close fd leak in last patch
15265         * lib/open.c (rpl_open): Close fd before returning error.
15266         * lib/fopen.c (rpl_fopen): Close fd before returning error.
15267         * doc/posix-functions/open.texi (open): Document that Irix also
15268         has the bug.
15269         * doc/posix-functions/fopen.texi (fopen): Likewise.
15270         Reported by Paolo Bonzini.
15271
15272 2008-09-24  Bruno Haible  <bruno@clisp.org>
15273
15274         Ensure that a filename ending in a slash cannot be used to access a
15275         non-directory.
15276         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
15277         to check whether it's really a directory.
15278         * lib/fopen.c: Include fcntl.h, unistd.h.
15279         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
15280         and fdopen().
15281         * modules/fopen (Depends-on): Add unistd.
15282         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
15283         * tests/test-fopen.c (main): Likewise.
15284         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
15285         * doc/posix-functions/fopen.texi: Likewise.
15286         Reported by Eric Blake.
15287
15288 2008-09-23  Eric Blake  <ebb9@byu.net>
15289
15290         c-stack: avoid compiler optimizations when provoking overflow
15291         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
15292         recursion harder to optimize, to ensure a stack overflow occurs.
15293         * tests/test-c-stack.c (recurse): Likewise.
15294         Borrowed from libsigsegv.
15295
15296         c-stack: work around Irix sigaltstack bug
15297         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
15298         whether sigaltstack uses wrong end of stack_t (copied in part from
15299         libsigsegv).
15300         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
15301         Irix bug, without requiring an over-allocation.
15302         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
15303         bug.
15304
15305         fopen: document mingw bug on directories
15306         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
15307         not allowing a stream visiting a directory, even though reading
15308         from such a stream is not portable.
15309
15310 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
15311
15312         * lib/poll.c: Rewrite.
15313         * modules/poll: Depend on alloca.
15314
15315 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
15316
15317         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
15318         instead define prototypes for a full set of wrappers.  Ensure
15319         that Cygwin does not use the compatibility code, which is only
15320         for MinGW.
15321         * lib/winsock.c: New.
15322         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
15323         * modules/sys_socket: Add lib/winsock.c.
15324
15325         * modules/poll-tests: Add errno and perror.
15326         * tests/test-poll.c: Use ioctl, not ioctlsocket.
15327
15328 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
15329
15330         * tests/test-poll.c: Downgrade minimum needed Winsock version.
15331
15332 2008-09-23  Bruno Haible  <bruno@clisp.org>
15333
15334         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
15335         * doc/glibc-functions/*: Likewise.
15336
15337 2008-09-23  Simon Josefsson  <simon@josefsson.org>
15338
15339         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
15340         success.
15341
15342 2008-09-22  Eric Blake  <ebb9@byu.net>
15343             Bruno Haible  <bruno@clisp.org>
15344
15345         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
15346         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
15347         supply %A but mishandle pseudo-NaN.
15348         Reported by Simon Josefsson.
15349
15350 2008-09-21  Bruno Haible  <bruno@clisp.org>
15351
15352         * tests/test-lock.c (main): Tweak skip message.
15353         * tests/test-tls.c (main): Likewise.
15354
15355 2008-09-21  Bruno Haible  <bruno@clisp.org>
15356
15357         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
15358         whether 'struct sigaction' has sa_sigaction here...
15359         (gl_PREREQ_SIG_HANDLER_H): ... not here.
15360         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
15361
15362 2008-09-21  Bruno Haible  <bruno@clisp.org>
15363
15364         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
15365         section.
15366         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
15367         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
15368         the new section.
15369         (Support for obsolete systems lacking POSIX:2001): New section.
15370         (String handling <string.h>): Move strdup to the new section.
15371         Suggested by Simon Josefsson and Paolo Bonzini.
15372
15373 2008-09-21  Bruno Haible  <bruno@clisp.org>
15374
15375         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
15376         exponents in %e and %g results on 'long double'. Needed for mingw's
15377         improved *printf functions.
15378         * tests/test-vasprintf-posix.c (test_function): Likewise.
15379         * tests/test-snprintf-posix.h (test_function): Likewise.
15380         * tests/test-sprintf-posix.h (test_function): Likewise.
15381         Reported by Eric Blake.
15382
15383 2008-09-21  Bruno Haible  <bruno@clisp.org>
15384
15385         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
15386         * tests/test-sprintf-posix.h (test_function): Likewise.
15387
15388 2008-09-21  Bruno Haible  <bruno@clisp.org>
15389
15390         * modules/getpass (Depends-on): Add strdup-posix.
15391
15392         New module 'strdup-posix'.
15393         * modules/strdup-posix: New file.
15394         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
15395         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
15396         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15397         REPLACE_STRDUP.
15398         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
15399         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
15400         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15401         strdup-posix.
15402
15403         * modules/strdup (Depends-on): Remove malloc-posix.
15404
15405 2008-09-20  Bruno Haible  <bruno@clisp.org>
15406
15407         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
15408         Wildenhues.
15409
15410 2008-09-20  Bruno Haible  <bruno@clisp.org>
15411
15412         Ensure that wint_t gets defined on IRIX 5.3.
15413         * lib/wchar.in.h (wint_t): Define if not defined by the system.
15414         * lib/wctype.in.h (wint_t): Likewise.
15415         (__wctype_wint_t): Remove type.
15416         (isw*): Use wint_t instead of __wctype_wint_t.
15417         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
15418         * modules/wchar (Files): Add m4/wint_t.m4.
15419         (Makefile.am): Substitute HAVE_WINT_T.
15420         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
15421         * tests/test-wctype.c: Check that wint_t is defined.
15422         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
15423         * doc/posix-headers/wctype.texi: Likewise.
15424         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15425
15426 2008-09-18  Bruno Haible  <bruno@clisp.org>
15427
15428         * gnulib-tool (func_exit): Update comment.
15429
15430 2008-09-18  Simon Josefsson  <simon@josefsson.org>
15431
15432         * modules/getaddrinfo (Depends-on): Remove strdup, this module
15433         assumes strdup exists and does not depend on strdup to return
15434         ENOMEM on out of memory conditions.
15435
15436 2008-09-18  Bruno Haible  <bruno@clisp.org>
15437
15438         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
15439         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
15440         digits for the exponent.
15441
15442 2008-09-18  Jim Meyering  <meyering@redhat.com>
15443             Bruno Haible  <bruno@clisp.org>
15444
15445         * lib/vasnprintf.c (decimal_point_char): Define also if
15446         NEED_PRINTF_INFINITE_LONG_DOUBLE.
15447
15448 2008-09-16  Bruno Haible  <bruno@clisp.org>
15449         and Eric Blake  <ebb9@byu.net>
15450
15451         vasnprintf: support Irix 5.3
15452         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
15453         that mishandle long double infinity.
15454         Reported by Tom G. Christensen.
15455
15456 2008-09-16  Bruno Haible  <bruno@clisp.org>
15457
15458         * doc/glibc-functions/scandir.texi: Mention the function is missing on
15459         Solaris 9.
15460         * doc/glibc-functions/alphasort.texi: Likewise.
15461         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
15462
15463 2008-09-16  Jim Meyering  <meyering@redhat.com>
15464
15465         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
15466         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
15467         a umask modification leak out of a subshell.  Otherwise, the
15468         opensolaris /bin/sh would be accepted and thus cause unwarranted
15469         failures in the coreutils test suite.
15470
15471 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
15472
15473         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
15474         to succeed.
15475
15476 2008-09-16  Jim Meyering  <meyering@redhat.com>
15477
15478         avoid spurious test failure when library is built without ACL support
15479         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
15480         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
15481         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
15482         * tests/test-copy-acl.sh: Likewise.
15483
15484 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15485
15486         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
15487         based on character occurrence counts.
15488
15489 2008-09-15  Eric Blake  <ebb9@byu.net>
15490
15491         tests: avoid some compiler warnings
15492         * tests/test-memchr.c (main): Pass NULL indirectly.
15493         * tests/test-closein.c (main): Avoid unused variable.
15494
15495 2008-09-15  Bruno Haible  <bruno@clisp.org>
15496
15497         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
15498         are missing on OpenBSD 4.0 individually.
15499         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15500
15501 2008-09-15  Bruno Haible  <bruno@clisp.org>
15502
15503         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
15504         * doc/posix-functions/strerror.texi: Mention also Cygwin.
15505         * doc/posix-functions/perror.texi: Likewise.
15506         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
15507         is missing.
15508         Reported by Eric Blake.
15509
15510         * lib/errno.in.h: Use replacement values >= 2000.
15511         Reported by Eric Blake.
15512
15513 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15514
15515         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
15516         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
15517         limit.
15518         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
15519         compareseq was aborted.
15520
15521 2008-09-14  Bruno Haible  <bruno@clisp.org>
15522
15523         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
15524         yvec_edit_count.
15525         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
15526         (fstrcmp_bounded): Simplify result computation accordingly.
15527
15528 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15529
15530         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
15531         (fstrcmp): Define in terms of fstrcmp_bounded.
15532         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
15533         lower_bound argument.
15534         Return quickly if the result is certainly < lower_bound.
15535         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
15536
15537 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15538
15539         * lib/diffseq.h (EARLY_ABORT): New macro.
15540         (compareseq): Change return type to bool. Return true when EARLY_ABORT
15541         evaluates to true.
15542
15543 2008-09-14  Bruno Haible  <bruno@clisp.org>
15544
15545         * modules/perror-tests: New file.
15546         * tests/test-perror.sh: New file.
15547         * tests/test-perror.c: New file.
15548
15549         New module 'perror'.
15550         * lib/stdio.in.h (perror): New declaration.
15551         * lib/perror.c: New file.
15552         * m4/perror.m4: New file.
15553         * modules/perror: New file.
15554         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
15555         * doc/posix-functions/perror.texi: Mention the perror module.
15556         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
15557         REPLACE_PERROR.
15558         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
15559         REPLACE_PERROR.
15560
15561 2008-09-14  Bruno Haible  <bruno@clisp.org>
15562
15563         * modules/stdio (Makefile.am): Reorder to match the order in
15564         lib/stdio.in.h.
15565         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15566
15567 2008-09-13  Bruno Haible  <bruno@clisp.org>
15568
15569         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
15570
15571 2008-09-13  Bruno Haible  <bruno@clisp.org>
15572
15573         Extend strerror to cover the added errno values.
15574         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
15575         (rpl_strerror): Provide error messages for the added errno values and
15576         for the WSA* values.
15577         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
15578         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
15579         strerror.
15580         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
15581         * modules/strerror (Depends-on): Add errno.
15582         * doc/posix-functions/strerror.texi: Document the change.
15583         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
15584         and EOVERFLOW.
15585
15586 2008-09-13  Bruno Haible  <bruno@clisp.org>
15587
15588         * modules/EOVERFLOW: Remove file.
15589         * m4/eoverflow.m4: Remove file.
15590         * modules/EOVERFLOW-tests: Remove file.
15591         * tests/test-EOVERFLOW.c: Remove file.
15592         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
15593         * modules/ftell (Depends-on): Likewise.
15594         * modules/getdelim (Depends-on): Likewise.
15595         * modules/getugroups (Depends-on): Likewise.
15596         * modules/poll (Depends-on): Likewise.
15597         * modules/snprintf (Depends-on): Likewise.
15598         * modules/sprintf-posix (Depends-on): Likewise.
15599         * modules/vasnprintf (Depends-on): Likewise.
15600         * modules/vasprintf (Depends-on): Likewise.
15601         * modules/vfprintf-posix (Depends-on): Likewise.
15602         * modules/vsnprintf (Depends-on): Likewise.
15603         * modules/vsprintf-posix (Depends-on): Likewise.
15604         * modules/xvasprintf (Depends-on): Likewise.
15605         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
15606         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
15607         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
15608         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
15609         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
15610         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
15611         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
15612         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
15613         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
15614         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
15615         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
15616         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
15617         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
15618         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
15619         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
15620         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
15621         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
15622         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
15623         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
15624         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
15625         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
15626         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
15627         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
15628         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
15629         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
15630         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
15631         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
15632         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
15633         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
15634         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
15635         * MODULES.html.sh: Remove EOVERFLOW.
15636         * NEWS: Mention the change.
15637
15638 2008-09-13  Bruno Haible  <bruno@clisp.org>
15639
15640         * modules/errno-tests: New file.
15641         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
15642
15643         * lib/errno.in.h: New file.
15644         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
15645         * modules/errno: New file.
15646         * doc/posix-headers/errno.texi: Update documentation.
15647         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
15648
15649 2008-09-13  Bruno Haible  <bruno@clisp.org>
15650
15651         * tests/test-poll.c: Use #if for native Windows, rather than testing
15652         __MSVCRT__.
15653
15654 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15655             Bruno Haible  <bruno@clisp.org>
15656
15657         * lib/glob.c: Don't include <pwd.h> on native Windows.
15658         (WINDOWS32): New macro.
15659         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
15660
15661 2008-09-13  Bruno Haible  <bruno@clisp.org>
15662
15663         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
15664         (ETIMEDOUT): Remove macro.
15665         (glthread_cond_timedwait_multithreaded): New declaration.
15666         (glthread_cond_timedwait): Use it.
15667         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
15668         (glthread_cond_timedwait_multithreaded): New function.
15669
15670 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
15671
15672         * modules/poll-tests: Do not check for io.h.
15673         * tests/test-poll.c: Check for __MSVCRT__ instead.
15674
15675 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
15676
15677         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
15678         * modules/poll-tests: Add inet_pton, stdbool, sockets.
15679         * tests/test-poll.c: Use them.  Use _pipe on Windows.
15680
15681 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
15682
15683         * modules/poll-tests: New.
15684         * tests/test-poll.c: New.
15685
15686 2008-09-12  Eric Blake  <ebb9@byu.net>
15687
15688         frexp: test for NetBSD failure on -0.0
15689         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
15690         not all, bugs from NetBSD 3.0 have been fixed.
15691         * doc/posix-functions/frexp.texi (frexp): Document bug.
15692         Reported by Thomas Klausner.
15693
15694         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
15695         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
15696         literal -0.0.
15697         Reported by Jonathan C. Patschke <jp@centtech.com>.
15698
15699 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15700
15701         * lib/glthread/cond.h: Use dummy implementation also if
15702         USE_WIN32_THREADS.
15703
15704 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15705
15706         * modules/fnmatch-posix (License): Change to LGPLv2+.
15707         * modules/fnmatch-gnu (License): Likewise.
15708
15709 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15710
15711         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
15712
15713 2008-09-11  Jim Meyering  <meyering@redhat.com>
15714
15715         * users.txt: Add gtk-vnc.
15716
15717 2008-09-08  Simon Josefsson  <simon@josefsson.org>
15718
15719         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
15720         rotate amounts.
15721
15722         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
15723         required for 16-bit and 8-bit rotates.
15724         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
15725         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
15726         UINT8_MAX instead of hard-coded constants.
15727         Suggested by Paul Eggert.
15728
15729 2008-09-07  Bruno Haible  <bruno@clisp.org>
15730
15731         * tests/test-striconveh.c (main): Check behaviour when converting from
15732         UTF-7.
15733
15734         Make striconveh work better with stateful encodings.
15735         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
15736         that iconv does not increment the inptr when returning -1/EINVAL.
15737
15738 2008-09-07  Bruno Haible  <bruno@clisp.org>
15739
15740         * build-aux/config.rpath: Update according to libtool-2.2.6.
15741         * build-aux/config.libpath: Likewise.
15742
15743 2008-09-06  Bruno Haible  <bruno@clisp.org>
15744
15745         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
15746         * lib/freadptr.c (freadptr): Likewise.
15747         * lib/freadseek.c (freadptrinc): Likewise.
15748         Reported by Simon Josefsson.
15749
15750 2008-09-06  Bruno Haible  <bruno@clisp.org>
15751
15752         * modules/freadptr (License): Change to LGPLv2+.
15753         * modules/freadseek (License): Likewise.
15754         Suggested by Eric Blake.
15755
15756         * modules/memchr2 (License): Change to LGPLv2+.
15757         Approved by Eric Blake.
15758
15759 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15760             Bruno Haible  <bruno@clisp.org>
15761
15762         Make gnulib-tool work with native 'sed' on AIX.
15763         * gnulib-tool (sed_noop): New variable.
15764         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
15765         func_add_or_update, func_create_testdir): Use it to initialize sed
15766         script variables.
15767         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15768
15769 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
15770             Bruno Haible  <bruno@clisp.org>
15771
15772         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
15773         also works after #include directives.
15774
15775 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
15776
15777         getdate.y: reject an out-of-range timezone value
15778         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
15779         the range [-24...+24].  When specified with only one or two digits,
15780         * tests/test-getdate.c: Tests for the fix.
15781         * doc/getdate.texi: Document this change.
15782
15783 2008-09-03  Bruno Haible  <bruno@clisp.org>
15784
15785         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
15786
15787 2008-09-02  Simon Josefsson  <simon@josefsson.org>
15788
15789         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
15790         <bruce.korb@gmail.com> with ideas from Ben Pfaff
15791         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
15792         Blake <ebb9@byu.net>.
15793
15794         * tests/test-bitrotate.c: Add more test vectors.
15795
15796 2008-09-02  Eric Blake  <ebb9@byu.net>
15797
15798         vasnprintf-posix: handle large precision via %.*d
15799         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
15800         when handling it ourselves.
15801         * tests/test-vasnprintf-posix.c (test_function): Add test.
15802         * tests/test-snprintf-posix.h (test_function): Likewise.
15803         * tests/test-sprintf-posix.h (test_function): Likewise.
15804         * tests/test-vasprintf-posix.c (test_function): Likewise.
15805         Reported by Alain Guibert.
15806
15807 2008-09-01  Eric Blake  <ebb9@byu.net>
15808
15809         c-stack: make configure-time check more robust
15810         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
15811         successful sigaction call.
15812         Reported by Tom G. Christensen.
15813
15814 2008-09-01  Bruno Haible  <bruno@clisp.org>
15815
15816         New module 'findprog-lgpl'.
15817         * modules/findprog-lgpl: New file.
15818         * lib/findprog-lgpl.c: New file.
15819         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
15820         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
15821         to decide whether to use strdup or xstrdup, concatenated_filename or
15822         xconcatenated_filename.
15823
15824 2008-09-01  Bruno Haible  <bruno@clisp.org>
15825
15826         Split module 'concat-filename' into 'concat-filename' (LGPL) and
15827         'xconcat-filename' (GPL).
15828         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
15829         (License): Change to LGPLv2+.
15830         * modules/xconcat-filename: New file.
15831         * lib/concat-filename.h (concatenated_filename): Change specification.
15832         (xconcatenated_filename): New declaration.
15833         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
15834         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
15835         memory situations.
15836         * lib/xconcat-filename.c: New file.
15837         * NEWS: Mention the change.
15838         * lib/findprog.c: Include concat-filename.h, not filename.h.
15839         (find_in_path): Use xconcatenated_filename instead of
15840         concatenated_filename.
15841         * lib/javacomp.c: Include concat-filename.h, not filename.h.
15842         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
15843         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
15844         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
15845         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
15846         instead of concatenated_filename.
15847         * lib/javaexec.c: Include concat-filename.h, not filename.h.
15848         (execute_java_class): Use xconcatenated_filename instead of
15849         concatenated_filename.
15850         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
15851         * modules/javacomp (Depends-on): Likewise.
15852         * modules/javaexec (Depends-on): Likewise.
15853
15854 2008-09-01  Bruno Haible  <bruno@clisp.org>
15855
15856         Split module 'filename' into 'filename' and 'concat-filename'.
15857         * modules/filename: Keep only lib/filename.h.
15858         (License): Change to LGPLv2+.
15859         * modules/concat-filename: New file, extracted from modules/filename.
15860         * lib/filename.h (concatenated_filename): Remove declaration.
15861         * lib/concat-filename.h: New file, extracted from lib/filename.h.
15862         * lib/concat-filename.c: Include concat-filename.h.
15863         * NEWS: Mention the change.
15864
15865 2008-09-01  Simon Josefsson  <simon@josefsson.org>
15866
15867         * lib/bitrotate.h (rotl8, rotr8): Add.
15868
15869         * modules/bitrotate (configure.ac): Need
15870         AC_REQUIRE([AC_C_INLINE]).
15871         (Description): Mention stdint.h.  Reported by Bruno Haible
15872         <bruno@clisp.org>.
15873
15874         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
15875         Paolo Bonzini <bonzini@gnu.org>.
15876
15877 2008-08-31  Bruno Haible  <bruno@clisp.org>
15878
15879         Assume Solaris specific bi-arch conventions on Solaris systems.
15880         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
15881         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
15882         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
15883         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
15884         like acl_libdirstem.
15885         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
15886         acl_libdirstem.
15887         * NEWS: Mention the change.
15888         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
15889
15890 2008-08-31  Jim Meyering  <meyering@redhat.com>
15891
15892         * lib/strftime.h: Add comments describing the two added arguments.
15893
15894         remove duplicate #include directives
15895         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
15896         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
15897
15898 2008-08-31  Bruno Haible  <bruno@clisp.org>
15899
15900         New module 'sigpipe-die'.
15901         * modules/sigpipe-die: New file.
15902         * lib/sigpipe-die.h: New file.
15903         * lib/sigpipe-die.c: New file.
15904         * MODULES.html.sh (Signal handling): Add sigpipe-die.
15905
15906 2008-08-31  Bruno Haible  <bruno@clisp.org>
15907
15908         Don't override previously installed signal handlers.
15909         * lib/fatal-signal.c (saved_sigactions): New variable.
15910         (uninstall_handlers): Reset the signal to the saved handler, not
15911         to SIG_DFL (except when ignored).
15912         (install_handlers): Save the previous handlers.
15913
15914 2008-08-30  Bruno Haible  <bruno@clisp.org>
15915
15916         * gnulib-tool (func_reset_sigpipe): New function.
15917         (func_get_automake_snippet, func_modules_transitive_closure,
15918         func_import): Invoke it before a join command that reads from stdin,
15919         to avoid "echo: write error: Broken pipe" error messages on stderr.
15920         Reported by Sam Steingold <sds@gnu.org>.
15921
15922 2008-08-30  Bruno Haible  <bruno@clisp.org>
15923
15924         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
15925         Code copied from m4/open.m4.
15926         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
15927         access and the filename ends in a slash. Code copied from lib/open.c.
15928         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
15929         * tests/test-fopen.c (main): Check against bug with trailing slash.
15930
15931 2008-08-29  Bruno Haible  <bruno@clisp.org>
15932
15933         Avoid some "gcc -pedantic" warnings.
15934         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
15935         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
15936         * lib/dirent.in.h: Likewise.
15937         * lib/fcntl.in.h: Likewise.
15938         * lib/float.in.h: Likewise.
15939         * lib/iconv.in.h: Likewise.
15940         * lib/inttypes.in.h: Likewise.
15941         * lib/locale.in.h: Likewise.
15942         * lib/math.in.h: Likewise.
15943         * lib/netinet_in.in.h: Likewise.
15944         * lib/search.in.h: Likewise.
15945         * lib/signal.in.h: Likewise.
15946         * lib/stdarg.in.h: Likewise.
15947         * lib/stdint.in.h: Likewise.
15948         * lib/stdio.in.h: Likewise.
15949         * lib/stdlib.in.h: Likewise.
15950         * lib/string.in.h: Likewise.
15951         * lib/strings.in.h: Likewise.
15952         * lib/sys_select.in.h: Likewise.
15953         * lib/sys_socket.in.h: Likewise.
15954         * lib/sys_stat.in.h: Likewise.
15955         * lib/sys_time.in.h: Likewise.
15956         * lib/sysexits.in.h: Likewise.
15957         * lib/time.in.h: Likewise.
15958         * lib/unistd.in.h: Likewise.
15959         * lib/wchar.in.h: Likewise.
15960         * lib/wctype.in.h: Likewise.
15961         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
15962         * modules/fchdir (Makefile.am): Likewise.
15963         * modules/fcntl (Makefile.am): Likewise.
15964         * modules/float (Makefile.am): Likewise.
15965         * modules/iconv_open (Makefile.am): Likewise.
15966         * modules/inttypes (Makefile.am): Likewise.
15967         * modules/locale (Makefile.am): Likewise.
15968         * modules/math (Makefile.am): Likewise.
15969         * modules/netinet_in (Makefile.am): Likewise.
15970         * modules/search (Makefile.am): Likewise.
15971         * modules/signal (Makefile.am): Likewise.
15972         * modules/stdarg (Makefile.am): Likewise.
15973         * modules/stdint (Makefile.am): Likewise.
15974         * modules/stdio (Makefile.am): Likewise.
15975         * modules/stdlib (Makefile.am): Likewise.
15976         * modules/string (Makefile.am): Likewise.
15977         * modules/strings (Makefile.am): Likewise.
15978         * modules/sys_select (Makefile.am): Likewise.
15979         * modules/sys_socket (Makefile.am): Likewise.
15980         * modules/sys_stat (Makefile.am): Likewise.
15981         * modules/sys_time (Makefile.am): Likewise.
15982         * modules/sysexits (Makefile.am): Likewise.
15983         * modules/time (Makefile.am): Likewise.
15984         * modules/unistd (Makefile.am): Likewise.
15985         * modules/wchar (Makefile.am): Likewise.
15986         * modules/wctype (Makefile.am): Likewise.
15987         Reported by Reuben Thomas <rrt@sc3d.org>.
15988
15989 2008-08-29  Bruno Haible  <bruno@clisp.org>
15990
15991         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
15992         any more.
15993
15994 2008-08-29  Simon Josefsson  <simon@josefsson.org>
15995
15996         * MODULES.html.sh (Misc): Add bitrotate.
15997
15998         * modules/bitrotate: New file.
15999
16000         * lib/bitrotate.h: New file.
16001
16002         * modules/bitrotate-tests: New file.
16003
16004         * tests/test-bitrotate.c: New file.
16005
16006         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
16007         on the bitrotate module.
16008
16009         * lib/arctwo.c: Use new bitrotate module.
16010
16011 2008-08-29  Jim Meyering  <meyering@redhat.com>
16012
16013         bootstrap: merge changes from coreutils
16014         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
16015         of copied files.  Remove a kludge, now that this is fixed.
16016         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
16017         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
16018         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
16019
16020 2008-08-29  Bruno Haible  <bruno@clisp.org>
16021
16022         * MODULES.html.sh: Remove --cvs-urls option.
16023
16024 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
16025
16026         maint.mk: adjust to file name change
16027         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
16028
16029 2008-08-28  Jim Meyering  <meyering@redhat.com>
16030
16031         * modules/getndelim2 (License): Relicense to LGPLv2+.
16032         Approved by Richard Stallman for the version of 1995, and by
16033         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
16034
16035 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
16036
16037         * lib/getdelim.c (flockfile, funlockfile): Make all of them
16038         dummy if one is not available.  Do not touch them if
16039         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
16040         (getc_maybe_unlocked): New.
16041         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
16042
16043 2008-08-26  Eric Blake  <ebb9@byu.net>
16044
16045         doc/INSTALL: resync from autoconf
16046         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
16047         (INSTALL_PRELUDE): Delete; this is done more efficiently by
16048         moving...
16049         * install.texi [!autoconf]: ...here.  Resync from autoconf.
16050         * INSTALL: Regenerate.
16051         * INSTALL.ISO: New file.
16052         * INSTALL.UTF-8: Likewise.
16053
16054 2008-08-26  Jim Meyering  <meyering@redhat.com>
16055
16056         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
16057         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
16058         these definitions conditional, so that they may be overridden, too.
16059
16060 2008-08-26  Bruno Haible  <bruno@clisp.org>
16061
16062         Generate INSTALL file variants with prettier quotes.
16063         * doc/Makefile (INSTALL_PRELUDE): New macro.
16064         (INSTALL): Use it.
16065         (INSTALL.ISO, INSTALL.UTF-8): New rules.
16066
16067 2008-08-26  Bruno Haible  <bruno@clisp.org>
16068
16069         Run makeinfo in an English locale.
16070         * doc/Makefile (MAKEINFO): New variable.
16071
16072 2008-08-26  Bruno Haible  <bruno@clisp.org>
16073
16074         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
16075         Suggested by Eric Blake.
16076
16077 2008-08-25  Bruno Haible  <bruno@clisp.org>
16078
16079         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
16080
16081 2008-08-25  Eric Blake  <ebb9@byu.net>
16082
16083         c-stack: test that stack overflow can be caught
16084         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
16085         that platform allows handling stack overflow; at least OS/2 EMX
16086         has sigaltstack, but crashes before transferring control to
16087         handler on stack overflow.
16088         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
16089         check for HAVE_STACK_OVERFLOW_HANDLING.
16090         Reported by Elbert Pol.
16091
16092 2008-08-25  Bruno Haible  <bruno@clisp.org>
16093
16094         * doc/posix-functions/strftime.texi: Fix description of strftime
16095         module.
16096
16097 2008-08-24  Bruno Haible  <bruno@clisp.org>
16098
16099         * tests/uniwidth/test-uc_width2.c: New file.
16100         * tests/uniwidth/test-uc_width2.sh: New file.
16101         * modules/uniwidth/width-tests (Files): Add the new files.
16102         (TESTS): Add uniwidth/test-uc_width2.sh.
16103         (TESTS_ENVIRONMENT): New variable.
16104         (check_PROGRAMS): Add test-uc_width2.
16105         (test_uc_width2_SOURCES): New variable.
16106
16107         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
16108         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
16109         not 0x00AB.
16110         Reported by Alexander V. Lukyanov <lav@netis.ru>.
16111
16112 2008-08-22  Eric Blake  <ebb9@byu.net>
16113
16114         test-lock, test-tls: mention why a test is skipped
16115         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
16116         skipped.
16117         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
16118
16119         count-one-bits: relax license
16120         * modules/count-one-bits (License): Relicense to LGPLv2+.
16121         Suggested by Ludovic Courtès, approved by Ben Pfaff.
16122
16123 2008-08-22  Andreas Schwab  <schwab@suse.de>
16124
16125         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
16126         Remove spurious space in assignment.
16127
16128 2008-08-21  Simon Josefsson  <simon@josefsson.org>
16129
16130         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
16131         Paul Eggert <eggert@CS.UCLA.EDU>.
16132
16133 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
16134
16135         * modules/gettext: Add m4/threadlib.m4.
16136
16137 2008-08-19  Eric Blake  <ebb9@byu.net>
16138
16139         test-c-stack: fix compilation failure on FreeBSD 5.0
16140         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
16141         headers before <sys/resource.h>.
16142         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
16143         the bug.
16144         Reported by Nelson H. F. Beebe.
16145
16146         strverscmp: migrate from "strverscmp.h" to <string.h>
16147         * modules/string (Makefile.am): Add new hooks.
16148         * modules/strverscmp (Files): Remove strverscmp.h.
16149         (Depends-on): Add string.
16150         (configure.ac): Add indicator.
16151         (Include): Mention new header.
16152         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
16153         defaults.
16154         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
16155         results.
16156         * lib/strverscmp.h: Delete.
16157         * lib/string.in.h (strverscmp): Provide declaration, when needed.
16158         * tests/test-strverscmp.c (includes): Adjust client.
16159         * lib/check-version.c (includes): Likewise.
16160         * NEWS: Document the change.
16161
16162         strverscmp: add unit test
16163         * modules/strverscmp-tests: New file.
16164         * tests/test-strverscmp.c: Likewise.
16165
16166 2008-08-19  Simon Josefsson  <simon@josefsson.org>
16167
16168         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
16169         regarding Windows crypto stuff, from Mono.
16170
16171 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
16172
16173         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
16174         if present, for intel RND.  Return error on failures.
16175
16176 2008-08-18  Ben Pfaff  <blp@gnu.org>
16177
16178         gitlog-to-changelog: give better diagnostic for failed pipe-open
16179         * build-aux/gitlog-to-changelog: Improve error message: suggest
16180         that the version of Git may be too old.
16181
16182 2008-08-18  Simon Josefsson  <simon@josefsson.org>
16183
16184         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
16185         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
16186
16187 2008-08-18  Bruno Haible  <bruno@clisp.org>
16188
16189         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
16190         pthread_in_use().
16191
16192 2008-08-18  Bruno Haible  <bruno@clisp.org>
16193
16194         * lib/glthread/threadlib.c: Include <pthread.h>.
16195
16196 2008-08-18  Bruno Haible  <bruno@clisp.org>
16197
16198         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
16199         glthread_recursive_lock_* macros.
16200         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
16201         Fix syntax error.
16202
16203 2008-08-18  Bruno Haible  <bruno@clisp.org>
16204
16205         * lib/glthread/thread.c: Avoid forcing a context switch right after
16206         thread creation.
16207
16208 2008-08-17  Bruno Haible  <bruno@clisp.org>
16209
16210         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
16211         * lib/glthread/thread.h: Provide Win32 specific implementation.
16212         * modules/thread (Files): Add lib/glthread/thread.c.
16213         (Depends-on): Add lock.
16214         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
16215
16216 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16217
16218         New module 'yield'.
16219         * modules/yield: New file.
16220         * lib/glthread/yield.h: New file.
16221         * m4/yield.m4: New file.
16222         * MODULES.html.sh (Multithreading): Add yield.
16223
16224 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16225
16226         New module 'thread'.
16227         * modules/thread: New file.
16228         * lib/glthread/thread.h: New file.
16229         * m4/thread.m4: New file.
16230         * MODULES.html.sh (Multithreading): Add thread.
16231
16232 2008-08-17  Bruno Haible  <bruno@clisp.org>
16233
16234         * lib/glthread/lock.h: Include <stdlib.h> always.
16235         * lib/glthread/tls.h: Likewise.
16236         * lib/glthread/cond.h: Likewise.
16237
16238 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16239
16240         New module 'cond'.
16241         * modules/cond: New file.
16242         * lib/glthread/cond.h: New file.
16243         * lib/glthread/cond.c: New file.
16244         * m4/cond.m4: New file.
16245         * MODULES.html.sh (Multithreading): Add cond.
16246
16247 2008-08-16  Eric Blake  <ebb9@byu.net>
16248
16249         c-stack: fix regression on Irix 5.3 from 2008-06-21
16250         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
16251         sa_sigaction...
16252         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
16253         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
16254         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
16255         * modules/signal (Makefile.am): Use the value.
16256         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
16257         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
16258         * doc/posix-headers/signal.texi (signal.h): Document this
16259         portability issue.
16260         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
16261         Reported by Tom G. Christensen.
16262
16263 2008-08-17  Bruno Haible  <bruno@clisp.org>
16264
16265         New module 'threadlib'.
16266         * modules/threadlib: New file.
16267         * lib/glthread/threadlib.c: New file, extracted from
16268         lib/glthread/lock.c.
16269         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
16270         functions.
16271         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
16272         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
16273         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
16274         macros.
16275         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
16276         (gl_DISABLE_THREADS): Remove macro.
16277         * modules/lock (Files): Remove build-aux/config.rpath.
16278         (Depends-on): Remove havelib. Add threadlib.
16279         (configure.ac-early): Remove section.
16280         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
16281         * modules/tls (Depends-on): Remove lock. Add threadlib.
16282         (Link): New section, copied from threadlib.
16283         * MODULES.html.sh (Multithreading): Add threadlib.
16284
16285 2008-08-14  Bruno Haible  <bruno@clisp.org>
16286
16287         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
16288         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
16289         glthread_rwlock_unlock, glthread_rwlock_destroy,
16290         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
16291         glthread_recursive_lock_destroy): Define as macros always.
16292         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
16293         glthread_lock_lock.
16294         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
16295         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
16296         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
16297         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
16298         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
16299         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
16300         (glthread_recursive_lock_lock_func): Renamed from
16301         glthread_recursive_lock_lock.
16302         (glthread_recursive_lock_unlock_func): Renamed from
16303         glthread_recursive_lock_unlock.
16304         (glthread_recursive_lock_destroy_func): Renamed from
16305         glthread_recursive_lock_destroy.
16306
16307 2008-08-14  Bruno Haible  <bruno@clisp.org>
16308
16309         * lib/glthread/lock.h: Renamed from lib/lock.h.
16310         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
16311         * lib/glthread/tls.h: Renamed from lib/tls.h.
16312         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
16313         * lib/fstrcmp.c: Update includes.
16314         * lib/strsignal.c: Update includes.
16315         * modules/lock (Files, Makefile.am): Update.
16316         (Include): Change to "glthread/lock.h".
16317         * modules/tls (Files, Makefile.am): Update.
16318         (Include): Change to "glthread/tls.h".
16319         * tests/test-lock.c: Update includes.
16320         * tests/test-tls.c: Update includes.
16321         * NEWS: Mention the renamed header files.
16322
16323 2008-08-11  Jim Meyering  <meyering@redhat.com>
16324
16325         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
16326
16327 2008-08-11  Eric Blake  <ebb9@byu.net>
16328
16329         test-c-stack: avoid C99-ism
16330         * tests/test-c-stack.c (main): Fix whitespace, move declaration
16331         before statement.
16332         Reported by Alain Guibert.
16333
16334 2008-08-10  Jim Meyering  <meyering@redhat.com>
16335
16336         ensure that return value of uinttostr et al are not ignored
16337         * lib/inttostr.h (__GNUC_PREREQ): Define.
16338         (__attribute_warn_unused_result__): Define.
16339         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
16340
16341 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
16342
16343         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
16344         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
16345
16346 2008-08-07  Jim Meyering  <meyering@redhat.com>
16347
16348         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
16349
16350         * modules/mkstemp (License): Relicense under LGPLv2+.
16351         * modules/tempname (License): Likewise.
16352
16353 2008-08-06  Bruno Haible  <bruno@clisp.org>
16354
16355         * lib/poll.c (poll): Further micro-optimization.
16356
16357 2008-08-06  Jim Meyering  <meyering@redhat.com>
16358
16359         inet_pton.c: use locale-independent tolower
16360         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
16361         (inet_pton6): Use c_tolower rather than tolower.
16362         * modules/inet_pton (Depends-on): Add c-ctype.
16363
16364 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
16365
16366         * lib/poll.c (poll): Avoid division when timeout is 0, cache
16367         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
16368
16369 2008-08-06  Jim Meyering  <meyering@redhat.com>
16370
16371         * modules/inet_pton (License): Relicense under LGPLv2+.
16372
16373 2008-08-03  Bruno Haible  <bruno@clisp.org>
16374
16375         Additional non-aborting API for lock and tls.
16376         * lib/lock.h: Include <errno.h>.
16377         (glthread_lock_init): New macro/function.
16378         (gl_lock_init): Define as wrapper around glthread_lock_init.
16379         (glthread_lock_lock): New macro/function.
16380         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
16381         (glthread_lock_unlock): New macro/function.
16382         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
16383         (glthread_lock_destroy): New macro/function.
16384         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
16385         (glthread_rwlock_init): New macro/function.
16386         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
16387         (glthread_rwlock_rdlock): New macro/function.
16388         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
16389         (glthread_rwlock_wrlock): New macro/function.
16390         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
16391         (glthread_rwlock_unlock): New macro/function.
16392         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
16393         (glthread_rwlock_destroy): New macro/function.
16394         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
16395         (glthread_recursive_lock_init): New macro/function.
16396         (gl_recursive_lock_init): Define as wrapper around
16397         glthread_recursive_lock_init.
16398         (glthread_recursive_lock_lock): New macro/function.
16399         (gl_recursive_lock_lock): Define as wrapper around
16400         glthread_recursive_lock_lock.
16401         (glthread_recursive_lock_unlock): New macro/function.
16402         (gl_recursive_lock_unlock): Define as wrapper around
16403         glthread_recursive_lock_unlock.
16404         (glthread_recursive_lock_destroy): New macro/function.
16405         (gl_recursive_lock_destroy): Define as wrapper around
16406         glthread_recursive_lock_destroy.
16407         (glthread_once): New macro/function.
16408         (gl_once): Define as wrapper around glthread_once.
16409         Update function declarations.
16410         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
16411         glthread_rwlock_init. Return error code.
16412         (glthread_rwlock_rdlock_multithreaded): Renamed from
16413         glthread_rwlock_rdlock. Return error code.
16414         (glthread_rwlock_wrlock_multithreaded): Renamed from
16415         glthread_rwlock_wrlock. Return error code.
16416         (glthread_rwlock_unlock_multithreaded): Renamed from
16417         glthread_rwlock_unlock. Return error code.
16418         (glthread_rwlock_destroy_multithreaded): Renamed from
16419         glthread_rwlock_destroy. Return error code.
16420         (glthread_recursive_lock_init_multithreaded): Renamed from
16421         glthread_recursive_lock_init. Return error code.
16422         (glthread_recursive_lock_lock_multithreaded): Renamed from
16423         glthread_recursive_lock_lock. Return error code.
16424         (glthread_recursive_lock_unlock_multithreaded): Renamed from
16425         glthread_recursive_lock_unlock. Return error code.
16426         (glthread_recursive_lock_destroy_multithreaded): Renamed from
16427         glthread_recursive_lock_destroy. Return error code.
16428         (glthread_once_call): Make static.
16429         (glthread_once_multithreaded): Renamed from glthread_once.
16430         * lib/tls.h: Include <errno.h>.
16431         (glthread_tls_key_init): New macro/function.
16432         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
16433         (glthread_tls_set): New macro/function.
16434         (gl_tls_set): Define as wrapper around glthread_tls_set.
16435         (glthread_tls_key_destroy): New macro/function.
16436         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
16437         Update function declarations.
16438         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
16439         glthread_tls_get.
16440         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16441
16442 2008-08-04  Eric Blake  <ebb9@byu.net>
16443
16444         gnumakefile: use space, not TAB, outside of targets
16445         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
16446
16447 2008-08-02  Jim Meyering  <meyering@redhat.com>
16448
16449         getdate.y: avoid locale-dependent date parsing failure
16450         In Turkish locales, getdate would fail to recognize keywords
16451         containing a lowercase "i".  The solution is not to rely on
16452         locale-sensitive case-conversion.
16453         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
16454         (lookup_word): Use c_toupper in place of toupper.
16455         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
16456         Reported by Vefa Bicakci <bicave@superonline.com> in
16457         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
16458         * modules/getdate (Depends-on): Add c-ctype.
16459
16460 2008-08-02  Bruno Haible  <bruno@clisp.org>
16461
16462         * gnulib-tool (func_import): When updating or creating a .gitignore
16463         file, prepend each added line with a slash, and ignore leading slashes
16464         from the existing lines.
16465         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
16466
16467 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16468
16469         Portability fix for GNU make 3.79.1.
16470         * top/GNUmakefile: Avoid 'else COND', which older GNU make
16471         versions do not understand.
16472
16473 2008-08-01  Bruno Haible  <bruno@clisp.org>
16474
16475         Work around bug of HP-UX 10.20 cc with -0.0 literal.
16476         * tests/test-isnanf.h (zero): New variable.
16477         (main): Avoid literal -0.0f.
16478         * tests/test-isnand.h (zero): New variable.
16479         (main): Avoid literal -0.0.
16480         * tests/test-isnanl.h (zero): New variable.
16481         (main): Avoid literal -0.0L.
16482         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
16483         (test_float, test_double, test_long_double): Avoid literals -0.0f,
16484         -0.0, -0.0L.
16485         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
16486         (test_signbitd): Avoid literal -0.0.
16487         (test_signbitl): Avoid literal -0.0L.
16488         * tests/test-ceilf1.c (zero): New variable.
16489         (main): Avoid literal -0.0f.
16490         * tests/test-ceill.c (zero): New variable.
16491         (main): Avoid literal -0.0L.
16492         * tests/test-floorf1.c (zero): New variable.
16493         (main): Avoid literal -0.0f.
16494         * tests/test-floorl.c (zero): New variable.
16495         (main): Avoid literal -0.0L.
16496         * tests/test-roundf1.c (zero): New variable.
16497         (main): Avoid literal -0.0f.
16498         * tests/test-round1.c (zero): New variable.
16499         (main): Avoid literal -0.0.
16500         * tests/test-roundl.c (zero): New variable.
16501         (main): Avoid literal -0.0L.
16502         * tests/test-truncf1.c (zero): New variable.
16503         (main): Avoid literal -0.0f.
16504         * tests/test-trunc1.c (zero): New variable.
16505         (main): Avoid literal -0.0.
16506         * tests/test-truncl.c (zero): New variable.
16507         (main): Avoid literal -0.0L.
16508         * tests/test-frexp.c (zero): New variable.
16509         (main): Avoid literal -0.0.
16510         * tests/test-frexpl.c (zero): New variable.
16511         (main): Avoid literal -0.0L.
16512         * tests/test-ldexpl.c (zero): New variable.
16513         (main): Avoid literal -0.0L.
16514         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
16515         (zerod, zerol): New variables.
16516         (test_function): Avoid literals -0.0, -0.0L.
16517         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
16518         (zerod, zerol): New variables.
16519         (test_function): Avoid literals -0.0, -0.0L.
16520         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
16521         (zerod, zerol): New variables.
16522         (test_function): Avoid literals -0.0, -0.0L.
16523         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
16524         (zerod, zerol): New variables.
16525         (test_function): Avoid literals -0.0, -0.0L.
16526         * tests/test-strtod.c (zero): New variable.
16527         (main): Avoid literal -0.0.
16528         Reported by Jonathan C. Patschke <jp@centtech.com>.
16529
16530 2008-07-31  Jim Meyering  <meyering@redhat.com>
16531
16532         sha256.h: correct definition of SHA224_DIGEST_SIZE
16533         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
16534         Reported by Paulie Pena IV <paulie4@gmail.com>.
16535         Define as 224 / 8, rather than as a literal.
16536         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
16537         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
16538         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
16539
16540 2008-07-31  Bruno Haible  <bruno@clisp.org>
16541
16542         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
16543         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
16544         Reported by Jonathan Patschke <jp@centtech.com>.
16545
16546 2008-07-31  Bruno Haible  <bruno@clisp.org>
16547
16548         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
16549         Reported by Paolo Bonzini <bonzini@gnu.org>.
16550
16551 2008-07-30  Eric Blake  <ebb9@byu.net>
16552
16553         test-strtod: allow compilation without -lm
16554         * tests/test-strtod.c (main): Avoid link dependence on fabs.
16555         Reported by Dennis Clarke <blastwave@gmail.com>.
16556
16557 2008-07-28  Jim Meyering  <meyering@redhat.com>
16558
16559         bootstrap: work also when there are no .po files in po/
16560         * build-aux/bootstrap (update_po_files): Complete the change
16561         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
16562
16563 2008-07-27  Jim Meyering  <meyering@redhat.com>
16564
16565         * users.txt: Add zile.
16566
16567 2008-07-26  Ben Pfaff  <blp@gnu.org>
16568
16569         Add missing dependencies on new m4/exponent[fdl].m4 files.
16570         * modules/isnanf-nolibm: Add m4/exponentf.m4.
16571         * modules/isnand-nolibm: Add m4/exponentd.m4.
16572         * modules/isnanl-nolibm: Add m4/exponentl.m4.
16573         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
16574         m4/isnan[fdl].m4, because the macros actually used moved.
16575         Reported by Jim Meyering.
16576
16577 2008-07-14  Ben Pfaff  <blp@gnu.org>
16578
16579         Add isinf module.
16580         * lib/isinf.c: New file.
16581         * lib/math.in.h: Define isinf macro if we have decided to replace
16582         it.
16583         * m4/isinf.m4: New file.
16584         * m4/math_h.m4: Initialize and substitute variables for isinf
16585         module.
16586         * modules/isinf: New file.
16587         * modules/isinf-tests: New file.
16588         * modules/math: Add substitutions for new module.
16589         * tests/test-isinf.c: New file.
16590         * doc/posix-functions/isinf.texi: Mention new module.
16591         * MODULES.html.sh: Mention new module.
16592
16593 2008-07-14  Ben Pfaff  <blp@gnu.org>
16594
16595         Factor out some macros for use by additional modules.
16596         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
16597         exponentf.m4.
16598         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
16599         exponentd.m4.
16600         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
16601         file exponentl.m4.
16602         * m4/exponentf.m4: New file.
16603         * m4/exponentd.m4: New file.
16604         * m4/exponentl.m4: New file.
16605         * modules/isnanf: Use new file m4/exponentf.m4.
16606         * modules/isnand: Use new file m4/exponentd.m4.
16607         * modules/isnanl: Use new file m4/exponentl.m4.
16608
16609 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
16610
16611         mktime.c: normalize tp->tm_isdst value to -1/0/1.
16612         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
16613         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
16614         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
16615
16616         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
16617         readlink on platforms without PATH_MAX.
16618
16619 2008-07-21  Eric Blake  <ebb9@byu.net>
16620
16621         Warn, not fail, on stale version.
16622         * top/GNUmakefile (_curr-ver): Tone down previous patch.
16623
16624         Don't allow installation with stale devel version number.
16625         * top/GNUmakefile (_is-install-target): New macro.
16626         (_curr-ver): Forbid installation with stale version number.
16627
16628 2008-07-20  Bruno Haible  <bruno@clisp.org>
16629
16630         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
16631         TESTS_ENVIRONMENT.
16632         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
16633
16634 2008-07-20  Bruno Haible  <bruno@clisp.org>
16635
16636         * lib/c-stack.h (c_stack_action): Add documentation.
16637         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
16638
16639 2008-07-20  Bruno Haible  <bruno@clisp.org>
16640
16641         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
16642         * modules/readlink (License): Likewise.
16643
16644 2008-07-17  Eric Blake  <ebb9@byu.net>
16645
16646         * modules/c-stack (Link): Fix typo.
16647
16648         Make c-stack use libsigsegv, when available.
16649         * modules/c-stack (Depends-on): Add libsigsegv.
16650         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
16651         needed.
16652         * lib/c-stack.c (SIGSTKSZ): Define fallback.
16653         (segv_handler, overflow_handler, c_stack_action)
16654         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
16655         implementation when libsigsegv is available, but only when using
16656         the library is necessary.
16657         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
16658         comment, explaining why XSI check fails on Linux.
16659         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
16660         * tests/test-c-stack2.sh: Tweak skip message.
16661         * NEWS: Document new link-time requirements.
16662
16663 2008-07-16  Eric Blake  <ebb9@byu.net>
16664
16665         c-stack: Expose false positives when not using libsigsegv.
16666         * modules/c-stack-tests (Files): Expand test.
16667         * tests/test-c-stack.c (main): Add means to conditionally trigger
16668         non-overflow SIGSEGV.
16669         * tests/test-c-stack2.sh: New file.
16670
16671 2008-07-14  Bruno Haible  <bruno@clisp.org>
16672
16673         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
16674         Reported by Eric Blake.
16675
16676 2008-07-14  Sam Steingold  <sds@gnu.org>
16677             Bruno Haible  <bruno@clisp.org>
16678
16679         New module libsigsegv.
16680         * modules/libsigsegv: New file.
16681         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
16682         modifications.
16683         * MODULES.html.sh (Signal handling): New section.
16684
16685 2008-07-14  Bruno Haible  <bruno@clisp.org>
16686
16687         * modules/unictype/ctype-* (Description): Add the word "function".
16688         Improves the resulting doc in MODULES.html.
16689
16690 2008-07-12  Ben Pfaff  <blp@gnu.org>
16691
16692         Add longlong module.
16693         * modules/longlong: New file.
16694
16695 2008-07-12  Bruno Haible  <bruno@clisp.org>
16696
16697         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
16698         to empty.
16699
16700 2008-07-10  Ben Pfaff  <blp@gnu.org>
16701
16702         Add isnan module.
16703         * doc/posix-functions/isnan.texi: Mention new module.
16704         * lib/math.in.h: Define isnan macro if we have decided to replace
16705         it.
16706         * m4/isnan.m4: New file.
16707         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
16708         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
16709         also.
16710         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
16711         redundancy.
16712         * m4/math_h.m4: Initialize and substitute variables for isnan
16713         module.
16714         * modules/isnan: New file.
16715         * modules/isnan-tests: New file.
16716         * modules/math: Add substitutions for new module.
16717         * tests/test-isnan.c: New file.
16718         * MODULES.html.sh: Mention new module.
16719
16720 2008-07-10  Ben Pfaff  <blp@gnu.org>
16721
16722         Add isnanf module.
16723         * lib/isnanf.m4: New file.
16724         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
16725         (gl_HAVE_ISNANF_IN_LIBM): New macro.
16726         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
16727         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
16728         * modules/isnanf: New file.
16729         * modules/isnanf-tests: New file.
16730         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
16731         files.
16732         * tests/test-isnanf-nolibm.c: factored most of its contents into
16733         new file tests/test-isnanf.h.
16734         * tests/test-isnanf.h: New file.
16735         * tests/test-isnanf.c: New file.
16736         * MODULES.html.sh: Mention new module.
16737         * doc/glibc-functions/isnanf.texi: Mention new module.
16738
16739 2008-07-10  Ben Pfaff  <blp@gnu.org>
16740
16741         Add isnand module.
16742         * lib/isnand.h: New file.
16743         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
16744         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
16745         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
16746         functionality also.
16747         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
16748         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
16749         (gl_HAVE_ISNAND_IN_LIBM): New macro.
16750         * modules/isnand: New file.
16751         * modules/isnand-tests: New file.
16752         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
16753         files.
16754         * tests/test-isnand-nolibm.c: factored most of its contents into
16755         new file tests/test-isnand.h.
16756         * tests/test-isnand.h: New file.
16757         * tests/test-isnand.c: New file.
16758         * MODULES.html.sh: Mention new module.
16759
16760 2008-07-10  Ben Pfaff  <blp@gnu.org>
16761
16762         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
16763         * lib/isnand.h: Rename lib/isnand-nolibm.h.
16764         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
16765         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
16766         * modules/isnanf-nolibm: Update references to renamed files.
16767         * modules/isnand-nolibm: Likewise.
16768         * modules/isnanf-nolibm-tests: Likewise.
16769         * modules/isnand-nolibm-tests: Likewise.
16770         * lib/frexp.c: Likewise.
16771         * lib/isfinite.c: Likewise.
16772         * lib/signbitd.c: Likewise.
16773         * lib/signbitf.c: Likewise.
16774         * lib/vasnprintf.c: Likewise.
16775         * tests/test-ceilf1.c: Likewise.
16776         * tests/test-ceilf2.c: Likewise.
16777         * tests/test-floorf1.c: Likewise.
16778         * tests/test-floorf2.c: Likewise.
16779         * tests/test-frexp.c: Likewise.
16780         * tests/test-round1.c: Likewise.
16781         * tests/test-round2.c: Likewise.
16782         * tests/test-roundf1.c: Likewise.
16783         * tests/test-strtod.c: Likewise.
16784         * tests/test-trunc1.c: Likewise.
16785         * tests/test-trunc2.c: Likewise.
16786         * tests/test-truncf1.c: Likewise.
16787         * tests/test-truncf2.c: Likewise.
16788         * NEWS: Mention the renamed header files.
16789
16790 2008-07-11  Jim Meyering  <meyering@redhat.com>
16791
16792         vc-list-files: make the last-resort awk code more portable
16793         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
16794         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
16795         does not support it.
16796
16797 2008-07-10  Eric Blake  <ebb9@byu.net>
16798
16799         Work with tar's bootstrap.
16800         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
16801         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
16802         an m4 comment.
16803
16804 2008-07-09  Jim Meyering  <meyering@redhat.com>
16805
16806         posix-shell.m4: fix typo that made this test malfunction
16807         * m4/posix-shell.m4: Remove capitalization in variable name.
16808
16809 2008-07-08  Bruno Haible  <bruno@clisp.org>
16810
16811         * m4/onceonly.m4: Update comments.
16812         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16813
16814 2008-07-04  Jim Meyering  <meyering@redhat.com>
16815
16816         * users.txt: Add vc-dwim.
16817         (bison, coreutils): Use the gitweb URL.
16818
16819 2008-07-03  Jim Meyering  <meyering@redhat.com>
16820
16821         * users.txt: Add libffcall.  From Sam Steingold.
16822
16823 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
16824
16825         getdate.y: do not ignore TZ with relative day, month or year offset
16826         * lib/getdate.y (get_date): Move the tz-handling block to follow the
16827         relative-date-handling, since otherwise, the latter would clobber the
16828         sole output (an updated Start value) of the tz-handling block.
16829         * tests/test-getdate.c: Tests for the fix
16830
16831 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16832
16833         Recognize 'foo_LIBRARIES += libgnu.a'.
16834         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
16835         makefile snippet has already specified an installation location,
16836         also using '+='.
16837
16838 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
16839
16840         getdate.y: factor out common actions
16841         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
16842         Use them in place of open-coded actions.
16843
16844 2008-07-01  Simon Josefsson  <simon@josefsson.org>
16845
16846         Add self-test for getdate module.
16847         * modules/getdate-tests: New file.
16848         * tests/test-getdate.c: New file.
16849
16850 2008-06-29  Bruno Haible  <bruno@clisp.org>
16851
16852         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
16853         .gitignore.
16854         Reported by Sylvain Beucler <beuc@beuc.net>.
16855
16856 2008-06-29  Bruno Haible  <bruno@clisp.org>
16857
16858         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
16859         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
16860
16861 2008-06-29  Bruno Haible  <bruno@clisp.org>
16862
16863         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
16864         EXTRA_DIST.
16865         Reported by Sylvain Beucler <beuc@beuc.net>.
16866
16867 2008-06-26  Jim Meyering  <meyering@redhat.com>
16868
16869         make several modules depend on the "open" module
16870         This provides slightly increased consistency when opening-for-write
16871         the name of a non-directory spelled with a trailing slash.
16872         * modules/chdir-safer: Likewise.
16873         * modules/chown: Likewise.
16874         * modules/clean-temp: Likewise.
16875         * modules/copy-file: Likewise.
16876         * modules/fchdir: Likewise.
16877         * modules/fcntl-safer: Likewise.
16878         * modules/pipe: Likewise.
16879         * modules/utime: Likewise.
16880         Prompted by Eric Blake and Bruno Haible.
16881
16882 2008-06-24  Andreas Schwab  <schwab@suse.de>
16883
16884         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
16885         literals can be used as initializers for global variables.
16886
16887 2008-06-23  Eric Blake  <ebb9@byu.net>
16888
16889         Make gnulib-cache.m4 easier to diff.
16890         * gnulib-tool (func_import): Allow newlines when reading cached
16891         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
16892
16893 2008-06-23  Bruno Haible  <bruno@clisp.org>
16894
16895         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
16896         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
16897         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
16898         m4/signalblocking.m4.
16899         (gl_PREREQ_SIGACTION): Don't invoke it.
16900         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
16901         gl_PREREQ_SIG_HANDLER_H.
16902         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
16903         Don't check for sigaction here.
16904
16905 2008-06-23  Bruno Haible  <bruno@clisp.org>
16906
16907         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
16908         (install_handlers): Don't set the SA_RESETHAND flag.
16909
16910 2008-06-23  Bruno Haible  <bruno@clisp.org>
16911
16912         * m4/sigaction.m4: Comment fixes.
16913         * lib/signal.in.h: Likewise.
16914
16915 2008-06-23  Eric Blake  <ebb9@byu.net>
16916
16917         Fix typo.
16918         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
16919
16920         Avoid SA_ namespace.
16921         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
16922         Reported by Ralf Wildenhues.
16923
16924         Avoid test failure due to SA_RESTORER.
16925         * tests/test-sigaction.c (SA_MASK): New macro.
16926         (main): Avoid failing due to extension flags being set.
16927         Reported by Jim Meyering.
16928
16929         Revert use of sig-handler.h in sigprocmask.c.
16930         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
16931         it requires the existence of struct sigaction.
16932         * lib/sigprocmask.c (handler_t): Restore typedef.
16933         (rpl_signal, old_handlers): Use local type.
16934
16935 2008-06-22  Bruno Haible  <bruno@clisp.org>
16936
16937         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
16938         conditionally.
16939         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16940
16941 2008-06-22  Bruno Haible  <bruno@clisp.org>
16942
16943         * doc/posix-functions/siginterrupt.texi: Move note.
16944
16945         * lib/signal.in.h (SA_RESTART): New macro.
16946         * lib/sigaction.c: Update comment.
16947
16948         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
16949
16950         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
16951         (gl_PREREQ_SIGPROCMASK): Invoke it.
16952         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
16953
16954         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
16955
16956         * lib/sigprocmask.c: Update a comment.
16957
16958 2008-06-21  Eric Blake  <ebb9@byu.net>
16959
16960         Use sigaction module rather than signal().
16961         * modules/c-stack (Depends-on): Add sigaction.
16962         * modules/fatal-signal (Depends-on): Likewise.
16963         * modules/nanosleep (Depends-on): Likewise.
16964         * modules/sigprocmask (Files): Add sig-handler.h.
16965         * modules/sigaction (Files): Likewise.
16966         * lib/sig-handler.h (get_handler): New file, suggested by Paul
16967         Eggert.
16968         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
16969         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
16970         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
16971         (init_fatal_signals): Likewise.
16972         * lib/nanosleep.c (rpl_nanosleep): Likewise.
16973         (siginterrupt): Delete fallback.
16974         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
16975         instead.
16976         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
16977         siginterrupt.
16978
16979         New module sigaction, for mingw.
16980         * modules/sigaction: New module...
16981         * modules/sigaction-tests: ...and its test.
16982         * m4/sigaction.m4: New file.
16983         * lib/sigaction.c: Likewise.
16984         * tests/test-sigaction.c: Likewise.
16985         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
16986         * modules/signal (Makefile.am): Likewise.
16987         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
16988         needed.
16989         * doc/posix-headers/signal.texi (signal.h): Mention provided
16990         types.
16991         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
16992         that sigaction is preferable.
16993         * doc/posix-functions/sigaction.texi (sigaction): Mention new
16994         module.
16995         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16996         sigaction.
16997
16998         Improve robustness of sigprocmask by overriding signal.
16999         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
17000         is in use.
17001         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
17002         (SIGKILL, SIGSTOP): Provide fallbacks.
17003         (rpl_signal): Implement.
17004         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
17005         signal can be called inside handlers.
17006
17007         Fix nanosleep module on mingw.
17008         * modules/nanosleep (Depends-on): Add sys_select.
17009         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
17010
17011         Fix licensing of sigprocmask.
17012         * modules/raise (License): Relicense as LGPL.
17013
17014 2008-06-21  Bruno Haible  <bruno@clisp.org>
17015
17016         * lib/propername.c (proper_name_utf8): Don't use the transliterated
17017         result if it contains question marks.
17018         Reported by Michael Geng <linux@michaelgeng.de>.
17019
17020 2008-06-19  Bruno Haible  <bruno@clisp.org>
17021
17022         Fix CVS-ism.
17023         * doc/gnulib.texi: Include updated-stamp.texi.
17024         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
17025         (updated-stamp.texi): New rule.
17026         (gnulib.info): Depend on it.
17027         * doc/.gitignore: Add updated-stamp.texi.
17028         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
17029
17030 2008-06-19  Bruno Haible  <bruno@clisp.org>
17031
17032         * doc/Makefile (gnulib.info): Update and simplify dependencies.
17033         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
17034
17035 2008-06-19  Eric Blake  <ebb9@byu.net>
17036
17037         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
17038         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
17039         Reported by Stepan Kasal.
17040
17041 2008-06-18  Bruno Haible  <bruno@clisp.org>
17042
17043         * lib/fatal-signal.c (init_fatal_signals): Add comment.
17044         Reported by Eric Blake.
17045
17046 2008-06-18  Eric Blake  <ebb9@byu.net>
17047
17048         Work around cygwin 1.5.25 strsignal bug.
17049         * tests/test-strsignal.c: Allow for const char *.
17050         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
17051
17052 2008-06-18  Simon Josefsson  <simon@josefsson.org>
17053
17054         * users.txt: Update URL to article and add author/date
17055         information.
17056
17057 2008-06-17  Bruno Haible  <bruno@clisp.org>
17058
17059         New macro gl_DISABLE_THREADS.
17060         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
17061         if the user did not pass --enable-threads or --disable-threads option.
17062         (gl_DISABLE_THREADS): New macro.
17063         Reported by Eric Blake <ebb9@byu.net>.
17064
17065 2008-06-17  Bruno Haible  <bruno@clisp.org>
17066
17067         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
17068         when the macro ignores it.
17069         Based on a patch by Eric Blake <ebb9@byu.net>.
17070
17071 2008-06-17  Bruno Haible  <bruno@clisp.org>
17072
17073         * modules/tls (License): Change to LGPLv2+.
17074         Reported by Eric Blake.
17075
17076 2008-06-17  Eric Blake  <ebb9@byu.net>
17077
17078         Simplify c-stack prerequisites.
17079         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
17080         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
17081         no longer requires <ucontext.h> to exist.  Optimize setrlimit
17082         check.
17083         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
17084         <sys/resource.h>.
17085
17086         Move c-stack test into testsuite.
17087         * modules/c-stack-tests: New file.
17088         * lib/c-stack.c [DEBUG]: Move test program...
17089         * tests/test-c-stack.c: ...into this new file.  Skip rather than
17090         fail test if sigaltstack is lacking.
17091         * tests/test-c-stack.sh: New driver file.
17092
17093 2008-06-16  Eric Blake  <ebb9@byu.net>
17094
17095         Use raise module consistently.
17096         * modules/fatal-signal (Depends-on): Add raise.
17097         * modules/sigprocmask (Depends-on): Likewise.
17098         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
17099         * lib/sigprocmask.c (sigprocmask): Likewise.
17100         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
17101         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
17102
17103         Fix compliance bug in sigpending.
17104         * lib/sigprocmask.c (sigpending): Return pending array via
17105         parameter, not return value.
17106
17107 2008-06-14  Eric Blake  <ebb9@byu.net>
17108
17109         Improve obstack-printf test code.
17110         * tests/test-obstack-printf.c (test_function): Fix comment, and
17111         simplify usage of obstack_* in macros.  Add a test for coverage.
17112         Reported by Bruno Haible.
17113
17114 2008-06-14  Bruno Haible  <bruno@clisp.org>
17115
17116         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
17117         array size as a constant, not as a const variable.
17118         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
17119         AC_USE_SYSTEM_EXTENSIONS.
17120         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
17121         Test whether the obstack_printf function actually exists.
17122         * modules/obstack-printf (Depends-on): Add extensions.
17123         (Include): Remove obstack.h.
17124         * modules/obstack-printf-posix (Depends-on): Add extensions.
17125         (Include): Remove obstack.h.
17126
17127 2008-06-13  Eric Blake  <ebb9@byu.net>
17128
17129         Add obstack-printf and obstack-printf-posix modules.
17130         * modules/obstack-printf: New file.
17131         * modules/obstack-printf-posix: Likewise.
17132         * MODULES.html.sh (Misc): Mention them.
17133         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17134         Likewise.
17135         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17136         Likewise.
17137         * modules/stdio (Makefile.am): Accomodate new modules.
17138         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17139         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
17140         Declare.
17141         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
17142         functions.
17143         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
17144         (gl_REPLACE_OBSTACK_PRINTF): New macros
17145         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
17146         * tests/test-obstack-printf.c: New file.
17147         * modules/obstack-printf-tests: Likewise.
17148         * modules/obstack-printf-posix-tests: Likewise.
17149
17150 2008-06-11  Bruno Haible  <bruno@clisp.org>
17151
17152         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
17153         * lib/open.c: Include errno.h.
17154         (open): Fail when attempting to write to a file that has a trailing
17155         slash.
17156         * tests/test-open.c (main): Test against trailing slash bug.
17157         * doc/posix-functions/open.texi: Mention the trailing slash bug.
17158
17159 2008-06-10  Bruno Haible  <bruno@clisp.org>
17160
17161         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
17162         for $? to work inside the trap command, with various /bin/sh-s.
17163         * tests/test-vc-list-files-cvs.sh: Likewise.
17164
17165 2008-06-10  Bruno Haible  <bruno@clisp.org>
17166
17167         * lib/acl-internal.h: Don't include gettext.h here.
17168         * lib/set-mode-acl.c: Include gettext.h here.
17169         * lib/copy-acl.c: Likewise.
17170
17171 2008-06-10  Bruno Haible  <bruno@clisp.org>
17172
17173         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
17174         * lib/wait-process.c (wait_subprocess): Likewise.
17175         * lib/execute.h (execute): Add termsigp argument.
17176         * lib/execute.c (execute): Likewise.
17177         * lib/csharpcomp.c (compile_csharp_using_pnet,
17178         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
17179         * lib/csharpexec.c (execute_csharp_using_pnet,
17180         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
17181         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
17182         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
17183         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
17184         is_jikes_present): Update.
17185         * lib/javaexec.c (execute_java_class): Update.
17186         * lib/javaversion.c (execute_and_read_line): Update.
17187         * NEWS: Document the changes.
17188         Reported by Eric Blake.
17189
17190 2008-06-10  Eric Blake  <ebb9@byu.net>
17191
17192         Add missing include.
17193         * tests/test-strstr.c (includes): Add <signal.h>.
17194         * tests/test-strcasestr.c (includes): Likewise.
17195         * tests/test-memmem.c (includes): Likewise.
17196
17197 2008-06-10  Bruno Haible  <bruno@clisp.org>
17198
17199         * lib/wait-process.c (wait_subprocess): Add an assertion.
17200
17201 2008-06-10  Bruno Haible  <bruno@clisp.org>
17202
17203         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
17204
17205 2008-06-10  Bruno Haible  <bruno@clisp.org>
17206
17207         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
17208         using alarm().
17209         * tests/test-strcasestr.c (main): Likewise.
17210         * tests/test-strstr.c (main): Likewise.
17211
17212 2008-06-09  Bruno Haible  <bruno@clisp.org>
17213
17214         Work around the Solaris 10 ACE ACLs ABI change.
17215         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
17216         declare if ACL_NO_TRIVIAL is present.
17217         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
17218         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
17219         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
17220         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
17221         define if ACL_NO_TRIVIAL is present.
17222         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
17223         and use the current ABI.
17224         (file_has_acl): Use same #if condition as elsewhere.
17225         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
17226         in use, and use the current ABI.
17227         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
17228         Reported by Jim Meyering.
17229
17230 2008-06-09  Eric Blake  <ebb9@byu.net>
17231
17232         Work around environments that (stupidly) ignore SIGALRM.
17233         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
17234         before using alarm().
17235         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17236         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17237         Reported by Ian Beckwith <ianb@erislabs.net>.
17238
17239         Produce autobuild blurb earlier in log.
17240         * modules/autobuild (configure.ac-early): Move AB_INIT here.
17241
17242 2008-06-09  Jim Meyering  <meyering@redhat.com>
17243         and OndÅ™ej Vašík  <ovasik@redhat.com>
17244
17245         utimens.c: correct kernel bug work-around
17246         OndÅ™ej Vašík found that the invalid return value of 280 indicates
17247         failure, not success, and the kernel bug we're trying to work
17248         around affects not just the utimensat call, but also the fallback
17249         futimens call.
17250         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
17251         not success.
17252         [HAVE_FUTIMENS]: Use the same work-around, here.
17253
17254 2008-06-09  Jim Meyering  <meyering@redhat.com>
17255
17256         add more guards around definition of ACE_-related code
17257         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
17258         ALLOW and ACE_OWNER are also defined.
17259
17260 2008-06-08  Bruno Haible  <bruno@clisp.org>
17261
17262         * lib/acl-internal.h: Add me as co-author.
17263         * lib/file-has-acl.c: Likewise.
17264         * lib/set-mode-acl.c: Likewise.
17265         * lib/copy-acl.c: Likewise.
17266
17267 2008-06-08  Bruno Haible  <bruno@clisp.org>
17268
17269         Add support for AIX ACLs.
17270         * lib/acl-internal.h (acl_nontrivial): New declaration.
17271         * lib/file-has-acl.c (acl_nontrivial): New function.
17272         (file_has_acl): Add implementation using AIX 4 ACL API.
17273         * lib/set-mode-acl.c (qset_acl): Likewise.
17274         * lib/copy-acl.c (qcopy_acl): Likewise.
17275
17276 2008-06-08  Bruno Haible  <bruno@clisp.org>
17277
17278         Add support for HP-UX ACLs.
17279         * lib/acl-internal.h (acl_nontrivial): New declaration.
17280         * lib/file-has-acl.c (acl_nontrivial): New function.
17281         (file_has_acl): Add implementation using HP-UX 11 ACL API.
17282         * lib/set-mode-acl.c (qset_acl): Likewise.
17283         * lib/copy-acl.c (qcopy_acl): Likewise.
17284
17285 2008-06-08  Bruno Haible  <bruno@clisp.org>
17286
17287         Add support for Cygwin ACLs.
17288         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
17289         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
17290         the chmod_or_fchmod call.
17291         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
17292
17293 2008-06-08  Bruno Haible  <bruno@clisp.org>
17294
17295         Fix bug with setuid modes in Solaris 10+ code.
17296         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
17297         succeeded, when the mode contains some special bits.
17298
17299 2008-06-08  Bruno Haible  <bruno@clisp.org>
17300
17301         Add support for Solaris 7..10 ACLs.
17302         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
17303         declarations.
17304         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
17305         functions.
17306         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
17307         * lib/set-mode-acl.c (qset_acl): Likewise.
17308         * lib/copy-acl.c (qcopy_acl): Likewise.
17309
17310 2008-06-08  Bruno Haible  <bruno@clisp.org>
17311
17312         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
17313         declaration.
17314         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
17315         (acl_access_nontrivial): Remove MacOS X case.
17316         (file_has_acl): Use acl_extended_nontrivial.
17317         * lib/copy-acl.c (qcopy_acl): Likewise.
17318
17319 2008-06-08  Bruno Haible  <bruno@clisp.org>
17320
17321         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
17322
17323 2008-06-08  Jim Meyering  <meyering@redhat.com>
17324
17325         * modules/acl (Maintainer): Add Bruno Haible.
17326
17327 2008-06-07  Bruno Haible  <bruno@clisp.org>
17328
17329         Improve support for Tru64 ACLs.
17330         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
17331         ACL on OSF/1.
17332
17333 2008-06-07  Bruno Haible  <bruno@clisp.org>
17334
17335         Add support for MacOS X ACLs.
17336         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
17337         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
17338         * lib/set-mode-acl.c (qset_acl): Likewise.
17339         * lib/copy-acl.c (qcopy_acl): Likewise.
17340
17341 2008-06-07  Bruno Haible  <bruno@clisp.org>
17342
17343         Fix memory leak introduced on 2008-05-22.
17344         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
17345         use.
17346
17347 2008-06-07  Bruno Haible  <bruno@clisp.org>
17348
17349         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
17350         to construct an empty ACL.
17351
17352 2008-06-07  Bruno Haible  <bruno@clisp.org>
17353
17354         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
17355         precisely.
17356         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
17357
17358 2008-06-07  Bruno Haible  <bruno@clisp.org>
17359
17360         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
17361         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
17362
17363 2008-06-07  Bruno Haible  <bruno@clisp.org>
17364
17365         * doc/posix-functions/_setjmp.texi: Explain the use of this function
17366         regardless of POSIX.
17367         * doc/posix-functions/_longjmp.texi: Likewise.
17368         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
17369         SystemV platform in this case.
17370
17371 2008-06-06  Eric Blake  <ebb9@byu.net>
17372
17373         Document abort() bugs.
17374         * doc/posix-functions/abort.texi (abort): Mention anomalies.
17375
17376         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
17377         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
17378         sigsetjmp.
17379         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
17380         siglongjmp, but only as a macro.
17381         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
17382         is obsolete.
17383         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
17384
17385         Tweak documentation to cover cygwin argz bugs.
17386         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
17387         argz bug fix; no code change needed since no cygwin releases
17388         occurred between the last fix and the bug being tested.
17389         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
17390         module and recently fixed cygwin bugs.
17391         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
17392         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
17393         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
17394         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
17395         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
17396         Likewise.
17397         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
17398         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
17399         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
17400         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
17401         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
17402         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
17403         Likewise.
17404
17405         Avoid gcc warning on cygwin.
17406         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
17407         !ACL_NO_TRIVIAL]: Avoid unused variable.
17408
17409 2008-06-05  Eric Blake  <ebb9@byu.net>
17410
17411         Be tolerant of UNKNOWN version in gnulib-tool test dir.
17412         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
17413         git-version-gen fails to come up with a version.
17414         Reported by Simon Josefsson.
17415
17416 2008-06-05  Jim Meyering  <meyering@redhat.com>
17417             Paul Eggert  <eggert@cs.ucla.edu>
17418
17419         utimens.c: work around a probable Linux kernel bug
17420         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
17421         appears to be a kernel bug that causes utimensat to return 280
17422         instead of 0, indicating success.
17423
17424 2008-06-04  Bruno Haible  <bruno@clisp.org>
17425
17426         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
17427         2008-06-01 commit.
17428
17429 2008-06-04  Bruno Haible  <bruno@clisp.org>
17430
17431         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
17432         * lib/file-has-acl.c (acl_access_nontrivial): New function.
17433         (file_has_acl): Use it. Save errno afterwards.
17434         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
17435
17436 2008-06-03  Bruno Haible  <bruno@clisp.org>
17437
17438         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
17439         draft code. Simplify #ifs.
17440         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
17441         Put Solaris code after POSIX-draft code. Fix comments regarding
17442         Solaris 10, HP-UX. Mention Cygwin.
17443         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
17444
17445 2008-06-03  Eric Blake  <ebb9@byu.net>
17446
17447         Provide fallback for older kernels.
17448         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
17449         Provide runtime fallback if kernel lacks support.
17450         Reported by Mike Frysinger.
17451
17452 2008-06-02  Bruno Haible  <bruno@clisp.org>
17453
17454         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
17455         it exists.
17456
17457 2008-06-02  Bruno Haible  <bruno@clisp.org>
17458
17459         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
17460         * lib/copy-acl.c (qcopy_acl): Update comment.
17461
17462 2008-06-02  Bruno Haible  <bruno@clisp.org>
17463
17464         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
17465         like ACL APIs.
17466
17467 2008-06-02  Bruno Haible  <bruno@clisp.org>
17468
17469         * tests/test-file-has-acl.sh: Use different code for Cygwin.
17470         * tests/test-set-mode-acl.sh: Likewise.
17471         * tests/test-copy-acl.sh: Likewise.
17472         * tests/test-copy-file.sh: Likewise.
17473
17474 2008-06-02  Bruno Haible  <bruno@clisp.org>
17475
17476         * tests/test-file-has-acl.sh: Remove unused code.
17477
17478 2008-06-01  Bruno Haible  <bruno@clisp.org>
17479
17480         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
17481         (copy_acl): Just a wrapper around qcopy_acl that emits the error
17482         messages.
17483         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
17484
17485 2008-06-01  Bruno Haible  <bruno@clisp.org>
17486
17487         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
17488         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
17489         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
17490         APIs.
17491         * modules/acl-tests (configure.ac): Remove tests now contained in
17492         m4/acl.m4.
17493
17494 2008-06-02  Jim Meyering  <meyering@redhat.com>
17495
17496         announce-gen: use a better key-server host name
17497         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
17498         it may be more consistently reliable.  Suggested by Werner Koch
17499         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
17500
17501 2008-06-01  Bruno Haible  <bruno@clisp.org>
17502
17503         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
17504         Reported by Voroskoi Andras <voroskoi@gmail.com>.
17505
17506 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
17507
17508         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
17509
17510 2008-06-01  Bruno Haible  <bruno@clisp.org>
17511
17512         New ACL tests.
17513         * tests/test-file-has-acl.sh: New file.
17514         * tests/test-file-has-acl.c: New file.
17515         * tests/test-set-mode-acl.sh: New file.
17516         * tests/test-set-mode-acl.c: New file.
17517         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
17518         * tests/test-copy-acl.c: New file.
17519         * modules/acl-tests: New file, based on modules/copy-file-tests.
17520         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
17521         (Depends-on): Add acl-tests.
17522         (configure.ac): Remove checks.
17523         (Makefile.am): Don't create test-sameacls program here any more.
17524
17525 2008-06-01  Bruno Haible  <bruno@clisp.org>
17526
17527         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
17528         * tests/test-sameacls.c: Include progname.h.
17529         (main): Invoke set_program_name. Portability fixes for MacOS X,
17530         Solaris, HP-UX.
17531
17532 2008-06-01  Bruno Haible  <bruno@clisp.org>
17533
17534         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
17535         function.
17536         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
17537
17538 2008-06-01  Bruno Haible  <bruno@clisp.org>
17539
17540         * modules/rpmatch (Depends-on): Add strdup.
17541
17542 2008-06-01  Bruno Haible  <bruno@clisp.org>
17543
17544         * lib/pipe.c: Include unistd-safer.h.
17545         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
17546         * modules/pipe (Depends-on): Add unistd-safer.
17547
17548 2008-05-30  Simon Josefsson  <simon@josefsson.org>
17549
17550         * modules/autobuild (configure.ac): Call AB_INIT.
17551
17552 2008-05-30  Simon Josefsson  <simon@josefsson.org>
17553
17554         * tests/test-getaddrinfo.c: Don't print debug messages by default.
17555         Suggested by Bruno Haible <bruno@clisp.org>.
17556
17557 2008-05-30  Simon Josefsson  <simon@josefsson.org>
17558
17559         * tests/test-base64.c: Cast size_t to unsigned long when invoking
17560         printf.  Use %lu instead of %d.  Reported by Bruno Haible
17561         <bruno@clisp.org>.
17562
17563 2008-05-29  Eric Blake  <ebb9@byu.net>
17564
17565         Prefer new POSIX 200x interfaces over futimesat.
17566         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
17567         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
17568         when available.
17569         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
17570
17571 2008-05-28  Bruno Haible  <bruno@clisp.org>
17572
17573         * modules/stpcpy (License): Change to LGPLv2+.
17574         Requested by David Lutterkort <dlutter@redhat.com>.
17575
17576 2008-05-27  Bruno Haible  <bruno@clisp.org>
17577
17578         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
17579         current mingw.
17580         Reported by Jose E. Marchesi <jemarch@gnu.org>.
17581
17582 2008-05-27  Bruno Haible  <bruno@clisp.org>
17583
17584         * modules/iconv_open (Link): New section, from module 'iconv'.
17585         * modules/striconv (Link): Likewise.
17586         * modules/striconveh (Link): Likewise.
17587         * modules/xstriconv (Link): Likewise.
17588         * modules/unicodeio (Link): Likewise.
17589         * modules/propername (Link): Likewise.
17590         Reported by Jim Meyering.
17591
17592 2008-05-26  Jim Meyering  <meyering@redhat.com>
17593
17594         sha256: do not artificially restrict buffer length to be < 2^32
17595         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
17596         uint32_t to size_t.
17597         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
17598         to match.
17599
17600         avoid unaligned access errors, e.g., on sparc
17601         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
17602         direct access through a possibly-unaligned uint64* pointer.
17603         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
17604         direct access through a possibly-unaligned uint32* pointer.
17605         Prompted by this patch from Tom "spot" Callaway:
17606         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
17607
17608         sha512.c: fix typo in comment
17609         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
17610
17611 2008-05-25  Bruno Haible  <bruno@clisp.org>
17612
17613         * lib/set-mode-acl.c: Renamed from lib/acl.c.
17614         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
17615         (Makefile.am): Update lib_SOURCES.
17616
17617 2008-05-25  Bruno Haible  <bruno@clisp.org>
17618
17619         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
17620
17621 2008-05-25  Jim Meyering  <meyering@redhat.com>
17622
17623         useless-if-before-free: freed expr may have white-space differences
17624         * build-aux/useless-if-before-free: Recognize cases in which the
17625         freed expression differs from the tested one in embedded white
17626         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
17627         $1 was used, so we can't make any regexp shy.  Improved tests now
17628         detect this.
17629
17630         useless-if-before-free: accept white space in the expression.
17631         * build-aux/useless-if-before-free: For now, any white space
17632         in the expression must be identical in the free argument.
17633
17634         useless-if-before-free: efficiency tweak
17635         * build-aux/useless-if-before-free: Make the expression-matching
17636         regexp "shy".
17637         Make the *outer* regexp shy, not the expr-matching one.
17638
17639         update code-in-comment to accept cast of free arg
17640         * build-aux/useless-if-before-free: Update regexp.
17641
17642 2008-05-25  Bruno Haible  <bruno@clisp.org>
17643
17644         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
17645         * modules/copy-file-tests (Files, Makefile.am): Update.
17646         * tests/test-copy-file.c (func_test_copy): Update.
17647
17648 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
17649
17650         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
17651
17652 2008-05-23  Bruno Haible  <bruno@clisp.org>
17653
17654         Improve support for ACLs on OSF/1.
17655         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
17656         Remove fallback for unknown flavors of ACLs.
17657
17658 2008-05-22  Bruno Haible  <bruno@clisp.org>
17659
17660         Add support for ACLs on OSF/1.
17661         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
17662         replacements.
17663         (acl_free_text): New macro fallback.
17664         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
17665         acl_free.
17666         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
17667         acl_free_text function. Require AC_C_INLINE.
17668
17669 2008-05-22  Bruno Haible  <bruno@clisp.org>
17670
17671         Make copy_acl work on MacOS X 10.5.
17672         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
17673         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
17674         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
17675         If MODE_INSIDE_ACL, don't assume that every system has the same text
17676         representation for ACLs as FreeBSD.
17677         * lib/copy-acl.c (copy_acl): Add support for platforms with
17678         !MODE_INSIDE_ACL.
17679         * lib/file-has-acl.c (file_has_acl): Likewise.
17680         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
17681         FreeBSD, MacOS X, or IRIX, respectively.
17682
17683 2008-05-22  Bruno Haible  <bruno@clisp.org>
17684
17685         * lib/acl.h: Don't include <sys/acl.h>.
17686         (GETACLCNT): Move fallback to lib/acl-internal.h.
17687         * lib/acl-internal.h: Include <sys/acl.h> here.
17688         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
17689
17690 2008-05-22  Bruno Haible  <bruno@clisp.org>
17691
17692         Split off copy_acl function to separate file.
17693         * lib/copy-acl.c: New file, extracted from lib/acl.c.
17694         * lib/acl.c (copy_acl): Moved function to separate file.
17695         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
17696         * modules/acl (Files): Add lib/copy-acl.c.
17697         (Makefiles.am): Augment lib_SOURCES.
17698
17699 2008-05-22  Bruno Haible  <bruno@clisp.org>
17700
17701         * modules/copy-file-tests: New file.
17702         * tests/test-copy-file.sh: New file.
17703         * tests/test-copy-file.c: New file.
17704         * tests/test-copy-file-sameacls.c: New file.
17705
17706 2008-05-22  Eric Blake  <ebb9@byu.net>
17707
17708         Avoid gcc warning.
17709         * tests/test-memcmp.c (main): Pass NULL indirectly.
17710
17711 2008-05-21  Bruno Haible  <bruno@clisp.org>
17712
17713         Add reference doc about ACLs.
17714         * doc/acl-resources.txt: New file.
17715         * doc/acl-cygwin.txt: New file.
17716
17717 2008-05-21  Bruno Haible  <bruno@clisp.org>
17718
17719         Avoid one more warning from gcc.
17720         * lib/vasnprintf.c (IF_LINT): Update comments.
17721         (VASNPRINTF): Use it also for the 'prefix' array initializer.
17722
17723 2008-05-21  Jim Meyering  <meyering@redhat.com>
17724
17725         avoid a warning from gcc
17726         * lib/vasnprintf.c (IF_LINT): Define.
17727         (scale10_round_decimal_long_double):
17728         Use it to avoid a "may be used uninitialized" warning.
17729         (scale10_round_decimal_double): Likewise.
17730
17731 2008-05-21  Simon Josefsson  <simon@josefsson.org>
17732
17733         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
17734         declared.
17735
17736 2008-05-20  Bruno Haible  <bruno@clisp.org>
17737
17738         * tests/test-memcmp.c (main): Test also the sign of the result. Test
17739         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
17740
17741 2008-05-20  Simon Josefsson  <simon@josefsson.org>
17742
17743         * modules/memcmp-tests: New file.
17744         * tests/test-memcmp.c: New file.
17745
17746 2008-05-19  Bruno Haible  <bruno@clisp.org>
17747
17748         * modules/propername (Notice, configure.ac): Put quoted "..." into
17749         --keyword option.
17750         * lib/propername.h: Update comments accordingly.
17751         Reported by Eric Blake.
17752
17753 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
17754
17755         * modules/getpass-gnu (Depends-on): Add fseeko.
17756
17757 2008-05-19  Simon Josefsson  <simon@josefsson.org>
17758
17759         * modules/base64-tests: New file.
17760
17761 2008-05-19  Bo Borgerson <gigabo@gmail.com>
17762
17763         * lib/base64.c (base64_decode_ctx): If a decode context structure
17764         was passed in use it to ignore newlines.  If a context structure
17765         was _not_ passed in, continue to treat newlines as garbage (this
17766         is the historical behavior).  Formerly base64_decode.
17767         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
17768         takes a decode context structure.
17769         * lib/base64.h (base64_decode): Macro for four-argument calls.
17770         (base64_decode_alloc): Likewise.
17771         * lib/base64.c (base64_decode_ctx): If a decode context structure
17772         was passed in use it to ignore newlines.  If a context structure
17773         was _not_ passed in, continue to treat newlines as garbage (this
17774         is the historical behavior).  Formerly base64_decode.
17775         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
17776         takes a decode context structure.
17777         * lib/base64.h (base64_decode): Macro for four-argument calls.
17778         (base64_decode_alloc): Likewise.
17779
17780 2008-05-19  Jim Meyering  <meyering@redhat.com>
17781
17782         avoid a warning from gcc
17783         * lib/trim.c (IF_LINT): Define.
17784         (trim2): Use it to avoid a "may be used uninitialized" warning.
17785
17786         Fix doc typo.
17787         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
17788
17789 2008-05-19  Bruno Haible  <bruno@clisp.org>
17790
17791         * doc/glibc-functions/getpass.texi: Document limits of other
17792         implementations.
17793
17794 2008-05-19  Simon Josefsson  <simon@josefsson.org>
17795             Bruno Haible <bruno@clisp.org>
17796
17797         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
17798
17799 2008-05-18  Bruno Haible  <bruno@clisp.org>
17800
17801         * modules/propername: New file, from GNU gettext.
17802         * lib/propername.h: New file, from GNU gettext.
17803         * lib/propername.c: New file, from GNU gettext.
17804         * MODULES.html.sh (Internationalization functions): Add propername.
17805
17806 2008-05-16  Jim Meyering  <meyering@redhat.com>
17807             Bruno Haible  <bruno@clisp.org>
17808
17809         Avoid some warnings from "gcc -Wshadow".
17810         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
17811
17812 2008-05-15  Eric Blake  <ebb9@byu.net>
17813
17814         Extend previous patch to cygwin 1.7.0.
17815         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
17816         fast implementation in cygwin >= 1.7.0.
17817         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17818         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17819
17820 2008-05-15  Bruno Haible  <bruno@clisp.org>
17821
17822         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
17823         implementation in glibc >= 2.9.
17824         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17825         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17826
17827 2008-05-15  Bruno Haible  <bruno@clisp.org>
17828
17829         * MODULES.html.sh (Internationalization functions): Remove linebreak.
17830         (Unicode string functions): Add unilbrk/*.
17831         Reported by Karl Berry.
17832
17833 2008-05-15  Eric Blake  <ebb9@byu.net>
17834
17835         Fix violation of <stdbool.h> replacement in regex.
17836         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
17837         * lib/regexec.c (re_search_internal): Likewise.
17838         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
17839
17840 2008-05-15  Jim Meyering  <meyering@redhat.com>
17841
17842         avoid distracting test output when git or cvs is not found
17843         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
17844         * tests/test-vc-list-files-git.sh: Likewise.
17845
17846 2008-05-15  Eric Blake  <ebb9@byu.net>
17847
17848         Glibc finally accepted the memmem speedup code, bugzilla #5514.
17849         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
17850         glibc version.
17851         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
17852         * doc/posix-functions/strstr.texi (strstr): Likewise.
17853         * lib/str-two-way.h (MAX): Sychronize with glibc.
17854
17855 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
17856
17857         * lib/regcomp.c (optimize_utf8): Add a note on why we test
17858         opr.ctx_type.
17859         (calc_first): Initialize constraint field.
17860         (duplicate_node_closure): Use it instead of special casing ANCHORS.
17861         Fix grammar.
17862         (duplicate_node): Merge constraint field for all node types.
17863         (calc_eclosure_iter): Look at constraint field for all node types.
17864         * lib/regex_internal.c (create_cd_newstate): Don't look at
17865         opr.ctx_type.
17866
17867 2008-05-14  Bruno Haible  <bruno@clisp.org>
17868
17869         Help GCC to do better code generation.
17870         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
17871         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
17872         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
17873         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
17874         Declare with attribute 'malloc' if supported.
17875
17876 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
17877
17878         use "echo STR|wc -c" rather than unportable "expr length STR"
17879         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
17880         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
17881
17882 2008-05-14  Jim Meyering  <meyering@redhat.com>
17883
17884         use dd ibs=$n count=1 ... rather than less-portable head -c$n
17885         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
17886         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
17887         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
17888         via Collin Lasse.
17889
17890 2008-05-14  Eric Blake  <ebb9@byu.net>
17891
17892         Avoid quadratic growth in gl_LIBSOURCES.
17893         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
17894         Suggested by Bruno Haible.
17895
17896         Test xmemdup0.
17897         * modules/xmemdup0-tests: New file.
17898         * tests/test-xmemdup0.c: Likewise.
17899
17900 2008-05-13  Eric Blake  <ebb9@byu.net>
17901
17902         Split xmemdup0 into its own module.
17903         * modules/xmemdup0: New file.
17904         * lib/xmemdup0.h: Likewise.
17905         * lib/xmemdup0.c: Likewise.
17906         * MODULES.html.sh (Memory management functions): Add xmemdup0.
17907         * lib/xalloc.h (xmemdup0): Remove.
17908         * lib/xmalloc.c (xmemdup0): Likewise.
17909
17910 2008-05-13  Eric Blake  <ebb9@byu.net>
17911             Bruno Haible  <bruno@clisp.org>
17912
17913         Reduce number of forks required during autoconf.
17914         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
17915         and gl_LIBSOURCES_DIR.
17916         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
17917         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
17918         m4_syscmd per file.
17919         <m4_foreach_w>: Move...
17920         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
17921
17922 2008-05-13  Eric Blake  <ebb9@byu.net>
17923
17924         * gnulib-tool: Fix various comment typos.
17925
17926 2008-05-12  Bruno Haible  <bruno@clisp.org>
17927
17928         Tailor the linebreaking algorithm.
17929         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
17930
17931 2008-05-12  Bruno Haible  <bruno@clisp.org>
17932
17933         Update to Unicode 5.0.0.
17934         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
17935         LBP_JV, LBP_JT. Redistribute values.
17936         (unilbrk_table): Change size.
17937         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
17938         Unicode TR#14 rev. 22.
17939         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
17940         LBP_JV, LBP_JT. Redistribute values.
17941         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
17942         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
17943         Update.
17944         * lib/unilbrk/lbrkprop1.h: Regenerated.
17945         * lib/unilbrk/lbrkprop2.h: Regenerated.
17946         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
17947         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
17948         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
17949         Likewise.
17950         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
17951         Likewise.
17952         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
17953         result.
17954         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
17955         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
17956         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
17957         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
17958         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
17959         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
17960
17961 2008-05-11  Bruno Haible  <bruno@clisp.org>
17962
17963         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
17964
17965 2008-05-11  Bruno Haible  <bruno@clisp.org>
17966
17967         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
17968         * modules/unilbrk/gen-lbrk: New file.
17969
17970 2008-05-11  Bruno Haible  <bruno@clisp.org>
17971
17972         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
17973         * m4/sha512.m4 (gl_SHA512): Likewise.
17974
17975 2008-05-11  Jim Meyering  <meyering@redhat.com>
17976
17977         New modules: crypto/sha256, crypto/sha512 (from coreutils)
17978         * modules/crypto/sha256: New file.
17979         * modules/crypto/sha512: Likewise.
17980         * lib/sha256.c: Likewise.
17981         * lib/sha256.h: Likewise.
17982         * lib/sha512.c: Likewise.
17983         * lib/sha512.h: Likewise.
17984         * lib/u64.h: Likewise.
17985         * m4/sha256.m4: Likewise.
17986         * m4/sha512.m4: Likewise.
17987         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
17988
17989 2008-05-10  Bruno Haible  <bruno@clisp.org>
17990
17991         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
17992         (Input/Output <stdio.h>): Add xprintf.
17993         (Signal handling <signal.h>): Add strsignal.
17994         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
17995         (Core language properties): Add func.
17996         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
17997         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
17998         strings.
17999         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
18000         (Input/output): New section.
18001         (File system functions): Add openat-die, stat-macros.
18002         (Networking functions): Add sockets.
18003         (Unicode string functions): Add unictype/*.
18004         (Support for building libraries and executables): Add gperf.
18005         (Support for building documentation): Add agpl-3.0.
18006         (Misc): Add nocrash.
18007
18008 2008-05-10  Bruno Haible  <bruno@clisp.org>
18009
18010         * modules/unictype/gen-ctype: New file.
18011
18012 2008-05-10  Jim Meyering  <meyering@redhat.com>
18013
18014         Make chdir-safer.c more efficient on a system with no symlinks.
18015         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
18016         also if ELOOP is zero.  Suggested by Bruno Haible.
18017
18018         Make chdir-safer.c slightly safer.
18019         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
18020         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
18021
18022         Avoid compile failure on systems without ELOOP (like mingw).
18023         * lib/chdir-safer.c (ELOOP): Define if not already defined.
18024         Reported by Bruno Haible.
18025
18026 2008-05-10  Bruno Haible  <bruno@clisp.org>
18027
18028         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
18029         (is_utf8_encoding): Use a case-insensitive comparison.
18030         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
18031         streq.
18032
18033 2008-05-10  Bruno Haible  <bruno@clisp.org>
18034
18035         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
18036         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
18037         * lib/unilbrk/ulc-common.h (iconv_string_length,
18038         iconv_string_keeping_offsets): Remove declarations.
18039         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
18040         Don't include <iconv.h>, streq.h, xsize.h.
18041         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
18042         conversion.
18043         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
18044         <iconv.h>, streq.h, xsize.h.
18045         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
18046         conversion.
18047         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
18048         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
18049         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
18050         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
18051
18052 2008-05-10  Bruno Haible  <bruno@clisp.org>
18053
18054         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
18055         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
18056
18057         * modules/unilbrk/u32-width-linebreaks-tests: New file.
18058         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
18059
18060         * modules/unilbrk/u16-width-linebreaks-tests: New file.
18061         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
18062
18063         * modules/unilbrk/u8-width-linebreaks-tests: New file.
18064         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
18065
18066         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
18067         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
18068
18069         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
18070         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
18071
18072         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
18073         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
18074
18075         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
18076         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
18077
18078 2008-05-10  Bruno Haible  <bruno@clisp.org>
18079
18080         Split up 'linebreak' module.
18081         * lib/unilbrk.h: New file, based on lib/linebreak.h.
18082         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
18083         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
18084         modifications.
18085         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
18086         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
18087         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
18088         lib/linebreak.c.
18089         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
18090         lib/linebreak.c.
18091         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
18092         lib/linebreak.c.
18093         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
18094         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
18095         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
18096         lib/linebreak.c.
18097         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
18098         lib/linebreak.c.
18099         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
18100         lib/linebreak.c.
18101         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
18102         lib/linebreak.c.
18103         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
18104         lib/linebreak.c.
18105         * modules/unilbrk/base: New file.
18106         * modules/unilbrk/tables: New file.
18107         * modules/unilbrk/u8-possible-linebreaks: New file.
18108         * modules/unilbrk/u16-possible-linebreaks: New file.
18109         * modules/unilbrk/u32-possible-linebreaks: New file.
18110         * modules/unilbrk/ulc-common: New file.
18111         * modules/unilbrk/ulc-possible-linebreaks: New file.
18112         * modules/unilbrk/u8-width-linebreaks: New file.
18113         * modules/unilbrk/u16-width-linebreaks: New file.
18114         * modules/unilbrk/u32-width-linebreaks: New file.
18115         * modules/unilbrk/ulc-width-linebreaks: New file.
18116         * lib/linebreak.h: Remove file.
18117         * lib/linebreak.c: Remove file.
18118         * m4/linebreak.m4: Remove file.
18119         * modules/linebreak: Remove file.
18120         * NEWS: Mention the changes.
18121
18122 2008-05-09  Eric Blake  <ebb9@byu.net>
18123
18124         Add xmemdup0.
18125         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
18126         implementation.
18127         * lib/xmalloc.c (xmemdup0): New C implementation.
18128
18129 2008-05-08  Bruno Haible  <bruno@clisp.org>
18130
18131         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
18132
18133 2008-05-07  Eric Blake  <ebb9@byu.net>
18134
18135         Support cross-compilation of <wctype.h>.
18136         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
18137         AC_CACHE_CHECK.
18138
18139 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
18140
18141         * build-aux/vc-list-files: Add support for bzr.
18142
18143 2008-05-03  Jim Meyering  <meyering@redhat.com>
18144
18145         avoid failed assertion with tight malloc
18146         * tests/test-getndelim2.c: Correct an off-by-one assertion.
18147
18148 2008-05-03  Simon Josefsson  <simon@josefsson.org>
18149
18150         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
18151         are needed from arpa/inet.h.
18152         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
18153         Reported by Bruno Haible.
18154
18155 2008-05-02  Jim Meyering  <meyering@redhat.com>
18156
18157         avoid compilation error on FreeBSD 6
18158         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
18159
18160 2008-05-01  Jim Meyering  <meyering@redhat.com>
18161
18162         useless-if-before-free: correct --help's exit status description
18163         * build-aux/useless-if-before-free (usage): Like grep, exit 0
18164         for one or more matches, etc.  Reported by Bruno Haible.
18165
18166         vc-list-files: make the stand-alone gnulib test work
18167         * modules/vc-list-files-tests (configure.ac):
18168         Define and AC_SUBST abs_aux_dir.
18169         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
18170         $(abs_top_srcdir) to each script and having each of them
18171         duplicate the work of setting PATH, set PATH here, using
18172         the new variable, abs_aux_dir instead.
18173         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
18174         * tests/test-vc-list-files-git.sh: Likewise.
18175         Reported by Bruno Haible.
18176
18177 2008-05-01  Bruno Haible  <bruno@clisp.org>
18178
18179         * lib/getndelim2.c (getndelim2): Fix newsize computation during
18180         reallocation. Rename 'done' to 'found_delimiter'.
18181
18182 2008-05-01  Jim Meyering  <meyering@redhat.com>
18183
18184         vc-list-files: accommodate /bin/sh like the one from Solaris 10
18185         * build-aux/vc-list-files: Use `...`, not $(...).
18186
18187 2008-04-30  Jim Meyering  <meyering@redhat.com>
18188
18189         add tests for vc-list-files
18190         * modules/vc-list-files-tests: New module.
18191         * tests/test-vc-list-files-cvs.sh: New file.
18192         * tests/test-vc-list-files-git.sh: New file.
18193
18194         avoid a warning from gcc
18195         * lib/getndelim2.c (IF_LINT): Define.
18196         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
18197
18198         vc-list-files: work properly with build-aux/cvsu, too
18199         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
18200         to all cvs-based clauses.
18201
18202         vc-list-files: work properly in the CVS+awk case, too
18203         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
18204
18205         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
18206         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
18207         take more than one file argument, so .  Add quotes, just in case $dir
18208         ever contains a shell meta-character.  Prompted by Soren Hansen in
18209         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
18210
18211 2008-04-29  Eric Blake  <ebb9@byu.net>
18212
18213         Optimize getndelim2 to use block operations when possible.
18214         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
18215         freadseek, and memchr2.
18216         * lib/getndelim2.c (getndelim2): Use them for block reads.
18217
18218 2008-04-29  Bruno Haible  <bruno@clisp.org>
18219
18220         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
18221         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
18222         * modules/inet_ntop (Depends-on): Add extensions.
18223         * modules/inet_pton (Depends-on): Likewise.
18224         Reported by Simon Josefsson.
18225
18226 2008-04-29  Jim Meyering  <meyering@redhat.com>
18227
18228         When the is more than one match in a block, match all of them.
18229         * build-aux/useless-if-before-free: Iterate through each block
18230         until there are no more matches.
18231
18232         Fix broken useless-if-before-free script.
18233         * build-aux/useless-if-before-free: Fix typo: missing "?" after
18234         the expression to match cast of argument to free-like function.
18235
18236 2008-04-29  Eric Blake  <ebb9@byu.net>
18237
18238         Use new header.
18239         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
18240
18241 2008-04-29  Jim Meyering  <meyering@redhat.com>
18242
18243         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
18244         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
18245         by gnulib to exist and to declare e.g., inet_ntop.
18246         Don't include "inet_ntop.h", now removed.
18247
18248         * m4/arpa_inet_h.m4: Remove trailing blanks.
18249
18250 2008-04-29  Eric Blake  <ebb9@byu.net>
18251
18252         Silence valgrind on safe reads beyond potential array bounds.
18253         * lib/rawmemchr.valgrind: New file.
18254         * lib/strchrnul.valgrind: Likewise.
18255         * modules/rawmemchr (Files): Distribute new file.
18256         * modules/strchrnul (Files): Likewise.
18257         Suggested by Bruno Haible.
18258
18259 2008-04-29  Bruno Haible  <bruno@clisp.org>
18260
18261         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
18262         (inet_ntop, inet_pton): Change portability warning's wording.
18263         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
18264         Invoke gl_CHECK_NEXT_HEADERS.
18265         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
18266         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
18267         set ARPA_INET_H.
18268         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
18269         * modules/arpa_inet (Description): No longer only for systems that
18270         lack it.
18271         (Depends-on): Add include_next.
18272         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
18273         HAVE_ARPA_INET_H.
18274
18275 2008-04-29  Jim Meyering  <meyering@redhat.com>
18276
18277         * modules/mkdir (License): Re-license as LGPLv2+.
18278
18279 2008-04-29  Bruno Haible  <bruno@clisp.org>
18280
18281         * modules/rawmemchr (Maintainer): Set to Eric.
18282         * modules/strchrnul (Maintainer): Likewise.
18283
18284 2008-04-29  Simon Josefsson  <simon@josefsson.org>
18285
18286         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
18287         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
18288
18289         * modules/arpa_inet (arpa/inet.h): Use them.
18290
18291 2008-04-28  Eric Blake  <ebb9@byu.net>
18292
18293         Test getndelim2.
18294         * modules/getndelim2-tests: New file.
18295         * tests/test-getndelim2.c: Likewise.
18296         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
18297         stream.
18298         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
18299
18300         * MODULES.html.sh: Document new module.
18301
18302 2008-04-20  Bruno Haible  <bruno@clisp.org>
18303
18304         * lib/c-stack.c (die): Use raise.
18305         * modules/c-stack (Depends-on): Add raise.
18306
18307 2008-04-28  Bruno Haible  <bruno@clisp.org>
18308
18309         Expect rpmatch to be declared.
18310         * lib/yesno.c (rpmatch): Remove declaration.
18311
18312         Declare rpmatch.
18313         * lib/stdlib.in.h (rpmatch): New declaration.
18314         * lib/rpmatch.c: Include <stdlib.h> first.
18315         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
18316         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
18317         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
18318         HAVE_RPMATCH.
18319         * modules/rpmatch (Depends-on): Add stdlib, extensions.
18320         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18321         (Include): Set to <stdlib.h>.
18322         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
18323         HAVE_RPMATCH.
18324         * NEWS: Document the change.
18325
18326 2008-04-28  Bruno Haible  <bruno@clisp.org>
18327
18328         Change rpmatch to use nl_langinfo when appropriate.
18329         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
18330         (N_): New macro.
18331         (localized_pattern): New function/macro.
18332         (try): Remove match, nomatch arguments. Copy the pattern into safe
18333         memory before caching it.
18334         (rpmatch): Use localized_pattern. Add translator comments.
18335         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
18336         Suggested by Eric Blake.
18337         * modules/rpmatch (Depends-on): Add stdbool.
18338
18339 2008-04-28  Eric Blake  <ebb9@byu.net>
18340
18341         Add rawmemchr module, matching glibc.
18342         * modules/string (Makefile.am): New indicator.
18343         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
18344         * lib/string.in.h (rawmemchr): Declare when appropriate.
18345         * modules/rawmemchr: New file.
18346         * m4/rawmemchr.m4: Likewise.
18347         * lib/rawmemchr.c: Likewise.
18348         * modules/rawmemchr-tests: Likewise.
18349         * tests/test-rawmemchr.c: Likewise.
18350         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
18351         module.
18352         * modules/strchrnul (Depends-on): Add rawmemchr.
18353         * lib/strchrnul.c (strchrnul): Optimize a corner case.
18354
18355         Whitespace cleanup.
18356         * tests/test-strchrnul.c: Reindent.
18357         * lib/strchrnul.c: Likewise.
18358
18359         Optimize and test strchrnul.
18360         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
18361         * modules/strchrnul-tests: New file.
18362         * tests/test-strchrnul.c: Likewise.
18363
18364         Remove intprops dependency.
18365         * modules/memchr (Depends-on): Remove intprops.
18366         * modules/memrchr (Depends-on): Likewise.
18367         * modules/memchr2 (Depends-on): Likewise.
18368         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
18369         * lib/memrchr.c (__memrchr): Likewise.
18370         * lib/memrchr2.c (memchr2): Likewise.
18371         Reported by Simon Josefsson.
18372
18373 2008-04-28  Simon Josefsson  <simon@josefsson.org>
18374
18375         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
18376         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18377
18378 2008-04-28  Simon Josefsson  <simon@josefsson.org>
18379
18380         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
18381
18382         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
18383
18384         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
18385
18386         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
18387         declarations.
18388         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
18389
18390         * m4/inet_pton.m4: Don't check for header files.
18391
18392         * m4/inet_ntop.m4: Don't check for header files.
18393
18394 2008-04-28  Simon Josefsson  <simon@josefsson.org>
18395
18396         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
18397         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
18398         trigger for cygwin).
18399         Reported by Bruno Haible  <bruno@clisp.org>.
18400
18401 2008-04-28  Bruno Haible  <bruno@clisp.org>
18402
18403         * doc/posix-functions/strdup.texi: Mention mingw problem.
18404
18405 2008-04-27  Bruno Haible  <bruno@clisp.org>
18406
18407         * modules/stat-time-tests (Depends-on): Add sleep.
18408         * tests/test-stat-time.c (force_unlink): New function.
18409         (cleanup): Use it.
18410         (test_mtime): Remove the ctime related tests.
18411         (test_ctime): New function, containing the ctime related tests.
18412         (main): Call test_ctime, except on native Windows platforms.
18413
18414 2008-04-27  Bruno Haible  <bruno@clisp.org>
18415
18416         * lib/rpmatch.c (rpmatch): Add some comments.
18417         Reported by James Youngman <jay@gnu.org>.
18418
18419 2008-04-27  Bruno Haible  <bruno@clisp.org>
18420
18421         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
18422         quiet NaNs.
18423
18424 2008-04-27  Bruno Haible  <bruno@clisp.org>
18425
18426         Make test-yesno.sh work on mingw.
18427         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
18428         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
18429         (main): Set stdin to binary mode.
18430         * modules/yesno-tests (Depends-on): Add binary-io.
18431
18432 2008-04-27  Bruno Haible  <bruno@clisp.org>
18433
18434         Fix 'isfinite' on x86, x86_64, ia64 platforms.
18435         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
18436         argument that lie outside the IEEE 854 domain.
18437         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
18438         (gl_ISFINITE): Use it.
18439         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
18440
18441 2008-04-27  Bruno Haible  <bruno@clisp.org>
18442
18443         Allow local renaming in config.h.
18444         * lib/memrchr.c (memrchr): Don't undefine outside libc.
18445
18446 2008-04-27  Bruno Haible  <bruno@clisp.org>
18447
18448         * lib/memchr.c (__memchr): Change type of 'i'.
18449         * lib/memchr2.c (memchr2): Likewise.
18450
18451 2008-04-26  Eric Blake  <ebb9@byu.net>
18452         and Bruno Haible  <bruno@clisp.org>
18453
18454         Optimize and test memrchr.
18455         * modules/memrchr (Depends-on): Add intprops.
18456         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
18457         * modules/memrchr-tests: New file.
18458         * tests/test-memrchr.c: New file.
18459
18460 2008-04-26  Bruno Haible  <bruno@clisp.org>
18461
18462         Add tentative support for DragonFly BSD.
18463         * lib/stdio-impl.h: Add macros for DragonFly BSD.
18464         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
18465         fp.
18466         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
18467         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
18468         * lib/fpurge.c (fpurge): Likewise.
18469         * lib/freadable.c (freaadable): Likewise.
18470         * lib/freadahead.c (freadahead): Likewise.
18471         * lib/freading.c (freading): Likewise.
18472         * lib/freadptr.c (freadptr): Likewise.
18473         * lib/freadseek.c (freadptrinc): Likewise.
18474         * lib/fseeko.c (fseeko): Likewise.
18475         * lib/fseterr.c (fseterr): Likewise.
18476         * lib/fwritable.c (fwritable): Likewise.
18477         * lib/fwriting.c (fwriting): Likewise.
18478
18479 2008-04-26  Bruno Haible  <bruno@clisp.org>
18480
18481         * lib/stdio-impl.h: New file.
18482         * lib/fbufmode.c: Include stdio-impl.h.
18483         (fbufmode): Use fp_, remove redundant #defines.
18484         * lib/fflush.c: Include stdio-impl.h.
18485         (clear_ungetc_buffer): Remove redundant #defines.
18486         * lib/fpurge.c: Include stdio-impl.h.
18487         (fpurge): Remove redundant #defines.
18488         * lib/freadable.c: Include stdio-impl.h.
18489         (freadable): Remove redundant #defines.
18490         * lib/freadahead.c: Include stdio-impl.h.
18491         (freadahead): Remove redundant #defines.
18492         * lib/freading.c: Include stdio-impl.h.
18493         (freading): Remove redundant #defines.
18494         * lib/freadptr.c: Include stdio-impl.h.
18495         (freadptr): Remove redundant #defines.
18496         * lib/freadseek.c: Include stdio-impl.h.
18497         (freadptrinc): Remove redundant #defines.
18498         * lib/fseeko.c: Include stdio-impl.h.
18499         (rpl_fseeko): Remove redundant #defines.
18500         * lib/fseterr.c: Include stdio-impl.h.
18501         (fseterr): Remove redundant #defines.
18502         * lib/fwritable.c: Include stdio-impl.h.
18503         (fwritable: Remove redundant #defines.
18504         * lib/fwriting.c: Include stdio-impl.h.
18505         (fwriting): Remove redundant #defines.
18506         * modules/fbufmode (Files): Add lib/stdio-impl.h.
18507         * modules/fflush (Files): Likewise.
18508         * modules/fpurge (Files): Likewise.
18509         * modules/freadable (Files): Likewise.
18510         * modules/freadahead (Files): Likewise.
18511         * modules/freading (Files): Likewise.
18512         * modules/freadptr (Files): Likewise.
18513         * modules/freadseek (Files): Likewise.
18514         * modules/fseeko (Files): Likewise.
18515         * modules/fseterr (Files): Likewise.
18516         * modules/fwritable (Files): Likewise.
18517         * modules/fwriting (Files): Likewise.
18518
18519 2008-04-26  Bruno Haible  <bruno@clisp.org>
18520
18521         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
18522         restore_seek_optimization, update_fpos_cache): New functions, extracted
18523         from rpl_fflush.
18524         (rpl_fflush): Use them.
18525         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
18526         (gl_REPLACE_FFLUSH): Use it.
18527
18528 2008-04-26  Bruno Haible  <bruno@clisp.org>
18529
18530         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
18531         on Solaris.
18532         * tests/test-xstrtoimax.sh: Likewise.
18533         * tests/test-xstrtoumax.sh: Likewise.
18534         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18535
18536 2008-04-26  Bruno Haible  <bruno@clisp.org>
18537
18538         * modules/memchr-tests: New file.
18539         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
18540
18541 2008-04-26  Eric Blake  <ebb9@byu.net>
18542             Bruno Haible  <bruno@clisp.org>
18543
18544         * lib/memchr.c: Include intprops.h.
18545         (__memchr): Optimize parallel detection of matching bytes. Rename local
18546         variables. Add explanatory comments.
18547
18548 2008-04-26  Bruno Haible  <bruno@clisp.org>
18549
18550         Fix module 'memchr', broken since 2000-10-28.
18551         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
18552
18553 2008-04-26  Bruno Haible  <bruno@clisp.org>
18554
18555         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
18556         comments.
18557
18558 2008-04-25  Eric Blake  <ebb9@byu.net>
18559
18560         Use native fstatat on cygwin 1.7.0.
18561         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
18562         first.
18563
18564 2008-04-23  Eric Blake  <ebb9@byu.net>
18565
18566         Improve memchr2 performance.
18567         * lib/memchr2.c (memchr2): Further optimize parallel detection of
18568         NUL bytes.
18569         * modules/memchr2 (Depends-on): Use intprops.h.
18570
18571 2008-04-23  Simon Josefsson  <simon@josefsson.org>
18572
18573         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
18574         an inline function instead of a CPP macro.  Patch by Ben Pfaff
18575         <blp@cs.stanford.edu>.
18576
18577 2008-04-23  Simon Josefsson  <simon@josefsson.org>
18578
18579         * lib/arpa_inet.in.h: New file.
18580
18581         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
18582         (Makefile.am): Sed in substitute header file.
18583
18584         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
18585         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
18586
18587         * modules/inet_ntop (configure.ac): Use
18588         gl_ARPA_INET_MODULE_INDICATOR.
18589
18590         * modules/inet_pton (configure.ac): Use
18591         gl_ARPA_INET_MODULE_INDICATOR.
18592
18593 2008-04-22  Jim Meyering  <meyering@redhat.com>
18594
18595         * modules/verify (License): Re-license as LGPLv2+.
18596
18597 2008-04-22  Simon Josefsson  <simon@josefsson.org>
18598
18599         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
18600         parameter to void* as per POSIX standard (MinGW uses char*).
18601
18602 2008-04-21  Bruno Haible  <bruno@clisp.org>
18603
18604         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
18605         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
18606         Define to replacements if REPLACE_ISWCNTRL is 1.
18607         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
18608         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
18609         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
18610         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
18611         what it fixes.
18612         * doc/posix-functions/iswalpha.texi: Likewise.
18613         * doc/posix-functions/iswblank.texi: Likewise.
18614         * doc/posix-functions/iswcntrl.texi: Likewise.
18615         * doc/posix-functions/iswdigit.texi: Likewise.
18616         * doc/posix-functions/iswgraph.texi: Likewise.
18617         * doc/posix-functions/iswlower.texi: Likewise.
18618         * doc/posix-functions/iswprint.texi: Likewise.
18619         * doc/posix-functions/iswpunct.texi: Likewise.
18620         * doc/posix-functions/iswspace.texi: Likewise.
18621         * doc/posix-functions/iswupper.texi: Likewise.
18622         * doc/posix-functions/iswxdigit.texi: Likewise.
18623         Reported by Alain Guibert.
18624
18625 2008-04-21  Bruno Haible  <bruno@clisp.org>
18626
18627         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
18628         Patch by Alain Guibert.
18629
18630 2008-04-21  Bruno Haible  <bruno@clisp.org>
18631
18632         Fix test failures on mingw.
18633         * tests/test-xstrtol.c (print_no_progname): New function.
18634         (main): Install it in error_print_progname hook.
18635         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
18636         * tests/test-xstrtoimax.sh: Likewise.
18637         * tests/test-xstrtoumax.sh: Likewise.
18638
18639 2008-04-21  Bruno Haible  <bruno@clisp.org>
18640
18641         Fix test failure on mingw.
18642         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
18643
18644 2008-04-21  Bruno Haible  <bruno@clisp.org>
18645
18646         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
18647         Actually assign a value.
18648
18649 2008-04-20  Bruno Haible  <bruno@clisp.org>
18650
18651         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
18652         take 2.
18653         * lib/canonicalize.c (canonicalize_file_name): Elide if the
18654         'canonicalize-lgpl' module is also used.
18655         * lib/canonicalize-lgpl.c: Undo last change.
18656         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
18657
18658 2008-04-20  Bruno Haible  <bruno@clisp.org>
18659
18660         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
18661         config.h. Provide _mkdir based fallback for mingw.
18662         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
18663         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
18664         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
18665         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
18666         rather than defining mkdir in config.h.
18667         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
18668         (gl_SYS_STAT_H_DEFAULTS): New macro.
18669         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
18670         HAVE_IO_H any more.
18671         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
18672         HAVE_DECL_MKDIR and HAVE_IO_H.
18673
18674 2008-04-20  Bruno Haible  <bruno@clisp.org>
18675
18676         * lib/isapipe.c: Port to native Windows platforms.
18677
18678 2008-04-20  Bruno Haible  <bruno@clisp.org>
18679
18680         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
18681
18682 2008-04-21  Eric Blake  <ebb9@byu.net>
18683
18684         Work around preprocessors that don't handle UINTMAX_MAX.
18685         * lib/memchr2.c (memchr2): Avoid embedded #if.
18686         Reported by Alain Guibert, fix suggested by Bruno Haible.
18687
18688 2008-04-21  Simon Josefsson  <simon@josefsson.org>
18689
18690         * doc/posix-functions/strftime.texi (strftime): Explain better
18691         Windows incompatibility.  Suggested by Micah Cowan
18692         <micah@cowan.name>.
18693
18694 2008-04-20  Bruno Haible  <bruno@clisp.org>
18695
18696         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
18697         unistr/u8-mblen.
18698
18699 2008-04-20  Bruno Haible  <bruno@clisp.org>
18700
18701         Fix test failure on platforms with non-GNU iconv.
18702         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
18703         (U_TO_U8): Use it, rather than u16_to_u8.
18704         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
18705         units at the end of the input string.
18706         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
18707
18708 2008-04-20  Bruno Haible  <bruno@clisp.org>
18709
18710         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
18711         when the resulting length is 0.
18712         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
18713
18714 2008-04-20  Bruno Haible  <bruno@clisp.org>
18715
18716         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
18717         works.
18718         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
18719
18720 2008-04-20  Bruno Haible  <bruno@clisp.org>
18721
18722         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
18723         * modules/tsearch-tests (configure.ac): Test for initstate function.
18724
18725 2008-04-20  Bruno Haible  <bruno@clisp.org>
18726
18727         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
18728         for nlink_t if missing.
18729         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
18730
18731 2008-04-19  Bruno Haible  <bruno@clisp.org>
18732
18733         Work around snprintf bug on Linux libc5.
18734         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
18735         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18736         gl_SNPRINTF_SIZE1.
18737         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18738         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
18739         that test failed.
18740         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
18741         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
18742         * modules/snprintf (Files): Add m4/printf.m4.
18743         * modules/vsnprintf (Files): Likewise.
18744         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
18745         * doc/posix-functions/vsnprintf.texi: Likewise.
18746
18747 2008-04-19  Bruno Haible  <bruno@clisp.org>
18748
18749         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
18750         from 0.0058 to less than 10^-7.
18751
18752 2008-04-19  Bruno Haible  <bruno@clisp.org>
18753
18754         Fix rounding when a precision is given.
18755         * lib/vasnprintf.c (is_borderline): New function.
18756         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
18757         9...9x.
18758         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
18759         %e, %g.
18760         * tests/test-vasprintf-posix.c (test_function): Likewise.
18761         * tests/test-snprintf-posix.h (test_function): Likewise.
18762         * tests/test-sprintf-posix.h (test_function): Likewise.
18763         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
18764         * tests/test-printf-posix.h (test_function): Likewise.
18765         * tests/test-printf-posix.output: Update.
18766         Reported by John Darrington <john@darrington.wattle.id.au> via
18767         Ben Pfaff <blp@cs.stanford.edu>.
18768
18769 2008-04-18  Simon Josefsson  <simon@josefsson.org>
18770
18771         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
18772         Suggested by Bruno Haible <bruno@clisp.org>.
18773
18774 2008-04-17  Bruno Haible  <bruno@clisp.org>
18775
18776         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
18777         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
18778         implementation.
18779         Patch by Bruce Merry <bmerry@gmail.com>.
18780
18781 2008-04-17  Simon Josefsson  <simon@josefsson.org>
18782
18783         * doc/posix-functions/strftime.texi (strftime): Mention that %e
18784         doesn't work under Windows.
18785
18786 2008-04-16  Bruno Haible  <bruno@clisp.org>
18787
18788         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
18789         New macros.
18790         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
18791         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
18792         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
18793         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
18794         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
18795         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
18796         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
18797         macros.
18798         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
18799         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
18800         Northern Sotho, Uighur.
18801
18802 2008-04-16  Bruno Haible  <bruno@clisp.org>
18803
18804         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
18805         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
18806         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
18807         Reported by Daniel Bergström <daniel@octocode.com>.
18808
18809 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
18810             Bruno Haible  <bruno@clisp.org>
18811
18812         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
18813         function.
18814         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
18815         New functions, mostly extracted from gl_locale_name_default.
18816         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
18817
18818 2008-04-16  Eric Blake  <ebb9@byu.net>
18819
18820         Adjust strtod detection to catch glibc 2.7 bug.
18821         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
18822         Reported by John Gatewood Ham.
18823
18824 2008-04-16  Bruno Haible  <bruno@clisp.org>
18825
18826         Add tentative support for Linux libc5.
18827         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
18828         * lib/fpurge.c (fpurge): Likewise.
18829         * lib/freadable.c (freadable): Likewise.
18830         * lib/freadahead.c (freadahead): Likewise.
18831         * lib/freading.c (freading): Likewise.
18832         * lib/freadptr.c (freadptr): Likewise.
18833         * lib/freadseek.c (freadptrinc): Likewise.
18834         * lib/fseeko.c (rpl_fseeko): Likewise.
18835         * lib/fseterr.c (fseterr): Likewise.
18836         * lib/fwritable.c (fwritable): Likewise.
18837         * lib/fwriting.c (fwriting): Likewise.
18838         Reported by Alain Guibert <alguibert+bts@free.fr>.
18839
18840 2008-04-15  Bruno Haible  <bruno@clisp.org>
18841
18842         * modules/mathl (configure.ac): Define module indicator.
18843
18844 2008-04-15  Bruno Haible  <bruno@clisp.org>
18845
18846         * lib/logl.c (logl): Remove unused variables.
18847
18848 2008-04-15  Bruno Haible  <bruno@clisp.org>
18849
18850         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
18851         fails.
18852
18853 2008-04-15  Bruno Haible  <bruno@clisp.org>
18854
18855         * lib/trim.c (trim2): Fix argument of isspace() macro.
18856
18857 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
18858
18859         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
18860         to 0.
18861         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
18862
18863 2008-04-14  Bruno Haible  <bruno@clisp.org>
18864
18865         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
18866         AC_LANG_PROGRAM argument.
18867         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
18868         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
18869         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
18870         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
18871         * m4/math_h.m4 (gl_MATH_H): Likewise.
18872         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
18873         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
18874         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
18875         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
18876         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
18877         * m4/regex.m4 (gl_REGEX): Likewise.
18878         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
18879         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
18880         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18881         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
18882         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
18883         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
18884         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18885         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
18886
18887 2008-04-14  Jim Meyering  <meyering@redhat.com>
18888
18889         test-strtod: fix typos: s/abs/fabs/
18890         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
18891
18892 2008-04-13  Bruno Haible  <bruno@clisp.org>
18893
18894         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
18895         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
18896         module is also used and while not building the reloc-wrapper.
18897
18898 2008-04-13  Bruno Haible  <bruno@clisp.org>
18899
18900         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
18901
18902 2008-04-13  Bruno Haible  <bruno@clisp.org>
18903
18904         Fix AIX compilation failure introduced on 2008-04-02.
18905         * tests/test-frexp.c (exp): Undefine before redefining.
18906         * tests/test-frexpl.c (exp): Likewise.
18907
18908 2008-04-13  Bruno Haible  <bruno@clisp.org>
18909
18910         Work around a HP-UX stdio bug.
18911         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
18912         * tests/test-ftello.c (main): Likewise.
18913         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
18914         * doc/posix-functions/ftello.texi: Likewise.
18915
18916 2008-04-13  Bruno Haible  <bruno@clisp.org>
18917
18918         Make test-signbit pass on HP-UX/hppa.
18919         * tests/test-signbit.c (minus_zerol): New variable.
18920         (test_signbitl): Use it.
18921
18922 2008-04-13  Bruno Haible  <bruno@clisp.org>
18923
18924         Make truncl work on OSF/1 4.0.
18925         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
18926         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
18927         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
18928         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
18929         HAVE_DECL_TRUNCL.
18930         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
18931         HAVE_DECL_TRUNCL.
18932         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
18933
18934 2008-04-13  Bruno Haible  <bruno@clisp.org>
18935
18936         * lib/unictype.h: Remove trailing comma from enumeration definitions.
18937
18938 2008-04-13  Bruno Haible  <bruno@clisp.org>
18939
18940         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
18941         expression, so as to avoid HP-UX 11 cc compiler bug.
18942
18943 2008-04-13  Bruno Haible  <bruno@clisp.org>
18944
18945         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
18946
18947 2008-04-13  Bruno Haible  <bruno@clisp.org>
18948
18949         * lib/git-merge-changelog.c: Remove empty declaration outside of
18950         functions.
18951
18952 2008-04-13  Bruno Haible  <bruno@clisp.org>
18953
18954         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
18955
18956 2008-04-13  Bruno Haible  <bruno@clisp.org>
18957
18958         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
18959         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
18960         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
18961         also if it exists but lacks definitions of the SHUT_* macros.
18962         * modules/sys_socket (Description): Update.
18963         Reported by Elbert Pol <e.pol@chello.nl>.
18964
18965 2008-04-13  Bruno Haible  <bruno@clisp.org>
18966
18967         * lib/localcharset.c (OS2): Don't redefine if already defined.
18968         Reported by Elbert Pol <e.pol@chello.nl>.
18969
18970 2008-04-13  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/binary-io.h [__EMX__]: Include <io.h>.
18973         Reported by Elbert Pol <e.pol@chello.nl>.
18974
18975 2008-04-12  Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/fpucw.h: Enable the definitions also for x86_64.
18978         Needed for NetBSD/x86_64.
18979         Reported by Thomas Klausner <tk@giga.or.at>.
18980
18981 2008-04-12  Bruno Haible  <bruno@clisp.org>
18982
18983         * tests/test-strtod.c: Include isnand.h.
18984         (main): Use isnand instead of isnan.
18985         Reported by Jim Meyering.
18986
18987 2008-04-12  Bruno Haible  <bruno@clisp.org>
18988
18989         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
18990         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
18991
18992 2008-04-12  Jim Meyering  <meyering@redhat.com>
18993
18994         * m4/math_h.m4 (gl_MATH_H): Fix typos.
18995
18996 2008-04-12  Bruno Haible  <bruno@clisp.org>
18997
18998         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
18999         Reported by Elbert Pol <e.pol@chello.nl>.
19000
19001 2008-04-12  Eric Blake  <ebb9@byu.net>
19002
19003         Work around Solaris 10 math.h bug.
19004         * m4/math_h.m4 (gl_MATH_H): Check for bug.
19005         (gl_MATH_H_DEFAULTS): Set up default.
19006         * modules/math (Makefile.am): Replace new indicators.
19007         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
19008         * tests/test-math.c (main): Test this.
19009         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
19010         * doc/posix-headers/math.texi (math.h): Mention bug.
19011         Reported by Nelson H. F. Beebe and Jim Meyering.
19012
19013 2008-04-11  Bruno Haible  <bruno@clisp.org>
19014
19015         Adapt to future versions of Apple GCC.
19016         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
19017         Reported by Peter O'Gorman <peter@pogma.com>.
19018
19019 2008-04-11  Bruno Haible  <bruno@clisp.org>
19020
19021         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
19022
19023 2008-04-11  Bruno Haible  <bruno@clisp.org>
19024
19025         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
19026
19027         * modules/getaddrinfo-tests (Makefile.am): Define
19028         test_getaddrinfo_LDADD.
19029
19030 2008-04-11  Bruno Haible  <bruno@clisp.org>
19031
19032         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
19033         (init): Fix syntax error.
19034         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
19035         is declared.
19036
19037 2008-04-11  Bruno Haible  <bruno@clisp.org>
19038
19039         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
19040         * modules/glob (Depends-on): Add stdbool.
19041
19042 2008-04-11  Bruno Haible  <bruno@clisp.org>
19043
19044         * lib/trim.c: Include <string.h>.
19045
19046 2008-04-11  Eric Blake  <ebb9@byu.net>
19047
19048         Avoid compile failure on OS/2.
19049         * lib/regex_internal.h (internal_function): Disable optimization
19050         on OS/2 (__EMX__), where it caused compiler error.
19051         Reported by Elbert Pol.
19052
19053 2008-04-11  Bruno Haible  <bruno@clisp.org>
19054
19055         Flush the standard error stream before aborting. Needed on mingw.
19056         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
19057         * tests/test-array_list.c (ASSERT): Likewise.
19058         * tests/test-array_oset.c (ASSERT): Likewise.
19059         * tests/test-avltree_list.c (ASSERT): Likewise.
19060         * tests/test-avltree_oset.c (ASSERT): Likewise.
19061         * tests/test-avltreehash_list.c (ASSERT): Likewise.
19062         * tests/test-binary-io.c (ASSERT): Likewise.
19063         * tests/test-byteswap.c (ASSERT): Likewise.
19064         * tests/test-c-ctype.c (ASSERT): Likewise.
19065         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
19066         * tests/test-c-strcasestr.c (ASSERT): Likewise.
19067         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
19068         * tests/test-c-strstr.c (ASSERT): Likewise.
19069         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
19070         * tests/test-canonicalize.c (ASSERT): Likewise.
19071         * tests/test-carray_list.c (ASSERT): Likewise.
19072         * tests/test-ceilf1.c (ASSERT): Likewise.
19073         * tests/test-ceilf2.c (ASSERT): Likewise.
19074         * tests/test-ceill.c (ASSERT): Likewise.
19075         * tests/test-count-one-bits.c (ASSERT): Likewise.
19076         * tests/test-fbufmode.c (ASSERT): Likewise.
19077         * tests/test-fflush2.c (ASSERT): Likewise.
19078         * tests/test-floorf1.c (ASSERT): Likewise.
19079         * tests/test-floorf2.c (ASSERT): Likewise.
19080         * tests/test-floorl.c (ASSERT): Likewise.
19081         * tests/test-fopen.c (ASSERT): Likewise.
19082         * tests/test-fpending.c (ASSERT): Likewise.
19083         * tests/test-fprintf-posix.c (ASSERT): Likewise.
19084         * tests/test-fpurge.c (ASSERT): Likewise.
19085         * tests/test-freadable.c (ASSERT): Likewise.
19086         * tests/test-freadahead.c (ASSERT): Likewise.
19087         * tests/test-freading.c (ASSERT): Likewise.
19088         * tests/test-freadptr.c (ASSERT): Likewise.
19089         * tests/test-freadptr2.c (ASSERT): Likewise.
19090         * tests/test-freadseek.c (ASSERT): Likewise.
19091         * tests/test-freopen.c (ASSERT): Likewise.
19092         * tests/test-frexp.c (ASSERT): Likewise.
19093         * tests/test-frexpl.c (ASSERT): Likewise.
19094         * tests/test-fseek.c (ASSERT): Likewise.
19095         * tests/test-fseeko.c (ASSERT): Likewise.
19096         * tests/test-fstrcmp.c (ASSERT): Likewise.
19097         * tests/test-ftell.c (ASSERT): Likewise.
19098         * tests/test-ftello.c (ASSERT): Likewise.
19099         * tests/test-func.c (ASSERT): Likewise.
19100         * tests/test-fwritable.c (ASSERT): Likewise.
19101         * tests/test-fwriting.c (ASSERT): Likewise.
19102         * tests/test-getdelim.c (ASSERT): Likewise.
19103         * tests/test-getline.c (ASSERT): Likewise.
19104         * tests/test-i-ring.c (ASSERT): Likewise.
19105         * tests/test-iconv-utf.c (ASSERT): Likewise.
19106         * tests/test-iconv.c (ASSERT): Likewise.
19107         * tests/test-isfinite.c (ASSERT): Likewise.
19108         * tests/test-isnand.c (ASSERT): Likewise.
19109         * tests/test-isnanf.c (ASSERT): Likewise.
19110         * tests/test-isnanl.h (ASSERT): Likewise.
19111         * tests/test-ldexpl.c (ASSERT): Likewise.
19112         * tests/test-linked_list.c (ASSERT): Likewise.
19113         * tests/test-linkedhash_list.c (ASSERT): Likewise.
19114         * tests/test-localename.c (ASSERT): Likewise.
19115         * tests/test-lseek.c (ASSERT): Likewise.
19116         * tests/test-mbscasecmp.c (ASSERT): Likewise.
19117         * tests/test-mbscasestr1.c (ASSERT): Likewise.
19118         * tests/test-mbscasestr2.c (ASSERT): Likewise.
19119         * tests/test-mbscasestr3.c (ASSERT): Likewise.
19120         * tests/test-mbscasestr4.c (ASSERT): Likewise.
19121         * tests/test-mbschr.c (ASSERT): Likewise.
19122         * tests/test-mbscspn.c (ASSERT): Likewise.
19123         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
19124         * tests/test-mbspbrk.c (ASSERT): Likewise.
19125         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
19126         * tests/test-mbsrchr.c (ASSERT): Likewise.
19127         * tests/test-mbsspn.c (ASSERT): Likewise.
19128         * tests/test-mbsstr1.c (ASSERT): Likewise.
19129         * tests/test-mbsstr2.c (ASSERT): Likewise.
19130         * tests/test-mbsstr3.c (ASSERT): Likewise.
19131         * tests/test-memchr2.c (ASSERT): Likewise.
19132         * tests/test-memmem.c (ASSERT): Likewise.
19133         * tests/test-open.c (ASSERT): Likewise.
19134         * tests/test-printf-frexp.c (ASSERT): Likewise.
19135         * tests/test-printf-frexpl.c (ASSERT): Likewise.
19136         * tests/test-printf-posix.c (ASSERT): Likewise.
19137         * tests/test-quotearg.c (ASSERT): Likewise.
19138         * tests/test-rbtree_list.c (ASSERT): Likewise.
19139         * tests/test-rbtree_oset.c (ASSERT): Likewise.
19140         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
19141         * tests/test-round1.c (ASSERT): Likewise.
19142         * tests/test-roundf1.c (ASSERT): Likewise.
19143         * tests/test-roundl.c (ASSERT): Likewise.
19144         * tests/test-signbit.c (ASSERT): Likewise.
19145         * tests/test-sleep.c (ASSERT): Likewise.
19146         * tests/test-snprintf-posix.c (ASSERT): Likewise.
19147         * tests/test-snprintf.c (ASSERT): Likewise.
19148         * tests/test-sprintf-posix.c (ASSERT): Likewise.
19149         * tests/test-stat-time.c (ASSERT): Likewise.
19150         * tests/test-strcasestr.c (ASSERT): Likewise.
19151         * tests/test-strerror.c (ASSERT): Likewise.
19152         * tests/test-striconv.c (ASSERT): Likewise.
19153         * tests/test-striconveh.c (ASSERT): Likewise.
19154         * tests/test-striconveha.c (ASSERT): Likewise.
19155         * tests/test-strsignal.c (ASSERT): Likewise.
19156         * tests/test-strstr.c (ASSERT): Likewise.
19157         * tests/test-strtod.c (ASSERT): Likewise.
19158         * tests/test-trunc1.c (ASSERT): Likewise.
19159         * tests/test-trunc2.c (ASSERT): Likewise.
19160         * tests/test-truncf1.c (ASSERT): Likewise.
19161         * tests/test-truncf2.c (ASSERT): Likewise.
19162         * tests/test-truncl.c (ASSERT): Likewise.
19163         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
19164         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
19165         * tests/test-vasnprintf.c (ASSERT): Likewise.
19166         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
19167         * tests/test-vasprintf.c (ASSERT): Likewise.
19168         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
19169         * tests/test-vprintf-posix.c (ASSERT): Likewise.
19170         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
19171         * tests/test-vsnprintf.c (ASSERT): Likewise.
19172         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
19173         * tests/test-wcwidth.c (ASSERT): Likewise.
19174         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
19175         * tests/test-xprintf-posix.c (ASSERT): Likewise.
19176         * tests/test-xvasprintf.c (ASSERT): Likewise.
19177         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
19178         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
19179         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
19180         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
19181         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
19182         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
19183         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
19184         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
19185         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
19186         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
19187         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
19188         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
19189         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
19190         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
19191         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
19192         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
19193         * tests/unictype/test-block_list.c (ASSERT): Likewise.
19194         * tests/unictype/test-block_of.c (ASSERT): Likewise.
19195         * tests/unictype/test-block_test.c (ASSERT): Likewise.
19196         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
19197         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
19198         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
19199         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
19200         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
19201         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
19202         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
19203         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
19204         * tests/unictype/test-combining.c (ASSERT): Likewise.
19205         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
19206         * tests/unictype/test-digit.c (ASSERT): Likewise.
19207         * tests/unictype/test-mirror.c (ASSERT): Likewise.
19208         * tests/unictype/test-numeric.c (ASSERT): Likewise.
19209         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
19210         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
19211         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
19212         * tests/unictype/test-scripts.c (ASSERT): Likewise.
19213         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
19214         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
19215         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
19216         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
19217         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
19218         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
19219         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
19220         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
19221         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
19222         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
19223         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
19224         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
19225         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
19226         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
19227         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
19228         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
19229         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
19230         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
19231         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
19232         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
19233         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
19234         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
19235         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
19236         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
19237         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
19238         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
19239         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
19240         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
19241         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
19242         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
19243         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
19244         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
19245         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
19246         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
19247         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
19248         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
19249         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
19250         Reported by Eric Blake.
19251
19252 2008-04-11  Bruno Haible  <bruno@clisp.org>
19253
19254         * lib/wchar.in.h: Tweak comment.
19255
19256 2008-04-11  Bruno Haible  <bruno@clisp.org>
19257
19258         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
19259         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
19260         gl_COMMON.
19261         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
19262
19263 2008-04-11  Bruno Haible  <bruno@clisp.org>
19264
19265         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
19266
19267 2008-04-11  Simon Josefsson  <simon@josefsson.org>
19268
19269         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
19270         of attempting to use non-existing /dev/*random.  Based on patch
19271         from Adam Strzelecki <ono@java.pl> in
19272         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
19273
19274 2008-04-08  Bruno Haible  <bruno@clisp.org>
19275
19276         Add tentative support for emx+gcc.
19277         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
19278         * lib/fpurge.c (fpurge): Likewise.
19279         * lib/freadable.c (freadable): Likewise.
19280         * lib/freadahead.c (freadahead): Likewise.
19281         * lib/freading.c (freading): Likewise.
19282         * lib/freadptr.c (freadptr): Likewise.
19283         * lib/freadseek.c (freadptrinc): Likewise.
19284         * lib/fseeko.c (rpl_fseeko): Likewise.
19285         * lib/fseterr.c (fseterr): Likewise.
19286         * lib/fwritable.c (fwritable): Likewise.
19287         * lib/fwriting.c (fwriting): Likewise.
19288         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
19289
19290 2008-04-09  Eric Blake  <ebb9@byu.net>
19291
19292         Avoid some autoconf warnings.
19293         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
19294         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
19295         * m4/afs.m4 (gl_AFS): Likewise.
19296         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
19297         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
19298         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19299         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
19300         (gl_INTEGER_TYPE_SUFFIX): Likewise.
19301         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
19302         (AC_CHECK_DECLS_ONCE): Likewise.
19303         Rename file...
19304         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
19305         gnulib-tool requires autoconf 2.59 or better.
19306         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
19307
19308 2008-04-08  Eric Blake  <ebb9@byu.net>
19309
19310         Use 'git describe --match' if present (added in git 1.5.5).
19311         * build-aux/git-version-gen: Limit result to tags that match 'v*'
19312         if possible.
19313
19314 2008-04-08  Bruno Haible  <bruno@clisp.org>
19315
19316         Add tentative support for OpenServer.
19317         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
19318         _ptr, _cnt.
19319         * lib/fpurge.c (fpurge): Likewise.
19320         * lib/freadable.c (freadable): Likewise.
19321         * lib/freadahead.c (freadahead): Likewise.
19322         * lib/freading.c (freading): Likewise.
19323         * lib/freadptr.c (freadptr): Likewise.
19324         * lib/freadseek.c (freadptrinc): Likewise.
19325         * lib/fseeko.c (rpl_fseeko): Likewise.
19326         * lib/fseterr.c (fseterr): Likewise.
19327         * lib/fwritable.c (fwritable): Likewise.
19328         * lib/fwriting.c (fwriting): Likewise.
19329         Reported by Roger Cornelius <rac@tenzing.org> and
19330         Brian K. White <brian@aljex.com>.
19331
19332 2008-04-06  Jim Meyering  <meyering@redhat.com>
19333
19334         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
19335
19336 2008-04-06  Bruno Haible  <bruno@clisp.org>
19337
19338         Avoid possible error with non-ASCII bytes in UTF-8 locales.
19339         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
19340         * tests/test-printf-posix.sh: Likewise.
19341         * tests/test-vfprintf-posix.sh: Likewise.
19342         * tests/test-vprintf-posix.sh: Likewise.
19343         * tests/test-xprintf-posix.sh: Likewise.
19344
19345 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19346
19347         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
19348         hide error from 'ls', needed on OS/2.
19349         Report by Elbert Pol <elbert.pol@gmail.com>.
19350
19351 2008-04-04  Eric Blake  <ebb9@byu.net>
19352
19353         Make test-fseeko.c failures meaningful.
19354         * tests/test-fseeko.c: Print line number on failure.
19355         * tests/test-fseek.c: Likewise.
19356         Reported by Nelson H. F. Beebe.
19357
19358         Improve strtod bug detection check.
19359         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
19360         required for Solaris 10.
19361         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
19362
19363 2008-04-04  Bruno Haible  <bruno@clisp.org>
19364
19365         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
19366         by m4/setenv.m4.
19367
19368 2008-04-03  Eric Blake  <ebb9@byu.net>
19369
19370         Ensure sane .version contents.
19371         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
19372         version string.
19373         * build-aux/git-version-gen: Improve documentation.
19374
19375         Make GNU make output nicer.
19376         * top/GNUmakefile [!_have-Makefile]: Add dependency on
19377         MAKECMDGOALS to enforce message for all command line targets.  Set
19378         srcdir for use in maint.mk.
19379
19380         Another maintainer tweak.
19381         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
19382         a target that regenerates version.
19383
19384 2008-04-03  Jim Meyering  <meyering@redhat.com>
19385
19386         vc-list-files: don't cause coreutils "make po-check" failure
19387         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
19388
19389 2008-04-03  Eric Blake  <ebb9@byu.net>
19390
19391         Allow VPATH usage of vc-list-files.
19392         * build-aux/vc-list-files (scriptversion): Add timestamp.
19393         (options): Add --help, --version, -C.
19394         (CVS): Support installed cvsu.
19395
19396 2008-04-02  Bruno Haible  <bruno@clisp.org>
19397
19398         Avoid some "statement with no effect" warnings from gcc.
19399         * tests/test-wctype.c (main): Explicitly ignore unused values.
19400         Reported by Jim Meyering.
19401
19402 2008-04-02  Jim Meyering  <meyering@redhat.com>
19403
19404         Avoid some warnings from "gcc -Wshadow".
19405         * tests/test-frexp.c (exp): Define to a different identifier.
19406         * tests/test-frexpl.c (exp): Likewise.
19407
19408 2008-04-03  Jim Meyering  <meyering@redhat.com>
19409
19410         bootstrap: remove dangling *.[ch] symlinks from lib
19411         * build-aux/bootstrap [dangling symlink removal]: Move find's
19412         -depth option to precede all others, to avoid a warning.
19413         Remove *.[ch] files too, and from "$source_base" (usually lib/).
19414
19415 2008-04-02  Bruno Haible  <bruno@clisp.org>
19416
19417         Avoid some warnings from "gcc -Wshadow".
19418         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
19419         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
19420         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
19421         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
19422         Reported by Jim Meyering.
19423
19424 2008-04-01  Bruno Haible  <bruno@clisp.org>
19425
19426         Fix test to work on IRIX 6.5 with cc.
19427         * tests/test-math.c (numeric_equal): New function.
19428         (main): Use it.
19429
19430 2008-04-01  Bruno Haible  <bruno@clisp.org>
19431
19432         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
19433
19434 2008-04-01  Bruno Haible  <bruno@clisp.org>
19435
19436         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
19437         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
19438         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
19439         (Depends-on): Remove math.
19440
19441         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
19442         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
19443         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
19444         (Depends-on): Remove math.
19445
19446         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
19447         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
19448         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
19449         (Depends-on): Remove math.
19450         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
19451         (Depends-on): Remove math.
19452
19453         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
19454         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
19455         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
19456         (Depends-on): Remove math.
19457         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
19458         (Depends-on): Remove math.
19459
19460         * tests/test-round1.c: Include nan.h.
19461         (main): Use NaNd instead of NAN.
19462         * modules/round-tests (Files): Add tests/nan.h.
19463
19464         * tests/test-trunc1.c: Include nan.h.
19465         (main): Use NaNd instead of NAN.
19466         * modules/trunc-tests (Files): Add tests/nan.h.
19467
19468         * tests/test-roundf1.c: Include nan.h.
19469         (main): Use NaNf instead of NAN.
19470         * modules/roundf-tests (Files): Add tests/nan.h.
19471
19472         * tests/test-truncf1.c: Include nan.h.
19473         (main): Use NaNf instead of NAN.
19474         * modules/truncf-tests (Files): Add tests/nan.h.
19475
19476         * tests/test-ceilf1.c: Include nan.h.
19477         (main): Use NaNf instead of NAN.
19478         * modules/ceilf-tests (Files): Add tests/nan.h.
19479
19480         * tests/test-floorf1.c: Include nan.h.
19481         (main): Use NaNf instead of NAN.
19482         * modules/floorf-tests (Files): Add tests/nan.h.
19483
19484         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
19485         (main): Use NaNf instead of NAN.
19486         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
19487
19488         * tests/test-isnand.c: Include nan.h instead of <math.h>.
19489         (main): Use NaNd instead of NAN.
19490         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
19491
19492         * tests/test-frexp.c: Include nan.h.
19493         (main): Use NaNd instead of NAN.
19494         * modules/frexp-tests (Files): Add tests/nan.h.
19495
19496         * lib/isnan.c: Don't include <math.h>.
19497         (FUNC): Don't use NAN macro.
19498         * modules/isnand-nolibm (Depends-on): Remove math.
19499         * modules/isnanf-nolibm (Depends-on): Remove math.
19500         * modules/isnanl (Depends-on): Remove math.
19501         * modules/isnanl-nolibm (Depends-on): Remove math.
19502
19503         * tests/nan.h: New file.
19504
19505 2008-04-01  Eric Blake  <ebb9@byu.net>
19506
19507         Fix typos.
19508         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
19509         values to be the right type.
19510
19511         For now, cater to gnulib strtod inaccuracies.
19512         * tests/test-strtod.c (main): Allow 1-ulp error on expected
19513         fractional results.  While not as nice from a QoI perspective, it
19514         is a quicker patch than correctly implementing decimal to binary
19515         rounding.
19516
19517 2008-03-31  Eric Blake  <ebb9@byu.net>
19518
19519         Guarantee a definition of NAN.
19520         * lib/math.in.h (NAN): Define if missing.
19521         * tests/test-math.c (main): Test it.
19522         * doc/posix-headers/math.texi (math.h): Document this.
19523         * lib/isnan.c (rpl_isnand): Use it.
19524         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
19525         * tests/test-floorf1.c (NaN): Likewise.
19526         * tests/test-frexp.c (NaN): Likewise.
19527         * tests/test-isnand.c (NaN): Likewise.
19528         * tests/test-isnanf.c (NaN): Likewise.
19529         * tests/test-round1.c (NaN): Likewise.
19530         * tests/test-roundf1.c (NaN): Likewise.
19531         * tests/test-snprintf-posix.h (NaN): Likewise.
19532         * tests/test-sprintf-posix.h (NaN): Likewise.
19533         * tests/test-trunc1.c (NaN): Likewise.
19534         * tests/test-truncf1.c (NaN): Likewise.
19535         * tests/test-vasnprintf-posix.c (NaN): Likewise.
19536         * tests/test-vasprintf-posix.c (NaN): Likewise.
19537         * modules/isnand-nolibm (Depends-on): Add math.
19538         * modules/isnanf-nolibm (Depends-on): Likewise.
19539         * modules/isnanl (Depends-on): Likewise.
19540         * modules/isnanl-nolibm (Depends-on): Likewise.
19541         * modules/snprintf-posix-tests (Depends-on): Likewise.
19542         * modules/sprintf-posix-tests (Depends-on): Likewise.
19543         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
19544         * modules/vsprintf-posix-tests (Depends-on): Likewise.
19545         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
19546         * modules/vasprintf-posix-tests (Depends-on): Likewise.
19547
19548 2008-03-31  Bruno Haible  <bruno@clisp.org>
19549
19550         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
19551         * doc/posix-functions/strtod.texi: Likewise.
19552
19553 2008-03-31  Bruno Haible  <bruno@clisp.org>
19554
19555         * tests/test-strtod.c (main): Don't use C99 syntax.
19556
19557 2008-03-31  Bruno Haible  <bruno@clisp.org>
19558
19559         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
19560         Reported by Eric Blake.
19561
19562 2008-03-31  Jim Meyering  <meyering@redhat.com>
19563
19564         Don't compare actual signbit return values.
19565         * tests/test-strtod.c (main): Rather, compare only their
19566         zero/non-zero nature.
19567
19568 2008-03-31  Eric Blake  <ebb9@byu.net>
19569
19570         More strtod documentation.
19571         * doc/posix-functions/strtod.texi (strtod): Interpret more test
19572         failures as distinct bugs.
19573
19574 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19575
19576         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
19577         Problem reported by Erik Benada in
19578         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
19579
19580 2008-03-30  Bruno Haible  <bruno@clisp.org>
19581
19582         * tests/test-strtod.c: Add comments about which assertion fails on which
19583         platform.
19584         * doc/posix-functions/strtod.texi: Add info about many more platforms.
19585
19586 2008-03-30  Eric Blake  <ebb9@byu.net>
19587
19588         Test signbit behavior on zeros.
19589         * tests/test-signbit.c (test_signbitf): Add tests for zero.
19590         (test_signbitd, test_signbitl): Likewise.
19591
19592         More strtod touchups.
19593         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
19594         sign of negative underflow, for now.  Use .5, not .1.
19595         * doc/posix-functions/strtod.texi (strtod): Mention these
19596         limitations.
19597         Reported by Jim Meyering.
19598
19599 2008-03-30  Bruno Haible  <bruno@clisp.org>
19600
19601         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
19602         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
19603
19604 2008-03-30  Bruno Haible  <bruno@clisp.org>
19605
19606         Avoid failure when attempting to return empty iconv results on some
19607         platforms.
19608         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
19609         allocation, don't report ENOMEM when the resulting string is empty.
19610
19611 2008-03-30  Bruno Haible  <bruno@clisp.org>
19612
19613         Fix buffer overrun.
19614         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
19615         Don't consider the width for tmp_length. Check count against tmp_length
19616         before doing the padding. Ensure enough allocation during padding.
19617
19618 2008-03-30  Eric Blake  <ebb9@byu.net>
19619
19620         strtod touchups.
19621         * lib/strtod.c (strtod): Avoid compiler warnings.
19622         Reported by Jim Meyering.
19623
19624 2008-03-30  Bruno Haible  <bruno@clisp.org>
19625
19626         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
19627         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
19628         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
19629         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
19630         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
19631         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
19632         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
19633         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
19634
19635         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
19636         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
19637         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
19638         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
19639         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
19640         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
19641         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
19642         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
19643
19644         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
19645         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
19646         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
19647         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
19648         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
19649         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
19650         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
19651         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
19652
19653         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
19654         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
19655
19656         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
19657         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
19658
19659         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
19660         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
19661
19662         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
19663         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
19664         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
19665
19666         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
19667         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
19668         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
19669
19670         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
19671         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
19672         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
19673
19674         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
19675         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
19676         * modules/vasprintf (Depends-on): Add EOVERFLOW.
19677
19678         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
19679         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
19680         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
19681         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
19682         (Depends-on): Add EOVERFLOW.
19683         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
19684         (Depends-on): Add EOVERFLOW.
19685         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
19686         (Depends-on): Add EOVERFLOW.
19687         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
19688         (Depends-on): Add EOVERFLOW.
19689         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
19690         (Depends-on): Add EOVERFLOW.
19691         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
19692         (Depends-on): Add EOVERFLOW.
19693         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
19694         (Depends-on): Add EOVERFLOW.
19695         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
19696         (Depends-on): Add EOVERFLOW.
19697
19698         * lib/sprintf.c (EOVERFLOW): Remove fallback.
19699         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
19700         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
19701
19702         * lib/snprintf.c (EOVERFLOW): Remove fallback.
19703         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
19704         * modules/snprintf (Depends-on): Add EOVERFLOW.
19705
19706         * lib/poll.c (EOVERFLOW): Remove fallback.
19707         * modules/poll (Depends-on): Add EOVERFLOW.
19708
19709         * lib/getugroups.c (EOVERFLOW): Remove fallback.
19710         * modules/getugroups (Depends-on): Add EOVERFLOW.
19711
19712         * lib/getdelim.c (EOVERFLOW): Remove fallback.
19713         * modules/getdelim (Depends-on): Add EOVERFLOW.
19714
19715         * lib/ftell.c (EOVERFLOW): Remove fallback.
19716         * modules/ftell (Depends-on): Add EOVERFLOW.
19717
19718         * lib/fprintf.c (EOVERFLOW): Remove fallback.
19719         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
19720         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
19721
19722         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
19723
19724         * modules/EOVERFLOW-tests: New file.
19725         * tests/test-EOVERFLOW.c: New file.
19726
19727         * modules/EOVERFLOW: New file.
19728         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
19729
19730 2008-03-30  Bruno Haible  <bruno@clisp.org>
19731
19732         Fix bug introduced on 2007-06-10.
19733         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
19734         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
19735
19736 2008-03-30  Bruno Haible  <bruno@clisp.org>
19737
19738         Improve freadseek's efficiency after ungetc.
19739         * lib/freadseek.c: Include freadahead.h.
19740         (freadptrinc): New function, extracted from freadseek.
19741         (freadseek): Use it in a loop. Use freadahead to determine the number
19742         of loop iterations.
19743         * modules/freadseek (Depends-on): Add freadahead.
19744         (configure.ac): Require AC_C_INLINE.
19745
19746 2008-03-30  Bruno Haible  <bruno@clisp.org>
19747
19748         * lib/freadseek.c (freadseek): Don't ignore the return value of
19749         freadptr.
19750
19751 2008-03-29  Eric Blake  <ebb9@byu.net>
19752
19753         Add hex float support.
19754         * modules/strtod (Depends-on): Add c-ctype.
19755         (Link): Mention POW_LIB.
19756         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
19757         whitespace between 'e' and exponent.
19758         * tests/test-strtod.c (main): Enable hex float tests.
19759         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
19760         now provides.
19761
19762         Document various strtod bugs, with some fixes.
19763         * doc/posix-functions/strtod.texi (strtod): Document bugs with
19764         "-0x", "inf", "nan", and hex constants.
19765         * doc/posix-functions/atof.texi (atof): Likewise.
19766         * modules/stdlib (Makefile.am): Support strtod.
19767         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
19768         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
19769         detect additional strtod bugs.
19770         * lib/stdlib.in.h (rpl_strtod): Add declarations.
19771         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
19772         bool where appropriate.  Parse 'inf' and 'nan'.
19773         * tests/test-strtod.c: New file.
19774         * modules/strtod (Depends-on): Add stdbool, stdlib.
19775         (configure.ac): Turn on module indicator.
19776         * modules/strtod-tests: New module.
19777
19778 2008-03-29  Eric Blake  <ebb9@byu.net>
19779
19780         Fix ftell on mingw.
19781         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
19782         * modules/ftell-tests (Depends-on): Add binary-io.
19783         * modules/ftello-tests (Depends-on): Likewise.
19784         * tests/test-ftell.c (main): Enhance test to cover behavior after
19785         ungetc.  Enforce binary mode.
19786         * tests/test-ftello.c (main): Likewise.
19787
19788         Pass test-freadseek on cygwin.
19789         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
19790         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
19791         ungetc buffer.
19792
19793         * tests/test-fflush2.c (main): Fix typo.
19794
19795 2008-03-29  Bruno Haible  <bruno@clisp.org>
19796
19797         * tests/test-fflush2.c (main): Temporarily disable the contents of
19798         this test.
19799         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
19800         Reported by Eric Blake.
19801
19802 2008-03-28  Simon Josefsson  <simon@josefsson.org>
19803
19804         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
19805         (GC_SHA224_DIGEST_SIZE): Add.
19806
19807         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
19808         (gc_hash_digest_length): Likewise.
19809         (gc_hash_buffer): Likewise.
19810
19811 2008-03-25  Bruno Haible  <bruno@clisp.org>
19812
19813         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
19814         detail which gettext release to use.
19815         Reported by Simon Josefsson.
19816
19817 2008-03-26  Jim Meyering  <meyering@redhat.com>
19818
19819         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
19820         * modules/gnumakefile (clean-GNUmakefile): Also, use
19821         test ... && ... || : syntax rather than if-then ... fi.
19822
19823         gnumakefile: Don't double-quote-expand $(VPATH) value.
19824         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
19825
19826 2008-03-24  Eric Blake  <ebb9@byu.net>
19827
19828         Alter GNUmakefile to install into top directory.
19829         * modules/maintainer-makefile: Split, and add dependency...
19830         * modules/gnumakefile: to this new module.
19831         * build-aux/GNUmakefile: Move...
19832         * top/GNUmakefile: ...here.
19833         * build-aux/maint.mk: Move...
19834         * top/maint.mk: ...here.
19835         * MODULES.html.sh (Support for maintaining...): Document new
19836         module.
19837
19838 2008-03-23  Bruno Haible  <bruno@clisp.org>
19839
19840         * gnulib-tool: New options --vc-files, --no-vc-files.
19841         (func_usage): Document them.
19842         (vc_files): New variable.
19843         (func_import): Consider vc_files.
19844         (func_create_testdir): Set vc_files to empty.
19845         Suggested by Jim Meyering and Karl Berry.
19846
19847 2008-03-23  Bruno Haible  <bruno@clisp.org>
19848
19849         Fix regex compilation error on HP-UX 11.
19850         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
19851         * modules/regex (Files): Add m4/mbstate_t.m4.
19852         Reported by Ton Voon <ton.voon@altinity.com>.
19853
19854 2008-03-23  Bruno Haible  <bruno@clisp.org>
19855
19856         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
19857
19858 2008-03-23  Eric Blake  <ebb9@byu.net>
19859             Bruno Haible  <bruno@clisp.org>
19860
19861         Install files from top/ in the destination directory.
19862         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
19863         augmentation also for the files from top/.
19864         (func_import, func_create_testdir): Rewrite file names:
19865         top/filename -> filename.
19866
19867 2008-03-23  Bruno Haible  <bruno@clisp.org>
19868
19869         Tweak "gnulib --version" output.
19870         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
19871
19872 2008-03-23  Bruno Haible  <bruno@clisp.org>
19873
19874         Tweak "gnulib --version" output.
19875         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
19876         rather than contents of ChangeLog, when possible.
19877
19878 2008-03-21  Eric Blake  <ebb9@byu.net>
19879
19880         More --version tweaks.
19881         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
19882         date of last ChangeLog entry.
19883
19884 2008-03-21  Jim Meyering  <meyering@redhat.com>
19885
19886         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
19887
19888 2008-03-20  Eric Blake  <ebb9@byu.net>
19889
19890         VPATH fix.
19891         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
19892
19893 2008-03-20  Simon Josefsson  <simon@josefsson.org>
19894
19895         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
19896         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
19897
19898 2008-03-20  Eric Blake  <ebb9@byu.net>
19899
19900         Sync GNUmakefile with coreutils.
19901         * build-aux/GNUmakefile (have-Makefile): Rename...
19902         (_have-Makefile): ...to this, for namespace consideration.
19903         (GNUmakefile.cfg): Include, if present.
19904         (_autoreconf): Define a default.
19905         (_is-dist-target): New rule for rebuilds to pick up intra-release
19906         version.
19907         (maint-cfg.mk): Rename...
19908         (cfg.mk): ...to this.
19909
19910 2008-03-18  Jim Meyering  <meyering@redhat.com>
19911
19912         New script and module: mktempd
19913         * MODULES.html.sh (maint+release support): Add mktempd.
19914         * build-aux/mktempd: New file.
19915         * modules/mktempd: New file.
19916
19917 2008-03-15  Jim Meyering  <meyering@redhat.com>
19918
19919         Undo last change.
19920         * lib/sha1.c, lib/md5.c: 63 != ~63.
19921         Reported by Andreas Schwab.
19922
19923         sha1.c, md5.c: Hoist a redundant expression.
19924         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
19925         "ctx->buflen" only once, before calling *_process_block.
19926         * lib/md5.c (md5_process_bytes): Likewise.
19927
19928 2008-03-14  Eric Blake  <ebb9@byu.net>
19929
19930         Bump copyright year in files generated by gnulib-tool.
19931         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
19932         gnulib-tool, rather than hard-coding it.
19933
19934         Fix 'gnulib-tool --version' output to work with git.
19935         * gnulib-tool (func_gnulib_dir): New function, extracted from...
19936         (startup): ...here.
19937         (func_version): Use it to invoke git-version-gen, rather than
19938         relying on CVS keyword expansion.  Modernize wording.
19939         (cvsdatestamp, last_checkin_date, version): Kill unused
19940         variables.
19941
19942 2008-03-12  Jim Meyering  <meyering@redhat.com>
19943
19944         Recognize optional cast of the argument to free.
19945         * build-aux/useless-if-before-free: Update regexps.
19946
19947         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
19948
19949 2008-03-11  Bruno Haible  <bruno@clisp.org>
19950
19951         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
19952         by a single package.
19953         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
19954         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
19955         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
19956         Reported by Sam Steingold <sds@gnu.org>.
19957
19958 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19959
19960         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
19961         repositories.
19962
19963 2008-03-11  Bruno Haible  <bruno@clisp.org>
19964
19965         Avoid conflicts between local macro definitions.
19966         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
19967         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
19968
19969 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
19970             Bruno Haible  <bruno@clisp.org>
19971
19972         Make va_copy work with some version of xlc on AIX 5.1.
19973         * lib/stdarg.in.h: New file.
19974         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
19975         On AIX, use a <stdarg.h> file substitute.
19976         * modules/stdarg (Files): Add lib/stdarg.in.h.
19977         (Depends-on): Add include_next.
19978         (Makefile.am): Build a stdarg.h substitute if requested.
19979         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
19980
19981 2008-03-10  Bruno Haible  <bruno@clisp.org>
19982
19983         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
19984         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19985         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
19986
19987 2008-03-10  Bruno Haible  <bruno@clisp.org>
19988
19989         * modules/stdlib (Depends-on): Add include_next, remove
19990         absolute-header.
19991
19992 2008-03-09  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/freadahead.h (freadahead): Document more precisely.
19995         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
19996         the sum of both buffer sizes.
19997         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
19998         * NEWS: Document the change.
19999
20000 2008-03-09  Bruno Haible  <bruno@clisp.org>
20001
20002         Extend freadptr to return also the buffer size.
20003         * lib/freadptr.h (freadptr): Add sizep argument.
20004         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
20005         (freadptr): Add sizep argument. Determine buffer size like freadahead
20006         does.
20007         * tests/test-freadptr.c: Don't include freadahead.h.
20008         (main): Adapt for new calling convention of freadptr.
20009         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
20010         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
20011         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
20012         tests/test-freadptr2.sh.
20013         (Depends): Remove freadahead.
20014         (TESTS): Add test-freadptr2.sh.
20015         (check_PROGRAMS): Add test-freadptr2.
20016
20017 2008-03-09  Bruno Haible  <bruno@clisp.org>
20018
20019         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
20020         Report and solution by Simon Josefsson.
20021
20022 2008-03-06  Bruno Haible  <bruno@clisp.org>
20023
20024         Make fflush after ungetc work on BSD platforms.
20025         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
20026         * tests/test-fflush2.c: New file.
20027         * tests/test-fflush2.sh: New file.
20028         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
20029         tests/test-fflush2.c.
20030         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
20031         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
20032
20033 2008-03-06  Eric Blake  <ebb9@byu.net>
20034
20035         Likewise for ftello.
20036         * modules/ftello (Dependencies): Add extensions.
20037         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
20038
20039 2008-03-06  Bruno Haible  <bruno@clisp.org>
20040
20041         * modules/fseeko (Dependencies): Add extensions.
20042         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
20043         Needed on glibc systems.
20044
20045 2008-03-06  Bruno Haible  <bruno@clisp.org>
20046
20047         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
20048         email address.
20049         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
20050
20051 2008-03-06  Bruno Haible  <bruno@clisp.org>
20052
20053         * users.txt: Add libgnupdf.
20054
20055 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
20056
20057         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
20058         (Header File Substitutes, Function Substitutes,
20059         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
20060         (Build robot for gnulib): Fix typo.
20061
20062 2008-03-06  Bruno Haible  <bruno@clisp.org>
20063
20064         * doc/gnulib-tool.texi (VCS Issues): Small updates.
20065         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
20066
20067 2008-03-06  Bruno Haible  <bruno@clisp.org>
20068
20069         * doc/func.texi: New file, extracted from doc/gnulib.texi.
20070         * doc/gnulib.texi: Include it.
20071
20072 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20073
20074         * modules/func (License): Change license to unlimited; there was
20075         no LGPL parts in the module anyway.
20076
20077 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20078
20079         * modules/__func__: Renamed to modules/func.
20080         * modules/__func__-tests: Renamed to modules/func-tests.
20081         * tests/test-__func__.c: Renamed to tests/test-func.c.
20082         * m4/__func__.m4: Renamed to m4/func.m4.
20083         * doc/gnulib.texi (__func__): Section renamed to func.
20084         Suggested by Eric Blake <ebb9@byu.net>.
20085
20086 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20087
20088         * doc/gnulib.texi (__func__): Use C99 terminology when talking
20089         about __func__.  Make example self-contained.  Suggested by Eric
20090         Blake <ebb9@byu.net>.
20091
20092         * tests/test-__func__.c (main): Avoid extraneous () around __func.
20093         Suggested by Eric Blake <ebb9@byu.net>.
20094
20095 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20096
20097         * modules/__func__: New file.
20098         * modules/__func__-tests: New file.
20099         * tests/test-__func__.c: New file.
20100         * m4/__func__.m4: New file.
20101         * doc/gnulib.texi (__func__): Document __func__ module.
20102
20103 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20104
20105         * modules/byteswap (License): Re-license as LGPLv2+.
20106
20107 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20108
20109         * doc/Makefile: Add pdf target.
20110
20111 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20112
20113         * modules/inline (License): Use 'unlimited', since there are only
20114         *.m4 files in this module.
20115
20116 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
20117             Bruno Haible  <bruno@clisp.org>
20118
20119         Add support for HP C 7.1 on OpenVMS 8.3.
20120         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
20121
20122 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
20123
20124         Update VMS specifics.
20125         * lib/getopt.c [VMS]: Remove include of unixlib.h.
20126
20127 2008-03-02  Jim Meyering  <meyering@redhat.com>
20128
20129         Remove the last dependency on the "free" module.
20130         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
20131         Reported by Bob Proulx.
20132
20133         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
20134
20135         Remove useless "if" tests before free.  Deprecate "free" module.
20136         * doc/posix-functions/free.texi: Mention that this
20137         module is no longer useful.
20138         * modules/free (Notice): Say this module is obsolete.
20139         * modules/readutmp (Depends-on): Remove free.
20140         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
20141         * lib/putenv.c (putenv): Likewise.
20142         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
20143         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
20144         * tests/test-c-strcasestr.c (main): Likewise.
20145         * tests/test-c-strstr.c (main): Likewise.
20146         * tests/test-mbscasestr1.c (main): Likewise.
20147         * tests/test-mbscasestr2.c (main): Likewise.
20148         * tests/test-mbsstr1.c (main): Likewise.
20149         * tests/test-mbsstr2.c (main): Likewise.
20150         * tests/test-memmem.c (main): Likewise.
20151         * tests/test-strcasestr.c (main): Likewise.
20152         * tests/test-striconv.c (main): Likewise.
20153         * tests/test-striconveh.c (main): Likewise.
20154         * tests/test-striconveha.c (main): Likewise.
20155         * tests/test-strstr.c (main): Likewise.
20156
20157         * build-aux/git-version-gen: Adjust a comment and the Usage string.
20158
20159         bootstrap: sync from coreutils again
20160         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
20161
20162 2008-03-01  Jim Meyering  <meyering@redhat.com>
20163
20164         bootstrap: sync from coreutils
20165         * build-aux/bootstrap (update_po_files): Copy a .po file into place
20166         also when the target doesn't exist.
20167
20168 2008-03-01  Eric Blake  <ebb9@byu.net>
20169
20170         Fix bugs in last patch.
20171         * lib/memchr2.c (memchr2): Fix typo.
20172         * tests/test-memchr2.c: Test previous bug, and don't use GNU
20173         extension.
20174         Reported by Bruce Korb.
20175
20176         New module 'memchr2'.
20177         * modules/memchr2: New file.
20178         * modules/memchr2-tests: Likewise.
20179         * lib/memchr2.h: Likewise.
20180         * lib/memchr2.c: Likewise, based on memchr.c.
20181         * tests/test-memchr2.c: New test.
20182         * MODULES.html.sh (String handling): Add memchr2.
20183
20184 2008-02-29  Bruno Haible  <bruno@clisp.org>
20185
20186         * modules/freadseek-tests: New file.
20187         * tests/test-freadseek.sh: New file.
20188         * tests/test-freadseek.c: New file.
20189
20190         New module 'freadseek'.
20191         * modules/freadseek: New file.
20192         * lib/freadseek.h: New file.
20193         * lib/freadseek.c: New file.
20194         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
20195
20196 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20197
20198         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
20199         wydawca.
20200
20201         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
20202         program_invocation_name and program_invocation_short_name are
20203         present.
20204
20205 2008-02-28  Bruno Haible  <bruno@clisp.org>
20206
20207         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
20208         * tests/test-freadptr.sh: Also test non-seekable stdin.
20209
20210 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
20211
20212         * build-aux/bootstrap (source_base, m4_base)
20213         (doc_base, tests_base): New variables.
20214         (gnulib_tool_options): Do not hardcode base directories, use
20215         the above variables instead.
20216
20217 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
20218
20219         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
20220
20221 2008-02-28  Bruno Haible  <bruno@clisp.org>
20222
20223         * modules/freadptr-tests: New file.
20224         * tests/test-freadptr.sh: New file.
20225         * tests/test-freadptr.c: New file.
20226
20227         New module 'freadptr'.
20228         * modules/freadptr: New file.
20229         * lib/freadptr.h: New file.
20230         * lib/freadptr.c: New file.
20231         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
20232
20233 2008-02-26  Karl Berry  <karl@freefriends.org>
20234
20235         Sync from Libtool:
20236         * libltdl/argz.c (argz_add, argz_count): New functions.
20237         * libltdl/argz.in.h: Declare them.
20238         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
20239
20240 2008-02-22  Bruno Haible  <bruno@clisp.org>
20241
20242         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
20243         is a pointer type.  Needed for HP-UX 10.
20244         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
20245         * doc/posix-functions/gmtime_r.texi: Likewise.
20246         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
20247
20248 2008-02-24  Bruno Haible  <bruno@clisp.org>
20249
20250         * modules/environ-tests: New file.
20251         * tests/test-environ.c: New file.
20252
20253         New module 'environ'.
20254         * modules/environ: New file.
20255         * lib/unistd.in.h (environ): New declaration.
20256         * m4/environ.m4: New file.
20257         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
20258         after use.
20259         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
20260         HAVE_DECL_ENVIRON.
20261         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
20262         HAVE_DECL_ENVIRON.
20263         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
20264         wrong claim that 'environ' is missing on some systems.
20265         * modules/execute (Depends-on): Add environ.
20266         * lib/execute.c (environ): Remove fallback declaration.
20267         * modules/pipe (Depends-on): Add environ.
20268         * lib/pipe.c (environ): Remove fallback declaration.
20269         * modules/setenv (Depends-on): Add environ.
20270         * lib/setenv.c (environ): Remove fallback declaration.
20271         * modules/unsetenv (Depends-on): Add environ.
20272         * lib/unsetenv.c (environ): Remove fallback declaration.
20273         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
20274         m4/environ.m4.
20275         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
20276         (gl_PREREQ_UNSETENV): Likewise.
20277
20278 2008-02-24  Bruno Haible  <bruno@clisp.org>
20279
20280         * doc/posix-functions/environ.texi: Document the MacOS X problem.
20281
20282 2008-02-20  Bob Proulx  <bob@proulx.com>
20283
20284         Enable use of older two part flavor 'git describe'.
20285         * build-aux/git-version-gen: If using the older two part flavor of
20286         git version then recreate the third part now present in the
20287         newer three part flavor of git describe.
20288
20289 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
20290
20291         * lib/fts.c (fts_build): Typo correction to comment.
20292
20293 2008-02-17  Bruno Haible  <bruno@clisp.org>
20294
20295         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
20296         generating no-op conflicts.
20297
20298 2008-02-17  Bruno Haible  <bruno@clisp.org>
20299
20300         Speed up by 10%.
20301         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
20302         result_entries, rather than an index-based loop.
20303
20304 2008-02-17  Bruno Haible  <bruno@clisp.org>
20305
20306         Speed up by 25%.
20307         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
20308         'hashcode_cached'.
20309         (entry_create): New function.
20310         (entry_hashcode): Use the cached hashcode if possible.
20311         (read_changelog_file, try_split_merged_entry): Use entry_create.
20312
20313 2008-02-17  Bruno Haible  <bruno@clisp.org>
20314
20315         Speed up from O(n^2) to O(n) for long ChangeLog files.
20316         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
20317         (read_changelog_file): Change implementation of entries_reversed list
20318         to rbtreehash.
20319         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
20320
20321 2008-02-17  Bruno Haible  <bruno@clisp.org>
20322
20323         New option --split-merged-entry.
20324         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
20325         (find_paragraph_end, try_split_merged_entry): New functions.
20326         (long_options): Add option --split-merged-entry.
20327         (usage): Document option --split-merged-entry.
20328         (main): Implement option --split-merged-entry.
20329         Reported by Eric Blake.
20330
20331 2008-02-17  Bruno Haible  <bruno@clisp.org>
20332
20333         * lib/git-merge-changelog.c: Include c-strstr.h.
20334         (main): Support the "git pull --rebase" situation.
20335         * modules/git-merge-changelog (Depends-on): Add c-strstr.
20336         Reported by Eric Blake.
20337
20338 2008-02-16  Eric Blake  <ebb9@byu.net>
20339
20340         Avoid doubling \ in common case of "c-maybe" quoting style.
20341         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
20342         eliding outer quotes.
20343         * lib/quotearg.h: Document this.
20344         * tests/test-quotearg.c (result_strings, inputs, results_g)
20345         (flag_results, locale_results): Test it by adding a new string to
20346         each test group.
20347         (compare_strings): Test new string.
20348
20349 2008-02-13  Eric Blake  <ebb9@byu.net>
20350
20351         Avoid trigraph quoting in default output.
20352         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
20353         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
20354         unless explicitly requested.
20355         * tests/test-quotearg.c (flag_results, main): Add additional tests.
20356
20357 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
20358
20359         Don't rely on signed integer overflowing to negative value.
20360         * lib/getugroups.c (getugroups): Include <limits.h>.
20361         Instead, compare against INT_MAX, and increment only if the test passes.
20362
20363 2008-02-13  Jim Meyering  <meyering@redhat.com>
20364         and Eric Blake  <ebb9@byu.net>
20365
20366         Avoid shadowing warning and compile errors on Linux.
20367         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
20368         forwarding macros on Linux.
20369         (dcgettext): Define a stub, for Linux.
20370         (results_g, main): Avoid warnings.
20371
20372 2008-02-12  Eric Blake  <ebb9@byu.net>
20373
20374         Silence warning in last patch.
20375         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
20376
20377         Quotearg part 4: add tests, fix c-maybe colon quoting.
20378         * lib/quotearg.h: Improve documentation.
20379         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
20380         escapes when adding outer quotes.  When quoting trigraphs, use
20381         valid C notation.  When quoting NUL, omit extra characters if next
20382         character is not digit.  Alter prototype.
20383         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
20384         callers.
20385         * modules/quotearg-tests: New module.
20386         * tests/test-quotearg.c: New test.
20387
20388 2008-02-07  Eric Blake  <ebb9@byu.net>
20389
20390         Quotearg part 3: add flag to control outer quote elision.
20391         * lib/quotearg.h (c_maybe_quoting_style): New style.
20392         (enum quoting_flags): Better documentation of flags.
20393         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
20394         c-maybe style.
20395         (quotearg_buffer_restyled): Handle new flag to elide outer
20396         quotes.
20397
20398         Quotearg part 2: add flag that can control NUL elision.
20399         * lib/quotearg.h (set_quoting_flags): New prototype.
20400         * lib/quotearg.c (struct quoting_options): Add flag field.
20401         (set_quoting_flags): New function.
20402         (quotearg_buffer_restyled): Add flags parameter.
20403         (quotearg_alloc_mem): Set the flag if length cannot be returned.
20404         (quotearg_n_options): Set the flag, since length cannot be
20405         returned.
20406         (quoting_options_from_style): Default flags correctly.
20407
20408         Quotearg part 1: more wrappers, restore quotearg_char state.
20409         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
20410         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
20411         (quotearg_colon_mem): New wrappers.
20412         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
20413         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
20414         functions.
20415         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
20416         (quotearg_colon_mem): New functions.
20417
20418 2008-02-11  Bruno Haible  <bruno@clisp.org>
20419
20420         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
20421         library in the current directory: it does not work with parallel make.
20422         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20423
20424 2008-02-11  Bruno Haible  <bruno@clisp.org>
20425
20426         * .gitattributes: New file.
20427
20428 2008-02-11  Jim Meyering  <meyering@redhat.com>
20429
20430         useless-if-before-free: Fix reversed exit values.
20431         * build-aux/useless-if-before-free: Use correct values
20432         for EXIT_MATCH and EXIT_NO_MATCH.
20433
20434         * build-aux/useless-if-before-free: Close stdout carefully.
20435
20436 2008-02-10  Bruno Haible  <bruno@clisp.org>
20437
20438         New module 'git-merge-changelog'.
20439         * modules/git-merge-changelog: New file.
20440         * lib/git-merge-changelog.c: New file.
20441
20442 2008-02-10  Jim Meyering  <meyering@redhat.com>
20443
20444         useless-if-before-free: New option: --list (-l).
20445
20446         useless-if-before-free: Don't exit immediately upon open failure.
20447         * build-aux/useless-if-before-free: Exit 2 for errors.
20448         Upon failure to open a file, don't exit immediately.
20449         Rather, just warn and continue with any remaining files.
20450
20451 2008-02-10  Bruno Haible  <bruno@clisp.org>
20452
20453         New abstract list operation 'node_set_value'.
20454         * lib/gl_list.h (gl_list_node_set_value): New function.
20455         (struct gl_list_implementation): New field node_set_value.
20456         * lib/gl_list.c (gl_list_node_set_value): New function.
20457         * lib/gl_array_list.c (gl_array_node_set_value): New function.
20458         (gl_array_list_implementation): Update.
20459         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
20460         (gl_carray_list_implementation): Update.
20461         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
20462         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
20463         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
20464         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
20465         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
20466         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
20467         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
20468         Update.
20469         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
20470         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
20471         (gl_sublist_list_implementation): Update.
20472
20473 2008-02-10  Bruno Haible  <bruno@clisp.org>
20474
20475         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
20476         Needed when ELEMENT is #defined to 'some_type *'.
20477
20478 2008-02-10  Jim Meyering  <meyering@redhat.com>
20479
20480         New script and module: useless-if-before-free
20481         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
20482         * build-aux/useless-if-before-free: New file.
20483         * modules/useless-if-before-free: New file.
20484
20485         * build-aux/gitlog-to-changelog: Use committer date, not author date.
20486
20487         xstrtol_error: Fix typo.
20488         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
20489         s/exit_failure/exit_status/.
20490
20491 2008-02-09  Jim Meyering  <meyering@redhat.com>
20492
20493         New script and module: gitlog-to-changelog
20494         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
20495         * modules/gitlog-to-changelog: New file.
20496         * build-aux/gitlog-to-changelog: New file.
20497
20498 2008-02-08  Jim Meyering  <meyering@redhat.com>
20499
20500         Avoid two "parameter unused" warnings.
20501         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
20502         Mark "st" as used.
20503
20504         Use "git COMMAND", not "git-COMMAND".
20505         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
20506         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
20507         * build-aux/git-version-gen: Use "git status", not "git-status".
20508
20509 2008-02-07  Bruno Haible  <bruno@clisp.org>
20510
20511         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
20512         Avoids a crash on Windows Vista.
20513         Reported by Adam Strzelecki <ono@java.pl> via
20514         Simon Josefsson <simon@josefsson.org>.
20515
20516 2008-02-06  Bruno Haible  <bruno@clisp.org>
20517
20518         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
20519         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
20520         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
20521         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
20522         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
20523         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20524         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
20525         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
20526         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20527         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20528         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20529         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20530         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20531         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20532         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20533         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
20534         left-adjust flag.
20535         * tests/test-snprintf-posix.h (test_function): Likewise.
20536         * tests/test-sprintf-posix.h (test_function): Likewise.
20537         * tests/test-vasprintf-posix.c (test_function): Likewise.
20538         * doc/posix-functions/fprintf.texi: Update.
20539         * doc/posix-functions/printf.texi: Update.
20540         * doc/posix-functions/snprintf.texi: Update.
20541         * doc/posix-functions/sprintf.texi: Update.
20542         * doc/posix-functions/vfprintf.texi: Update.
20543         * doc/posix-functions/vprintf.texi: Update.
20544         * doc/posix-functions/vsnprintf.texi: Update.
20545         * doc/posix-functions/vsprintf.texi: Update.
20546         Reported by Peter Fales <psfales@alcatel-lucent.com>.
20547
20548 2008-02-06  Bruno Haible  <bruno@clisp.org>
20549
20550         Fix bug introduced on 2008-01-26.
20551         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
20552
20553 2008-02-06  Bruno Haible  <bruno@clisp.org>
20554
20555         Fix bug introduced on 2007-06-10.
20556         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
20557         !NEED_PRINTF_FLAG_ZERO.
20558
20559 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
20560
20561         getloadavg: use libperfstat on AIX5
20562         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
20563
20564 2008-02-03  Bruno Haible  <bruno@clisp.org>
20565
20566         * lib/diffseq.h: Add comments about required #includes.
20567         Reported by Michael Biggs <gnulib@doubleplum.net>.
20568
20569 2008-02-01  Bruno Haible  <bruno@clisp.org>
20570
20571         * users.txt: Add gnuit.
20572
20573 2008-01-31  Bruno Haible  <bruno@clisp.org>
20574
20575         * lib/md4.c (set_uint32): Mark as inline.
20576         * lib/md5.c (set_uint32): Likewise.
20577         * lib/sha1.c (set_uint32): Likewise.
20578         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
20579         * m4/md5.m4 (gl_MD5): Likewise.
20580         * m4/sha1.m4 (gl_SHA1): Likewise.
20581
20582 2008-01-31  Jim Meyering  <meyering@redhat.com>
20583
20584         Use "sizeof VAR", rather than a literal "4".
20585         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
20586         * lib/md4.c (md4_read_ctx): Likewise.
20587         * lib/sha1.c (sha1_read_ctx): Likewise.
20588
20589 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20590
20591         * tests/test-sha1.c: New file, based on test-md5.c.
20592
20593         * modules/crypto/sha1-tests: New file.
20594
20595 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20596
20597         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
20598
20599 2008-01-31  Jim Meyering  <meyering@redhat.com>
20600
20601         Prefer "sizeof v" over the equivalent "4".
20602         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
20603         * lib/md5.c (set_uint32): Likewise.
20604         * lib/sha1.c (set_uint32): Likewise.
20605
20606 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20607
20608         * lib/sha1.c (set_uint32): Mark function as static.
20609
20610 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20611
20612         md2: clarify comments to say that alignment is not required.
20613         * lib/md2.h: Remove warning about alignment in comment.
20614         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
20615         never been required.
20616
20617 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20618
20619         md4: adapt alignment constraint fix from sha1.
20620         * lib/md4.c (set_uint32): New function, from sha1.c
20621         (md4_read_ctx): Use it.
20622         (md4_finish_ctx): Doc fix.
20623         * lib/md4.h: Doc fix.
20624
20625 2008-01-31  Simon Josefsson  <simon@josefsson.org>
20626
20627         md5: adapt alignment constraint fix from sha1.
20628         * lib/md5.c (set_uint32): New function, from sha1.c
20629         (md5_read_ctx): Use it.
20630         (md5_finish_ctx): Doc fix.
20631         * lib/md5.h: Doc fix.
20632
20633 2008-01-30  Peter Palfrader  <weasel@debian.org>
20634
20635         sha1: remove the result buffer alignment constraint
20636         * lib/sha1.c (set_uint32): New function.
20637         (sha1_read_ctx): Rewrite to remove the result buffer alignment
20638         constraint.
20639         (sha1_finish_ctx): Remove comment warning about alignment constraint.
20640         * lib/sha1.h: Likewise.
20641
20642 2008-01-30  Andreas Schwab  <schwab@suse.de>
20643             Bruno Haible  <bruno@clisp.org>
20644
20645         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
20646         correct definition of LDBL_MIN_EXP.
20647
20648 2008-01-30  Karl Berry  <karl@gnu.org>
20649
20650         * config/srclist-update: try to preserve x bit on updates.
20651         * config/srclistvars.sh: update for karl.
20652
20653 2008-01-29  Jim Meyering  <meyering@redhat.com>
20654
20655         vasnprintf.c: Avoid warning about unused label
20656         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
20657         "overflow" label definition and associated code with the
20658         same cpp condition that guards the sole use of that label.
20659
20660 2008-01-26  Bruno Haible  <bruno@clisp.org>
20661
20662         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
20663         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
20664         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
20665         * lib/isnanl-nolibm.h (isnanl): Likewise.
20666         Reported by Paul Eggert <eggert@cs.ucla.edu>.
20667
20668 2008-01-26  Bruno Haible  <bruno@clisp.org>
20669
20670         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
20671         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
20672
20673 2008-01-26  Bruno Haible  <bruno@clisp.org>
20674
20675         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
20676         GCC >= 4.0 built-in.
20677         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
20678
20679 2008-01-26  Bruno Haible  <bruno@clisp.org>
20680
20681         Rename isnan, applicable to 'double' only, to isnand.
20682         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
20683         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
20684         (configure.ac): Update.
20685         (Include): Replace "isnan.h" with "isnand.h".
20686         * m4/isnand.m4: Renamed from m4/isnan.m4.
20687         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
20688         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
20689         instead of isnan.c.
20690         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
20691         instead of HAVE_ISNAN_IN_LIBC.
20692         (isnand): Renamed from isnan.
20693         * lib/isnand.c: New file.
20694         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
20695         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
20696         (Makefile.am): Update.
20697         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
20698         Include isnand.h instead of isnan.h.
20699         (main): Test isnand instead of isnan.
20700         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
20701         isnan-nolibm.
20702         * modules/frexp (Depends-on): Likewise.
20703         * modules/frexp-tests (Depends-on): Likewise.
20704         * modules/frexp-nolibm (Depends-on): Likewise.
20705         * modules/frexp-nolibm-tests (Depends-on): Likewise.
20706         * modules/isfinite (Depends-on): Likewise.
20707         * modules/round-tests (Depends-on): Likewise.
20708         * modules/signbit (Depends-on): Likewise.
20709         * modules/signbit-tests (Depends-on): Likewise.
20710         * modules/snprintf-posix (Depends-on): Likewise.
20711         * modules/sprintf-posix (Depends-on): Likewise.
20712         * modules/trunc-tests (Depends-on): Likewise.
20713         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
20714         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
20715         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
20716         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
20717         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
20718         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
20719         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
20720         * modules/vasnprintf-posix (Depends-on): Likewise.
20721         * modules/vasprintf-posix (Depends-on): Likewise.
20722         * modules/vfprintf-posix (Depends-on): Likewise.
20723         * modules/vsnprintf-posix (Depends-on): Likewise.
20724         * modules/vsprintf-posix (Depends-on): Likewise.
20725         * lib/frexp.c: Include isnand.h instead of isnan.h.
20726         (ISNAN): Set to isnand instead of isnan.
20727         * lib/isfinite.c: Include isnand.h instead of isnan.h.
20728         (gl_isfinited): Use isnand instead of isnan.
20729         * lib/signbitd.c: Include isnand.h instead of isnan.h.
20730         (gl_signbitd): Use isnand instead of isnan.
20731         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
20732         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
20733         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
20734         (main): Use isnand instead of isnan.
20735         * tests/test-round1.c: Include isnand.h.
20736         (main): Use isnand instead of isnan.
20737         * tests/test-round2.c: Include isnand.h instead of isnan.h.
20738         (ISNAN): Set to isnand instead of isnan.
20739         * tests/test-trunc1.c: Include isnand.h.
20740         (main): Use isnand instead of isnan.
20741         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
20742         (equal): Use isnand instead of isnan.
20743         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
20744         isnand-nolibm.
20745         * NEWS: Mention the change.
20746
20747 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
20748             Bruno Haible  <bruno@clisp.org>
20749
20750         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
20751         the GCC builtins for signbits are present and set
20752         REPLACE_SIGNBIT_USING_GCC if so.
20753         * lib/math.in.h (signbit): Define using GCC builtins if
20754         REPLACE_SIGNBIT_USING_GCC is set.
20755         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
20756         REPLACE_SIGNBIT_USING_GCC.
20757         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
20758
20759 2008-01-25  Jim Meyering  <meyering@redhat.com>
20760
20761         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
20762         * lib/poll.c: Include <config.h>, not "config.h".
20763         * tests/test-getaddrinfo.c: Likewise.
20764
20765 2008-01-25  Simon Josefsson  <simon@josefsson.org>
20766
20767         * modules/sockets-tests: New file.
20768
20769 2008-01-24  Simon Josefsson  <simon@josefsson.org>
20770
20771         * modules/sockets: New module, can be used to call WSA_Startup and
20772         WSA_Cleanup when needed.
20773
20774         * lib/sockets.h, lib/sockets.c: New files.
20775
20776         * m4/sockets.m4: New file.
20777
20778         * tests/test-sockets.c: New file.
20779
20780 2008-01-19  Bruno Haible  <bruno@clisp.org>
20781
20782         * doc/posix-headers: Renamed from doc/headers.
20783         * doc/posix-functions: Renamed from doc/functions.
20784         * doc/gnulib.texi: Update.
20785
20786 2008-01-19  Bruno Haible  <bruno@clisp.org>
20787
20788         * doc/glibc-functions/strcasestr.texi: Include contents of
20789         doc/functions/strcasestr.texi, fixing the list of platforms.
20790         * doc/functions/strcasestr.texi: Remove file.
20791
20792 2008-01-19  Bruno Haible  <bruno@clisp.org>
20793
20794         * doc/glibc-functions/memmem.texi: Include contents of
20795         doc/functions/memmem.texi.
20796         * doc/functions/memmem.texi: Remove file.
20797
20798 2008-01-18  Bruno Haible  <bruno@clisp.org>
20799
20800         * doc/glibc-functions/*.texi: New files.
20801         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
20802         to use the new files.
20803
20804 2008-01-17  Bruno Haible  <bruno@clisp.org>
20805
20806         * tests/test-gethostname.c (main): Fix printf statement.
20807
20808 2008-01-17  Simon Josefsson  <simon@josefsson.org>
20809
20810         * modules/gethostname-tests: New file.
20811
20812         * tests/test-gethostname.c: New file.
20813
20814 2008-01-17  Simon Josefsson  <simon@josefsson.org>
20815
20816         * lib/gethostname.c: Include string.h unconditionally, strncpy is
20817         used by the UNAME case.  Reported by Bruno Haible
20818         <bruno@clisp.org>.
20819
20820 2008-01-17  Eric Blake  <ebb9@byu.net>
20821
20822         Convert c-strcasestr to be more efficient.
20823         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
20824         (Depends-on): Add c-strcase, remove malloca, strnlen.
20825         * tests/test-c-strcasestr.c (main): Enhance test.
20826         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
20827
20828 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
20829
20830         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
20831         Use it in creating po/Makevars.
20832
20833 2008-01-15  Simon Josefsson  <simon@josefsson.org>
20834
20835         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
20836         Applications that requires it should initialize libgcrypt
20837         manually.
20838
20839 2008-01-16  Simon Josefsson  <simon@josefsson.org>
20840
20841         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
20842
20843 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
20844
20845         Fix problem with getdate on mingw32 reported by Simon Josefsson
20846         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
20847         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
20848         tzname", when deciding whether to declare tzname.
20849         * lib/strftime.c (tzname): Likewise.
20850
20851 2008-01-15  Bruno Haible  <bruno@clisp.org>
20852
20853         Work around a MacOS X 10.5 bug in frexpl().
20854         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
20855         * doc/functions/frexpl.texi: Document the bug.
20856         Reported by Elias Pipping <pipping@gentoo.org>.
20857
20858 2008-01-14  Eric Blake  <ebb9@byu.net>
20859
20860         Touch up previous patch.
20861         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
20862         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
20863
20864         Convert strcasestr module to use Two-Way algorithm.
20865         * modules/strcasestr-simple: New module, based on the old
20866         strcasestr, but with Two-Way rather than KMP.
20867         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
20868         * lib/string.in.h (rpl_strcasestr): Declare.
20869         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
20870         performance.
20871         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
20872         * modules/string (Makefile.am): Support strcasestr.
20873         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
20874         * modules/strcasestr-tests (Depends-on): Check for alarm.
20875         * tests/test-strcasestr.c: Augment test.
20876         * lib/str-two-way.h: Clean up stray macro.
20877         * NEWS: Document new module.
20878         * MODULES.html.sh (string handling): Likewise.
20879         * doc/functions/strcasestr.texi: New file.
20880         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
20881         here, since it is not a POSIX function.
20882
20883 2008-01-14  Colin Watson  <cjwatson@debian.org>
20884             Bruno Haible  <bruno@clisp.org>
20885
20886         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
20887         works fine; if not, set REPLACE_STRSIGNAL.
20888         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
20889         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20890         REPLACE_STRSIGNAL.
20891         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
20892         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
20893         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
20894
20895 2008-01-14  Bruno Haible  <bruno@clisp.org>
20896
20897         * modules/strsignal (Include): Change to <string.h>.
20898
20899 2008-01-14  Colin Watson  <cjwatson@debian.org>
20900
20901         * modules/argp (Notice): Add a notice recommending to change
20902         XGETTEXT_OPTIONS.
20903         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
20904
20905 2008-01-13  Colin Watson  <cjwatson@debian.org>
20906
20907         * modules/strsignal-tests: New file.
20908         * tests/test-strsignal.c: New file.
20909
20910         * lib/strsignal.c: New file, from glibc with modifications.
20911         * lib/siglist.h: New file, from glibc with modifications.
20912         * lib/string.in.h (strsignal): New declaration.
20913         * m4/strsignal.m4: New file.
20914         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20915         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
20916         * modules/strsignal: New file.
20917         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
20918         HAVE_DECL_STRSIGNAL.
20919
20920 2008-01-13  Bruno Haible  <bruno@clisp.org>
20921
20922         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
20923         locale encoding is not ASCII. Needed for OpenBSD 4.0.
20924         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
20925         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
20926
20927 2008-01-13  Bruno Haible  <bruno@clisp.org>
20928
20929         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
20930         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
20931         * lib/argp.h (__attribute__): Likewise.
20932         * lib/c-stack.c (__attribute__): Likewise.
20933         * lib/error.h (__attribute__): Likewise.
20934         * lib/fts.c (__attribute__): Likewise.
20935         * lib/openat.h (__attribute__): Likewise.
20936         * lib/stdio.in.h (__attribute__): Likewise.
20937         * lib/string.in.h (__attribute__): Likewise.
20938         * lib/utimens.c (__attribute__): Likewise.
20939         * lib/vasnprintf.h (__attribute__): Likewise.
20940         * lib/xalloc.h (__attribute__): Likewise.
20941         * lib/xprintf.h (__attribute__): Likewise.
20942         * lib/xstrtol.h (__attribute__): Likewise.
20943         * lib/xvasprintf.h (__attribute__): Likewise.
20944
20945 2008-01-12  Bruno Haible  <bruno@clisp.org>
20946
20947         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
20948         * doc/glibc-headers/a.out.texi: New file.
20949         * doc/glibc-headers/aliases.texi: New file.
20950         * doc/glibc-headers/alloca.texi: New file.
20951         * doc/glibc-headers/ar.texi: New file.
20952         * doc/glibc-headers/argp.texi: New file.
20953         * doc/glibc-headers/argz.texi: New file.
20954         * doc/glibc-headers/byteswap.texi: New file.
20955         * doc/glibc-headers/crypt.texi: New file.
20956         * doc/glibc-headers/endian.texi: New file.
20957         * doc/glibc-headers/envz.texi: New file.
20958         * doc/glibc-headers/err.texi: New file.
20959         * doc/glibc-headers/error.texi: New file.
20960         * doc/glibc-headers/execinfo.texi: New file.
20961         * doc/glibc-headers/fpu_control.texi: New file.
20962         * doc/glibc-headers/fstab.texi: New file.
20963         * doc/glibc-headers/fts.texi: New file.
20964         * doc/glibc-headers/getopt.texi: New file.
20965         * doc/glibc-headers/ieee754.texi: New file.
20966         * doc/glibc-headers/ifaddrs.texi: New file.
20967         * doc/glibc-headers/libintl.texi: New file.
20968         * doc/glibc-headers/mcheck.texi: New file.
20969         * doc/glibc-headers/mntent.texi: New file.
20970         * doc/glibc-headers/obstack.texi: New file.
20971         * doc/glibc-headers/paths.texi: New file.
20972         * doc/glibc-headers/printf.texi: New file.
20973         * doc/glibc-headers/pty.texi: New file.
20974         * doc/glibc-headers/resolv.texi: New file.
20975         * doc/glibc-headers/shadow.texi: New file.
20976         * doc/glibc-headers/sysexits.texi: New file.
20977         * doc/glibc-headers/ttyent.texi: New file.
20978
20979 2008-01-12  Jim Meyering  <meyering@redhat.com>
20980
20981         announce-gen: emit Gnulib's git-based version string.
20982         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
20983         New option --gnulib-version=V, where V is expected to be
20984         the output of running git describe in the gnulib directory.
20985         (get_tool_versions): Request feedback on xdelta.  I suspect it's
20986         not useful, and plan to stop publishing an xdelta file with each
20987         coreutils release.
20988
20989         * build-aux/announce-gen: Also check for lzma-compressed files.
20990
20991 2008-01-11  Bruno Haible  <bruno@clisp.org>
20992
20993         * tests/test-memmem.c (main): Increase maximum allowed time.
20994         * tests/test-strstr.c (main): Likewise.
20995
20996 2008-01-11  Bruno Haible  <bruno@clisp.org>
20997
20998         * doc/functions/memmem.texi: Add more precisions about platforms.
20999         * doc/functions/strstr.texi: Likewise.
21000
21001 2008-01-10  Eric Blake  <ebb9@byu.net>
21002
21003         * m4/strstr.m4: Delete cruft from copy-n-paste.
21004         Reported by Bruno Haible.
21005
21006 2008-01-10  Bruno Haible  <bruno@clisp.org>
21007
21008         Make c-strstr rely on strstr.
21009         * lib/c-strstr.c: Don't include str-kmp.h.
21010         (c_strstr): Define in terms of strstr.
21011         * modules/c-strstr (Files): Remove lib/str-kmp.h.
21012         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
21013
21014 2008-01-10  Bruno Haible  <bruno@clisp.org>
21015
21016         * doc/gnulib.texi (String Functions in C Locale): New section.
21017         * doc/c-ctype.texi: New file.
21018         * doc/c-strcase.texi: New file.
21019         * doc/c-strcaseeq.texi: New file.
21020         * doc/c-strcasestr.texi: New file.
21021         * doc/c-strstr.texi: New file.
21022         * doc/c-strtod.texi: New file.
21023         * doc/c-strtold.texi: New file.
21024
21025 2008-01-10  Eric Blake  <ebb9@byu.net>
21026
21027         * lib/relocatable.h: Fix a comment.
21028
21029 2008-01-10  Eric Blake  <ebb9@byu.net>
21030
21031         Share two-way algorithm.
21032         * lib/str-two-way.h: New file, merged from...
21033         * lib/memmem.c: ...here...
21034         * lib/strstr.c: ...and here.
21035         * modules/memmem (Files): Use it.
21036         * modules/strstr (Files): Likewise.
21037
21038         Avoid quadratic strstr implementations.
21039         * lib/strstr.c: New file.
21040         * m4/strstr.m4: Likewise.
21041         * modules/strstr: Likewise.
21042         * modules/strstr-tests: Likewise.
21043         * tests/test-strstr.c: Likewise.
21044         * lib/string.in.h (rpl_strstr): Declare.
21045         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
21046         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
21047         * modules/string (Makefile.am): Likewise.
21048         * MODULES.html.sh (string handling): Mention new module.
21049         * doc/functions/strstr.texi (strstr): Document the bug.
21050
21051 2008-01-10  Bruno Haible  <bruno@clisp.org>
21052
21053         * lib/relocatable.h (relocate): State whether result is freshly
21054         allocated or not.
21055         * lib/relocatable.c (relocate): Return a freshly allocated string
21056         instead of a pointer to a privately held string.
21057         Reported by Sylvain Beucler <beuc@gnu.org>.
21058
21059 2008-01-10  Colin Watson  <cjwatson@debian.org>
21060
21061         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
21062         s/S_ISNLK/S_ISLNK/.
21063
21064 2008-01-09  Bruno Haible  <bruno@clisp.org>
21065
21066         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
21067         and other files.
21068         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
21069         if it's only a guess.
21070         * modules/memmem: Simplify by depending on memmem-simple.
21071
21072 2008-01-09  Bruno Haible  <bruno@clisp.org>
21073
21074         Work around OpenBSD 4.0 tdelete() bug.
21075         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
21076         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
21077         macros and don't redefine the enum values.
21078         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
21079         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
21080         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
21081
21082 2008-01-09  Bruno Haible  <bruno@clisp.org>
21083
21084         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
21085         (main): Don't perform the tests if setlocale did not install a UTF-8
21086         locale. Needed on OpenBSD 4.0.
21087         * modules/wcwidth-tests (Depends-on): Add localcharset.
21088
21089 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21090
21091         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
21092         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
21093         * NEWS: announce this.
21094         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
21095
21096 2008-01-09  Simon Josefsson  <simon@josefsson.org>
21097         and Eric Blake  <ebb9@byu.net>
21098
21099         Add memmem-simple module.
21100         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
21101         (gl_FUNC_MEMMEM): Separate performance from presence checks.
21102         * modules/memmem-simple: New file.
21103         * modules/memmem (Description): Tweak.
21104         * MODULES.html.sh (string handling): Mention new module.
21105         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
21106         addressed by memmem-simple.
21107         * NEWS: Document the difference.
21108
21109 2008-01-09  Eric Blake  <ebb9@byu.net>
21110
21111         Give gcc some memmem optimization hints.
21112         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
21113         (strcasestr): Declare as pure.
21114         * modules/memmem (Maintainer): Claim my implementation.
21115
21116 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21117
21118         Support AIX 6.1 and higher.
21119         * build-aux/config.libpath: Likewise.
21120         * build-aux/config.rpath: Likewise.
21121
21122 2008-01-08  Jim Meyering  <meyering@redhat.com>
21123             Bruno Haible  <bruno@clisp.org>
21124
21125         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
21126         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
21127         Reported by Peter Fales in
21128         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
21129
21130 2008-01-08  Bruno Haible  <bruno@clisp.org>
21131
21132         * modules/unictype/category-of (Depends-on): Add
21133         unictype/category-none.
21134         * modules/unictype/category-and-tests (Depends-on): Add
21135         unictype/category-{L,N,Lu,Nd}.
21136         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
21137         * modules/unictype/category-or-tests (Depends-on): Add
21138         unictype/category-{L,N}.
21139         * modules/unictype/category-name-tests (Depends-on): Add
21140         unictype/category-{Z,Nl}.
21141         Reported by Simon Josefsson.
21142
21143 2008-01-08  Bruno Haible  <bruno@clisp.org>
21144
21145         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
21146         convention better.
21147         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
21148         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
21149         Reported by Peter Miller <millerp@canb.auug.org.au>.
21150
21151 2008-01-08  Eric Blake  <ebb9@byu.net>
21152
21153         Rewrite memmem to guarantee linear complexity without malloc.
21154         * lib/memmem.c (memmem): Use Two-Way rather than
21155         Knuth-Morris-Pratt, to allow O(1) space usage.
21156         (critical_factorization, two_way_short_needle)
21157         (two_way_long_needle): New functions.
21158         (knuth_morris_pratt): Delete.
21159         * modules/memmem (Depends-on): No longer need malloca or stdbool.
21160         Add stdint.
21161         * tests/test-memmem.c (main): Add tests for periodic needle and
21162         sublinear performance.
21163         * doc/functions/memmem.texi (memmem): Document other deficiencies
21164         in cygwin and older glibc.
21165
21166 2008-01-08  Bruno Haible  <bruno@clisp.org>
21167
21168         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
21169         augmentation.
21170
21171 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
21172
21173         Add a configure time option: --disable-acl.
21174         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
21175         AC_ARG_ENABLE(acl).
21176
21177 2008-01-06  Simon Josefsson  <simon@josefsson.org>
21178
21179         * tests/test-localename.c: Don't include obsolete "setenv.h".
21180
21181         * modules/localename-tests (Depends-on): Need unsetenv.
21182
21183 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21184
21185         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
21186
21187 2008-01-06  Colin Watson  <cjwatson@debian.org>
21188
21189         * users.txt: Add man-db.
21190
21191 2008-01-07  Bruno Haible  <bruno@clisp.org>
21192
21193         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
21194         previous section name.
21195
21196 2008-01-07  Bruno Haible  <bruno@clisp.org>
21197
21198         * lib/progname.c (set_program_name): Don't strip off a leading
21199         "lt-" prefix outside a .libs directory.
21200         Suggested by Paul Eggert.
21201
21202 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
21203             Bruno Haible  <bruno@clisp.org>
21204
21205         Improve memory cleanup in 'relocatable' module.
21206         * lib/relocatable.h (compute_curr_prefix): Change return type to
21207         'char *'.
21208         * lib/relocatable.c (compute_curr_prefix): Change return type to
21209         'char *'. Free curr_installdir after use.
21210         (relocate): Free curr_prefix_better after use.
21211         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
21212
21213 2008-01-01  Bruno Haible  <bruno@clisp.org>
21214
21215         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
21216         failure on older glibc systems.
21217         Reported by Peter Fales <psfales@alcatel-lucent.com>.
21218
21219 2008-01-05  Eric Blake  <ebb9@byu.net>
21220
21221         Avoid quadratic system memmem.
21222         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
21223         Reported by Ralf Wildenhues.
21224
21225         Fix memmem test for mingw.
21226         * modules/memmem-tests (configure.ac): Check for alarm.
21227         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
21228         it.
21229         * doc/functions/memmem.texi: New file.
21230         * doc/gnulib.texi (Function Substitutes): Add memmem.
21231         Reported by Bruno Haible.
21232
21233 2008-01-04  Bruno Haible  <bruno@clisp.org>
21234
21235         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
21236         Require gl_HEADER_STRINGS_H_DEFAULTS, not
21237         gl_HEADER_STRING_H_DEFAULTS.
21238
21239 2008-01-04  Eric Blake  <ebb9@byu.net>
21240
21241         Shorten duration of memmem test.
21242         * tests/test-memmem.c (main): Use alarm to declare failure if test
21243         is taking too long.
21244         Reported by Ralf Wildenhues.
21245
21246 2007-12-21  Simon Josefsson  <simon@josefsson.org>
21247
21248         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
21249         string, needed by strerror.
21250
21251 2008-01-03  Colin Watson  <cjwatson@debian.org>
21252             Bruno Haible  <bruno@clisp.org>
21253
21254         * doc/gnulib-tool.texi (Localization): New section.
21255
21256 2008-01-02  Bruno Haible  <bruno@clisp.org>
21257
21258         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
21259         variables to 'unsigned char *' type.
21260         Reported by Paul Eggert.
21261
21262 2008-01-02  Jim Meyering  <jim@meyering.net>
21263
21264         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
21265
21266 2007-12-31  Jim Meyering  <jim@meyering.net>
21267
21268         Avoid use of private FTS type name.
21269         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
21270
21271 2007-12-30  Karl Berry  <karl@gnu.org>
21272
21273         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
21274         work around defect in Texinfo and/or the standalone Info browser.
21275
21276 2007-12-30  Bruno Haible  <bruno@clisp.org>
21277
21278         Unify 5 copies of the KMP code.
21279         * lib/str-kmp.h: New file.
21280         * lib/c-strcasestr.c: Include str-kmp.h.
21281         (knuth_morris_pratt): Remove function.
21282         (c_strcasestr): Update.
21283         * lib/c-strstr.c: Include str-kmp.h.
21284         (knuth_morris_pratt): Remove function.
21285         (c_strcasestr): Update.
21286         * lib/mbscasestr.c: Include str-kmp.h.
21287         (knuth_morris_pratt_unibyte): Remove function.
21288         * lib/mbsstr.c: Include str-kmp.h.
21289         (knuth_morris_pratt_unibyte): Remove function.
21290         * lib/strcasestr.c: Include str-kmp.h.
21291         (knuth_morris_pratt): Remove function.
21292         (strcasestr): Update.
21293         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
21294         * modules/c-strstr (Files): Likewise.
21295         * modules/mbscasestr (Files): Likewise.
21296         * modules/mbsstr (Files): Likewise.
21297         * modules/strcasestr (Files): Likewise.
21298         Suggested by Paul Eggert.
21299
21300 2007-12-30  Bruno Haible  <bruno@clisp.org>
21301
21302         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
21303         defined.
21304
21305 2007-12-30  Bruno Haible  <bruno@clisp.org>
21306
21307         * lib/xmalloca.h: Include xalloc.h.
21308         (xnmalloca): New macro.
21309
21310 2007-12-30  Bruno Haible  <bruno@clisp.org>
21311
21312         * lib/malloca.h (nmalloca): New macro.
21313         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
21314         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
21315         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
21316         knuth_morris_pratt_multibyte): Likewise.
21317         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
21318         knuth_morris_pratt_multibyte): Likewise.
21319         * lib/memmem.c (knuth_morris_pratt): Likewise.
21320         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
21321
21322 2007-12-25  Bruno Haible  <bruno@clisp.org>
21323
21324         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
21325         * lib/glob.c: Don't include openat.h.
21326         (link_exists2_p): Add back the code that deals with the
21327         !GLOB_ALTDIRFUNC case.
21328         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
21329         let it do the filename concatenation.
21330         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
21331         * modules/glob (Depends-on): Remove openat.
21332
21333 2007-12-31  Bruno Haible  <bruno@clisp.org>
21334
21335         * modules/dirfd (License): Change to LGPLv2+.
21336         Approved by Jim Meyering.
21337
21338 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
21339
21340         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
21341         when multiplying M by sizeof (size_t).
21342
21343 2007-12-10  Martin Lambers  <marlam@marlam.de>
21344
21345         Override getpagesize on mingw.
21346         * lib/getpagesize.c: New file.
21347         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
21348         * modules/getpagesize (Files): Add lib/getpagesize.c.
21349         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
21350         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21351         REPLACE_GETPAGESIZE.
21352         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
21353
21354 2007-12-25  Bruno Haible  <bruno@clisp.org>
21355
21356         * modules/localcharset (Notice): New field.
21357         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
21358         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
21359
21360 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
21361             Bruno Haible  <bruno@clisp.org>
21362
21363         Avoid using the syntax symbol() in formatted documentation.
21364         * MODULES.html.sh (func_module): When replacing symbol() with a
21365         hyperlink, remove the parentheses. Show an error if some remain.
21366         Recognize and render the '...' syntax.
21367         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
21368         Rework. Add paragraph about GCC's inlining.
21369         * doc/alloca.texi: Likewise.
21370         * doc/error.texi: Remove parentheses from symbol reference.
21371         * doc/gnulib-intro.texi: Likewise.
21372         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
21373         * modules/fnmatch (Description): Reword to say "the ... function".
21374         * modules/full-read (Description): Likewise.
21375         * modules/full-write (Description): Likewise.
21376         * modules/safe-read (Description): Likewise.
21377         * modules/safe-write (Description): Likewise.
21378         * modules/strchrnul (Description): Likewise.
21379         * modules/trim (Description): Likewise.
21380         * modules/error (Description): Remove parentheses from symbol
21381         references.
21382         * modules/verror (Description): Likewise.
21383         Reported by Karl Berry.
21384
21385 2007-12-25  Bruno Haible  <bruno@clisp.org>
21386
21387         Fixup after 2007-10-16 commit.
21388         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
21389
21390 2007-12-24  Bruno Haible  <bruno@clisp.org>
21391
21392         Make --enable-relocatable work with DESTDIR.
21393         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
21394         to compute installdir from destprog.
21395         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
21396         also set the RELOC_DESTDIR variable.
21397         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
21398
21399 2007-12-24  Bruno Haible  <bruno@clisp.org>
21400
21401         Fix link error due to xalloc_die().
21402         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
21403         of xreadlink.
21404         * lib/relocwrapper.c: Update comments.
21405         * build-aux/install-reloc: Remove xreadlink.c from file list.
21406         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
21407         xreadlink.c.
21408         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
21409
21410 2007-12-24  Bruno Haible  <bruno@clisp.org>
21411
21412         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
21413         * lib/setenv.h: Remove file.
21414         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
21415         lib/setenv.h.
21416         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
21417         (Depends-on): Add stdlib.
21418         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
21419         gl_FUNC_UNSETENV.
21420         (Include): Replace setenv.h with <stdlib.h>.
21421         * modules/unsetenv: New file.
21422         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
21423         * lib/unsetenv.c: Include <stdlib.h> first.
21424         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
21425         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
21426         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
21427         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
21428         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
21429         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
21430         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
21431         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
21432         * doc/functions/unsetenv.texi: Update.
21433         * modules/xsetenv (Depends-on): Add unsetenv.
21434         * modules/getdate (Depends-on): Likewise.
21435         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
21436         * lib/xsetenv.c: Don't include setenv.h.
21437         * lib/getdate.y: Likewise.
21438         * lib/relocwrapper.c: Likewise.
21439         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
21440         (Depends-on): Add stdlib.
21441         * NEWS: Mention the changes.
21442         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
21443
21444 2007-12-23  Bruno Haible  <bruno@clisp.org>
21445
21446         * lib/memmem.c (memmem): Use lowercase variable names. Tab
21447         indentation.
21448
21449 2007-12-23  Bruno Haible  <bruno@clisp.org>
21450
21451         * lib/c-strcasestr.c: Add more comments.
21452         * lib/c-strstr.c: Likewise.
21453         * lib/mbscasestr.c: Likewise.
21454         * lib/mbsstr.c: Likewise.
21455         * lib/strcasestr.c: Likewise.
21456         * lib/memmem.c: Likewise.
21457
21458 2007-12-23  Bruno Haible  <bruno@clisp.org>
21459
21460         * tests/test-memmem.c: Include <string.h> first.
21461
21462 2007-12-22  Bruno Haible  <bruno@clisp.org>
21463
21464         * gnulib-tool (func_create_testdir): Change $auxdir while generating
21465         the contents of $testsbase.
21466         Reported by Ralf Wildenhues.
21467
21468 2007-12-22  Bruno Haible  <bruno@clisp.org>
21469
21470         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
21471         two variables local_ldadd_before, local_ldadd_last.
21472
21473 2007-12-20  Eric Blake  <ebb9@byu.net>
21474
21475         Work around circular library issue when cross-compiling.
21476         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
21477         that progname.o does not need to pull in rpl_memcmp.
21478
21479 2007-12-19  Eric Blake  <ebb9@byu.net>
21480
21481         Fix memmem to avoid O(n^2) worst-case complexity.
21482         * lib/memmem.c (knuth_morris_pratt): New function.
21483         (memmem): Use it if first few naive iterations fail.
21484         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
21485         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
21486         * modules/memchr (License): Likewise.
21487         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
21488         malloca.
21489         * tests/test-memmem.c: Rewrite, borrowing ideas from
21490         test-mbsstr1.c; the old version wouldn't even compile!
21491         * modules/memmem-tests: New file.
21492         * lib/string.in.h (rpl_memmem): Add declaration.
21493         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
21494         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
21495         REPLACE_MEMMEM.
21496
21497 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21498
21499         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
21500         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
21501         before any system include files, and undef after them all.  This
21502         should fix a problem on VMS reported by John E. Malmberg in
21503         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
21504
21505 2007-12-17  Eric Blake  <ebb9@byu.net>
21506
21507         Revert addition of verify, for BSD/OS.
21508         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
21509         can't handle large files, for the sake of obsolete platforms.
21510         * modules/fseeko (Depends-on): Remove verify.
21511         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
21512         * doc/functions/ftello.texi (ftello): Likewise.
21513         * doc/functions/fgetpos.texi (fgetpos): Likewise.
21514         Reported by Larry Jones.
21515
21516 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
21517
21518         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
21519         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
21520
21521 2007-12-17  Jim Meyering  <meyering@redhat.com>
21522
21523         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
21524         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
21525         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
21526         * modules/getcwd (Depends-on): Add openat.
21527         Reported by Petr Salinger.
21528
21529 2007-12-17  Bruno Haible  <bruno@clisp.org>
21530
21531         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
21532         avoid a segmentation fault of the configure test on x86_64 systems.
21533
21534 2007-12-15  Jim Meyering  <meyering@redhat.com>
21535
21536         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
21537
21538 2007-12-13  Eric Blake  <ebb9@byu.net>
21539
21540         Another fseek test.
21541         * tests/test-fseek.c (main): Also test ungetc handling.
21542         * tests/test-fseeko.c (main): Likewise.
21543         * modules/fseeko (Depends-on): Add verify.
21544         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
21545         large.
21546         Reported by Larry Jones.
21547
21548         Fix fseeko on mingw.
21549         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
21550         seek.
21551
21552         Beef up fseek tests.
21553         * tests/test-fseek.c (main): Also test eof handling.
21554         * tests/test-fseeko.c (main): Likewise.
21555         Reported by Larry Jones.
21556
21557 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
21558
21559         Fix fseeko on BSD-based platforms.
21560         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
21561         successful seek.
21562
21563 2007-12-12  Eric Blake  <ebb9@byu.net>
21564
21565         Allow circular dependency of separate libtests.a
21566         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
21567         when use_libtests.
21568
21569 2007-12-11  Eric Blake  <ebb9@byu.net>
21570
21571         Fix bug with -0.0L in previous patch.
21572         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
21573         * tests/test-isnan.c (main): Also test on zeroes.
21574         * tests/test-isnanf.c (main): Likewise.
21575         * tests/test-isnanl.h (main): Likewise.
21576
21577         Detect pseudo-denormals on x86 even when cross-compiling.
21578         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
21579         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
21580         invalid bit patterns that happen to satisfy ==.
21581
21582         Avoid link failures with separate libtests.a.
21583         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
21584         last, to satisfy circular dependencies.
21585
21586 2007-12-11  Eric Blake  <ebb9@byu.net>
21587         and Bruno Haible  <bruno@clisp.org>
21588
21589         Fix OpenBSD 4.0 <float.h> handling of long double.
21590         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
21591         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
21592         * doc/headers/float.texi (float.h): Document OpenBSD bug.
21593
21594 2007-12-11  Jim Meyering  <meyering@redhat.com>
21595
21596         * users.txt: Add libvirt.
21597
21598         Support versions of autoconf prior to 2.59c.
21599         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
21600         if it is not already defined.
21601
21602 2007-12-09  Bruno Haible  <bruno@clisp.org>
21603
21604         Let 'gnulib-tool --import' collect sources needed for the tests in
21605         tests/ rather than in lib/.
21606         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
21607         argument. If true, add rules to generate libtests.a, and put libtests.a
21608         into $(LDADD). Consider source files in subdirectories and set
21609         uses_subdirs.
21610         (func_emit_initmacro_start, func_emit_initmacro_end,
21611         func_emit_initmacro_done): Pass all arguments explicitly.
21612         (func_import): Determine two module lists main_modules,
21613         testsrelated_modules. Determine use_libtests. Determine two variables
21614         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
21615         instead of just sed_transform_lib_file. Determine two variables
21616         main_files and testsrelated_files. Compute 'files' as the union of
21617         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
21618         func_add_or_update. In the generated gnulib-comp.m4, collect the
21619         object files for tests/ in different variables than those for lib/.
21620         Substitute LIBTESTS_LIBDEPS.
21621         (func_create_testdir): Combine the uses_subdirs results from
21622         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
21623
21624 2007-12-09  Bruno Haible  <bruno@clisp.org>
21625
21626         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
21627         the build-aux directory.
21628
21629 2007-12-09  Bruno Haible  <bruno@clisp.org>
21630
21631         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
21632         introduced on 2006-09-09.
21633
21634 2007-12-07  Jim Meyering  <meyering@redhat.com>
21635
21636         Let these macros work also with autoconf-2.59.
21637         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
21638         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
21639         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
21640
21641 2007-12-06  Jim Meyering  <meyering@redhat.com>
21642
21643         Avoid a configure-time syntax error in gl_FUNC_ACL.
21644         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
21645         function in each branch, before testing the cache variable.
21646
21647 2007-12-04  Eric Blake  <ebb9@byu.net>
21648
21649         Make scripts executable.
21650         * build-aux/config.guess: Add execute permissions.
21651         * build-aux/config.sub: Likewise.
21652         * build-aux/gendocs.sh: Likewise.
21653
21654         Fix frexp on mingw.
21655         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
21656         cross-compiling.
21657         * doc/functions/frexp.texi (frexp): Document the bug.
21658
21659         Make cygwin fseeko check more reliable.
21660         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
21661         version numbers, rather than unrelated feature check.
21662         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
21663         * doc/functions/ftello.texi (ftello): Likewise.
21664         Reported by Bruno Haible.
21665
21666         * m4/strerror.m4: Bump version number.
21667
21668 2007-12-03  Bruno Haible  <bruno@clisp.org>
21669
21670         * doc/functions/mprotect.texi: Mention the mingw problem.
21671
21672 2007-12-03  Eric Blake  <ebb9@byu.net>
21673
21674         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
21675         REPLACE_STRERROR is initialized before this macro.
21676
21677 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
21678
21679         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
21680         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
21681         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
21682         put -lsec in even for programs other than 'ls'.  This fixes a problem
21683         for gettext reported by Bruno Haible in
21684         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
21685         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
21686         Add support for Solaris 10.  This isn't efficient, but should get the
21687         job done for now.
21688
21689 2007-12-03  James Youngman  <jay@gnu.org>
21690
21691         * doc/regexprops-generic.texi: change "an close-group" to "a
21692         close-group" and "illegal" to "not allowed".
21693
21694 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21695
21696         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
21697         pr_byname.h. Needed for the rare case when the maintainer has done
21698         "make maintainer-clean" in the source directory and then attempts a
21699         build outside the source directory.
21700         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
21701         scripts_byname.h.
21702
21703 2007-12-02  Martin Lambers <marlam@marlam.de>
21704             Bruno Haible  <bruno@clisp.org>
21705
21706         * lib/getpagesize.h: Remove file.
21707         * lib/unistd.in.h: Include declaration of getpagesize here.
21708         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
21709         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
21710         HAVE_SYS_PARAM_H.
21711         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
21712         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
21713         * modules/getpagesize (Files): Remove lib/getpagesize.h.
21714         (Depends-on): Add unistd.
21715         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21716         (Include): Use <unistd.h> instead of getpagesize.h.
21717         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
21718         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
21719         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
21720         gl_GETPAGESIZE invocation, already handled by module dependency.
21721         * lib/pagealign_alloc.c: Don't include getpagesize.h.
21722
21723 2007-12-02  Bruno Haible  <bruno@clisp.org>
21724
21725         * modules/strings-tests: New file.
21726         * tests/test-strings.c: New file.
21727
21728         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
21729         * lib/strings.in.h: New file.
21730         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
21731         * m4/strings_h.m4: New file.
21732         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
21733         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
21734         * modules/strings: New file.
21735         * modules/string (Makefile.am): Update.
21736         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
21737         Reported by Karl Berry.
21738
21739 2007-12-01  Eric Blake  <ebb9@byu.net>
21740
21741         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
21742         accomodate fix in cygwin 1.5.25.
21743
21744 2007-12-01  Jim Meyering  <meyering@redhat.com>
21745
21746         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
21747         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
21748         that would inhibit utf8-optimization of a regexp containing line-
21749         or buffer-anchors, e.g., `^', `$'.
21750
21751 2007-11-30  Bruno Haible  <bruno@clisp.org>
21752
21753         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
21754         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
21755         glthread_recursive_lock_init.
21756         * lib/lock.c (glthread_recursive_lock_init)
21757         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
21758         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21759
21760 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         New function qset_acl, like set_acl but with syscall semantics.
21763         * lib/acl.h (qset_acl): New decl.
21764         * lib/acl.c (qset_acl): New function.
21765         (set_acl): Use new function.  Use more-consistent diagnostics.
21766
21767 2007-11-28  Jim Meyering  <meyering@redhat.com>
21768
21769         * modules/physmem (License): Change from GPL to LGPLv2+.
21770
21771 2007-11-26  Bruno Haible  <bruno@clisp.org>
21772
21773         * lib/vasnprintf.c (decode_long_double): Don't abort if the
21774         'long double' type has excess precision.
21775         Reported by Jim Meyering in
21776         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
21777
21778 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21779
21780         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
21781         Sync from <http://gnu.org/licenses>.
21782         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
21783         with license text from same location.
21784         * doc/maintain.texi, doc/standards.texi:  Sync from
21785         <http://savannah.gnu.org/projects/gnustandards>.
21786
21787 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
21788         and Jim Meyering  <meyering@redhat.com>
21789
21790         Adjust getdate' grammar to accept a slightly more regular language.
21791         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
21792         Before, the former was rejected.
21793         * lib/getdate.y (digits_to_date_time): New function, factored
21794         out of ...
21795         (number): ...here.  Just call digits_to_date_time.
21796         (hybrid): New non-terminal to handle an <unsigned number,
21797         signed relative offset> sequence consistently.
21798
21799 2007-11-18  Jim Meyering  <meyering@redhat.com>
21800
21801         Pull my changes from coreutils:
21802         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
21803         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
21804         use of $gnulib_tool_option_extras, so that it's separated from the
21805         preceding argument.
21806
21807         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
21808         * build-aux/bootstrap (cp_mark_as_generated): Create any required
21809         parent destination directories before copying a file into place.
21810
21811 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
21812
21813         bootstrap: work also with 4-argument variant of AC_INIT
21814         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
21815
21816 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21817
21818         Port test-getaddrinfo to Solaris.
21819         Problem reported by Bruno Haible in
21820         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
21821         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
21822         explanation of setting 'hints'.
21823         Don't reject an implementation merely because it returns EAI_SERVICE.
21824         (EAI_SERVICE): Define to 0 if not defined.
21825
21826 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
21827
21828         The license of gnu-make and posix-shell is now "GPLed build tool".
21829         * modules/gnu-make (License): Likewise.
21830         * modules/posix-shell (License): Likewise.
21831
21832         New module posix-shell, for determining a POSIX shell
21833         or perhaps something that is close enough to a POSIX shell.
21834         * m4/posix-shell.m4: New file.
21835         * modules/posix-shell: New file.
21836
21837         * MODULES.html.sh: Mention new module.
21838
21839         New module gnu-make, for determining whether we're using GNU Make.
21840         * m4/gnu-make.m4: New file.
21841         * modules/gnu-make: New file.
21842         * MODULES.html.sh: Mention new module.
21843
21844 2007-11-14  Jim Meyering  <meyering@redhat.com>
21845
21846         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
21847         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
21848         use this macro to create a function _definition_.
21849         Remove useless "#undef ARGMATCH_DIE".
21850
21851 2007-11-14  Bruno Haible  <bruno@clisp.org>
21852
21853         * lib/config.charset: Update for OpenBSD 4.1.
21854         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
21855
21856 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
21857
21858         Document 64-bit #if problems in stdint.texi.
21859         * doc/headers/stdint.texi (stdint.h): Mention problems with
21860         64-bit-#if, and how to work around them.
21861
21862         Don't insist on 'long long int' support in the preprocessor.  It
21863         breaks too many things.  For example, PRIdMAX still uses a 'long
21864         long int' format with the latest Sun compiler, even though
21865         HAVE_LONG_LONG_INT isn't defined due to that compiler's
21866         preprocessor problem.  This causes the latest coreutils to dump
21867         core on Solaris 10 sparc with the Sun C compiler.
21868         Instead, fix the 2007-10-16 problem in a different way, by evaluating
21869         the troublesome expressions at configure-time, not at #if-time.
21870         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
21871         preprocessor.
21872         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
21873         compile-time C checks, done at 'configure'-time.
21874         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
21875         * modules/inttypes (Makefile): Substitute the new symbols that
21876         gl_INTTYPES_H now generates.
21877         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
21878
21879 2007-11-12  Bruno Haible  <bruno@clisp.org>
21880
21881         Tests for Unicode character classification functions.
21882
21883         * modules/unictype/bidicategory-byname-tests: New file.
21884         * modules/unictype/bidicategory-name-tests: New file.
21885         * modules/unictype/bidicategory-of-tests: New file.
21886         * modules/unictype/bidicategory-test-tests: New file.
21887         * modules/unictype/block-list-tests: New file.
21888         * modules/unictype/block-of-tests: New file.
21889         * modules/unictype/block-test-tests: New file.
21890         * modules/unictype/category-C-tests: New file.
21891         * modules/unictype/category-Cc-tests: New file.
21892         * modules/unictype/category-Cf-tests: New file.
21893         * modules/unictype/category-Cn-tests: New file.
21894         * modules/unictype/category-Co-tests: New file.
21895         * modules/unictype/category-Cs-tests: New file.
21896         * modules/unictype/category-L-tests: New file.
21897         * modules/unictype/category-Ll-tests: New file.
21898         * modules/unictype/category-Lm-tests: New file.
21899         * modules/unictype/category-Lo-tests: New file.
21900         * modules/unictype/category-Lt-tests: New file.
21901         * modules/unictype/category-Lu-tests: New file.
21902         * modules/unictype/category-M-tests: New file.
21903         * modules/unictype/category-Mc-tests: New file.
21904         * modules/unictype/category-Me-tests: New file.
21905         * modules/unictype/category-Mn-tests: New file.
21906         * modules/unictype/category-N-tests: New file.
21907         * modules/unictype/category-Nd-tests: New file.
21908         * modules/unictype/category-Nl-tests: New file.
21909         * modules/unictype/category-No-tests: New file.
21910         * modules/unictype/category-P-tests: New file.
21911         * modules/unictype/category-Pc-tests: New file.
21912         * modules/unictype/category-Pd-tests: New file.
21913         * modules/unictype/category-Pe-tests: New file.
21914         * modules/unictype/category-Pf-tests: New file.
21915         * modules/unictype/category-Pi-tests: New file.
21916         * modules/unictype/category-Po-tests: New file.
21917         * modules/unictype/category-Ps-tests: New file.
21918         * modules/unictype/category-S-tests: New file.
21919         * modules/unictype/category-Sc-tests: New file.
21920         * modules/unictype/category-Sk-tests: New file.
21921         * modules/unictype/category-Sm-tests: New file.
21922         * modules/unictype/category-So-tests: New file.
21923         * modules/unictype/category-Z-tests: New file.
21924         * modules/unictype/category-Zl-tests: New file.
21925         * modules/unictype/category-Zp-tests: New file.
21926         * modules/unictype/category-Zs-tests: New file.
21927         * modules/unictype/category-and-not-tests: New file.
21928         * modules/unictype/category-and-tests: New file.
21929         * modules/unictype/category-byname-tests: New file.
21930         * modules/unictype/category-name-tests: New file.
21931         * modules/unictype/category-none-tests: New file.
21932         * modules/unictype/category-of-tests: New file.
21933         * modules/unictype/category-or-tests: New file.
21934         * modules/unictype/category-test-withtable-tests: New file.
21935         * modules/unictype/combining-class-tests: New file.
21936         * modules/unictype/ctype-alnum-tests: New file.
21937         * modules/unictype/ctype-alpha-tests: New file.
21938         * modules/unictype/ctype-blank-tests: New file.
21939         * modules/unictype/ctype-cntrl-tests: New file.
21940         * modules/unictype/ctype-digit-tests: New file.
21941         * modules/unictype/ctype-graph-tests: New file.
21942         * modules/unictype/ctype-lower-tests: New file.
21943         * modules/unictype/ctype-print-tests: New file.
21944         * modules/unictype/ctype-punct-tests: New file.
21945         * modules/unictype/ctype-space-tests: New file.
21946         * modules/unictype/ctype-upper-tests: New file.
21947         * modules/unictype/ctype-xdigit-tests: New file.
21948         * modules/unictype/decimal-digit-tests: New file.
21949         * modules/unictype/digit-tests: New file.
21950         * modules/unictype/mirror-tests: New file.
21951         * modules/unictype/numeric-tests: New file.
21952         * modules/unictype/property-alphabetic-tests: New file.
21953         * modules/unictype/property-ascii-hex-digit-tests: New file.
21954         * modules/unictype/property-bidi-arabic-digit-tests: New file.
21955         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
21956         * modules/unictype/property-bidi-block-separator-tests: New file.
21957         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
21958         * modules/unictype/property-bidi-common-separator-tests: New file.
21959         * modules/unictype/property-bidi-control-tests: New file.
21960         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
21961         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
21962         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
21963         * modules/unictype/property-bidi-european-digit-tests: New file.
21964         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
21965         * modules/unictype/property-bidi-left-to-right-tests: New file.
21966         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
21967         * modules/unictype/property-bidi-other-neutral-tests: New file.
21968         * modules/unictype/property-bidi-pdf-tests: New file.
21969         * modules/unictype/property-bidi-segment-separator-tests: New file.
21970         * modules/unictype/property-bidi-whitespace-tests: New file.
21971         * modules/unictype/property-byname-tests: New file.
21972         * modules/unictype/property-combining-tests: New file.
21973         * modules/unictype/property-composite-tests: New file.
21974         * modules/unictype/property-currency-symbol-tests: New file.
21975         * modules/unictype/property-dash-tests: New file.
21976         * modules/unictype/property-decimal-digit-tests: New file.
21977         * modules/unictype/property-default-ignorable-code-point-tests: New file.
21978         * modules/unictype/property-deprecated-tests: New file.
21979         * modules/unictype/property-diacritic-tests: New file.
21980         * modules/unictype/property-extender-tests: New file.
21981         * modules/unictype/property-format-control-tests: New file.
21982         * modules/unictype/property-grapheme-base-tests: New file.
21983         * modules/unictype/property-grapheme-extend-tests: New file.
21984         * modules/unictype/property-grapheme-link-tests: New file.
21985         * modules/unictype/property-hex-digit-tests: New file.
21986         * modules/unictype/property-hyphen-tests: New file.
21987         * modules/unictype/property-id-continue-tests: New file.
21988         * modules/unictype/property-id-start-tests: New file.
21989         * modules/unictype/property-ideographic-tests: New file.
21990         * modules/unictype/property-ids-binary-operator-tests: New file.
21991         * modules/unictype/property-ids-trinary-operator-tests: New file.
21992         * modules/unictype/property-ignorable-control-tests: New file.
21993         * modules/unictype/property-iso-control-tests: New file.
21994         * modules/unictype/property-join-control-tests: New file.
21995         * modules/unictype/property-left-of-pair-tests: New file.
21996         * modules/unictype/property-line-separator-tests: New file.
21997         * modules/unictype/property-logical-order-exception-tests: New file.
21998         * modules/unictype/property-lowercase-tests: New file.
21999         * modules/unictype/property-math-tests: New file.
22000         * modules/unictype/property-non-break-tests: New file.
22001         * modules/unictype/property-not-a-character-tests: New file.
22002         * modules/unictype/property-numeric-tests: New file.
22003         * modules/unictype/property-other-alphabetic-tests: New file.
22004         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
22005         * modules/unictype/property-other-grapheme-extend-tests: New file.
22006         * modules/unictype/property-other-id-continue-tests: New file.
22007         * modules/unictype/property-other-id-start-tests: New file.
22008         * modules/unictype/property-other-lowercase-tests: New file.
22009         * modules/unictype/property-other-math-tests: New file.
22010         * modules/unictype/property-other-uppercase-tests: New file.
22011         * modules/unictype/property-paired-punctuation-tests: New file.
22012         * modules/unictype/property-paragraph-separator-tests: New file.
22013         * modules/unictype/property-pattern-syntax-tests: New file.
22014         * modules/unictype/property-pattern-white-space-tests: New file.
22015         * modules/unictype/property-private-use-tests: New file.
22016         * modules/unictype/property-punctuation-tests: New file.
22017         * modules/unictype/property-quotation-mark-tests: New file.
22018         * modules/unictype/property-radical-tests: New file.
22019         * modules/unictype/property-sentence-terminal-tests: New file.
22020         * modules/unictype/property-soft-dotted-tests: New file.
22021         * modules/unictype/property-space-tests: New file.
22022         * modules/unictype/property-terminal-punctuation-tests: New file.
22023         * modules/unictype/property-test-tests: New file.
22024         * modules/unictype/property-titlecase-tests: New file.
22025         * modules/unictype/property-unassigned-code-value-tests: New file.
22026         * modules/unictype/property-unified-ideograph-tests: New file.
22027         * modules/unictype/property-uppercase-tests: New file.
22028         * modules/unictype/property-variation-selector-tests: New file.
22029         * modules/unictype/property-white-space-tests: New file.
22030         * modules/unictype/property-xid-continue-tests: New file.
22031         * modules/unictype/property-xid-start-tests: New file.
22032         * modules/unictype/property-zero-width-tests: New file.
22033         * modules/unictype/scripts-tests: New file.
22034         * modules/unictype/syntax-c-ident-tests: New file.
22035         * modules/unictype/syntax-c-whitespace-tests: New file.
22036         * modules/unictype/syntax-java-ident-tests: New file.
22037         * modules/unictype/syntax-java-whitespace-tests: New file.
22038         * tests/unictype/test-bidi_byname.c: New file.
22039         * tests/unictype/test-bidi_name.c: New file.
22040         * tests/unictype/test-bidi_of.c: New file.
22041         * tests/unictype/test-bidi_test.c: New file.
22042         * tests/unictype/test-block_list.c: New file.
22043         * tests/unictype/test-block_of.c: New file.
22044         * tests/unictype/test-block_test.c: New file.
22045         * tests/unictype/test-categ_and.c: New file.
22046         * tests/unictype/test-categ_and_not.c: New file.
22047         * tests/unictype/test-categ_byname.c: New file.
22048         * tests/unictype/test-categ_name.c: New file.
22049         * tests/unictype/test-categ_none.c: New file.
22050         * tests/unictype/test-categ_of.c: New file.
22051         * tests/unictype/test-categ_or.c: New file.
22052         * tests/unictype/test-categ_test_withtable.c: New file.
22053         * tests/unictype/test-combining.c: New file.
22054         * tests/unictype/test-decdigit.c: New file.
22055         * tests/unictype/test-digit.c: New file.
22056         * tests/unictype/test-mirror.c: New file.
22057         * tests/unictype/test-numeric.c: New file.
22058         * tests/unictype/test-pr_byname.c: New file.
22059         * tests/unictype/test-pr_test.c: New file.
22060         * tests/unictype/test-predicate-part1.h: New file.
22061         * tests/unictype/test-predicate-part2.h: New file.
22062         * tests/unictype/test-scripts.c: New file.
22063         * tests/unictype/test-sy_c_ident.c: New file.
22064         * tests/unictype/test-sy_java_ident.c: New file.
22065
22066         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
22067         for Unicode 5.0.0.
22068         * tests/unictype/test-categ_Cc.c: Likewise.
22069         * tests/unictype/test-categ_Cf.c: Likewise.
22070         * tests/unictype/test-categ_Cn.c: Likewise.
22071         * tests/unictype/test-categ_Co.c: Likewise.
22072         * tests/unictype/test-categ_Cs.c: Likewise.
22073         * tests/unictype/test-categ_L.c: Likewise.
22074         * tests/unictype/test-categ_Ll.c: Likewise.
22075         * tests/unictype/test-categ_Lm.c: Likewise.
22076         * tests/unictype/test-categ_Lo.c: Likewise.
22077         * tests/unictype/test-categ_Lt.c: Likewise.
22078         * tests/unictype/test-categ_Lu.c: Likewise.
22079         * tests/unictype/test-categ_M.c: Likewise.
22080         * tests/unictype/test-categ_Mc.c: Likewise.
22081         * tests/unictype/test-categ_Me.c: Likewise.
22082         * tests/unictype/test-categ_Mn.c: Likewise.
22083         * tests/unictype/test-categ_N.c: Likewise.
22084         * tests/unictype/test-categ_Nd.c: Likewise.
22085         * tests/unictype/test-categ_Nl.c: Likewise.
22086         * tests/unictype/test-categ_No.c: Likewise.
22087         * tests/unictype/test-categ_P.c: Likewise.
22088         * tests/unictype/test-categ_Pc.c: Likewise.
22089         * tests/unictype/test-categ_Pd.c: Likewise.
22090         * tests/unictype/test-categ_Pe.c: Likewise.
22091         * tests/unictype/test-categ_Pf.c: Likewise.
22092         * tests/unictype/test-categ_Pi.c: Likewise.
22093         * tests/unictype/test-categ_Po.c: Likewise.
22094         * tests/unictype/test-categ_Ps.c: Likewise.
22095         * tests/unictype/test-categ_S.c: Likewise.
22096         * tests/unictype/test-categ_Sc.c: Likewise.
22097         * tests/unictype/test-categ_Sk.c: Likewise.
22098         * tests/unictype/test-categ_Sm.c: Likewise.
22099         * tests/unictype/test-categ_So.c: Likewise.
22100         * tests/unictype/test-categ_Z.c: Likewise.
22101         * tests/unictype/test-categ_Zl.c: Likewise.
22102         * tests/unictype/test-categ_Zp.c: Likewise.
22103         * tests/unictype/test-categ_Zs.c: Likewise.
22104         * tests/unictype/test-ctype_alnum.c: Likewise.
22105         * tests/unictype/test-ctype_alpha.c: Likewise.
22106         * tests/unictype/test-ctype_blank.c: Likewise.
22107         * tests/unictype/test-ctype_cntrl.c: Likewise.
22108         * tests/unictype/test-ctype_digit.c: Likewise.
22109         * tests/unictype/test-ctype_graph.c: Likewise.
22110         * tests/unictype/test-ctype_lower.c: Likewise.
22111         * tests/unictype/test-ctype_print.c: Likewise.
22112         * tests/unictype/test-ctype_punct.c: Likewise.
22113         * tests/unictype/test-ctype_space.c: Likewise.
22114         * tests/unictype/test-ctype_upper.c: Likewise.
22115         * tests/unictype/test-ctype_xdigit.c: Likewise.
22116         * tests/unictype/test-decdigit.h: Likewise.
22117         * tests/unictype/test-digit.h: Likewise.
22118         * tests/unictype/test-numeric.h: Likewise.
22119         * tests/unictype/test-pr_alphabetic.c: Likewise.
22120         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
22121         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
22122         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
22123         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
22124         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
22125         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
22126         * tests/unictype/test-pr_bidi_control.c: Likewise.
22127         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
22128         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
22129         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
22130         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
22131         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
22132         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
22133         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
22134         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
22135         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
22136         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
22137         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
22138         * tests/unictype/test-pr_combining.c: Likewise.
22139         * tests/unictype/test-pr_composite.c: Likewise.
22140         * tests/unictype/test-pr_currency_symbol.c: Likewise.
22141         * tests/unictype/test-pr_dash.c: Likewise.
22142         * tests/unictype/test-pr_decimal_digit.c: Likewise.
22143         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
22144         * tests/unictype/test-pr_deprecated.c: Likewise.
22145         * tests/unictype/test-pr_diacritic.c: Likewise.
22146         * tests/unictype/test-pr_extender.c: Likewise.
22147         * tests/unictype/test-pr_format_control.c: Likewise.
22148         * tests/unictype/test-pr_grapheme_base.c: Likewise.
22149         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
22150         * tests/unictype/test-pr_grapheme_link.c: Likewise.
22151         * tests/unictype/test-pr_hex_digit.c: Likewise.
22152         * tests/unictype/test-pr_hyphen.c: Likewise.
22153         * tests/unictype/test-pr_id_continue.c: Likewise.
22154         * tests/unictype/test-pr_id_start.c: Likewise.
22155         * tests/unictype/test-pr_ideographic.c: Likewise.
22156         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
22157         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
22158         * tests/unictype/test-pr_ignorable_control.c: Likewise.
22159         * tests/unictype/test-pr_iso_control.c: Likewise.
22160         * tests/unictype/test-pr_join_control.c: Likewise.
22161         * tests/unictype/test-pr_left_of_pair.c: Likewise.
22162         * tests/unictype/test-pr_line_separator.c: Likewise.
22163         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
22164         * tests/unictype/test-pr_lowercase.c: Likewise.
22165         * tests/unictype/test-pr_math.c: Likewise.
22166         * tests/unictype/test-pr_non_break.c: Likewise.
22167         * tests/unictype/test-pr_not_a_character.c: Likewise.
22168         * tests/unictype/test-pr_numeric.c: Likewise.
22169         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
22170         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
22171         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
22172         * tests/unictype/test-pr_other_id_continue.c: Likewise.
22173         * tests/unictype/test-pr_other_id_start.c: Likewise.
22174         * tests/unictype/test-pr_other_lowercase.c: Likewise.
22175         * tests/unictype/test-pr_other_math.c: Likewise.
22176         * tests/unictype/test-pr_other_uppercase.c: Likewise.
22177         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
22178         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
22179         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
22180         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
22181         * tests/unictype/test-pr_private_use.c: Likewise.
22182         * tests/unictype/test-pr_punctuation.c: Likewise.
22183         * tests/unictype/test-pr_quotation_mark.c: Likewise.
22184         * tests/unictype/test-pr_radical.c: Likewise.
22185         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
22186         * tests/unictype/test-pr_soft_dotted.c: Likewise.
22187         * tests/unictype/test-pr_space.c: Likewise.
22188         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
22189         * tests/unictype/test-pr_titlecase.c: Likewise.
22190         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
22191         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
22192         * tests/unictype/test-pr_uppercase.c: Likewise.
22193         * tests/unictype/test-pr_variation_selector.c: Likewise.
22194         * tests/unictype/test-pr_white_space.c: Likewise.
22195         * tests/unictype/test-pr_xid_continue.c: Likewise.
22196         * tests/unictype/test-pr_xid_start.c: Likewise.
22197         * tests/unictype/test-pr_zero_width.c: Likewise.
22198         * tests/unictype/test-sy_c_whitespace.c: Likewise.
22199         * tests/unictype/test-sy_java_whitespace.c: Likewise.
22200
22201 2007-11-12  Bruno Haible  <bruno@clisp.org>
22202
22203         Unicode character classification functions.
22204         * lib/unictype.h: New file.
22205         * modules/unictype/base: New file.
22206         * modules/unictype/category-L: New file.
22207         * modules/unictype/category-Lu: New file.
22208         * modules/unictype/category-Ll: New file.
22209         * modules/unictype/category-Lt: New file.
22210         * modules/unictype/category-Lm: New file.
22211         * modules/unictype/category-Lo: New file.
22212         * modules/unictype/category-M: New file.
22213         * modules/unictype/category-Mn: New file.
22214         * modules/unictype/category-Mc: New file.
22215         * modules/unictype/category-Me: New file.
22216         * modules/unictype/category-N: New file.
22217         * modules/unictype/category-Nd: New file.
22218         * modules/unictype/category-Nl: New file.
22219         * modules/unictype/category-No: New file.
22220         * modules/unictype/category-P: New file.
22221         * modules/unictype/category-Pc: New file.
22222         * modules/unictype/category-Pd: New file.
22223         * modules/unictype/category-Ps: New file.
22224         * modules/unictype/category-Pe: New file.
22225         * modules/unictype/category-Pi: New file.
22226         * modules/unictype/category-Pf: New file.
22227         * modules/unictype/category-Po: New file.
22228         * modules/unictype/category-S: New file.
22229         * modules/unictype/category-Sm: New file.
22230         * modules/unictype/category-Sc: New file.
22231         * modules/unictype/category-Sk: New file.
22232         * modules/unictype/category-So: New file.
22233         * modules/unictype/category-Z: New file.
22234         * modules/unictype/category-Zs: New file.
22235         * modules/unictype/category-Zl: New file.
22236         * modules/unictype/category-Zp: New file.
22237         * modules/unictype/category-C: New file.
22238         * modules/unictype/category-Cc: New file.
22239         * modules/unictype/category-Cf: New file.
22240         * modules/unictype/category-Cs: New file.
22241         * modules/unictype/category-Co: New file.
22242         * modules/unictype/category-Cn: New file.
22243         * modules/unictype/category-or: New file.
22244         * modules/unictype/category-of: New file.
22245         * modules/unictype/category-test: New file.
22246         * modules/unictype/category-test-withtable: New file.
22247         * modules/unictype/category-byname: New file.
22248         * modules/unictype/category-none: New file.
22249         * modules/unictype/category-and: New file.
22250         * modules/unictype/category-and-not: New file.
22251         * modules/unictype/category-name: New file.
22252         * modules/unictype/combining-class: New file.
22253         * modules/unictype/category-all: New file.
22254         * modules/unictype/bidicategory-all: New file.
22255         * modules/unictype/bidicategory-byname: New file.
22256         * modules/unictype/bidicategory-name: New file.
22257         * modules/unictype/bidicategory-of: New file.
22258         * modules/unictype/bidicategory-test: New file.
22259         * modules/unictype/decimal-digit: New file.
22260         * modules/unictype/digit: New file.
22261         * modules/unictype/numeric: New file.
22262         * modules/unictype/mirror: New file.
22263         * modules/unictype/property-white-space: New file.
22264         * modules/unictype/property-alphabetic: New file.
22265         * modules/unictype/property-other-alphabetic: New file.
22266         * modules/unictype/property-not-a-character: New file.
22267         * modules/unictype/property-default-ignorable-code-point: New file.
22268         * modules/unictype/property-other-default-ignorable-code-point: New
22269         file.
22270         * modules/unictype/property-deprecated: New file.
22271         * modules/unictype/property-logical-order-exception: New file.
22272         * modules/unictype/property-variation-selector: New file.
22273         * modules/unictype/property-private-use: New file.
22274         * modules/unictype/property-unassigned-code-value: New file.
22275         * modules/unictype/property-uppercase: New file.
22276         * modules/unictype/property-other-uppercase: New file.
22277         * modules/unictype/property-lowercase: New file.
22278         * modules/unictype/property-other-lowercase: New file.
22279         * modules/unictype/property-titlecase: New file.
22280         * modules/unictype/property-soft-dotted: New file.
22281         * modules/unictype/property-id-start: New file.
22282         * modules/unictype/property-other-id-start: New file.
22283         * modules/unictype/property-id-continue: New file.
22284         * modules/unictype/property-other-id-continue: New file.
22285         * modules/unictype/property-xid-start: New file.
22286         * modules/unictype/property-xid-continue: New file.
22287         * modules/unictype/property-pattern-white-space: New file.
22288         * modules/unictype/property-pattern-syntax: New file.
22289         * modules/unictype/property-join-control: New file.
22290         * modules/unictype/property-grapheme-base: New file.
22291         * modules/unictype/property-grapheme-extend: New file.
22292         * modules/unictype/property-other-grapheme-extend: New file.
22293         * modules/unictype/property-grapheme-link: New file.
22294         * modules/unictype/property-bidi-control: New file.
22295         * modules/unictype/property-bidi-left-to-right: New file.
22296         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
22297         * modules/unictype/property-bidi-arabic-right-to-left: New file.
22298         * modules/unictype/property-bidi-european-digit: New file.
22299         * modules/unictype/property-bidi-eur-num-separator: New file.
22300         * modules/unictype/property-bidi-eur-num-terminator: New file.
22301         * modules/unictype/property-bidi-arabic-digit: New file.
22302         * modules/unictype/property-bidi-common-separator: New file.
22303         * modules/unictype/property-bidi-block-separator: New file.
22304         * modules/unictype/property-bidi-segment-separator: New file.
22305         * modules/unictype/property-bidi-whitespace: New file.
22306         * modules/unictype/property-bidi-non-spacing-mark: New file.
22307         * modules/unictype/property-bidi-boundary-neutral: New file.
22308         * modules/unictype/property-bidi-pdf: New file.
22309         * modules/unictype/property-bidi-embedding-or-override: New file.
22310         * modules/unictype/property-bidi-other-neutral: New file.
22311         * modules/unictype/property-hex-digit: New file.
22312         * modules/unictype/property-ascii-hex-digit: New file.
22313         * modules/unictype/property-ideographic: New file.
22314         * modules/unictype/property-unified-ideograph: New file.
22315         * modules/unictype/property-radical: New file.
22316         * modules/unictype/property-ids-binary-operator: New file.
22317         * modules/unictype/property-ids-trinary-operator: New file.
22318         * modules/unictype/property-zero-width: New file.
22319         * modules/unictype/property-space: New file.
22320         * modules/unictype/property-non-break: New file.
22321         * modules/unictype/property-iso-control: New file.
22322         * modules/unictype/property-format-control: New file.
22323         * modules/unictype/property-dash: New file.
22324         * modules/unictype/property-hyphen: New file.
22325         * modules/unictype/property-punctuation: New file.
22326         * modules/unictype/property-line-separator: New file.
22327         * modules/unictype/property-paragraph-separator: New file.
22328         * modules/unictype/property-quotation-mark: New file.
22329         * modules/unictype/property-sentence-terminal: New file.
22330         * modules/unictype/property-terminal-punctuation: New file.
22331         * modules/unictype/property-currency-symbol: New file.
22332         * modules/unictype/property-math: New file.
22333         * modules/unictype/property-other-math: New file.
22334         * modules/unictype/property-paired-punctuation: New file.
22335         * modules/unictype/property-left-of-pair: New file.
22336         * modules/unictype/property-combining: New file.
22337         * modules/unictype/property-composite: New file.
22338         * modules/unictype/property-decimal-digit: New file.
22339         * modules/unictype/property-numeric: New file.
22340         * modules/unictype/property-diacritic: New file.
22341         * modules/unictype/property-extender: New file.
22342         * modules/unictype/property-ignorable-control: New file.
22343         * modules/unictype/property-test: New file.
22344         * modules/unictype/property-byname: New file.
22345         * modules/unictype/property-all: New file.
22346         * modules/unictype/scripts: New file.
22347         * modules/unictype/scripts-all: New file.
22348         * modules/unictype/block-of: New file.
22349         * modules/unictype/block-test: New file.
22350         * modules/unictype/block-list: New file.
22351         * modules/unictype/block-all: New file.
22352         * modules/unictype/syntax-c-whitespace: New file.
22353         * modules/unictype/syntax-java-whitespace: New file.
22354         * modules/unictype/syntax-c-ident: New file.
22355         * modules/unictype/syntax-java-ident: New file.
22356         * modules/unictype/ctype-alnum: New file.
22357         * modules/unictype/ctype-alpha: New file.
22358         * modules/unictype/ctype-cntrl: New file.
22359         * modules/unictype/ctype-digit: New file.
22360         * modules/unictype/ctype-graph: New file.
22361         * modules/unictype/ctype-lower: New file.
22362         * modules/unictype/ctype-print: New file.
22363         * modules/unictype/ctype-punct: New file.
22364         * modules/unictype/ctype-space: New file.
22365         * modules/unictype/ctype-upper: New file.
22366         * modules/unictype/ctype-xdigit: New file.
22367         * modules/unictype/ctype-blank: New file.
22368         * lib/unictype/bidi_byname.c: New file.
22369         * lib/unictype/bidi_name.c: New file.
22370         * lib/unictype/bidi_of.c: New file.
22371         * lib/unictype/bidi_test.c: New file.
22372         * lib/unictype/bitmap.h: New file.
22373         * lib/unictype/block_test.c: New file.
22374         * lib/unictype/blocks.c: New file.
22375         * lib/unictype/categ_C.c: New file.
22376         * lib/unictype/categ_Cc.c: New file.
22377         * lib/unictype/categ_Cf.c: New file.
22378         * lib/unictype/categ_Cn.c: New file.
22379         * lib/unictype/categ_Co.c: New file.
22380         * lib/unictype/categ_Cs.c: New file.
22381         * lib/unictype/categ_L.c: New file.
22382         * lib/unictype/categ_Ll.c: New file.
22383         * lib/unictype/categ_Lm.c: New file.
22384         * lib/unictype/categ_Lo.c: New file.
22385         * lib/unictype/categ_Lt.c: New file.
22386         * lib/unictype/categ_Lu.c: New file.
22387         * lib/unictype/categ_M.c: New file.
22388         * lib/unictype/categ_Mc.c: New file.
22389         * lib/unictype/categ_Me.c: New file.
22390         * lib/unictype/categ_Mn.c: New file.
22391         * lib/unictype/categ_N.c: New file.
22392         * lib/unictype/categ_Nd.c: New file.
22393         * lib/unictype/categ_Nl.c: New file.
22394         * lib/unictype/categ_No.c: New file.
22395         * lib/unictype/categ_P.c: New file.
22396         * lib/unictype/categ_Pc.c: New file.
22397         * lib/unictype/categ_Pd.c: New file.
22398         * lib/unictype/categ_Pe.c: New file.
22399         * lib/unictype/categ_Pf.c: New file.
22400         * lib/unictype/categ_Pi.c: New file.
22401         * lib/unictype/categ_Po.c: New file.
22402         * lib/unictype/categ_Ps.c: New file.
22403         * lib/unictype/categ_S.c: New file.
22404         * lib/unictype/categ_Sc.c: New file.
22405         * lib/unictype/categ_Sk.c: New file.
22406         * lib/unictype/categ_Sm.c: New file.
22407         * lib/unictype/categ_So.c: New file.
22408         * lib/unictype/categ_Z.c: New file.
22409         * lib/unictype/categ_Zl.c: New file.
22410         * lib/unictype/categ_Zp.c: New file.
22411         * lib/unictype/categ_Zs.c: New file.
22412         * lib/unictype/categ_and.c: New file.
22413         * lib/unictype/categ_and_not.c: New file.
22414         * lib/unictype/categ_byname.c: New file.
22415         * lib/unictype/categ_name.c: New file.
22416         * lib/unictype/categ_none.c: New file.
22417         * lib/unictype/categ_of.c: New file.
22418         * lib/unictype/categ_or.c: New file.
22419         * lib/unictype/categ_test.c: New file.
22420         * lib/unictype/combining.c: New file.
22421         * lib/unictype/ctype_alnum.c: New file.
22422         * lib/unictype/ctype_alpha.c: New file.
22423         * lib/unictype/ctype_blank.c: New file.
22424         * lib/unictype/ctype_cntrl.c: New file.
22425         * lib/unictype/ctype_digit.c: New file.
22426         * lib/unictype/ctype_graph.c: New file.
22427         * lib/unictype/ctype_lower.c: New file.
22428         * lib/unictype/ctype_print.c: New file.
22429         * lib/unictype/ctype_punct.c: New file.
22430         * lib/unictype/ctype_space.c: New file.
22431         * lib/unictype/ctype_upper.c: New file.
22432         * lib/unictype/ctype_xdigit.c: New file.
22433         * lib/unictype/decdigit.c: New file.
22434         * lib/unictype/digit.c: New file.
22435         * lib/unictype/identsyntaxmap.h: New file.
22436         * lib/unictype/mirror.c: New file.
22437         * lib/unictype/numeric.c: New file.
22438         * lib/unictype/pr_alphabetic.c: New file.
22439         * lib/unictype/pr_ascii_hex_digit.c: New file.
22440         * lib/unictype/pr_bidi_arabic_digit.c: New file.
22441         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
22442         * lib/unictype/pr_bidi_block_separator.c: New file.
22443         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
22444         * lib/unictype/pr_bidi_common_separator.c: New file.
22445         * lib/unictype/pr_bidi_control.c: New file.
22446         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
22447         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
22448         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
22449         * lib/unictype/pr_bidi_european_digit.c: New file.
22450         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
22451         * lib/unictype/pr_bidi_left_to_right.c: New file.
22452         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
22453         * lib/unictype/pr_bidi_other_neutral.c: New file.
22454         * lib/unictype/pr_bidi_pdf.c: New file.
22455         * lib/unictype/pr_bidi_segment_separator.c: New file.
22456         * lib/unictype/pr_bidi_whitespace.c: New file.
22457         * lib/unictype/pr_byname.c: New file.
22458         * lib/unictype/pr_byname.gperf: New file.
22459         * lib/unictype/pr_combining.c: New file.
22460         * lib/unictype/pr_composite.c: New file.
22461         * lib/unictype/pr_currency_symbol.c: New file.
22462         * lib/unictype/pr_dash.c: New file.
22463         * lib/unictype/pr_decimal_digit.c: New file.
22464         * lib/unictype/pr_default_ignorable_code_point.c: New file.
22465         * lib/unictype/pr_deprecated.c: New file.
22466         * lib/unictype/pr_diacritic.c: New file.
22467         * lib/unictype/pr_extender.c: New file.
22468         * lib/unictype/pr_format_control.c: New file.
22469         * lib/unictype/pr_grapheme_base.c: New file.
22470         * lib/unictype/pr_grapheme_extend.c: New file.
22471         * lib/unictype/pr_grapheme_link.c: New file.
22472         * lib/unictype/pr_hex_digit.c: New file.
22473         * lib/unictype/pr_hyphen.c: New file.
22474         * lib/unictype/pr_id_continue.c: New file.
22475         * lib/unictype/pr_id_start.c: New file.
22476         * lib/unictype/pr_ideographic.c: New file.
22477         * lib/unictype/pr_ids_binary_operator.c: New file.
22478         * lib/unictype/pr_ids_trinary_operator.c: New file.
22479         * lib/unictype/pr_ignorable_control.c: New file.
22480         * lib/unictype/pr_iso_control.c: New file.
22481         * lib/unictype/pr_join_control.c: New file.
22482         * lib/unictype/pr_left_of_pair.c: New file.
22483         * lib/unictype/pr_line_separator.c: New file.
22484         * lib/unictype/pr_logical_order_exception.c: New file.
22485         * lib/unictype/pr_lowercase.c: New file.
22486         * lib/unictype/pr_math.c: New file.
22487         * lib/unictype/pr_non_break.c: New file.
22488         * lib/unictype/pr_not_a_character.c: New file.
22489         * lib/unictype/pr_numeric.c: New file.
22490         * lib/unictype/pr_other_alphabetic.c: New file.
22491         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
22492         * lib/unictype/pr_other_grapheme_extend.c: New file.
22493         * lib/unictype/pr_other_id_continue.c: New file.
22494         * lib/unictype/pr_other_id_start.c: New file.
22495         * lib/unictype/pr_other_lowercase.c: New file.
22496         * lib/unictype/pr_other_math.c: New file.
22497         * lib/unictype/pr_other_uppercase.c: New file.
22498         * lib/unictype/pr_paired_punctuation.c: New file.
22499         * lib/unictype/pr_paragraph_separator.c: New file.
22500         * lib/unictype/pr_pattern_syntax.c: New file.
22501         * lib/unictype/pr_pattern_white_space.c: New file.
22502         * lib/unictype/pr_private_use.c: New file.
22503         * lib/unictype/pr_punctuation.c: New file.
22504         * lib/unictype/pr_quotation_mark.c: New file.
22505         * lib/unictype/pr_radical.c: New file.
22506         * lib/unictype/pr_sentence_terminal.c: New file.
22507         * lib/unictype/pr_soft_dotted.c: New file.
22508         * lib/unictype/pr_space.c: New file.
22509         * lib/unictype/pr_terminal_punctuation.c: New file.
22510         * lib/unictype/pr_test.c: New file.
22511         * lib/unictype/pr_titlecase.c: New file.
22512         * lib/unictype/pr_unassigned_code_value.c: New file.
22513         * lib/unictype/pr_unified_ideograph.c: New file.
22514         * lib/unictype/pr_uppercase.c: New file.
22515         * lib/unictype/pr_variation_selector.c: New file.
22516         * lib/unictype/pr_white_space.c: New file.
22517         * lib/unictype/pr_xid_continue.c: New file.
22518         * lib/unictype/pr_xid_start.c: New file.
22519         * lib/unictype/pr_zero_width.c: New file.
22520         * lib/unictype/scripts.c: New file.
22521         * lib/unictype/sy_c_ident.c: New file.
22522         * lib/unictype/sy_c_whitespace.c: New file.
22523         * lib/unictype/sy_java_ident.c: New file.
22524         * lib/unictype/sy_java_whitespace.c: New file.
22525
22526         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
22527         Unicode 5.0.0.
22528         * lib/unictype/blocks.h: Likewise.
22529         * lib/unictype/categ_C.h: Likewise.
22530         * lib/unictype/categ_Cc.h: Likewise.
22531         * lib/unictype/categ_Cf.h: Likewise.
22532         * lib/unictype/categ_Cn.h: Likewise.
22533         * lib/unictype/categ_Co.h: Likewise.
22534         * lib/unictype/categ_Cs.h: Likewise.
22535         * lib/unictype/categ_L.h: Likewise.
22536         * lib/unictype/categ_Ll.h: Likewise.
22537         * lib/unictype/categ_Lm.h: Likewise.
22538         * lib/unictype/categ_Lo.h: Likewise.
22539         * lib/unictype/categ_Lt.h: Likewise.
22540         * lib/unictype/categ_Lu.h: Likewise.
22541         * lib/unictype/categ_M.h: Likewise.
22542         * lib/unictype/categ_Mc.h: Likewise.
22543         * lib/unictype/categ_Me.h: Likewise.
22544         * lib/unictype/categ_Mn.h: Likewise.
22545         * lib/unictype/categ_N.h: Likewise.
22546         * lib/unictype/categ_Nd.h: Likewise.
22547         * lib/unictype/categ_Nl.h: Likewise.
22548         * lib/unictype/categ_No.h: Likewise.
22549         * lib/unictype/categ_P.h: Likewise.
22550         * lib/unictype/categ_Pc.h: Likewise.
22551         * lib/unictype/categ_Pd.h: Likewise.
22552         * lib/unictype/categ_Pe.h: Likewise.
22553         * lib/unictype/categ_Pf.h: Likewise.
22554         * lib/unictype/categ_Pi.h: Likewise.
22555         * lib/unictype/categ_Po.h: Likewise.
22556         * lib/unictype/categ_Ps.h: Likewise.
22557         * lib/unictype/categ_S.h: Likewise.
22558         * lib/unictype/categ_Sc.h: Likewise.
22559         * lib/unictype/categ_Sk.h: Likewise.
22560         * lib/unictype/categ_Sm.h: Likewise.
22561         * lib/unictype/categ_So.h: Likewise.
22562         * lib/unictype/categ_Z.h: Likewise.
22563         * lib/unictype/categ_Zl.h: Likewise.
22564         * lib/unictype/categ_Zp.h: Likewise.
22565         * lib/unictype/categ_Zs.h: Likewise.
22566         * lib/unictype/categ_of.h: Likewise.
22567         * lib/unictype/combining.h: Likewise.
22568         * lib/unictype/ctype_alnum.h: Likewise.
22569         * lib/unictype/ctype_alpha.h: Likewise.
22570         * lib/unictype/ctype_blank.h: Likewise.
22571         * lib/unictype/ctype_cntrl.h: Likewise.
22572         * lib/unictype/ctype_digit.h: Likewise.
22573         * lib/unictype/ctype_graph.h: Likewise.
22574         * lib/unictype/ctype_lower.h: Likewise.
22575         * lib/unictype/ctype_print.h: Likewise.
22576         * lib/unictype/ctype_punct.h: Likewise.
22577         * lib/unictype/ctype_space.h: Likewise.
22578         * lib/unictype/ctype_upper.h: Likewise.
22579         * lib/unictype/ctype_xdigit.h: Likewise.
22580         * lib/unictype/decdigit.h: Likewise.
22581         * lib/unictype/digit.h: Likewise.
22582         * lib/unictype/mirror.h: Likewise.
22583         * lib/unictype/numeric.h: Likewise.
22584         * lib/unictype/pr_alphabetic.h: Likewise.
22585         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
22586         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
22587         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
22588         * lib/unictype/pr_bidi_block_separator.h: Likewise.
22589         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
22590         * lib/unictype/pr_bidi_common_separator.h: Likewise.
22591         * lib/unictype/pr_bidi_control.h: Likewise.
22592         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
22593         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
22594         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
22595         * lib/unictype/pr_bidi_european_digit.h: Likewise.
22596         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
22597         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
22598         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
22599         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
22600         * lib/unictype/pr_bidi_pdf.h: Likewise.
22601         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
22602         * lib/unictype/pr_bidi_whitespace.h: Likewise.
22603         * lib/unictype/pr_combining.h: Likewise.
22604         * lib/unictype/pr_composite.h: Likewise.
22605         * lib/unictype/pr_currency_symbol.h: Likewise.
22606         * lib/unictype/pr_dash.h: Likewise.
22607         * lib/unictype/pr_decimal_digit.h: Likewise.
22608         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
22609         * lib/unictype/pr_deprecated.h: Likewise.
22610         * lib/unictype/pr_diacritic.h: Likewise.
22611         * lib/unictype/pr_extender.h: Likewise.
22612         * lib/unictype/pr_format_control.h: Likewise.
22613         * lib/unictype/pr_grapheme_base.h: Likewise.
22614         * lib/unictype/pr_grapheme_extend.h: Likewise.
22615         * lib/unictype/pr_grapheme_link.h: Likewise.
22616         * lib/unictype/pr_hex_digit.h: Likewise.
22617         * lib/unictype/pr_hyphen.h: Likewise.
22618         * lib/unictype/pr_id_continue.h: Likewise.
22619         * lib/unictype/pr_id_start.h: Likewise.
22620         * lib/unictype/pr_ideographic.h: Likewise.
22621         * lib/unictype/pr_ids_binary_operator.h: Likewise.
22622         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
22623         * lib/unictype/pr_ignorable_control.h: Likewise.
22624         * lib/unictype/pr_iso_control.h: Likewise.
22625         * lib/unictype/pr_join_control.h: Likewise.
22626         * lib/unictype/pr_left_of_pair.h: Likewise.
22627         * lib/unictype/pr_line_separator.h: Likewise.
22628         * lib/unictype/pr_logical_order_exception.h: Likewise.
22629         * lib/unictype/pr_lowercase.h: Likewise.
22630         * lib/unictype/pr_math.h: Likewise.
22631         * lib/unictype/pr_non_break.h: Likewise.
22632         * lib/unictype/pr_not_a_character.h: Likewise.
22633         * lib/unictype/pr_numeric.h: Likewise.
22634         * lib/unictype/pr_other_alphabetic.h: Likewise.
22635         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
22636         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
22637         * lib/unictype/pr_other_id_continue.h: Likewise.
22638         * lib/unictype/pr_other_id_start.h: Likewise.
22639         * lib/unictype/pr_other_lowercase.h: Likewise.
22640         * lib/unictype/pr_other_math.h: Likewise.
22641         * lib/unictype/pr_other_uppercase.h: Likewise.
22642         * lib/unictype/pr_paired_punctuation.h: Likewise.
22643         * lib/unictype/pr_paragraph_separator.h: Likewise.
22644         * lib/unictype/pr_pattern_syntax.h: Likewise.
22645         * lib/unictype/pr_pattern_white_space.h: Likewise.
22646         * lib/unictype/pr_private_use.h: Likewise.
22647         * lib/unictype/pr_punctuation.h: Likewise.
22648         * lib/unictype/pr_quotation_mark.h: Likewise.
22649         * lib/unictype/pr_radical.h: Likewise.
22650         * lib/unictype/pr_sentence_terminal.h: Likewise.
22651         * lib/unictype/pr_soft_dotted.h: Likewise.
22652         * lib/unictype/pr_space.h: Likewise.
22653         * lib/unictype/pr_terminal_punctuation.h: Likewise.
22654         * lib/unictype/pr_titlecase.h: Likewise.
22655         * lib/unictype/pr_unassigned_code_value.h: Likewise.
22656         * lib/unictype/pr_unified_ideograph.h: Likewise.
22657         * lib/unictype/pr_uppercase.h: Likewise.
22658         * lib/unictype/pr_variation_selector.h: Likewise.
22659         * lib/unictype/pr_white_space.h: Likewise.
22660         * lib/unictype/pr_xid_continue.h: Likewise.
22661         * lib/unictype/pr_xid_start.h: Likewise.
22662         * lib/unictype/pr_zero_width.h: Likewise.
22663         * lib/unictype/scripts.h: Likewise.
22664         * lib/unictype/scripts_byname.gperf: Likewise.
22665         * lib/unictype/sy_c_ident.h: Likewise.
22666         * lib/unictype/sy_c_whitespace.h: Likewise.
22667         * lib/unictype/sy_java_ident.h: Likewise.
22668         * lib/unictype/sy_java_whitespace.h: Likewise.
22669
22670         * lib/unictype/Makefile: New file.
22671         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
22672         glibc.
22673         * lib/unictype/3level.h: New file, copied from glibc.
22674         * lib/unictype/3levelbit.h: New file.
22675
22676 2007-11-11  Bruno Haible  <bruno@clisp.org>
22677
22678         * modules/gperf: New file.
22679         * modules/iconv_open (Depends-on): Add it.
22680         (Makefile.am): Remove the GPERF definition.
22681
22682 2007-11-11  Bruno Haible  <bruno@clisp.org>
22683
22684         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
22685         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
22686
22687 2007-11-11  Bruno Haible  <bruno@clisp.org>
22688
22689         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
22690         (usage): Remove function.
22691
22692 2007-11-11  Bruno Haible  <bruno@clisp.org>
22693
22694         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
22695         gl_FUNC_CEILF_LIBS.
22696         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
22697         gl_FUNC_CEIL_LIBS.
22698         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
22699         gl_FUNC_CEILL_LIBS.
22700         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
22701         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
22702         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
22703
22704 2007-11-11  Bruno Haible  <bruno@clisp.org>
22705
22706         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
22707         roundf were declared but do not exist on functions.
22708         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
22709         roundl were declared but do not exist on functions.
22710         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
22711         HAVE_FLOORL_AND_CEILL, respectively.
22712         Needed for Sun C on Solaris 10.
22713
22714 2007-11-11  Bruno Haible  <bruno@clisp.org>
22715
22716         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
22717         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
22718         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
22719         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
22720         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
22721         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
22722         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
22723         HAVE_DECL_ROUNDF.
22724         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
22725         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
22726         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
22727         of HAVE_DECL_ROUND*.
22728         * modules/math (Makefile.am): Update.
22729
22730 2007-11-10  Bruno Haible  <bruno@clisp.org>
22731
22732         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
22733         ptrdiff_t as m4/intl.m4.
22734
22735 2007-11-10  Jim Meyering  <meyering@redhat.com>
22736
22737         Avoid link failure for the argmatch test.
22738         * tests/test-argmatch.c (usage): Define function to avoid a link
22739         failure: argmatch_die requires a usage function.
22740
22741 2007-11-09  Bruno Haible  <bruno@clisp.org>
22742
22743         * doc/functions/snprintf.texi: Mention BeOS deficiency.
22744         * doc/functions/vsnprintf.texi: Likewise.
22745         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
22746         with a size argument < 2.
22747
22748 2007-11-09  Bruno Haible  <bruno@clisp.org>
22749
22750         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
22751         buffer. Fixes an inefficiency introduced on 2007-11-03.
22752
22753 2007-11-09  Bruno Haible  <bruno@clisp.org>
22754
22755         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
22756         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
22757
22758 2007-11-08  Jim Meyering  <meyering@redhat.com>
22759
22760         Change cache variable name prefix "jm_" to "gl_" everywhere.
22761         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
22762         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
22763         * m4/uptime.m4: s/gl_/jm_/
22764
22765 2007-11-07  Bruno Haible  <bruno@clisp.org>
22766
22767         Update to GNU gettext 0.17.
22768         * m4/intl.m4: Update to GNU gettext 0.17.
22769         * m4/po.m4: Likewise.
22770         * modules/gettext (Files): Remove m4/ulonglong.m4.
22771         (configure.ac): Require gettext infrastructure from version 0.17.
22772
22773 2007-11-06  Bruno Haible  <bruno@clisp.org>
22774
22775         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
22776         symbolic values are not defined in a public header.
22777         * lib/freadable.c (freadable) [QNX]: Likewise.
22778         * lib/freadahead.c (freadahead) [QNX]: Likewise.
22779         * lib/freading.c (freading) [QNX]: Likewise.
22780         * lib/fseterr.c (fseterr) [QNX]: Likewise.
22781         * lib/fwritable.c (fwritable) [QNX]: Likewise.
22782         * lib/fwriting.c (fwriting) [QNX]: Likewise.
22783         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
22784         Reported by Alain Magloire.
22785
22786         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
22787
22788 2007-11-05  Bruno Haible  <bruno@clisp.org>
22789
22790         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
22791         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
22792         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
22793         Reported by Eric Blake.
22794
22795 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22796             Bruno Haible  <bruno@clisp.org>
22797
22798         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
22799         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
22800         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
22801         (malloc): Undefine also before including <stdlib.h>.
22802         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
22803         Needed on OSF/1 4.0.
22804
22805 2007-11-05  Jim Meyering  <meyering@redhat.com>
22806
22807         git-version-gen: sync from coreutils.
22808         * build-aux/git-version-gen: Add comments.
22809         Change the first '-' to '.' in the snapshot version string,
22810         e.g., 6.9-377-08144 -> 6.9.377-08144
22811         Remove first parameter.
22812         Don't declare a version "-dirty" merely because a time
22813         stamp has changed.
22814
22815 2007-11-04  Bruno Haible  <bruno@clisp.org>
22816
22817         * lib/lock.h: Protect all macro definitions containing an 'if'
22818         statement through a "do { ... } while (0)".
22819         * lib/tls.h: Likewise.
22820
22821 2007-11-04  Bruno Haible  <bruno@clisp.org>
22822
22823         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
22824
22825 2007-11-04  Bruno Haible  <bruno@clisp.org>
22826
22827         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
22828         * modules/fprintf-posix (Depends-on): Add nocrash.
22829         * modules/snprintf-posix (Depends-on): Likewise.
22830         * modules/sprintf-posix (Depends-on): Likewise.
22831         * modules/vasnprintf-posix (Depends-on): Likewise.
22832         * modules/vasprintf-posix (Depends-on): Likewise.
22833         * modules/vfprintf-posix (Depends-on): Likewise.
22834         * modules/vsnprintf-posix (Depends-on): Likewise.
22835         * modules/vsprintf-posix (Depends-on): Likewise.
22836         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22837         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22838         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22839         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22840         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22841         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22842         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22843
22844 2007-11-04  Bruno Haible  <bruno@clisp.org>
22845
22846         * modules/nocrash: New file.
22847         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
22848         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
22849
22850 2007-11-04  Bruno Haible  <bruno@clisp.org>
22851
22852         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
22853         precision handling.
22854         * tests/test-vasprintf-posix.c (test_function): Likewise.
22855         * tests/test-snprintf-posix.h (test_function): Likewise.
22856         * tests/test-sprintf-posix.h (test_function): Likewise.
22857
22858         Fix *printf behaviour for large precisions on mingw and BeOS.
22859         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
22860         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
22861         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
22862         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
22863         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22864         gl_PRINTF_PRECISION and test its result. Invoke
22865         gl_PREREQ_VASNPRINTF_PRECISION.
22866         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22867         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22868         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22869         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22870         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22871         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22872         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22873         * doc/functions/fprintf.texi: Update.
22874         * doc/functions/printf.texi: Update.
22875         * doc/functions/snprintf.texi: Update.
22876         * doc/functions/sprintf.texi: Update.
22877         * doc/functions/vfprintf.texi: Update.
22878         * doc/functions/vprintf.texi: Update.
22879         * doc/functions/vsnprintf.texi: Update.
22880         * doc/functions/vsprintf.texi: Update.
22881
22882 2007-11-04  Bruno Haible  <bruno@clisp.org>
22883
22884         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
22885
22886 2007-11-04  Bruno Haible  <bruno@clisp.org>
22887
22888         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
22889         Reported by Sylvain Beucler <beuc@gnu.org>.
22890
22891 2007-11-03  Bruno Haible  <bruno@clisp.org>
22892
22893         * tests/test-fprintf-posix2.sh: New file.
22894         * tests/test-fprintf-posix2.c: New file.
22895         * modules/fprintf-posix-tests (Files): Add them.
22896         (TESTS): Add test-fprintf-posix2.sh.
22897         (configure.ac): Check for getrlimit and setrlimit.
22898         (check_PROGRAMS): Add test-fprintf-posix2.
22899
22900         * tests/test-printf-posix2.sh: New file.
22901         * tests/test-printf-posix2.c: New file.
22902         * modules/printf-posix-tests (Files): Add them.
22903         (TESTS): Add test-printf-posix2.sh.
22904         (configure.ac): Check for getrlimit and setrlimit.
22905         (check_PROGRAMS): Add test-printf-posix2.
22906
22907         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
22908         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
22909         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
22910         (decode_double): New function, copied from decode_long_double.
22911         (scale10_round_decimal_decoded): New function, extracted from
22912         scale10_round_decimal_long_double.
22913         (scale10_round_decimal_long_double): Use it.
22914         (scale10_round_decimal_double): New function.
22915         (floorlog10): New function.
22916         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
22917         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
22918         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
22919         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22920         gl_PRINTF_ENOMEM and test its result. Invoke
22921         gl_PREREQ_VASNPRINTF_ENOMEM.
22922         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22923         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22924         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22925         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22926         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22927         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22928         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22929         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
22930         * modules/snprintf-posix (Depends-on): Likewise.
22931         * modules/sprintf-posix (Depends-on): Likewise.
22932         * modules/vasnprintf-posix (Depends-on): Likewise.
22933         * modules/vasprintf-posix (Depends-on): Likewise.
22934         * modules/vfprintf-posix (Depends-on): Likewise.
22935         * modules/vsnprintf-posix (Depends-on): Likewise.
22936         * modules/vsprintf-posix (Depends-on): Likewise.
22937         * doc/functions/fprintf.texi: Update.
22938         * doc/functions/printf.texi: Update.
22939         * doc/functions/snprintf.texi: Update.
22940         * doc/functions/sprintf.texi: Update.
22941         * doc/functions/vfprintf.texi: Update.
22942         * doc/functions/vprintf.texi: Update.
22943         * doc/functions/vsnprintf.texi: Update.
22944         * doc/functions/vsprintf.texi: Update.
22945
22946 2007-11-03  Bruno Haible  <bruno@clisp.org>
22947
22948         * modules/frexp-nolibm-tests: New file.
22949
22950         * modules/frexp-nolibm: New file.
22951         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
22952
22953 2007-11-03  Bruno Haible  <bruno@clisp.org>
22954
22955         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
22956         value is C99 compliant.
22957         Needed for OSF/1 5.1.
22958
22959 2007-11-03  Bruno Haible  <bruno@clisp.org>
22960
22961         Fix out-of-memory handling of vasnprintf.
22962         * lib/printf-parse.c: Include <errno.h>.
22963         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
22964         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
22965         is already set.
22966
22967 2007-11-02  Eric Blake  <ebb9@byu.net>
22968
22969         Fix tests on cygwin.
22970         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
22971
22972 2007-11-01  Bruno Haible  <bruno@clisp.org>
22973
22974         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
22975         warning.
22976         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
22977         needed for POSIX compatibility.
22978
22979 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22980
22981         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
22982         for compatibility with GNU.
22983
22984 2007-11-01  Bruno Haible  <bruno@clisp.org>
22985
22986         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
22987         (putenv): Renamed from rpl_putenv. Change argument type from
22988         'const char *' to 'char *'.
22989         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
22990         of defining putenv in config.h, just set REPLACE_PUTENV.
22991         * modules/putenv (Depends-on): Add stdlib.
22992         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22993         (Include): Use <stdlib.h>.
22994         * lib/stdlib.in.h (putenv): New declaration.
22995         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
22996         REPLACE_PUTENV.
22997         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
22998         REPLACE_PUTENV.
22999         Needed for MacOS X 10.5.0.
23000         Reported by Peter O'Gorman <peter@pogma.com>.
23001
23002 2007-11-01  Jim Meyering  <meyering@redhat.com>
23003
23004         Treat an empty date string exactly like "0".
23005         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
23006         if the remaining date string (to be parsed) is empty, use "0".
23007         Reported by Mischa Molhoek and discussed in this thread:
23008         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
23009
23010 2007-10-31  Bruno Haible  <bruno@clisp.org>
23011
23012         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
23013         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
23014         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
23015         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
23016         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
23017         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
23018
23019 2007-10-31  Bruno Haible  <bruno@clisp.org>
23020
23021         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
23022         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
23023         (AC_TYPE_LONG_LONG_INT): Use it.
23024         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
23025         it as well.
23026         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
23027         to m4/longlong.m4.
23028         * modules/stdint (Files): Remove m4/ulonglong.m4.
23029         * modules/strtoull (Files): Use m4/longlong.m4 instead of
23030         m4/ulonglong.m4.
23031         * modules/strtoumax (Files): Likewise.
23032
23033 2007-10-30  Bruno Haible  <bruno@clisp.org>
23034
23035         * modules/xvasprintf-posix: New file.
23036         Suggested by Eric Blake.
23037
23038 2007-10-30  Bruno Haible  <bruno@clisp.org>
23039
23040         * modules/xprintf-posix-tests: New file.
23041         * tests/test-xprintf-posix.sh: New file.
23042         * tests/test-xprintf-posix.c: New file.
23043         * tests/test-xfprintf-posix.c: New file.
23044
23045         * modules/xprintf-posix: New file.
23046
23047 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23048
23049         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
23050         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
23051         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
23052
23053 2007-10-29  Bruno Haible  <bruno@clisp.org>
23054
23055         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
23056         contain the special marker '_cv_'.
23057         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
23058         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
23059         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
23060         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
23061         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
23062         Reported by Ralf Wildenhues.
23063
23064 2007-10-29  Bruno Haible  <bruno@clisp.org>
23065
23066         * gnulib-tool (func_import): When --lgpl is not specified, set
23067         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
23068         GPLv3.
23069         Reported by Simon Josefsson.
23070
23071 2007-10-28  Bruno Haible  <bruno@clisp.org>
23072
23073         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
23074         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
23075         HAVE_DECL_ISFINITE.
23076         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
23077         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
23078         HAVE_DECL_ISFINITE.
23079
23080 2007-10-28  Bruno Haible  <bruno@clisp.org>
23081
23082         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
23083         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
23084
23085 2007-10-28  Bruno Haible  <bruno@clisp.org>
23086
23087         Fix link errors with Sun C 5.0 on Solaris 10.
23088         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
23089         function is declared but not present in the compiler's libm.
23090         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
23091         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
23092         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
23093         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
23094         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
23095         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
23096         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
23097         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
23098         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
23099         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
23100         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
23101         HAVE_DECL_FLOORL.
23102
23103 2007-10-28  Bruno Haible  <bruno@clisp.org>
23104
23105         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
23106         gl_FUNC_FLOORL. Cache the result.
23107         (gl_FUNC_FLOORL): Use it.
23108         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
23109         gl_FUNC_CEILL. Cache the result.
23110         (gl_FUNC_CEILL): Use it.
23111
23112         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
23113         gl_FUNC_FLOOR. Cache the result.
23114         (gl_FUNC_FLOOR): Use it.
23115         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
23116         gl_FUNC_CEIL. Cache the result.
23117         (gl_FUNC_CEIL): Use it.
23118
23119         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
23120         gl_FUNC_FLOORF. Cache the result.
23121         (gl_FUNC_FLOORF): Use it.
23122         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
23123         gl_FUNC_CEILF. Cache the result.
23124         (gl_FUNC_CEILF): Use it.
23125
23126 2007-10-28  Bruno Haible  <bruno@clisp.org>
23127
23128         * gnulib-tool: Allow specifying the LGPL version number through
23129         --lgpl=2 or --lgpl=3.
23130         (func_usage): Document --lgpl with argument.
23131         Handle --lgpl=... arguments.
23132         (func_import): Recognize also gl_LGPL calls with an argument. When
23133         --lgpl=2 is used and the module's license is just LGPL, report an
23134         error. Set sed_transform_lib_file according to the lgpl variable. In
23135         the generated files, use --lgpl or gl_LGPL invocations with argument,
23136         if necessary.
23137         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
23138         an LGPv2+ license.
23139         * doc/gnulib-tool.texi (Modified imports): Update explanation of
23140         gl_LGPL macro.
23141
23142 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23143             Bruno Haible  <bruno@clisp.org>
23144
23145         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
23146         (u16_uctomb_aux): Likewise.
23147         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
23148         !HAVE_INLINE.
23149         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
23150
23151 2007-10-28  Bruno Haible  <bruno@clisp.org>
23152
23153         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
23154         Invoke AM_GETTEXT_OPTION if it exists.
23155         * modules/vasprintf: Likewise.
23156         * modules/verror: Likewise.
23157         * modules/xprintf: Likewise.
23158         * modules/xvasprintf: Likewise.
23159
23160 2007-10-27  Ben Pfaff  <blp@gnu.org>
23161
23162         * lib/math.in.h: Define isfinite macro and prototypes for
23163         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
23164         implementations.
23165         * m4/math_h.m4: New substitutions for isfinite module.
23166         * lib/isfinite.c: New file.
23167         * m4/isfinite.m4: New file.
23168         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
23169         * modules/isfinite: New file.
23170         * modules/isfinite-tests: New file.
23171         * tests/tests-isfinite.c: New file.
23172         * doc/functions/isfinite.texi: Mention isfinite module.
23173         * MODULES.html.sh: Mention new module.
23174
23175 2007-10-27  Ben Pfaff  <blp@gnu.org>
23176
23177         Ralf Wildenhues reported that Tru64 4.0D declares the round
23178         functions but does not have definitions.
23179         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
23180         cannot be found in any library, set the output variable to
23181         "missing" instead of "".
23182         * m4/round.m4: Also use our substitute if we cannot find round in
23183         any library, even if it is declared.
23184         * m4/roundf.m4: Likewise for roundf.
23185         * m4/roundl.m4: Likewise for roundl.
23186         * lib/math.in.h: Undefine roundf, round, roundl before defining
23187         their replacements, to allow for hypothetical systems where these
23188         may be defined as macros but not available in libraries.
23189
23190 2007-10-27  Bruno Haible  <bruno@clisp.org>
23191
23192         * doc/gnulib.texi: Invoke @firstparagraphindent.
23193         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
23194         changes in gnulib.
23195         (Source changes): New section.
23196
23197 2007-10-26  Bruno Haible  <bruno@clisp.org>
23198
23199         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
23200         borrowed from autoconf.
23201
23202 2007-10-26  Bruno Haible  <bruno@clisp.org>
23203
23204         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
23205         strerror returned the empty string. Needed on HP-UX 11.00.
23206
23207 2007-10-24  Micah Cowan  <micah@cowan.name>
23208
23209         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
23210         * build-aux/bootstrap: Remove support for now-unnecessary option,
23211         --cvs-user, and envvars CVS_USER, CVS_RSH.
23212
23213 2007-10-24  Jim Meyering  <meyering@redhat.com>
23214
23215         Avoid diagnostics from sha1sum when there is no cached checksum.
23216         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
23217         if the po.s1 file hasn't been created yet.
23218
23219         * build-aux/bootstrap: Sync from coreutils:
23220         2007-10-24  Jim Meyering  <meyering@redhat.com>
23221         Get gnulib from the git repository, not from an obsolete cvs one.
23222         * build-aux/bootstrap: Suggestion from Micah Cowan.
23223         2007-10-04  Jim Meyering  <jim@meyering.net>
23224         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
23225         (update_po_files): Work also when there are no .po files in po/.
23226
23227 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23228
23229         * README: Append ".git" to git and cg examples.
23230         Problem reported by Benoit Sigoure.
23231
23232 2007-10-23  Micah Cowan  <micah@cowan.name>
23233
23234         * users.txt: Add wget.
23235
23236 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23237
23238         Fix linking of some unistdio tests on FreeBSD.
23239         * modules/unistdio/u16-vsnprintf-tests
23240         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
23241         * modules/unistdio/u16-vsprintf-tests
23242         (test_u16_vsnprintf1_LDADD): Likewise.
23243         * modules/unistdio/u32-vsnprintf-tests
23244         (test_u32_vsnprintf1_LDADD): Likewise.
23245         * modules/unistdio/u32-vsprintf-tests
23246         (test_u32_vsprintf1_LDADD): Likewise.
23247         * modules/unistdio/u8-vsnprintf-tests
23248         (test_u8_vsnprintf1_LDADD): Likewise.
23249         * modules/unistdio/u8-vsprintf-tests
23250         (test_u8_vsprintf1_LDADD): Likewise.
23251         * modules/unistdio/ulc-vsnprintf-tests
23252         (test_ulc_vsnprintf1_LDADD): Likewise.
23253         * modules/unistdio/ulc-vsprintf-tests
23254         (test_ulc_vsprintf1_LDADD): Likewise.
23255
23256         Fix linking of some uniconv tests on FreeBSD.
23257         * modules/uniconv/u16-conv-from-enc-tests
23258         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
23259         * modules/uniconv/u16-conv-to-enc-tests
23260         (test_u16_conv_to_enc_LDADD): Likewise.
23261         * modules/uniconv/u16-strconv-from-enc-tests
23262         (test_u16_strconv_from_enc_LDADD): Likewise.
23263         * modules/uniconv/u16-strconv-to-enc-tests
23264         (test_u16_strconv_to_enc_LDADD): Likewise.
23265         * modules/uniconv/u32-conv-from-enc-tests
23266         (test_u32_conv_from_enc_LDADD): Likewise.
23267         * modules/uniconv/u32-conv-to-enc-tests
23268         (test_u32_conv_to_enc_LDADD): Likewise.
23269         * modules/uniconv/u32-strconv-from-enc-tests
23270         (test_u32_strconv_from_enc_LDADD): Likewise.
23271         * modules/uniconv/u32-strconv-to-enc-tests
23272         (test_u32_strconv_to_enc_LDADD): Likewise.
23273         * modules/uniconv/u8-conv-from-enc-tests
23274         (test_u8_conv_from_enc_LDADD): Likewise.
23275         * modules/uniconv/u8-conv-to-enc-tests
23276         (test_u8_conv_to_enc_LDADD): Likewise.
23277         * modules/uniconv/u8-strconv-from-enc-tests
23278         (test_u8_strconv_from_enc_LDADD): Likewise.
23279         * modules/uniconv/u8-strconv-to-enc-tests
23280         (test_u8_strconv_to_enc_LDADD): Likewise.
23281
23282 2007-10-22  Bruno Haible  <bruno@clisp.org>
23283
23284         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
23285         size.
23286
23287 2007-10-22  Eric Blake  <ebb9@byu.net>
23288
23289         Tweak x*printf documentation.
23290         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
23291         variable name and comments.
23292         Suggested by Bruno Haible.
23293
23294 2007-10-22  Bruno Haible  <bruno@clisp.org>
23295
23296         * lib/acl.c (copy_acl): Fix file name in comment.
23297
23298 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23299
23300         Fix Tru64 problem with stdbool.h.
23301         * lib/stdbool.in.h (false, true):
23302         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
23303         Don't declare as an enum in this situation; it runs afoul of Tru64.
23304         Problem reported by Steven M. Schweda in
23305         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
23306
23307 2007-10-22  Eric Blake  <ebb9@byu.net>
23308
23309         Also wrap vf?printf.
23310         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
23311         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
23312         (xvprintf, xvfprintf): New functions.
23313
23314 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23315
23316         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
23317         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
23318
23319         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
23320         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
23321
23322 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23323
23324         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
23325         by Bruno Haible.
23326
23327 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23328
23329         * lib/getloadavg.c
23330         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
23331         Undef `sys' after including sys/table.h, for Tru64 4.0D.
23332
23333         * tests/test-i-ring.c: Work for C89.
23334
23335 2007-10-22  Bruno Haible  <bruno@clisp.org>
23336
23337         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
23338         -1u, in preprocessor expression, so that we don't test for the bug
23339         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
23340         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
23341
23342 2007-10-22  Eric Blake  <ebb9@byu.net>
23343
23344         * tests/test-yesno.sh: Silence stderr during test.
23345
23346 2007-10-22  Simon Josefsson  <simon@josefsson.org>
23347
23348         * modules/crypto/gc-camellia: New file.
23349
23350         * m4/gc-camellia.m4: New file.
23351
23352         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
23353
23354         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
23355
23356 2007-10-22  Simon Josefsson  <simon@josefsson.org>
23357
23358         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
23359         --help to stdout.  Reported by sms@antinode.org (Steven
23360         M. Schweda).
23361
23362 2007-10-22  Simon Josefsson  <simon@josefsson.org>
23363
23364         * users.txt: Fix link to libksba.
23365
23366 2007-10-21  Ben Pfaff  <blp@gnu.org>
23367
23368         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
23369         round.c roundf implementation that depends on floorf and ceilf to
23370         be tested unconditionally.
23371
23372 2007-10-21  Ben Pfaff  <blp@gnu.org>
23373
23374         * m4/check-libm-func.m4: Removed.
23375         * m4/check-math-lib.m4: New file.
23376         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
23377         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
23378         definition and lack of AC_LIBOBJ([roundf]).
23379         * m4/roundl.m4: Ditto, and similarly for roundl.
23380         * modules/round: Reference new m4 file.
23381         * modules/roundf: Ditto.
23382         * modules/roundl: Ditto.
23383         * tests/test-round2.c (main): Use ROUND instead of round.
23384         Bug report from Bruno Haible.
23385
23386 2007-10-21  Bruno Haible  <bruno@clisp.org>
23387
23388         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
23389         context.
23390
23391 2007-10-21  Bruno Haible  <bruno@clisp.org>
23392
23393         * tests/test-wcwidth.c (main): Allow negative result for some control
23394         characters.
23395
23396         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
23397         Needed on OSF/1 5.1.
23398
23399 2007-10-21  Bruno Haible  <bruno@clisp.org>
23400
23401         * tests/test-floorf1.c: Include isnanf.h.
23402         (main): Use isnanf() instead of isnan().
23403         * tests/test-ceilf1.c: Include isnanf.h.
23404         (main): Use isnanf() instead of isnan().
23405         * tests/test-truncf1.c: Include isnanf.h.
23406         (main): Use isnanf() instead of isnan().
23407         * tests/test-roundf1.c: Include isnanf.h.
23408         (main): Use isnanf() instead of isnan().
23409
23410 2007-10-21  Eric Blake  <ebb9@byu.net>
23411
23412         * users.txt: Update URL for m4.
23413
23414 2007-10-21  Bruno Haible  <bruno@clisp.org>
23415
23416         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
23417
23418 2007-10-21  Bruno Haible  <bruno@clisp.org>
23419
23420         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
23421         Git's management files if the CVS files are not present.
23422
23423 2007-10-20  Bruno Haible  <bruno@clisp.org>
23424
23425         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
23426         gcc-3.4.x.
23427
23428 2007-10-20  Ben Pfaff  <blp@gnu.org>
23429
23430         * lib/math.in.h: Declare round, roundf, roundl if we are providing
23431         implementations.
23432         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
23433         * lib/round.c: New file.
23434         * lib/roundf.c: New file.
23435         * lib/roundl.c: New file.
23436         * m4/round.m4: New file.
23437         * m4/roundf.m4: New file.
23438         * m4/roundl.m4: New file.
23439         * m4/check-libm-func-m4: New file.
23440         * modules/math: Replace round, roundf, roundl related @VARS@ in
23441         math.in.h.
23442         * modules/round: New file.
23443         * modules/round-tests: New file.
23444         * modules/roundf: New file.
23445         * modules/roundf-tests: New file.
23446         * modules/roundl: New file.
23447         * modules/roundl-tests: New file.
23448         * tests/test-round1.c: New file.
23449         * tests/test-round2.c: New file.
23450         * tests/test-roundf1.c: New file.
23451         * tests/test-roundf2.c: New file.
23452         * tests/test-roundl.c: New file.
23453         * doc/functions/round.texi: Mention round module.
23454         * doc/functions/roundf.texi: Mention roundf module.
23455         * doc/functions/roundl.texi: Mention roundl module.
23456         * MODULES.html.sh: Mention new modules.
23457         Thanks to Bruno Haible for suggestions.
23458
23459 2007-10-20  Jim Meyering  <meyering@redhat.com>
23460
23461         * lib/xprintf.c: Include <config.h> unconditionally.
23462
23463         Change xprintf's license to GPL.
23464         * modules/xprintf (License): s/LGPL/GPL/, since this module
23465         depends on modules (exit and exitfail) which are GPL.
23466         Suggestion from Bruno Haible.
23467
23468         xprintf fixes.
23469         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
23470         Use a clearer diagnostic.
23471         Patch from Bruno Haible.
23472
23473 2007-10-20  Bruno Haible  <bruno@clisp.org>
23474
23475         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
23476         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
23477         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23478
23479 2007-10-20  Bruno Haible  <bruno@clisp.org>
23480
23481         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
23482         precision in the comparison result > x - 1 or similar.
23483         * tests/test-ceilf2.c (correct_result_p): Likewise.
23484         * tests/test-truncf2.c (correct_result_p): Likewise.
23485         * tests/test-trunc2.c (correct_result_p): Likewise.
23486         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23487
23488 2007-10-20  Bruno Haible  <bruno@clisp.org>
23489
23490         * modules/ceil: New file.
23491         * m4/ceil.m4: New file.
23492         * doc/functions/ceil.texi: Mention the 'ceil' module.
23493
23494 2007-10-20  Bruno Haible  <bruno@clisp.org>
23495
23496         * modules/floor: New file.
23497         * m4/floor.m4: New file.
23498         * doc/functions/floor.texi: Mention the 'floor' module.
23499
23500 2007-10-20  Bruno Haible  <bruno@clisp.org>
23501
23502         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
23503         of %a.
23504         * modules/floorf-tests (Depends-on): Likewise.
23505         * modules/truncf-tests (Depends-on): Likewise.
23506         * modules/trunc-tests (Depends-on): Likewise.
23507         Reported by Ben Pfaff.
23508
23509 2007-10-19  Jim Meyering  <meyering@redhat.com>
23510
23511         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
23512         Don't bother testing specific errno values.  Just test ferror.
23513
23514         New module: xprintf
23515         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
23516
23517 2007-10-19  Bruno Haible  <bruno@clisp.org>
23518
23519         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
23520         syntax.
23521         * modules/javaexec (Makefile.am): Likewise.
23522         * modules/relocatable-prog (Makefile.am): Likewise.
23523         Suggested by Jim Meyering.
23524
23525 2007-10-18  Bruno Haible  <bruno@clisp.org>
23526
23527         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
23528         Reported by Jim Meyering.
23529
23530 2007-10-18  Eric Blake  <ebb9@byu.net>
23531
23532         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
23533
23534 2007-10-18  Bruno Haible  <bruno@clisp.org>
23535
23536         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
23537         the format string into writable memory. Needed in Fortify conditions.
23538
23539 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
23540             Bruno Haible  <bruno@clisp.org>
23541
23542         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
23543         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
23544         * modules/trim (Depends-on): Add mbchar.
23545         (configure.ac): Add gl_FUNC_MBRTOWC.
23546         (Makefile.am): Augment lib_SOURCES.
23547
23548 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23549
23550         Modify glob.c to use fstatat and dirfd, to simplify it.
23551         Suggested by Eric Blake.
23552         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
23553         Don't include <stdbool.h>; not used.
23554         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
23555         (link_exists_p): Simplify implementation, since we can now assume
23556         dirfd and fstatat.
23557         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
23558
23559 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23560
23561         * gnulib-tool (func_get_dependencies): Fix sed script to
23562         match only tests.
23563
23564 2007-10-17  Bruno Haible  <bruno@clisp.org>
23565
23566         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
23567         allow locale names without encoding suffix.
23568         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
23569         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23570
23571 2007-10-16  Bruno Haible  <bruno@clisp.org>
23572
23573         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
23574         * lib/getgroups.c (getgroups): Likewise.
23575         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
23576
23577 2007-10-16  Bruno Haible  <bruno@clisp.org>
23578
23579         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
23580         * modules/malloc-posix (License): Likewise.
23581         * modules/realloc-posix (License): Likewise.
23582         * modules/calloc-posix (License): Likewise.
23583         * modules/intprops (License): Change from GPL to LGPL, with
23584         Paul Eggert's approval.
23585
23586 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23587
23588         Merge glibc changes into lib/glob.c.
23589
23590         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
23591         2007-10-15 04:59:03 UTC.  Here are the changes:
23592
23593         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
23594
23595         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
23596
23597         * lib/glob.c: Add some branch prediction throughout.
23598
23599         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
23600
23601         [BZ #5103]
23602         * lib/glob.c (glob): Recognize patterns starting \/.
23603
23604         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
23605
23606         [BZ #3996]
23607         * lib/glob.c (attribute_hidden): Define if not defined.
23608         (glob): Unescape dirname, filename or username when needed and not
23609         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
23610         is NULL.  Handle unescaped [ in pattern without closing ].
23611         Don't pass GLOB_CHECK down to recursive glob for directories.
23612         (__glob_pattern_type): New function.
23613         (__glob_pattern_p): Implement using __glob_pattern_type.
23614         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
23615         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
23616         Remove unreachable code.
23617
23618         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
23619
23620         * lib/glob.c (glob_in_dir): Add some comments and asserts to
23621         explain why there are no leaks.
23622
23623         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
23624
23625         [BZ #3253]
23626         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
23627         time, rather allocate increasingly bigger arrays of pointers, if
23628         possible with alloca, if too large with malloc.
23629
23630 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23631
23632         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
23633         Problem reported by H.Merijn Brand in
23634         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
23635         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
23636         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
23637
23638 2007-10-15  Bruno Haible  <bruno@clisp.org>
23639
23640         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
23641         with explicit rpl_ prefix.
23642         * lib/fopen.c (fopen): Likewise.
23643         * lib/freopen.c (freopen): Likewise.
23644         * lib/iconv.c (iconv): Likewise.
23645         * lib/iconv_close.c (iconv_close): Likewise.
23646
23647 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23648
23649         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
23650
23651 2007-10-15  Bruno Haible  <bruno@clisp.org>
23652
23653         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
23654         <stddef.h> instead of <stdlib.h> since we only need NULL.
23655         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23656
23657 2007-10-15  Bruno Haible  <bruno@clisp.org>
23658
23659         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
23660         Replace paragraph talking about LIBOBJS.
23661         Reported by Colin Watson <cjwatson@debian.org>.
23662
23663 2007-10-15  Bruno Haible  <bruno@clisp.org>
23664
23665         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
23666         <stdlib.h> before using NULL.
23667
23668 2007-10-15  Simon Josefsson  <simon@josefsson.org>
23669
23670         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
23671         Reported by Albert Chin <china@thewrittenword.com>.
23672
23673 2007-10-14  Bruno Haible  <bruno@clisp.org>
23674
23675         * modules/iconv_open-utf-tests: New file.
23676         * tests/test-iconv-utf.c: New file.
23677
23678         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
23679         * modules/iconv_open-utf: New file.
23680         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
23681         (iconv, iconv_close): New declarations.
23682         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
23683         be defined.
23684         (iconv_open): Add special handling of conversion between UTF-8 and
23685         UTF-{16,32}{BE,LE}.
23686         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
23687         * lib/iconv_close.c: New file.
23688         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
23689         gl_FUNC_ICONV_OPEN.
23690         (gl_FUNC_ICONV_OPEN): Use it.
23691         (gl_FUNC_ICONV_OPEN_UTF): New macro.
23692         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
23693         and REPLACE_ICONV_UTF.
23694         * modules/iconv_open (Depends-on): Add c-strcase.
23695         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
23696         ICONV_CONST.
23697         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
23698
23699 2007-10-13  Albert Chin  <china@thewrittenword.com>
23700             Bruno Haible  <bruno@clisp.org>
23701
23702         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
23703         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
23704
23705 2007-10-13  Bruno Haible  <bruno@clisp.org>
23706
23707         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
23708         defined, use the ISO C99 inline semantics.
23709         * lib/argp.h (ARGP_EI): Likewise.
23710
23711 2007-10-13  Bruno Haible  <bruno@clisp.org>
23712
23713         Handle 'inline' change in gcc 4.3.0.
23714         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
23715         argp_fmtstream_write, argp_fmtstream_set_lmargin,
23716         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
23717         argp_fmtstream_point): Disable 'extern' declaration if the function
23718         definition is going to be provided inline.
23719         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
23720         semantics, not the ISO C99 inline semantics.
23721         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
23722         'extern' declaration if the function definition is going to be provided
23723         inline.
23724         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
23725         the GNU C inline semantics, not the ISO C99 inline semantics. With
23726         GCC 4.2, avoid a warning.
23727
23728 2007-10-13  Bruno Haible  <bruno@clisp.org>
23729
23730         * lib/freading.h (freading): Enable the use of __freading for
23731         glibc >= 2.7.
23732         * lib/freading.c (freading): Likewise.
23733
23734 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23735
23736         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
23737         "warning: C99 inline functions are not supported; using GNU89".
23738
23739 2007-10-12  Bruno Haible  <bruno@clisp.org>
23740
23741         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
23742         of 2.
23743         * tests/test-ceilf2.c: New file.
23744         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
23745
23746         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
23747         * modules/ceilf-tests: Update.
23748
23749 2007-10-12  Bruno Haible  <bruno@clisp.org>
23750
23751         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
23752         of 2.
23753         * tests/test-floorf2.c: New file.
23754         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
23755
23756         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
23757         * modules/floorf-tests: Update.
23758
23759 2007-10-12  Bruno Haible  <bruno@clisp.org>
23760
23761         * tests/test-trunc2.c: New file.
23762         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
23763
23764         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
23765         * modules/trunc-tests: Update.
23766
23767 2007-10-12  Bruno Haible  <bruno@clisp.org>
23768
23769         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
23770         of 2.
23771         * tests/test-truncf2.c: New file.
23772         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
23773
23774         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
23775         * modules/truncf-tests: Update.
23776
23777 2007-10-11  Eric Blake  <ebb9@byu.net>
23778
23779         Don't claim strerror is broken on Interix.
23780         * doc/functions/strerror.texi (strerror): Known broken systems are
23781         now Solaris 8, and not Interix.
23782         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
23783         Interix on cross-compile.
23784         Reported by Martin Koeppe in
23785         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
23786
23787 2007-10-11  Bruno Haible  <bruno@clisp.org>
23788
23789         * modules/i-ring-tests: New file.
23790         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
23791         instead of assert.
23792
23793 2007-10-11  Bruno Haible  <bruno@clisp.org>
23794
23795         * modules/filenamecat-tests: New file.
23796         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
23797         * lib/filenamecat.c: Remove test code.
23798
23799 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23800
23801         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
23802
23803         * lib/strerror.c: Include <string.h> always, to test interface,
23804         and to remove the need for the dummy.
23805         Include intprops.h to compute width instead of doing it ourselves
23806         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
23807         (strerror): Define it to return NULL if there's no system strerror.
23808         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
23809         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
23810         ancient pre-strerror Unix systems well any more.  Saying "unknown
23811         system error" is enough.
23812         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
23813         simpler strerror.c implementation.
23814         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
23815         Simplify the tests to reflect the simpler strerror implementation.
23816         * modules/strerror (Depends-on): Add intprops.
23817
23818 2007-10-09  Eric Blake  <ebb9@byu.net>
23819
23820         Silence test-fpending.
23821         * modules/fpending-tests (Files): Add wrapper script.
23822         * tests/test-fpending.sh: New file.
23823
23824 2007-10-09  Bruno Haible  <bruno@clisp.org>
23825
23826         * MODULES.html.sh (func_module): Don't create a hyperlink for
23827         function names like 'printf_frexp'.
23828         (Misc): Add crc, memxor.
23829         (Characteristics of floating types): New section.
23830         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
23831         isnanf-nolibm, signbit, trunc, truncf, truncl.
23832         (Enhancements for ISO C 99 functions): New subsection Input/output.
23833         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
23834         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
23835         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
23836         (Compatibility checks for POSIX:2001 functions): Add clock-time.
23837         (Enhancements for POSIX:2001 functions): Add chdir-long.
23838         (File system functions): Add areadlink, chdir-safer, read-file.
23839         Remove cycle-check.
23840         (File system as inode set): New section.
23841         (Date and time): Add gethrxtime.
23842         (Multithreading): Add openmp.
23843         (Internationalization functions): Add localename.
23844         (Unicode string functions): Add unistr/u*-mbsnlen.
23845         (Support for maintaining and releasing projects): Add git-version-gen.
23846         (Lone files): Remove directories.
23847
23848 2007-10-08  Ben Pfaff  <blp@gnu.org>
23849
23850         * lib/xmalloca.h: Fix typo in comment.
23851
23852 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23853
23854         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
23855         when avoiding problems with integer overflow.  Use a portable test
23856         instead.
23857
23858 2007-10-08  Simon Josefsson  <simon@josefsson.org>
23859
23860         * modules/dummy (License): Change to LGPLv2+.
23861         * modules/float (License): Likewise
23862         * modules/realloc (License): Likewise
23863         * modules/stdlib (License): Likewise
23864
23865 2007-10-07  Bruno Haible  <bruno@clisp.org>
23866
23867         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
23868         * floor.c (TWO_MANT_DIG): Likewise.
23869         * ceil.c (TWO_MANT_DIG): Likewise.
23870         Reported by Ben Pfaff.
23871
23872 2007-10-07  Bruno Haible  <bruno@clisp.org>
23873
23874         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
23875         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
23876         * lib/frexp.c (FUNC): Likewise.
23877         * lib/printf-frexp.h (printf_frexp): Likewise.
23878         * lib/printf-frexpl.h (printf_frexpl): Likewise.
23879         * lib/printf-frexp.c (FUNC): Likewise.
23880         Suggested by Jim Meyering.
23881
23882 2007-10-07  Jim Meyering  <meyering@redhat.com>
23883
23884         Make xnanosleep's integer overflow test more robust.
23885         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
23886         so that gcc-4.3.0 doesn't optimize away this test for overflow.
23887
23888 2007-10-07  Bruno Haible  <bruno@clisp.org>
23889
23890         * NEWS: Mention the license change.
23891
23892         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
23893         abbreviations in the modules files.
23894
23895         Change copyright notice from GPLv2+ to GPLv3+.
23896         * README: Change copyright notice.
23897         * MODULES.html.sh: Likewise.
23898         * build-aux/bootstrap.conf: Likewise.
23899         * build-aux/config.libpath: Likewise.
23900         * build-aux/csharpcomp.sh.in: Likewise.
23901         * build-aux/csharpexec.sh.in: Likewise.
23902         * build-aux/install-reloc: Likewise.
23903         * build-aux/javacomp.sh.in: Likewise.
23904         * build-aux/javaexec.sh.in: Likewise.
23905         * build-aux/ldd.sh.in: Likewise.
23906         * build-aux/reloc-ldflags: Likewise.
23907         * build-aux/relocatable.sh.in: Likewise.
23908         * build-aux/x-to-1.in: Likewise.
23909         * check-module: Likewise.
23910         * config/srclistvars.sh: Likewise.
23911         * gnulib-tool: Likewise.
23912         * lib/acl-internal.h: Likewise.
23913         * lib/acl.c: Likewise.
23914         * lib/acl.h: Likewise.
23915         * lib/acl_entries.c: Likewise.
23916         * lib/areadlink-with-size.c: Likewise.
23917         * lib/areadlink.c: Likewise.
23918         * lib/areadlink.h: Likewise.
23919         * lib/argmatch.c: Likewise.
23920         * lib/argmatch.h: Likewise.
23921         * lib/argp-ba.c: Likewise.
23922         * lib/argp-eexst.c: Likewise.
23923         * lib/argp-fmtstream.c: Likewise.
23924         * lib/argp-fmtstream.h: Likewise.
23925         * lib/argp-fs-xinl.c: Likewise.
23926         * lib/argp-help.c: Likewise.
23927         * lib/argp-namefrob.h: Likewise.
23928         * lib/argp-parse.c: Likewise.
23929         * lib/argp-pin.c: Likewise.
23930         * lib/argp-pv.c: Likewise.
23931         * lib/argp-pvh.c: Likewise.
23932         * lib/argp-xinl.c: Likewise.
23933         * lib/argp.h: Likewise.
23934         * lib/at-func.c: Likewise.
23935         * lib/atanl.c: Likewise.
23936         * lib/backupfile.c: Likewise.
23937         * lib/backupfile.h: Likewise.
23938         * lib/basename.c: Likewise.
23939         * lib/binary-io.h: Likewise.
23940         * lib/byteswap.in.h: Likewise.
23941         * lib/c-stack.c: Likewise.
23942         * lib/c-stack.h: Likewise.
23943         * lib/c-strcasestr.c: Likewise.
23944         * lib/c-strcasestr.h: Likewise.
23945         * lib/c-strstr.c: Likewise.
23946         * lib/c-strstr.h: Likewise.
23947         * lib/c-strtod.c: Likewise.
23948         * lib/calloc.c: Likewise.
23949         * lib/canon-host.c: Likewise.
23950         * lib/canon-host.h: Likewise.
23951         * lib/canonicalize-lgpl.c: Likewise.
23952         * lib/canonicalize.c: Likewise.
23953         * lib/canonicalize.h: Likewise.
23954         * lib/ceil.c: Likewise.
23955         * lib/ceilf.c: Likewise.
23956         * lib/ceill.c: Likewise.
23957         * lib/chdir-long.c: Likewise.
23958         * lib/chdir-long.h: Likewise.
23959         * lib/chdir-safer.c: Likewise.
23960         * lib/chdir-safer.h: Likewise.
23961         * lib/chown.c: Likewise.
23962         * lib/classpath.c: Likewise.
23963         * lib/classpath.h: Likewise.
23964         * lib/clean-temp.c: Likewise.
23965         * lib/clean-temp.h: Likewise.
23966         * lib/cloexec.c: Likewise.
23967         * lib/close-stream.c: Likewise.
23968         * lib/closein.c: Likewise.
23969         * lib/closein.h: Likewise.
23970         * lib/closeout.c: Likewise.
23971         * lib/closeout.h: Likewise.
23972         * lib/concat-filename.c: Likewise.
23973         * lib/copy-file.c: Likewise.
23974         * lib/copy-file.h: Likewise.
23975         * lib/count-one-bits.h: Likewise.
23976         * lib/crc.c: Likewise.
23977         * lib/crc.h: Likewise.
23978         * lib/creat-safer.c: Likewise.
23979         * lib/csharpcomp.c: Likewise.
23980         * lib/csharpcomp.h: Likewise.
23981         * lib/csharpexec.c: Likewise.
23982         * lib/csharpexec.h: Likewise.
23983         * lib/cycle-check.c: Likewise.
23984         * lib/cycle-check.h: Likewise.
23985         * lib/diacrit.c: Likewise.
23986         * lib/diacrit.h: Likewise.
23987         * lib/diffseq.h: Likewise.
23988         * lib/dirchownmod.c: Likewise.
23989         * lib/dirent.in.h: Likewise.
23990         * lib/dirfd.c: Likewise.
23991         * lib/dirfd.h: Likewise.
23992         * lib/dirname.c: Likewise.
23993         * lib/dirname.h: Likewise.
23994         * lib/dummy.c: Likewise.
23995         * lib/dup-safer.c: Likewise.
23996         * lib/dup2.c: Likewise.
23997         * lib/eealloc.h: Likewise.
23998         * lib/error.c: Likewise.
23999         * lib/error.h: Likewise.
24000         * lib/euidaccess.c: Likewise.
24001         * lib/exclude.c: Likewise.
24002         * lib/exclude.h: Likewise.
24003         * lib/execute.c: Likewise.
24004         * lib/execute.h: Likewise.
24005         * lib/exitfail.c: Likewise.
24006         * lib/exitfail.h: Likewise.
24007         * lib/expl.c: Likewise.
24008         * lib/fatal-signal.c: Likewise.
24009         * lib/fatal-signal.h: Likewise.
24010         * lib/fbufmode.c: Likewise.
24011         * lib/fbufmode.h: Likewise.
24012         * lib/fchdir.c: Likewise.
24013         * lib/fchmodat.c: Likewise.
24014         * lib/fchownat.c: Likewise.
24015         * lib/fcntl--.h: Likewise.
24016         * lib/fcntl-safer.h: Likewise.
24017         * lib/fcntl.in.h: Likewise.
24018         * lib/fd-safer.c: Likewise.
24019         * lib/fflush.c: Likewise.
24020         * lib/file-has-acl.c: Likewise.
24021         * lib/file-set.c: Likewise.
24022         * lib/file-type.c: Likewise.
24023         * lib/file-type.h: Likewise.
24024         * lib/fileblocks.c: Likewise.
24025         * lib/filemode.c: Likewise.
24026         * lib/filemode.h: Likewise.
24027         * lib/filename.h: Likewise.
24028         * lib/filenamecat.c: Likewise.
24029         * lib/filenamecat.h: Likewise.
24030         * lib/findprog.c: Likewise.
24031         * lib/findprog.h: Likewise.
24032         * lib/float.in.h: Likewise.
24033         * lib/floor.c: Likewise.
24034         * lib/floorf.c: Likewise.
24035         * lib/floorl.c: Likewise.
24036         * lib/fopen-safer.c: Likewise.
24037         * lib/fopen.c: Likewise.
24038         * lib/fpending.c: Likewise.
24039         * lib/fpending.h: Likewise.
24040         * lib/fprintf.c: Likewise.
24041         * lib/fprintftime.h: Likewise.
24042         * lib/fpucw.h: Likewise.
24043         * lib/fpurge.c: Likewise.
24044         * lib/fpurge.h: Likewise.
24045         * lib/freadable.c: Likewise.
24046         * lib/freadable.h: Likewise.
24047         * lib/freadahead.c: Likewise.
24048         * lib/freadahead.h: Likewise.
24049         * lib/freading.c: Likewise.
24050         * lib/freading.h: Likewise.
24051         * lib/free.c: Likewise.
24052         * lib/freopen.c: Likewise.
24053         * lib/frexp.c: Likewise.
24054         * lib/frexpl.c: Likewise.
24055         * lib/fseek.c: Likewise.
24056         * lib/fseterr.c: Likewise.
24057         * lib/fseterr.h: Likewise.
24058         * lib/fstatat.c: Likewise.
24059         * lib/fstrcmp.c: Likewise.
24060         * lib/fstrcmp.h: Likewise.
24061         * lib/fsusage.c: Likewise.
24062         * lib/fsusage.h: Likewise.
24063         * lib/ftell.c: Likewise.
24064         * lib/ftello.c: Likewise.
24065         * lib/fts-cycle.c: Likewise.
24066         * lib/fts.c: Likewise.
24067         * lib/fts_.h: Likewise.
24068         * lib/full-read.c: Likewise.
24069         * lib/full-read.h: Likewise.
24070         * lib/full-write.c: Likewise.
24071         * lib/full-write.h: Likewise.
24072         * lib/fwritable.c: Likewise.
24073         * lib/fwritable.h: Likewise.
24074         * lib/fwriteerror.c: Likewise.
24075         * lib/fwriteerror.h: Likewise.
24076         * lib/fwriting.c: Likewise.
24077         * lib/fwriting.h: Likewise.
24078         * lib/gcd.c: Likewise.
24079         * lib/gcd.h: Likewise.
24080         * lib/getcwd.c: Likewise.
24081         * lib/getdate.h: Likewise.
24082         * lib/getdate.y: Likewise.
24083         * lib/getdomainname.c: Likewise.
24084         * lib/getdomainname.h: Likewise.
24085         * lib/getgroups.c: Likewise.
24086         * lib/gethostname.c: Likewise.
24087         * lib/gethrxtime.c: Likewise.
24088         * lib/gethrxtime.h: Likewise.
24089         * lib/getloadavg.c: Likewise.
24090         * lib/getndelim2.c: Likewise.
24091         * lib/getndelim2.h: Likewise.
24092         * lib/getnline.c: Likewise.
24093         * lib/getnline.h: Likewise.
24094         * lib/getopt.c: Likewise.
24095         * lib/getopt.in.h: Likewise.
24096         * lib/getopt1.c: Likewise.
24097         * lib/getopt_int.h: Likewise.
24098         * lib/getpagesize.h: Likewise.
24099         * lib/getsubopt.c: Likewise.
24100         * lib/gettime.c: Likewise.
24101         * lib/getugroups.c: Likewise.
24102         * lib/getugroups.h: Likewise.
24103         * lib/getusershell.c: Likewise.
24104         * lib/gl_anyavltree_list1.h: Likewise.
24105         * lib/gl_anyavltree_list2.h: Likewise.
24106         * lib/gl_anyhash_list1.h: Likewise.
24107         * lib/gl_anyhash_list2.h: Likewise.
24108         * lib/gl_anylinked_list1.h: Likewise.
24109         * lib/gl_anylinked_list2.h: Likewise.
24110         * lib/gl_anyrbtree_list1.h: Likewise.
24111         * lib/gl_anyrbtree_list2.h: Likewise.
24112         * lib/gl_anytree_list1.h: Likewise.
24113         * lib/gl_anytree_list2.h: Likewise.
24114         * lib/gl_anytree_oset.h: Likewise.
24115         * lib/gl_anytreehash_list1.h: Likewise.
24116         * lib/gl_anytreehash_list2.h: Likewise.
24117         * lib/gl_array_list.c: Likewise.
24118         * lib/gl_array_list.h: Likewise.
24119         * lib/gl_array_oset.c: Likewise.
24120         * lib/gl_array_oset.h: Likewise.
24121         * lib/gl_avltree_list.c: Likewise.
24122         * lib/gl_avltree_list.h: Likewise.
24123         * lib/gl_avltree_oset.c: Likewise.
24124         * lib/gl_avltree_oset.h: Likewise.
24125         * lib/gl_avltreehash_list.c: Likewise.
24126         * lib/gl_avltreehash_list.h: Likewise.
24127         * lib/gl_carray_list.c: Likewise.
24128         * lib/gl_carray_list.h: Likewise.
24129         * lib/gl_linked_list.c: Likewise.
24130         * lib/gl_linked_list.h: Likewise.
24131         * lib/gl_linkedhash_list.c: Likewise.
24132         * lib/gl_linkedhash_list.h: Likewise.
24133         * lib/gl_list.c: Likewise.
24134         * lib/gl_list.h: Likewise.
24135         * lib/gl_oset.c: Likewise.
24136         * lib/gl_oset.h: Likewise.
24137         * lib/gl_rbtree_list.c: Likewise.
24138         * lib/gl_rbtree_list.h: Likewise.
24139         * lib/gl_rbtree_oset.c: Likewise.
24140         * lib/gl_rbtree_oset.h: Likewise.
24141         * lib/gl_rbtreehash_list.c: Likewise.
24142         * lib/gl_rbtreehash_list.h: Likewise.
24143         * lib/gl_sublist.c: Likewise.
24144         * lib/gl_sublist.h: Likewise.
24145         * lib/group-member.c: Likewise.
24146         * lib/group-member.h: Likewise.
24147         * lib/hard-locale.c: Likewise.
24148         * lib/hard-locale.h: Likewise.
24149         * lib/hash-pjw.c: Likewise.
24150         * lib/hash-pjw.h: Likewise.
24151         * lib/hash-triple.c: Likewise.
24152         * lib/hash.c: Likewise.
24153         * lib/hash.h: Likewise.
24154         * lib/human.c: Likewise.
24155         * lib/human.h: Likewise.
24156         * lib/i-ring.c: Likewise.
24157         * lib/i-ring.h: Likewise.
24158         * lib/idcache.c: Likewise.
24159         * lib/imaxabs.c: Likewise.
24160         * lib/imaxdiv.c: Likewise.
24161         * lib/inet_pton.c: Likewise.
24162         * lib/inet_pton.h: Likewise.
24163         * lib/intprops.h: Likewise.
24164         * lib/inttostr.c: Likewise.
24165         * lib/inttostr.h: Likewise.
24166         * lib/inttypes.in.h: Likewise.
24167         * lib/isapipe.c: Likewise.
24168         * lib/isdir.c: Likewise.
24169         * lib/isnan.c: Likewise.
24170         * lib/isnan.h: Likewise.
24171         * lib/isnanf.c: Likewise.
24172         * lib/isnanf.h: Likewise.
24173         * lib/isnanl-nolibm.h: Likewise.
24174         * lib/isnanl.c: Likewise.
24175         * lib/isnanl.h: Likewise.
24176         * lib/javacomp.c: Likewise.
24177         * lib/javacomp.h: Likewise.
24178         * lib/javaexec.c: Likewise.
24179         * lib/javaexec.h: Likewise.
24180         * lib/javaversion.c: Likewise.
24181         * lib/javaversion.h: Likewise.
24182         * lib/javaversion.java: Likewise.
24183         * lib/lbrkprop.h: Likewise.
24184         * lib/lchmod.h: Likewise.
24185         * lib/lchown.c: Likewise.
24186         * lib/ldexpl.c: Likewise.
24187         * lib/linebreak.c: Likewise.
24188         * lib/linebreak.h: Likewise.
24189         * lib/linebuffer.c: Likewise.
24190         * lib/linebuffer.h: Likewise.
24191         * lib/locale.in.h: Likewise.
24192         * lib/logl.c: Likewise.
24193         * lib/long-options.c: Likewise.
24194         * lib/long-options.h: Likewise.
24195         * lib/lstat.c: Likewise.
24196         * lib/lstat.h: Likewise.
24197         * lib/math.in.h: Likewise.
24198         * lib/mbchar.c: Likewise.
24199         * lib/mbchar.h: Likewise.
24200         * lib/mbfile.h: Likewise.
24201         * lib/mbiter.h: Likewise.
24202         * lib/mbscasecmp.c: Likewise.
24203         * lib/mbscasestr.c: Likewise.
24204         * lib/mbschr.c: Likewise.
24205         * lib/mbscspn.c: Likewise.
24206         * lib/mbslen.c: Likewise.
24207         * lib/mbsncasecmp.c: Likewise.
24208         * lib/mbsnlen.c: Likewise.
24209         * lib/mbspbrk.c: Likewise.
24210         * lib/mbspcasecmp.c: Likewise.
24211         * lib/mbsrchr.c: Likewise.
24212         * lib/mbssep.c: Likewise.
24213         * lib/mbsspn.c: Likewise.
24214         * lib/mbsstr.c: Likewise.
24215         * lib/mbstok_r.c: Likewise.
24216         * lib/mbswidth.c: Likewise.
24217         * lib/mbswidth.h: Likewise.
24218         * lib/mbuiter.h: Likewise.
24219         * lib/memcasecmp.c: Likewise.
24220         * lib/memcasecmp.h: Likewise.
24221         * lib/memchr.c: Likewise.
24222         * lib/memcmp.c: Likewise.
24223         * lib/memcoll.c: Likewise.
24224         * lib/memcoll.h: Likewise.
24225         * lib/memcpy.c: Likewise.
24226         * lib/memrchr.c: Likewise.
24227         * lib/mkancesdirs.c: Likewise.
24228         * lib/mkdir-p.c: Likewise.
24229         * lib/mkdir-p.h: Likewise.
24230         * lib/mkdir.c: Likewise.
24231         * lib/mkdirat.c: Likewise.
24232         * lib/mkdtemp.c: Likewise.
24233         * lib/mkstemp-safer.c: Likewise.
24234         * lib/mkstemp.c: Likewise.
24235         * lib/modechange.c: Likewise.
24236         * lib/modechange.h: Likewise.
24237         * lib/mountlist.c: Likewise.
24238         * lib/mountlist.h: Likewise.
24239         * lib/mpsort.c: Likewise.
24240         * lib/nanosleep.c: Likewise.
24241         * lib/obstack.c: Likewise.
24242         * lib/obstack.h: Likewise.
24243         * lib/open-safer.c: Likewise.
24244         * lib/open.c: Likewise.
24245         * lib/openat-die.c: Likewise.
24246         * lib/openat-priv.h: Likewise.
24247         * lib/openat-proc.c: Likewise.
24248         * lib/openat.c: Likewise.
24249         * lib/openat.h: Likewise.
24250         * lib/pagealign_alloc.c: Likewise.
24251         * lib/pagealign_alloc.h: Likewise.
24252         * lib/physmem.c: Likewise.
24253         * lib/physmem.h: Likewise.
24254         * lib/pipe-safer.c: Likewise.
24255         * lib/pipe.c: Likewise.
24256         * lib/pipe.h: Likewise.
24257         * lib/posixtm.c: Likewise.
24258         * lib/posixtm.h: Likewise.
24259         * lib/posixver.c: Likewise.
24260         * lib/printf-frexp.c: Likewise.
24261         * lib/printf-frexp.h: Likewise.
24262         * lib/printf-frexpl.c: Likewise.
24263         * lib/printf-frexpl.h: Likewise.
24264         * lib/printf.c: Likewise.
24265         * lib/progname.c: Likewise.
24266         * lib/progname.h: Likewise.
24267         * lib/progreloc.c: Likewise.
24268         * lib/putenv.c: Likewise.
24269         * lib/quote.c: Likewise.
24270         * lib/quote.h: Likewise.
24271         * lib/quotearg.c: Likewise.
24272         * lib/quotearg.h: Likewise.
24273         * lib/raise.c: Likewise.
24274         * lib/readline.c: Likewise.
24275         * lib/readline.h: Likewise.
24276         * lib/readlink.c: Likewise.
24277         * lib/readtokens.c: Likewise.
24278         * lib/readtokens.h: Likewise.
24279         * lib/readtokens0.c: Likewise.
24280         * lib/readtokens0.h: Likewise.
24281         * lib/readutmp.c: Likewise.
24282         * lib/readutmp.h: Likewise.
24283         * lib/realloc.c: Likewise.
24284         * lib/relocwrapper.c: Likewise.
24285         * lib/rename-dest-slash.c: Likewise.
24286         * lib/rename.c: Likewise.
24287         * lib/rmdir.c: Likewise.
24288         * lib/rpmatch.c: Likewise.
24289         * lib/safe-read.c: Likewise.
24290         * lib/safe-read.h: Likewise.
24291         * lib/safe-write.c: Likewise.
24292         * lib/safe-write.h: Likewise.
24293         * lib/same-inode.h: Likewise.
24294         * lib/same.c: Likewise.
24295         * lib/same.h: Likewise.
24296         * lib/save-cwd.c: Likewise.
24297         * lib/save-cwd.h: Likewise.
24298         * lib/savedir.c: Likewise.
24299         * lib/savedir.h: Likewise.
24300         * lib/savewd.c: Likewise.
24301         * lib/savewd.h: Likewise.
24302         * lib/search.in.h: Likewise.
24303         * lib/setenv.c: Likewise.
24304         * lib/setenv.h: Likewise.
24305         * lib/settime.c: Likewise.
24306         * lib/sh-quote.c: Likewise.
24307         * lib/sh-quote.h: Likewise.
24308         * lib/sig2str.c: Likewise.
24309         * lib/sig2str.h: Likewise.
24310         * lib/signal.in.h: Likewise.
24311         * lib/signbitd.c: Likewise.
24312         * lib/signbitf.c: Likewise.
24313         * lib/signbitl.c: Likewise.
24314         * lib/sigprocmask.c: Likewise.
24315         * lib/sincosl.c: Likewise.
24316         * lib/sleep.c: Likewise.
24317         * lib/sprintf.c: Likewise.
24318         * lib/sqrtl.c: Likewise.
24319         * lib/stat-time.h: Likewise.
24320         * lib/stdio--.h: Likewise.
24321         * lib/stdio-safer.h: Likewise.
24322         * lib/stdlib--.h: Likewise.
24323         * lib/stdlib-safer.h: Likewise.
24324         * lib/stdlib.in.h: Likewise.
24325         * lib/stpcpy.c: Likewise.
24326         * lib/stpncpy.c: Likewise.
24327         * lib/strchrnul.c: Likewise.
24328         * lib/strcspn.c: Likewise.
24329         * lib/strerror.c: Likewise.
24330         * lib/strftime.c: Likewise.
24331         * lib/strftime.h: Likewise.
24332         * lib/striconveh.c: Likewise.
24333         * lib/striconveh.h: Likewise.
24334         * lib/striconveha.c: Likewise.
24335         * lib/striconveha.h: Likewise.
24336         * lib/stripslash.c: Likewise.
24337         * lib/strnlen1.c: Likewise.
24338         * lib/strnlen1.h: Likewise.
24339         * lib/strtod.c: Likewise.
24340         * lib/strtoimax.c: Likewise.
24341         * lib/strtok_r.c: Likewise.
24342         * lib/strtol.c: Likewise.
24343         * lib/strtoll.c: Likewise.
24344         * lib/strtoul.c: Likewise.
24345         * lib/strtoull.c: Likewise.
24346         * lib/sysexits.in.h: Likewise.
24347         * lib/tempname.c: Likewise.
24348         * lib/tempname.h: Likewise.
24349         * lib/timespec.h: Likewise.
24350         * lib/tls.c: Likewise.
24351         * lib/tls.h: Likewise.
24352         * lib/tmpdir.c: Likewise.
24353         * lib/tmpdir.h: Likewise.
24354         * lib/tmpfile-safer.c: Likewise.
24355         * lib/tmpfile.c: Likewise.
24356         * lib/trigl.c: Likewise.
24357         * lib/trigl.h: Likewise.
24358         * lib/trim.c: Likewise.
24359         * lib/trim.h: Likewise.
24360         * lib/trunc.c: Likewise.
24361         * lib/truncf.c: Likewise.
24362         * lib/truncl.c: Likewise.
24363         * lib/tsearch.c: Likewise.
24364         * lib/unicodeio.c: Likewise.
24365         * lib/unicodeio.h: Likewise.
24366         * lib/unistd--.h: Likewise.
24367         * lib/unistd-safer.h: Likewise.
24368         * lib/unistdio/ulc-fprintf.c: Likewise.
24369         * lib/unistdio/ulc-vfprintf.c: Likewise.
24370         * lib/unlinkdir.c: Likewise.
24371         * lib/unlinkdir.h: Likewise.
24372         * lib/unlocked-io.h: Likewise.
24373         * lib/unsetenv.c: Likewise.
24374         * lib/userspec.c: Likewise.
24375         * lib/utime.c: Likewise.
24376         * lib/utimecmp.c: Likewise.
24377         * lib/utimecmp.h: Likewise.
24378         * lib/utimens.c: Likewise.
24379         * lib/verify.h: Likewise.
24380         * lib/verror.c: Likewise.
24381         * lib/verror.h: Likewise.
24382         * lib/version-etc-fsf.c: Likewise.
24383         * lib/version-etc.c: Likewise.
24384         * lib/version-etc.h: Likewise.
24385         * lib/vfprintf.c: Likewise.
24386         * lib/vprintf.c: Likewise.
24387         * lib/vsprintf.c: Likewise.
24388         * lib/w32spawn.h: Likewise.
24389         * lib/wait-process.c: Likewise.
24390         * lib/wait-process.h: Likewise.
24391         * lib/wcwidth.c: Likewise.
24392         * lib/write-any-file.c: Likewise.
24393         * lib/xalloc-die.c: Likewise.
24394         * lib/xalloc.h: Likewise.
24395         * lib/xasprintf.c: Likewise.
24396         * lib/xgetcwd.c: Likewise.
24397         * lib/xgetcwd.h: Likewise.
24398         * lib/xgetdomainname.c: Likewise.
24399         * lib/xgetdomainname.h: Likewise.
24400         * lib/xgethostname.c: Likewise.
24401         * lib/xmalloc.c: Likewise.
24402         * lib/xmalloca.c: Likewise.
24403         * lib/xmalloca.h: Likewise.
24404         * lib/xmemcoll.c: Likewise.
24405         * lib/xnanosleep.c: Likewise.
24406         * lib/xreadlink.c: Likewise.
24407         * lib/xreadlink.h: Likewise.
24408         * lib/xsetenv.c: Likewise.
24409         * lib/xsetenv.h: Likewise.
24410         * lib/xstriconv.c: Likewise.
24411         * lib/xstriconv.h: Likewise.
24412         * lib/xstrndup.c: Likewise.
24413         * lib/xstrndup.h: Likewise.
24414         * lib/xstrtod.c: Likewise.
24415         * lib/xstrtod.h: Likewise.
24416         * lib/xstrtol-error.c: Likewise.
24417         * lib/xstrtol.c: Likewise.
24418         * lib/xstrtol.h: Likewise.
24419         * lib/xtime.h: Likewise.
24420         * lib/xvasprintf.c: Likewise.
24421         * lib/xvasprintf.h: Likewise.
24422         * lib/yesno.c: Likewise.
24423         * lib/yesno.h: Likewise.
24424         * posix-modules: Likewise.
24425         * tests/test-alloca-opt.c: Likewise.
24426         * tests/test-arcfour.c: Likewise.
24427         * tests/test-arctwo.c: Likewise.
24428         * tests/test-argmatch.c: Likewise.
24429         * tests/test-argp-2.sh: Likewise.
24430         * tests/test-argp.c: Likewise.
24431         * tests/test-arpa_inet.c: Likewise.
24432         * tests/test-array_list.c: Likewise.
24433         * tests/test-array_oset.c: Likewise.
24434         * tests/test-atexit.c: Likewise.
24435         * tests/test-avltree_list.c: Likewise.
24436         * tests/test-avltree_oset.c: Likewise.
24437         * tests/test-avltreehash_list.c: Likewise.
24438         * tests/test-base64.c: Likewise.
24439         * tests/test-binary-io.c: Likewise.
24440         * tests/test-byteswap.c: Likewise.
24441         * tests/test-c-ctype.c: Likewise.
24442         * tests/test-c-strcasecmp.c: Likewise.
24443         * tests/test-c-strcasestr.c: Likewise.
24444         * tests/test-c-strncasecmp.c: Likewise.
24445         * tests/test-c-strstr.c: Likewise.
24446         * tests/test-canonicalize-lgpl.c: Likewise.
24447         * tests/test-canonicalize.c: Likewise.
24448         * tests/test-carray_list.c: Likewise.
24449         * tests/test-ceilf.c: Likewise.
24450         * tests/test-ceill.c: Likewise.
24451         * tests/test-count-one-bits.c: Likewise.
24452         * tests/test-crc.c: Likewise.
24453         * tests/test-dirname.c: Likewise.
24454         * tests/test-fbufmode.c: Likewise.
24455         * tests/test-fcntl.c: Likewise.
24456         * tests/test-fflush.c: Likewise.
24457         * tests/test-floorf.c: Likewise.
24458         * tests/test-floorl.c: Likewise.
24459         * tests/test-fopen.c: Likewise.
24460         * tests/test-fprintf-posix.c: Likewise.
24461         * tests/test-fprintf-posix.h: Likewise.
24462         * tests/test-fpurge.c: Likewise.
24463         * tests/test-freadable.c: Likewise.
24464         * tests/test-freadahead.c: Likewise.
24465         * tests/test-freading.c: Likewise.
24466         * tests/test-freopen.c: Likewise.
24467         * tests/test-frexp.c: Likewise.
24468         * tests/test-frexpl.c: Likewise.
24469         * tests/test-fseek.c: Likewise.
24470         * tests/test-fseeko.c: Likewise.
24471         * tests/test-fseterr.c: Likewise.
24472         * tests/test-fstrcmp.c: Likewise.
24473         * tests/test-ftell.c: Likewise.
24474         * tests/test-ftello.c: Likewise.
24475         * tests/test-fwritable.c: Likewise.
24476         * tests/test-fwriting.c: Likewise.
24477         * tests/test-getaddrinfo.c: Likewise.
24478         * tests/test-getpass.c: Likewise.
24479         * tests/test-gettimeofday.c: Likewise.
24480         * tests/test-hmac-md5.c: Likewise.
24481         * tests/test-hmac-sha1.c: Likewise.
24482         * tests/test-iconv.c: Likewise.
24483         * tests/test-iconvme.c: Likewise.
24484         * tests/test-inttypes.c: Likewise.
24485         * tests/test-isnan.c: Likewise.
24486         * tests/test-isnanf.c: Likewise.
24487         * tests/test-isnanl-nolibm.c: Likewise.
24488         * tests/test-isnanl.c: Likewise.
24489         * tests/test-isnanl.h: Likewise.
24490         * tests/test-ldexpl.c: Likewise.
24491         * tests/test-linked_list.c: Likewise.
24492         * tests/test-linkedhash_list.c: Likewise.
24493         * tests/test-locale.c: Likewise.
24494         * tests/test-localename.c: Likewise.
24495         * tests/test-lock.c: Likewise.
24496         * tests/test-lseek.c: Likewise.
24497         * tests/test-malloca.c: Likewise.
24498         * tests/test-math.c: Likewise.
24499         * tests/test-mbscasecmp.c: Likewise.
24500         * tests/test-mbscasestr1.c: Likewise.
24501         * tests/test-mbscasestr2.c: Likewise.
24502         * tests/test-mbscasestr3.c: Likewise.
24503         * tests/test-mbscasestr4.c: Likewise.
24504         * tests/test-mbschr.c: Likewise.
24505         * tests/test-mbscspn.c: Likewise.
24506         * tests/test-mbsncasecmp.c: Likewise.
24507         * tests/test-mbspbrk.c: Likewise.
24508         * tests/test-mbspcasecmp.c: Likewise.
24509         * tests/test-mbsrchr.c: Likewise.
24510         * tests/test-mbsspn.c: Likewise.
24511         * tests/test-mbsstr1.c: Likewise.
24512         * tests/test-mbsstr2.c: Likewise.
24513         * tests/test-mbsstr3.c: Likewise.
24514         * tests/test-md5.c: Likewise.
24515         * tests/test-memmem.c: Likewise.
24516         * tests/test-netinet_in.c: Likewise.
24517         * tests/test-open.c: Likewise.
24518         * tests/test-printf-frexp.c: Likewise.
24519         * tests/test-printf-frexpl.c: Likewise.
24520         * tests/test-printf-posix.c: Likewise.
24521         * tests/test-printf-posix.h: Likewise.
24522         * tests/test-rbtree_list.c: Likewise.
24523         * tests/test-rbtree_oset.c: Likewise.
24524         * tests/test-rbtreehash_list.c: Likewise.
24525         * tests/test-read-file.c: Likewise.
24526         * tests/test-rijndael.c: Likewise.
24527         * tests/test-search.c: Likewise.
24528         * tests/test-signbit.c: Likewise.
24529         * tests/test-sleep.c: Likewise.
24530         * tests/test-snprintf-posix.c: Likewise.
24531         * tests/test-snprintf-posix.h: Likewise.
24532         * tests/test-snprintf.c: Likewise.
24533         * tests/test-sprintf-posix.c: Likewise.
24534         * tests/test-sprintf-posix.h: Likewise.
24535         * tests/test-stat-time.c: Likewise.
24536         * tests/test-stdbool.c: Likewise.
24537         * tests/test-stdint.c: Likewise.
24538         * tests/test-stdio.c: Likewise.
24539         * tests/test-stdlib.c: Likewise.
24540         * tests/test-stpncpy.c: Likewise.
24541         * tests/test-strcasestr.c: Likewise.
24542         * tests/test-striconv.c: Likewise.
24543         * tests/test-striconveh.c: Likewise.
24544         * tests/test-striconveha.c: Likewise.
24545         * tests/test-string.c: Likewise.
24546         * tests/test-sys_select.c: Likewise.
24547         * tests/test-sys_socket.c: Likewise.
24548         * tests/test-sys_stat.c: Likewise.
24549         * tests/test-sys_time.c: Likewise.
24550         * tests/test-sysexits.c: Likewise.
24551         * tests/test-time.c: Likewise.
24552         * tests/test-tls.c: Likewise.
24553         * tests/test-trunc.c: Likewise.
24554         * tests/test-truncf.c: Likewise.
24555         * tests/test-truncl.c: Likewise.
24556         * tests/test-unistd.c: Likewise.
24557         * tests/test-vasnprintf-posix.c: Likewise.
24558         * tests/test-vasnprintf-posix2.c: Likewise.
24559         * tests/test-vasnprintf.c: Likewise.
24560         * tests/test-vasprintf-posix.c: Likewise.
24561         * tests/test-vasprintf.c: Likewise.
24562         * tests/test-verify.c: Likewise.
24563         * tests/test-vfprintf-posix.c: Likewise.
24564         * tests/test-vprintf-posix.c: Likewise.
24565         * tests/test-vsnprintf-posix.c: Likewise.
24566         * tests/test-vsnprintf.c: Likewise.
24567         * tests/test-vsprintf-posix.c: Likewise.
24568         * tests/test-wchar.c: Likewise.
24569         * tests/test-wctype.c: Likewise.
24570         * tests/test-wcwidth.c: Likewise.
24571         * tests/test-xstrtol.c: Likewise.
24572         * tests/test-xvasprintf.c: Likewise.
24573         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
24574         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
24575         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
24576         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
24577         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
24578         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
24579         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
24580         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
24581         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
24582         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
24583         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
24584         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
24585         * tests/uniname/test-uninames.c: Likewise.
24586         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
24587         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
24588         * tests/unistdio/test-u16-printf1.h: Likewise.
24589         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
24590         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
24591         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
24592         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
24593         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
24594         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
24595         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
24596         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
24597         * tests/unistdio/test-u32-printf1.h: Likewise.
24598         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
24599         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
24600         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
24601         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
24602         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
24603         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
24604         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
24605         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
24606         * tests/unistdio/test-u8-printf1.h: Likewise.
24607         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
24608         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
24609         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
24610         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
24611         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
24612         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
24613         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
24614         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
24615         * tests/unistdio/test-ulc-printf1.h: Likewise.
24616         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
24617         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
24618         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
24619         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
24620         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
24621         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
24622         * tests/uniwidth/test-u16-strwidth.c: Likewise.
24623         * tests/uniwidth/test-u16-width.c: Likewise.
24624         * tests/uniwidth/test-u32-strwidth.c: Likewise.
24625         * tests/uniwidth/test-u32-width.c: Likewise.
24626         * tests/uniwidth/test-u8-strwidth.c: Likewise.
24627         * tests/uniwidth/test-u8-width.c: Likewise.
24628         * tests/uniwidth/test-uc_width.c: Likewise.
24629         * config/srclist-update: Likewise.
24630         (fixlicense): Update to GPLv3+.
24631
24632         Change copyright notice from LGPLv2.1+ to LGPLv3+.
24633         * tests/test-tsearch.c: Change copyright notice.
24634
24635         Change copyright notice from LGPLv2.0+ to LGPLv3+.
24636         * lib/c-strcaseeq.h: Change copyright notice.
24637         * lib/streq.h: Likewise.
24638         * lib/uniconv.h: Likewise.
24639         * lib/uniconv/u-conv-from-enc.h: Likewise.
24640         * lib/uniconv/u-conv-to-enc.h: Likewise.
24641         * lib/uniconv/u-strconv-from-enc.h: Likewise.
24642         * lib/uniconv/u-strconv-to-enc.h: Likewise.
24643         * lib/uniconv/u16-conv-from-enc.c: Likewise.
24644         * lib/uniconv/u16-conv-to-enc.c: Likewise.
24645         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
24646         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
24647         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
24648         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
24649         * lib/uniconv/u32-conv-from-enc.c: Likewise.
24650         * lib/uniconv/u32-conv-to-enc.c: Likewise.
24651         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
24652         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
24653         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
24654         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
24655         * lib/uniconv/u8-conv-from-enc.c: Likewise.
24656         * lib/uniconv/u8-conv-to-enc.c: Likewise.
24657         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
24658         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
24659         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
24660         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
24661         * lib/uniname.h: Likewise.
24662         * lib/uniname/uniname.c: Likewise.
24663         * lib/unistdio.h: Likewise.
24664         * lib/unistdio/u-asnprintf.h: Likewise.
24665         * lib/unistdio/u-asprintf.h: Likewise.
24666         * lib/unistdio/u-printf-args.c: Likewise.
24667         * lib/unistdio/u-printf-args.h: Likewise.
24668         * lib/unistdio/u-printf-parse.h: Likewise.
24669         * lib/unistdio/u-snprintf.h: Likewise.
24670         * lib/unistdio/u-sprintf.h: Likewise.
24671         * lib/unistdio/u-vasprintf.h: Likewise.
24672         * lib/unistdio/u-vsnprintf.h: Likewise.
24673         * lib/unistdio/u-vsprintf.h: Likewise.
24674         * lib/unistdio/u16-asnprintf.c: Likewise.
24675         * lib/unistdio/u16-asprintf.c: Likewise.
24676         * lib/unistdio/u16-printf-parse.c: Likewise.
24677         * lib/unistdio/u16-snprintf.c: Likewise.
24678         * lib/unistdio/u16-sprintf.c: Likewise.
24679         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
24680         * lib/unistdio/u16-u16-asprintf.c: Likewise.
24681         * lib/unistdio/u16-u16-snprintf.c: Likewise.
24682         * lib/unistdio/u16-u16-sprintf.c: Likewise.
24683         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
24684         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
24685         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
24686         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
24687         * lib/unistdio/u16-vasnprintf.c: Likewise.
24688         * lib/unistdio/u16-vasprintf.c: Likewise.
24689         * lib/unistdio/u16-vsnprintf.c: Likewise.
24690         * lib/unistdio/u16-vsprintf.c: Likewise.
24691         * lib/unistdio/u32-asnprintf.c: Likewise.
24692         * lib/unistdio/u32-asprintf.c: Likewise.
24693         * lib/unistdio/u32-printf-parse.c: Likewise.
24694         * lib/unistdio/u32-snprintf.c: Likewise.
24695         * lib/unistdio/u32-sprintf.c: Likewise.
24696         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
24697         * lib/unistdio/u32-u32-asprintf.c: Likewise.
24698         * lib/unistdio/u32-u32-snprintf.c: Likewise.
24699         * lib/unistdio/u32-u32-sprintf.c: Likewise.
24700         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
24701         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
24702         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
24703         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
24704         * lib/unistdio/u32-vasnprintf.c: Likewise.
24705         * lib/unistdio/u32-vasprintf.c: Likewise.
24706         * lib/unistdio/u32-vsnprintf.c: Likewise.
24707         * lib/unistdio/u32-vsprintf.c: Likewise.
24708         * lib/unistdio/u8-asnprintf.c: Likewise.
24709         * lib/unistdio/u8-asprintf.c: Likewise.
24710         * lib/unistdio/u8-printf-parse.c: Likewise.
24711         * lib/unistdio/u8-snprintf.c: Likewise.
24712         * lib/unistdio/u8-sprintf.c: Likewise.
24713         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
24714         * lib/unistdio/u8-u8-asprintf.c: Likewise.
24715         * lib/unistdio/u8-u8-snprintf.c: Likewise.
24716         * lib/unistdio/u8-u8-sprintf.c: Likewise.
24717         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
24718         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
24719         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
24720         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
24721         * lib/unistdio/u8-vasnprintf.c: Likewise.
24722         * lib/unistdio/u8-vasprintf.c: Likewise.
24723         * lib/unistdio/u8-vsnprintf.c: Likewise.
24724         * lib/unistdio/u8-vsprintf.c: Likewise.
24725         * lib/unistdio/ulc-asnprintf.c: Likewise.
24726         * lib/unistdio/ulc-asprintf.c: Likewise.
24727         * lib/unistdio/ulc-printf-parse.c: Likewise.
24728         * lib/unistdio/ulc-snprintf.c: Likewise.
24729         * lib/unistdio/ulc-sprintf.c: Likewise.
24730         * lib/unistdio/ulc-vasnprintf.c: Likewise.
24731         * lib/unistdio/ulc-vasprintf.c: Likewise.
24732         * lib/unistdio/ulc-vsnprintf.c: Likewise.
24733         * lib/unistdio/ulc-vsprintf.c: Likewise.
24734         * lib/unistr.h: Likewise.
24735         * lib/unistr/u-cpy-alloc.h: Likewise.
24736         * lib/unistr/u-cpy.h: Likewise.
24737         * lib/unistr/u-endswith.h: Likewise.
24738         * lib/unistr/u-move.h: Likewise.
24739         * lib/unistr/u-set.h: Likewise.
24740         * lib/unistr/u-startswith.h: Likewise.
24741         * lib/unistr/u-stpcpy.h: Likewise.
24742         * lib/unistr/u-stpncpy.h: Likewise.
24743         * lib/unistr/u-strcat.h: Likewise.
24744         * lib/unistr/u-strcpy.h: Likewise.
24745         * lib/unistr/u-strcspn.h: Likewise.
24746         * lib/unistr/u-strdup.h: Likewise.
24747         * lib/unistr/u-strlen.h: Likewise.
24748         * lib/unistr/u-strncat.h: Likewise.
24749         * lib/unistr/u-strncpy.h: Likewise.
24750         * lib/unistr/u-strnlen.h: Likewise.
24751         * lib/unistr/u-strpbrk.h: Likewise.
24752         * lib/unistr/u-strspn.h: Likewise.
24753         * lib/unistr/u-strstr.h: Likewise.
24754         * lib/unistr/u-strtok.h: Likewise.
24755         * lib/unistr/u16-check.c: Likewise.
24756         * lib/unistr/u16-chr.c: Likewise.
24757         * lib/unistr/u16-cmp.c: Likewise.
24758         * lib/unistr/u16-cpy-alloc.c: Likewise.
24759         * lib/unistr/u16-cpy.c: Likewise.
24760         * lib/unistr/u16-endswith.c: Likewise.
24761         * lib/unistr/u16-mblen.c: Likewise.
24762         * lib/unistr/u16-mbsnlen.c: Likewise.
24763         * lib/unistr/u16-mbtouc-aux.c: Likewise.
24764         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
24765         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
24766         * lib/unistr/u16-mbtouc.c: Likewise.
24767         * lib/unistr/u16-mbtoucr.c: Likewise.
24768         * lib/unistr/u16-move.c: Likewise.
24769         * lib/unistr/u16-next.c: Likewise.
24770         * lib/unistr/u16-prev.c: Likewise.
24771         * lib/unistr/u16-set.c: Likewise.
24772         * lib/unistr/u16-startswith.c: Likewise.
24773         * lib/unistr/u16-stpcpy.c: Likewise.
24774         * lib/unistr/u16-stpncpy.c: Likewise.
24775         * lib/unistr/u16-strcat.c: Likewise.
24776         * lib/unistr/u16-strchr.c: Likewise.
24777         * lib/unistr/u16-strcmp.c: Likewise.
24778         * lib/unistr/u16-strcpy.c: Likewise.
24779         * lib/unistr/u16-strcspn.c: Likewise.
24780         * lib/unistr/u16-strdup.c: Likewise.
24781         * lib/unistr/u16-strlen.c: Likewise.
24782         * lib/unistr/u16-strmblen.c: Likewise.
24783         * lib/unistr/u16-strmbtouc.c: Likewise.
24784         * lib/unistr/u16-strncat.c: Likewise.
24785         * lib/unistr/u16-strncmp.c: Likewise.
24786         * lib/unistr/u16-strncpy.c: Likewise.
24787         * lib/unistr/u16-strnlen.c: Likewise.
24788         * lib/unistr/u16-strpbrk.c: Likewise.
24789         * lib/unistr/u16-strrchr.c: Likewise.
24790         * lib/unistr/u16-strspn.c: Likewise.
24791         * lib/unistr/u16-strstr.c: Likewise.
24792         * lib/unistr/u16-strtok.c: Likewise.
24793         * lib/unistr/u16-to-u32.c: Likewise.
24794         * lib/unistr/u16-to-u8.c: Likewise.
24795         * lib/unistr/u16-uctomb-aux.c: Likewise.
24796         * lib/unistr/u16-uctomb.c: Likewise.
24797         * lib/unistr/u32-check.c: Likewise.
24798         * lib/unistr/u32-chr.c: Likewise.
24799         * lib/unistr/u32-cmp.c: Likewise.
24800         * lib/unistr/u32-cpy-alloc.c: Likewise.
24801         * lib/unistr/u32-cpy.c: Likewise.
24802         * lib/unistr/u32-endswith.c: Likewise.
24803         * lib/unistr/u32-mblen.c: Likewise.
24804         * lib/unistr/u32-mbsnlen.c: Likewise.
24805         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
24806         * lib/unistr/u32-mbtouc.c: Likewise.
24807         * lib/unistr/u32-mbtoucr.c: Likewise.
24808         * lib/unistr/u32-move.c: Likewise.
24809         * lib/unistr/u32-next.c: Likewise.
24810         * lib/unistr/u32-prev.c: Likewise.
24811         * lib/unistr/u32-set.c: Likewise.
24812         * lib/unistr/u32-startswith.c: Likewise.
24813         * lib/unistr/u32-stpcpy.c: Likewise.
24814         * lib/unistr/u32-stpncpy.c: Likewise.
24815         * lib/unistr/u32-strcat.c: Likewise.
24816         * lib/unistr/u32-strchr.c: Likewise.
24817         * lib/unistr/u32-strcmp.c: Likewise.
24818         * lib/unistr/u32-strcpy.c: Likewise.
24819         * lib/unistr/u32-strcspn.c: Likewise.
24820         * lib/unistr/u32-strdup.c: Likewise.
24821         * lib/unistr/u32-strlen.c: Likewise.
24822         * lib/unistr/u32-strmblen.c: Likewise.
24823         * lib/unistr/u32-strmbtouc.c: Likewise.
24824         * lib/unistr/u32-strncat.c: Likewise.
24825         * lib/unistr/u32-strncmp.c: Likewise.
24826         * lib/unistr/u32-strncpy.c: Likewise.
24827         * lib/unistr/u32-strnlen.c: Likewise.
24828         * lib/unistr/u32-strpbrk.c: Likewise.
24829         * lib/unistr/u32-strrchr.c: Likewise.
24830         * lib/unistr/u32-strspn.c: Likewise.
24831         * lib/unistr/u32-strstr.c: Likewise.
24832         * lib/unistr/u32-strtok.c: Likewise.
24833         * lib/unistr/u32-to-u16.c: Likewise.
24834         * lib/unistr/u32-to-u8.c: Likewise.
24835         * lib/unistr/u32-uctomb.c: Likewise.
24836         * lib/unistr/u8-check.c: Likewise.
24837         * lib/unistr/u8-chr.c: Likewise.
24838         * lib/unistr/u8-cmp.c: Likewise.
24839         * lib/unistr/u8-cpy-alloc.c: Likewise.
24840         * lib/unistr/u8-cpy.c: Likewise.
24841         * lib/unistr/u8-endswith.c: Likewise.
24842         * lib/unistr/u8-mblen.c: Likewise.
24843         * lib/unistr/u8-mbsnlen.c: Likewise.
24844         * lib/unistr/u8-mbtouc-aux.c: Likewise.
24845         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
24846         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
24847         * lib/unistr/u8-mbtouc.c: Likewise.
24848         * lib/unistr/u8-mbtoucr.c: Likewise.
24849         * lib/unistr/u8-move.c: Likewise.
24850         * lib/unistr/u8-next.c: Likewise.
24851         * lib/unistr/u8-prev.c: Likewise.
24852         * lib/unistr/u8-set.c: Likewise.
24853         * lib/unistr/u8-startswith.c: Likewise.
24854         * lib/unistr/u8-stpcpy.c: Likewise.
24855         * lib/unistr/u8-stpncpy.c: Likewise.
24856         * lib/unistr/u8-strcat.c: Likewise.
24857         * lib/unistr/u8-strchr.c: Likewise.
24858         * lib/unistr/u8-strcmp.c: Likewise.
24859         * lib/unistr/u8-strcpy.c: Likewise.
24860         * lib/unistr/u8-strcspn.c: Likewise.
24861         * lib/unistr/u8-strdup.c: Likewise.
24862         * lib/unistr/u8-strlen.c: Likewise.
24863         * lib/unistr/u8-strmblen.c: Likewise.
24864         * lib/unistr/u8-strmbtouc.c: Likewise.
24865         * lib/unistr/u8-strncat.c: Likewise.
24866         * lib/unistr/u8-strncmp.c: Likewise.
24867         * lib/unistr/u8-strncpy.c: Likewise.
24868         * lib/unistr/u8-strnlen.c: Likewise.
24869         * lib/unistr/u8-strpbrk.c: Likewise.
24870         * lib/unistr/u8-strrchr.c: Likewise.
24871         * lib/unistr/u8-strspn.c: Likewise.
24872         * lib/unistr/u8-strstr.c: Likewise.
24873         * lib/unistr/u8-strtok.c: Likewise.
24874         * lib/unistr/u8-to-u16.c: Likewise.
24875         * lib/unistr/u8-to-u32.c: Likewise.
24876         * lib/unistr/u8-uctomb-aux.c: Likewise.
24877         * lib/unistr/u8-uctomb.c: Likewise.
24878         * lib/unitypes.h: Likewise.
24879         * lib/uniwidth.h: Likewise.
24880         * lib/uniwidth/cjk.h: Likewise.
24881         * lib/uniwidth/u16-strwidth.c: Likewise.
24882         * lib/uniwidth/u16-width.c: Likewise.
24883         * lib/uniwidth/u32-strwidth.c: Likewise.
24884         * lib/uniwidth/u32-width.c: Likewise.
24885         * lib/uniwidth/u8-strwidth.c: Likewise.
24886         * lib/uniwidth/u8-width.c: Likewise.
24887         * lib/uniwidth/width.c: Likewise.
24888
24889 2007-10-07  Bruno Haible  <bruno@clisp.org>
24890
24891         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
24892         The file is still under LGPL (see modules/inttypes).
24893
24894 2007-10-06  Bruno Haible  <bruno@clisp.org>
24895
24896         * modules/trunc (Dependencies): Add 'extensions'.
24897         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
24898         Reported by Ben Pfaff <blp@gnu.org>.
24899
24900 2007-10-06  Bruno Haible  <bruno@clisp.org>
24901
24902         * modules/freopen-tests: New file.
24903         * tests/test-freopen.c: New file.
24904
24905         * modules/fopen-tests: New file.
24906         * tests/test-fopen.c: New file.
24907
24908         * modules/fopen: New file.
24909         * lib/fopen.c: New file.
24910         * m4/fopen.m4: New file.
24911         * modules/freopen: New file.
24912         * lib/freopen.c: New file.
24913         * m4/freopen.m4: New file.
24914         * lib/stdio.in.h (fopen, freopen): New declarations.
24915         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
24916         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
24917         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
24918         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
24919         * doc/functions/fopen.texi: Mention the 'fopen' module.
24920         * doc/functions/freopen.texi: Mention the 'freopen' module.
24921
24922 2007-10-06  Bruno Haible  <bruno@clisp.org>
24923
24924         * modules/open-tests: New file.
24925         * tests/test-open.c: New file.
24926
24927         * modules/open: New file.
24928         * lib/open.c: New file.
24929         * m4/open.m4: New file.
24930         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
24931         lib/open.c does.
24932         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
24933         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
24934         macros.
24935         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
24936         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
24937         REPLACE_OPEN.
24938         * doc/functions/open.texi: Mention the 'open' module.
24939
24940 2007-10-04  Bruno Haible  <bruno@clisp.org>
24941
24942         * modules/ceill-tests: New file.
24943         * tests/test-ceill.c: New file.
24944
24945         * modules/ceill: New file.
24946         * lib/ceill.c: Replace entire file.
24947         * m4/ceill.m4: New file.
24948         * lib/math.in.h (ceill): Replace declaration.
24949         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
24950         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
24951         * doc/functions/ceill.texi: Mention the 'ceill' module.
24952         * modules/mathl (Files): Remove lib/ceill.c.
24953         (Depends-on): Add ceill.
24954
24955 2007-10-04  Bruno Haible  <bruno@clisp.org>
24956
24957         * modules/ceilf-tests: New file.
24958         * tests/test-ceilf.c: New file.
24959
24960         * modules/ceilf: New file.
24961         * lib/ceil.c: New file.
24962         * lib/ceilf.c: New file.
24963         * m4/ceilf.m4: New file.
24964         * lib/math.in.h (ceilf): New declaration.
24965         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
24966         HAVE_DECL_CEILF.
24967         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
24968         HAVE_DECL_CEILF.
24969         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
24970
24971 2007-10-04  Bruno Haible  <bruno@clisp.org>
24972
24973         * modules/floorl-tests: New file.
24974         * tests/test-floorl.c: New file.
24975
24976         * modules/floorl: New file.
24977         * lib/floorl.c: Replace entire file.
24978         * m4/floorl.m4: New file.
24979         * lib/math.in.h (floorl): Replace declaration.
24980         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
24981         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
24982         * doc/functions/floorl.texi: Mention the 'floorl' module.
24983         * modules/mathl (Files): Remove lib/floorl.c.
24984         (Depends-on): Add floorl.
24985
24986 2007-10-04  Bruno Haible  <bruno@clisp.org>
24987
24988         * modules/floorf-tests: New file.
24989         * tests/test-floorf.c: New file.
24990
24991         * modules/floorf: New file.
24992         * lib/floor.c: New file.
24993         * lib/floorf.c: New file.
24994         * m4/floorf.m4: New file.
24995         * lib/math.in.h (floorf): New declaration.
24996         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
24997         HAVE_DECL_FLOORF.
24998         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
24999         HAVE_DECL_FLOORF.
25000         * doc/functions/floorf.texi: Mention the 'floorf' module.
25001
25002 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
25003             Bruno Haible  <bruno@clisp.org>
25004
25005         Advertise for the Git server instead of the CVS server.
25006         * doc/gnulib-intro.texi (Steady Development): Mention the Git
25007         repository instead of the CVS one.
25008         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
25009         about all VCS systems generically.
25010         * doc/gnulib.texi (Introduction): Capitalize `Git'.
25011
25012 2007-10-04  Bruno Haible  <bruno@clisp.org>
25013
25014         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
25015         means.
25016         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
25017
25018 2007-10-04  Bruno Haible  <bruno@clisp.org>
25019
25020         * modules/truncl-tests: New file.
25021         * tests/test-truncl.c: New file.
25022
25023         * modules/truncl: New file.
25024         * lib/truncl.c: New file.
25025         * m4/truncl.m4: New file.
25026         * lib/math.in.h (truncl): New declaration.
25027         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
25028         HAVE_DECL_TRUNCL.
25029         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
25030         HAVE_DECL_TRUNCL.
25031         * doc/functions/truncl.texi: Mention the 'truncl' module.
25032
25033 2007-10-04  Bruno Haible  <bruno@clisp.org>
25034
25035         * modules/truncf-tests: New file.
25036         * tests/test-truncf.c: New file.
25037
25038         * modules/truncf: New file.
25039         * lib/trunc.c: Make paramerizable through USE_* macros.
25040         * lib/truncf.c: New file.
25041         * m4/truncf.m4: New file.
25042         * lib/math.in.h (truncf): New declaration.
25043         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
25044         HAVE_DECL_TRUNCF.
25045         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
25046         HAVE_DECL_TRUNCF.
25047         * doc/functions/truncf.texi: Mention the 'truncf' module.
25048
25049 2007-10-03  Bruno Haible  <bruno@clisp.org>
25050
25051         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
25052         augmentation also for tests modules.
25053         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
25054         * modules/atexit-tests (Makefile.am): Likewise.
25055         * modules/binary-io-tests (Makefile.am): Likewise.
25056         * modules/c-strcase-tests (Makefile.am): Likewise.
25057         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
25058         * modules/canonicalize-tests (Makefile.am): Likewise.
25059         * modules/closein-tests (Makefile.am): Likewise.
25060         * modules/fprintf-posix-tests (Makefile.am): Likewise.
25061         * modules/freadahead-tests (Makefile.am): Likewise.
25062         * modules/fseek-tests (Makefile.am): Likewise.
25063         * modules/fseeko-tests (Makefile.am): Likewise.
25064         * modules/ftell-tests (Makefile.am): Likewise.
25065         * modules/ftello-tests (Makefile.am): Likewise.
25066         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
25067         * modules/isnanl-tests (Makefile.am): Likewise.
25068         * modules/lseek-tests (Makefile.am): Likewise.
25069         * modules/mbscasecmp-tests (Makefile.am): Likewise.
25070         * modules/mbscasestr-tests (Makefile.am): Likewise.
25071         * modules/mbschr-tests (Makefile.am): Likewise.
25072         * modules/mbscspn-tests (Makefile.am): Likewise.
25073         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
25074         * modules/mbspbrk-tests (Makefile.am): Likewise.
25075         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
25076         * modules/mbsrchr-tests (Makefile.am): Likewise.
25077         * modules/mbsspn-tests (Makefile.am): Likewise.
25078         * modules/mbsstr-tests (Makefile.am): Likewise.
25079         * modules/printf-posix-tests (Makefile.am): Likewise.
25080         * modules/snprintf-posix-tests (Makefile.am): Likewise.
25081         * modules/sprintf-posix-tests (Makefile.am): Likewise.
25082         * modules/tsearch-tests (Makefile.am): Likewise.
25083         * modules/uniname/uniname-tests (Makefile.am): Likewise.
25084         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
25085         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
25086         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
25087         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
25088         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
25089         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
25090         * modules/vprintf-posix-tests (Makefile.am): Likewise.
25091         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
25092         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
25093         * modules/xstrtoimax-tests (Makefile.am): Likewise.
25094         * modules/xstrtol-tests (Makefile.am): Likewise.
25095         * modules/xstrtoumax-tests (Makefile.am): Likewise.
25096         * modules/yesno-tests (Makefile.am): Likewise.
25097
25098 2007-10-03  Bruno Haible  <bruno@clisp.org>
25099
25100         * modules/trunc-tests: New file.
25101         * tests/test-trunc.c: New file.
25102
25103         * modules/trunc: New file.
25104         * lib/trunc.c: New file.
25105         * m4/trunc.m4: New file.
25106         * lib/math.in.h (trunc): New declaration.
25107         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
25108         HAVE_DECL_TRUNC.
25109         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
25110         HAVE_DECL_TRUNC.
25111         * doc/functions/trunc.texi: Mention the 'trunc' module.
25112
25113 2007-10-03  Bruno Haible  <bruno@clisp.org>
25114
25115         * tests/test-fpending.c: New file, mostly copied
25116         from coreutils/lib/t-fpending.c.
25117         * modules/fpending-tests: New file.
25118
25119 2007-10-03  Bruno Haible  <bruno@clisp.org>
25120
25121         Port the stdio extensions to QNX (untested).
25122         * lib/fseterr.c (fseterr): Add support for QNX.
25123         * lib/fbufmode.c (fbufmode): Likewise.
25124         * lib/freadable.c (freadable): Likewise.
25125         * lib/fwritable.c (fwritable): Likewise.
25126         * lib/freading.c (freading): Likewise.
25127         * lib/fwriting.c (fwriting): Likewise.
25128         * lib/freadahead.c (freadahed): Likewise.
25129         * lib/fpurge.c (fpurge): Likewise.
25130         * lib/fseeko.c (rpl_fseeko): Likewise.
25131
25132 2007-10-03  Bruno Haible  <bruno@clisp.org>
25133             Jim Meyering  <jim@meyering.net>
25134             Eric Blake  <ebb9@byu.net>
25135
25136         * doc/relocatable.texi: Use @command instead of @program.
25137
25138 2007-10-02  Jim Meyering  <jim@meyering.net>
25139
25140         Perform one more "_.h" -> ".in.h" substitution.
25141         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
25142         instead of unistd_.h here, too.
25143
25144 2007-10-01  Bruno Haible  <bruno@clisp.org>
25145
25146         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
25147         Needed for the alloca-opt module.
25148
25149 2007-09-30  Bruno Haible  <bruno@clisp.org>
25150
25151         * lib/alloca.in.h: Renamed from lib/alloca_.h.
25152         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
25153         alloca_.h.
25154         * lib/argz.in.h: Renamed from lib/argz_.h.
25155         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
25156         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
25157         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
25158         byteswap_.h.
25159         * lib/dirent.in.h: Renamed from lib/dirent_.h.
25160         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
25161         dirent_.h.
25162         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
25163         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
25164         fcntl_.h.
25165         * lib/float.in.h: Renamed from lib/float_.h.
25166         * modules/float (Files, Makefile.am): Use float.in.h instead of
25167         float_.h.
25168         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
25169         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
25170         fnmatch_.h.
25171         * lib/getopt.in.h: Renamed from lib/getopt_.h.
25172         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
25173         getopt_.h.
25174         * lib/glob.in.h: Renamed from lib/glob_.h.
25175         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
25176         * lib/iconv.in.h: Renamed from lib/iconv_.h.
25177         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
25178         iconv_.h.
25179         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
25180         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
25181         inttypes_.h.
25182         * lib/locale.in.h: Renamed from lib/locale_.h.
25183         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
25184         locale_.h.
25185         * lib/math.in.h: Renamed from lib/math_.h.
25186         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
25187         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
25188         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
25189         of netinet_in_.h. Add dependency.
25190         * lib/poll.in.h: Renamed from lib/poll_.h.
25191         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
25192         * lib/search.in.h: Renamed from lib/search_.h.
25193         * modules/search (Files, Makefile.am): Use search.in.h instead of
25194         search_.h.
25195         * lib/signal.in.h: Renamed from lib/signal_.h.
25196         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
25197         _signal.h.
25198         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
25199         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
25200         stdbool_.h.
25201         * lib/stdint.in.h: Renamed from lib/stdint_.h.
25202         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
25203         stdint_.h.
25204         * lib/stdio.in.h: Renamed from lib/stdio_.h.
25205         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
25206         stdio_.h.
25207         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
25208         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
25209         stdlib_.h.
25210         * lib/string.in.h: Renamed from lib/string_.h.
25211         * modules/string (Files, Makefile.am): Use string.in.h instead of
25212         string_.h.
25213         * doc/gnulib-tool.texi (Initial import): Update.
25214         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
25215         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
25216         of sys_select_.h. Add dependency.
25217         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
25218         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
25219         of sys_socket_.h.
25220         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
25221         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
25222         sys_stat_.h.
25223         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
25224         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
25225         sys_time_.h.
25226         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
25227         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
25228         sysexits_.h.
25229         * lib/time.in.h: Renamed from lib/time_.h.
25230         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
25231         * lib/unistd.in.h: Renamed from lib/unistd_.h.
25232         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
25233         unistd_.h.
25234         * lib/wchar.in.h: Renamed from lib/wchar_.h.
25235         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
25236         wchar_.h.
25237         * lib/wctype.in.h: Renamed from lib/wctype_.h.
25238         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
25239         wctype_.h.
25240         * build-aux/bootstrap (slurp): Update.
25241         * lib/.cppi-disable: Update.
25242
25243 2007-09-30  Bruno Haible  <bruno@clisp.org>
25244
25245         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
25246         Needed on BeOS.
25247
25248 2007-09-30  Bruno Haible  <bruno@clisp.org>
25249
25250         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
25251
25252 2007-09-29  Bruno Haible  <bruno@clisp.org>
25253
25254         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
25255
25256 2007-09-29  Bruno Haible  <bruno@clisp.org>
25257
25258         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
25259         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
25260         * build-aux/install-reloc: Compile also areadlink.c.
25261         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
25262
25263 2007-09-29  Bruno Haible  <bruno@clisp.org>
25264
25265         * gnulib-tool (func_emit_initmacro_done): Indentation.
25266
25267 2007-09-29  Bruno Haible  <bruno@clisp.org>
25268
25269         * README: Add CVS checkout update instructions.
25270         Info from Bob Proulx <bob@proulx.com>.
25271
25272 2007-09-28  Eric Blake  <ebb9@byu.net>
25273
25274         Provide move-if-change.
25275         * build-aux/move-if-change: New file, based on best practice
25276         rather than any canonical upstream location.
25277
25278 2007-09-28  Jim Meyering  <jim@meyering.net>
25279
25280         Fix canonicalize loop-detection corner case.
25281         Do not attempt to stat the symlink values stored via seen_triple.
25282         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
25283         on linux-2.6.18, (but not 2.6.22).
25284         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
25285         triple_compare.  The former compares dev,ino,filename, while the latter
25286         would actually stat dirname(filename) when dev and ino were equal.
25287         * lib/hash-triple.c: Install <string.h>.
25288         (STREQ): Define.
25289         (triple_compare_ino_str): New function.
25290         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
25291
25292 2007-09-28  Eric Blake  <ebb9@byu.net>
25293
25294         Enforce that AC_REPLACE_FUNCS files exist.
25295         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
25296         override check for typos.
25297
25298         Fix test-closein on Solaris 10.
25299         * tests/test-closein.c (main): Don't assume stdin can be inherited
25300         closed on all systems.
25301         * tests/test-closein.sh: Likewise.
25302         Reported by Piotr Tarnowski.
25303
25304 2007-09-28  Jim Meyering  <jim@meyering.net>
25305
25306         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
25307
25308 2007-09-27  Jim Meyering  <jim@meyering.net>
25309
25310         canonicalize: Avoid a false-positive cycle failure.
25311         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
25312         Sort.  Remove cycle-check.
25313         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
25314         not cycle-check.h.
25315         (seen_triple): New function.
25316         (canonicalize_filename_mode): Use it instead of cycle-check.
25317         * tests/test-canonicalize.c: Add a test for this bug.
25318         * tests/test-canonicalize.sh: Set up and run the test.
25319
25320         New module, file-set, from coreutils.
25321         * modules/file-set: Define it.
25322         * lib/file-set.c, lib/file-set.h: Implement.
25323
25324         New module, hash-triple, from coreutils.
25325         * modules/hash-triple: Define it.
25326         * lib/hash-triple.c, lib/hash-triple.h: Implement.
25327
25328 2007-09-25  Eric Blake  <ebb9@byu.net>
25329
25330         Fix strerror on Interix.
25331         * lib/string_.h (strerror): Declare replacement.
25332         * doc/functions/strerror.texi (strerror): Document the Interix
25333         shortcoming.
25334         * modules/string (Makefile.am): Support new hooks.
25335         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
25336         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
25337         gl_FUNC_STRERROR_SEPARATE.
25338         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
25339         * lib/strerror.c (rpl_strerror): Provide replacement.
25340         * modules/strerror (Depends-on): Add string.
25341         (configure.ac): Detect use of module.
25342         * tests/test-strerror.c: New file.
25343         * modules/strerror-tests: New test module.
25344         * modules/argp (Depends-on): Add strerror.
25345         * modules/error (Depends-on): Likewise.
25346         Reported by Martin Koeppe.
25347
25348 2007-09-24  Bruno Haible  <bruno@clisp.org>
25349
25350         * README: Update git instructions.
25351
25352 2007-09-24  Eric Blake  <ebb9@byu.net>
25353
25354         Revert fpending breakage from 2007-09-08.
25355         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
25356         __fpending.c.
25357
25358 2007-09-24  Jim Meyering  <jim@meyering.net>
25359
25360         filenamecat.c: Add a test.
25361         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
25362         showing how the function works when DIR is the empty string.
25363
25364 2007-09-21  Simon Josefsson  <simon@josefsson.org>
25365
25366         * tests/test-canonicalize.sh: Turn on executable bit.
25367
25368 2007-09-19  Eric Blake  <ebb9@byu.net>
25369
25370         * README: Update CVS instructions.
25371
25372 2007-09-18  Bruno Haible  <bruno@clisp.org>
25373
25374         * modules/areadlink: New file.
25375         * lib/areadlink.h (areadlink): New declaration.
25376         * lib/areadlink.c: New file, based on lib/xreadlink.c.
25377
25378 2007-09-17  Jim Meyering  <jim@meyering.net>
25379
25380         * lib/savewd.c (ESTALE) [!defined]: Define.
25381         Reported to be required on Interix by Martin Koeppe.
25382
25383 2007-09-17  Bruno Haible  <bruno@clisp.org>
25384
25385         * gnulib-tool (func_version): Use $version.
25386
25387 2007-09-16  Bruno Haible  <bruno@clisp.org>
25388
25389         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
25390         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
25391         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
25392         Reported by Greg Schafer <gschafer@zip.com.au>.
25393
25394 2007-09-15  Bruno Haible  <bruno@clisp.org>
25395
25396         * gnulib-tool (sed): Try a little harder to make bash understand the
25397         alias.
25398         Reported by Bruce Korb <bruce.korb@gmail.com>.
25399
25400 2007-09-13  Eric Blake  <ebb9@byu.net>
25401
25402         * ChangeLog: Remove conflict markers.
25403
25404 2007-09-13  Simon Josefsson  <simon@josefsson.org>
25405
25406         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
25407         Reported by Bruno Haible <bruno@clisp.org>.
25408
25409 2007-09-12  Bruno Haible  <bruno@clisp.org>
25410
25411         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
25412         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
25413         is not defined.
25414
25415 2007-09-12  Eric Blake  <ebb9@byu.net>
25416
25417         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
25418         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
25419         Autoconf definition.
25420         * modules/euidaccess (Depends-on): Add extensions, for
25421         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
25422         * modules/fnmatch (Depends-on): Likewise.
25423         * modules/getaddrinfo (Depends-on): Likewise.
25424         * modules/getdelim (Depends-on): Likewise.
25425         * modules/getline (Depends-on): Likewise.
25426         * modules/getsubopt (Depends-on): Likewise.
25427         * modules/gettext (Depends-on): Likewise.
25428         * modules/group-member (Depends-on): Likewise.
25429         * modules/mbchar (Depends-on): Likewise.
25430         * modules/memmem (Depends-on): Likewise.
25431         * modules/mempcpy (Depends-on): Likewise.
25432         * modules/memrchr (Depends-on): Likewise.
25433         * modules/pagealign_alloc (Depends-on): Likewise.
25434         * modules/readutmp (Depends-on): Likewise.
25435         * modules/stpcpy (Depends-on): Likewise.
25436         * modules/stpncpy (Depends-on): Likewise.
25437         * modules/strchrnul (Depends-on): Likewise.
25438         * modules/strndup (Depends-on): Likewise.
25439         * modules/strsep (Depends-on): Likewise.
25440         * modules/strverscmp (Depends-on): Likewise.
25441         * modules/vasprintf (Depends-on): Likewise.
25442         * modules/wcwidth (Depends-on): Likewise.
25443         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
25444         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
25445         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
25446         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
25447         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
25448         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
25449         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
25450         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25451         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
25452         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
25453         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25454         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
25455         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
25456         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
25457         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
25458         * m4/readutmp.m4 (gl_READUTMP): Likewise.
25459         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
25460         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
25461         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
25462         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
25463         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25464         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
25465         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
25466         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
25467         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
25468         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25469         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
25470         so that lock.m4 can be used in gettext without extensions module.
25471
25472 2007-09-11  Bruno Haible  <bruno@clisp.org>
25473
25474         * m4/isc-posix.m4: Remove file.
25475         Suggested by Eric Blake.
25476
25477 2007-09-11  Eric Blake  <ebb9@byu.net>
25478
25479         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
25480
25481 2007-09-10  Bruno Haible  <bruno@clisp.org>
25482
25483         * posix-modules: Fix typo in error message.
25484         Reported by Matt <mkraai@beckman.com>.
25485
25486 2007-09-09  Bruno Haible  <bruno@clisp.org>
25487
25488         * doc/functions/getdelim.texi: Update list of platforms lacking the
25489         function.
25490         * doc/functions/getline.texi: Likewise.
25491
25492 2007-09-09  Jim Meyering  <jim@meyering.net>
25493
25494         * lib/hash.c (hash_initialize): Detect calloc failure.
25495         Reported by Bruno Haible.
25496
25497 2007-09-09  Bruno Haible  <bruno@clisp.org>
25498
25499         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
25500         malloc or realloc fails.
25501
25502 2007-09-09  Bruno Haible  <bruno@clisp.org>
25503
25504         * modules/getcwd (Depends-on): Add malloc-posix.
25505         * modules/glob (Depends-on): Likewise.
25506         * modules/putenv (Depends-on): Likewise.
25507         * modules/strdup (Depends-on): Likewise.
25508         * modules/getdelim (Depends-on): Add realloc-posix.
25509         * modules/read-file (Depends-on): Likewise.
25510
25511 2007-09-09  Bruno Haible  <bruno@clisp.org>
25512
25513         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
25514         (gl_FUNC_MALLOC_POSIX): Require it.
25515         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
25516         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
25517         * modules/realloc (Files): Add m4/malloc.m4.
25518         * modules/calloc (Files): Likewise.
25519
25520 2007-09-09  Bruno Haible  <bruno@clisp.org>
25521
25522         * modules/malloc-posix: New file.
25523         * modules/malloc (Depends-on): Add malloc-posix.
25524         * lib/malloc.c: Include errno.h.
25525         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
25526         and a POSIX-compatible malloc into a single function. Set ENOMEM
25527         when returning NULL.
25528         * m4/malloc.m4: New file.
25529         * doc/functions/malloc.texi: Mention the malloc-posix module.
25530         * lib/stdlib_.h (malloc): New declaration.
25531         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
25532         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
25533         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
25534         and HAVE_MALLOC_POSIX.
25535
25536 2007-09-09  Bruno Haible  <bruno@clisp.org>
25537
25538         * modules/realloc-posix: New file.
25539         * modules/realloc (Depends-on): Add realloc-posix.
25540         * lib/realloc.c: Include errno.h.
25541         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
25542         and a POSIX-compatible realloc into a single function. Set ENOMEM
25543         when returning NULL.
25544         * m4/realloc.m4: New file.
25545         * doc/functions/realloc.texi: Mention the realloc-posix module.
25546         * lib/stdlib_.h (realloc): New declaration.
25547         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
25548         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
25549         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
25550         and HAVE_REALLOC_POSIX.
25551
25552 2007-09-09  Bruno Haible  <bruno@clisp.org>
25553
25554         * modules/calloc-posix: New file.
25555         * modules/calloc (Depends-on): Add calloc-posix.
25556         * lib/calloc.c: Include errno.h.
25557         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
25558         and a POSIX-compatible calloc into a single function. Set ENOMEM
25559         when returning NULL.
25560         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
25561         * doc/functions/calloc.texi: Mention the calloc-posix module.
25562         * lib/stdlib_.h (calloc): New declaration.
25563         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
25564         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
25565         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
25566         and HAVE_CALLOC_POSIX.
25567
25568 2007-09-09  Bruno Haible  <bruno@clisp.org>
25569
25570         Allow for modules to show an arbitrary notice.
25571         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
25572         * gnulib-tool: New option --extract-notice.
25573         (func_usage): Document it.
25574         (sed_extract_prog): Update.
25575         (func_get_notice): New function.
25576         (func_modules_notice): New function.
25577         (func_import, func_create_testdir): Invoke it.
25578         Suggested by Jim Meyering.
25579
25580 2007-09-09  Bruno Haible  <bruno@clisp.org>
25581
25582         * gnulib-tool: New options --verbose, --quiet.
25583         (func_usage): Document them.
25584         (verbose): New variable.
25585         (func_execute_command): New function.
25586         (func_import): Don't show the module list and the file list if
25587         $verbose < 0.
25588         (func_create_testdir): Likewise. Use func_execute_command.
25589         (func_create_megatestdir): Use func_execute_command.
25590
25591 2007-09-08  Bruno Haible  <bruno@clisp.org>
25592
25593         * gnulib-tool (func_import): Prefer rsync over wget when available,
25594         for fetching the PO files.
25595
25596 2007-09-08  Bruno Haible  <bruno@clisp.org>
25597
25598         * posix-modules: New file. Portions copied from gnulib-tool.
25599         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
25600
25601 2007-09-08  Jim Meyering  <jim@meyering.net>
25602
25603         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
25604         * lib/fpending.h: Rename from __fpending.h.
25605         * lib/fpending.c: Rename from __fpending.c.
25606         Include "fpending.h", not "__fpending.h".
25607         * lib/__fpending.h, lib/__fpending.c: Remove files.
25608         * modules/fpending (Files): Reflect new file names.
25609         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
25610
25611 2007-09-08  Bruno Haible  <bruno@clisp.org>
25612
25613         * m4/inttypes-h.m4: Remove stub file.
25614
25615 2007-09-07  Simon Josefsson  <simon@josefsson.org>
25616
25617         * doc/headers/stdint.texi: Discuss #include_next issue.
25618
25619 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25620
25621         * build-aux/bootstrap: Remove obsolete comment about wget --help.
25622
25623 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25624
25625         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
25626         in variable name.
25627
25628 2007-09-03  Jim Meyering  <jim@meyering.net>
25629
25630         New module: git-version-gen.
25631         * modules/git-version-gen: New file.
25632
25633         Import changes from coreutils for bootstrap script.
25634
25635         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
25636
25637         bootstrap: uses rsync to download the .po files
25638         * build-aux/bootstrap (po_download_command_format): New global.
25639         (download_po_files): Use rsync.
25640         (update_po_files): Don't remove .po files after download,
25641         so future rsync runs can take advantage of the copies.
25642
25643         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
25644
25645         Solve the unnecessary-.po-file-regeneration problem once and for all.
25646         * build-aux/bootstrap (download_po_files): New function, renamed from
25647         get_translations.  Now, downloads, but doesn't update LINGUAS.
25648         (update_po_files): New function.
25649
25650         bootstrap: Ignore more.
25651         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
25652         uniwidth to e.g., lib/.gitignore.
25653         (slurp): Handle the sys_stat_.h -> sys mapping, too.
25654
25655         * build-aux/bootstrap: New setting: vc_ignore.
25656         (insert_sorted_if_absent): Create $file if absent.
25657         Adapt to new, possibly empty, list: $vc_ignore.
25658
25659         bootstrap: generate more ignorable names
25660         * build-aux/bootstrap (slurp): When generating ignorable names,
25661         also map .sin to .sed, .gperf to .c, and .y to .c.
25662
25663 2007-09-03  Jim Meyering  <jim@meyering.net>
25664
25665         * build-aux/git-version-gen: New file, from coreutils.  For details, see
25666         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
25667
25668 2007-09-02  Bruno Haible  <bruno@clisp.org>
25669
25670         Fix mis-recognition of 'mcs' on QNX 6.
25671         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
25672         output contains the string "Mono".
25673         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
25674         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
25675
25676 2007-09-01  Bruno Haible  <bruno@clisp.org>
25677
25678         Fix collision between uniwidth/* and linebreak modules.
25679         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
25680         u32_width): Remove declarations.
25681         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
25682         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
25683         streq3, streq2, streq1, streq0): Remove functions.
25684         (STREQ): Remove macro.
25685         (is_cjk_encoding): Remove function.
25686         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
25687         (uc_width, u8_width, u16_width, u32_width): Remove functions.
25688         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
25689         * NEWS: Document the change.
25690
25691 2007-09-01  Bruno Haible  <bruno@clisp.org>
25692
25693         * lib/streq.h: Add double-inclusion guard.
25694
25695 2007-09-01  Karl Berry  <karl@gnu.org>
25696
25697         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
25698
25699 2007-08-28  Jim Meyering  <jim@meyering.net>
25700
25701         Rename mreadlink_with_size to areadlink_with_size.
25702         * NEWS: Document the change.
25703         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
25704         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
25705         * lib/mreadlink.h: Rename this to...
25706         * lib/areadlink.h: ...this.
25707         * modules/mreadlink-with-size: Rename this to...
25708         * modules/areadlink-with-size: ...this.
25709         * lib/canonicalize.c: Reflect the renaming.
25710         * modules/canonicalize: Likewise.
25711
25712 2007-08-26  Bruno Haible  <bruno@clisp.org>
25713
25714         * gnulib-tool (func_import): When deciding which files to remove,
25715         consider also dangling symbolic links.
25716         Reported by Eric Blake.
25717
25718 2007-08-26  Bruno Haible  <bruno@clisp.org>
25719
25720         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
25721
25722 2007-08-23  Simon Josefsson  <simon@josefsson.org>
25723
25724         * lib/readline.c: Don't include getline.h, the prototype is now
25725         found in stdio.h.
25726
25727 2007-08-23  Jim Meyering  <jim@meyering.net>
25728
25729         Getdelim touchup.
25730         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
25731         around the funlockfile call, since funlockfile never sets errno.
25732         Don't set errno upon failed realloc.
25733
25734 2007-08-22  Eric Blake  <ebb9@byu.net>
25735
25736         Getline touchups.
25737         * lib/getdelim.c (getdelim): Revert regression that required *n to
25738         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
25739         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
25740         getdelim, rather than whether implementation is missing.
25741         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
25742         * lib/stdio_.h (getline): Also declare if replacement is
25743         required.
25744         * doc/functions/getdelim.texi: New file.
25745         * doc/functions/getline.texi: Likewise.
25746         * doc/gnulib.texi (Function Substitutes): Add new files.
25747         Reported by Bruno Haible.
25748
25749 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
25750
25751         * users.txt: Add Guile.
25752
25753 2007-08-22  Eric Blake  <ebb9@byu.net>
25754
25755         * tests/test-getdelim.c (main): Use remove, not unlink.
25756         * tests/test-getline.c (main): Likewise.
25757
25758         Move getline and getdelim into stdio.h, per POSIX 200x.
25759         * modules/getline (Files): Remove getline.h.
25760         (Depends-on): Add stdio.
25761         (configure.ac): Add module indicator.
25762         * modules/getdelim (Files): Remove getdelim.h.
25763         (Depends-on): Add stdio.
25764         (configure.ac): Add module indicator.
25765         * modules/stdio (Makefile.am): Work with new indicators.
25766         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
25767         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
25768         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
25769         * lib/getdelim.h: Delete.
25770         * lib/getline.h: Delete.
25771         * lib/stdio_.h (getdelim, getline): Declare.
25772         * modules/getdelim-tests: New module.
25773         * modules/getline-tests: Likewise.
25774         * tests/test-getdelim.c: New file.
25775         * tests/test-getline.c: Likewise.
25776         * NEWS: Document the change.
25777         * lib/getline.c: Update choice of header.
25778         * lib/csharpcomp.c: Likewise.
25779         * lib/getpass.c: Likewise.
25780         * lib/javacomp.c: Likewise.
25781         * lib/javaversion.c: Likewise.
25782         * lib/yesno.c: Likewise.
25783         * lib/getdelim.c: Likewise.
25784         (getdelim): Set errno on failure, and avoid memory leak.
25785
25786 2007-08-19  Bruno Haible  <bruno@clisp.org>
25787
25788         * modules/closein (Depends-on): Add freadahead.
25789         * lib/closein.c: Include freadahead.h.
25790         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
25791         is zero.
25792
25793 2007-08-19  Bruno Haible  <bruno@clisp.org>
25794
25795         * modules/freadahead-tests: New file.
25796         * tests/test-freadahead.sh: New file.
25797         * tests/test-freadahead.c: New file.
25798
25799         * modules/freadahead: New file.
25800         * lib/freadahead.h: New file.
25801         * lib/freadahead.c: New file.
25802         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
25803         fbufmode, fpurge, freadable, fwritable.
25804
25805 2007-08-19  Eric Blake  <ebb9@byu.net>
25806
25807         Test yesno in combination with closein.
25808         * lib/yesno.c (yesno): Document use of stdin.
25809         * modules/yesno-tests (Files): New module.
25810         * tests/test-yesno.c (main): New file.
25811         * tests/test-yesno.sh: Likewise.
25812
25813 2007-08-19  Bruno Haible  <bruno@clisp.org>
25814
25815         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
25816         * lib/fseeko.c (rpl_fseeko): Likewise.
25817         * lib/fseterr.c (fseterr): Likewise.
25818
25819 2007-08-19  Bruno Haible  <bruno@clisp.org>
25820
25821         * tests/test-lseek.c (main): Disable a test for BeOS.
25822         * doc/functions/lseek.texi: Document the BeOS bug.
25823
25824 2007-08-19  Bruno Haible  <bruno@clisp.org>
25825             Eric Blake  <ebb9@byu.net>
25826
25827         * lib/lseek.c: Include <sys/stat.h>.
25828         (rpl_lseek): Add workaround code also for Unix platforms.
25829         Needed for BeOS.
25830         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
25831         * doc/functions/lseek.texi: Document BeOS definiency.
25832
25833 2007-08-18  Bruno Haible  <bruno@clisp.org>
25834
25835         * modules/fstrcmp-tests: New file.
25836         * tests/test-fstrcmp.c: New file.
25837
25838 2007-08-18  Bruno Haible  <bruno@clisp.org>
25839
25840         * modules/fstrcmp: New file, from GNU gettext with modifications.
25841         * lib/fstrcmp.h: New file, from GNU gettext.
25842         * lib/fstrcmp.c: New file, from GNU gettext.
25843         * MODULES.html.sh (String handling): Add fstrcmp.
25844
25845 2007-08-18  Bruno Haible  <bruno@clisp.org>
25846
25847         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
25848         'bool'.
25849         (diag, compareseq): Remove const from the ctxt argument.
25850         (USE_HEURISTIC): Undefine at the end.
25851
25852 2007-08-18  Jim Meyering  <jim@meyering.net>
25853
25854         New file: lib/idcache.h
25855         * NEWS: Mention the addition.
25856         * modules/idcache (Files): Add lib/idcache.h
25857         * lib/idcache.c: Include "idcache.h".
25858         Don't include <sys/types.h>.
25859         Add a FIXME comment.
25860         Move file-scoped "static" declarations to the top.
25861         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
25862
25863 2007-08-17  Bruno Haible  <bruno@clisp.org>
25864         and Paul Eggert  <eggert@cs.ucla.edu>
25865
25866         * MODULES.html.sh: Add diffseq.
25867         * modules/diffseq: New file.
25868         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
25869         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
25870
25871 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25872
25873         Import changes from coreutils for bootstrap script.
25874
25875         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
25876
25877         * build-aux/bootstrap (slurp): Work even in environments where
25878         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
25879         current code does not slurp files whose names start with ".", and
25880         this looks like it might be a troublesome area.
25881
25882         2007-07-11  Jim Meyering  <jim@meyering.net>
25883
25884         If there's a GPL vN copyright comment, require that N == 3.
25885
25886         2007-07-08  Jim Meyering  <jim@meyering.net>
25887
25888         Run the coreutils-specific code only if tests/Makefile.am.in exists.
25889         * build-aux/bootstrap (mam_template): Move definition out of loop.
25890
25891         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
25892
25893         * build-aux/bootstrap (symlink_to_dir): Rename function from
25894         symlink_to_gnulib.  Add a directory parameter.  Update all
25895         callers.
25896         (cp_mark_as_generated): Also check for -- and link to -- files in
25897         gl/.
25898
25899         2007-07-08  Jim Meyering  <jim@meyering.net>
25900
25901         Adapt to deeper hierarchy in gnulib.
25902         * build-aux/bootstrap (symlink_to_dir): If the destination
25903         directory doesn't exist, create it. This is required at least for
25904         "lib/uniwidth/cjk.h".
25905
25906         2007-05-15  Jim Meyering  <jim@meyering.net>
25907
25908         * build-aux/bootstrap: Now that generated Makefile.am files
25909         are no longer under version control, they must be created at
25910         bootstrap time.
25911
25912 2007-08-14  Ben Pfaff  <blp@gnu.org>
25913
25914         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
25915
25916 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25917
25918         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
25919         given the changes below.
25920         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
25921         even on hosts that have padding bits beyond the supported 64.
25922
25923 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25924
25925         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
25926         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
25927         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
25928         depends on it.
25929         (xstrtol_error): Remove.
25930         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
25931         but with a different signature.
25932         (ATTRIBUTE_NORETURN, __attribute__): New macros.
25933         * lib/xstrtol-error.c: Include exitfail.h.
25934         (xstrtol_fatal): New function, with a different signature from the
25935         old xstrtol_error, so that the caller need not worry about passing
25936         in an exit status, or about storage management of the option argument.
25937         (xstrtol_error): Now a static function.  Redo signature to
25938         implement xstrtol_fatal.  Output the correct number of hyphens in
25939         front of the option so that the caller need not worry about
25940         storage management.
25941         (N_): New macro.
25942         (_): Remove; not used now.
25943         * modules/xstrtol: Depend on getopt.
25944         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
25945         of old STRTOL_FATAL_ERROR macro.
25946         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
25947         of test program.
25948         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
25949         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
25950
25951 2007-08-08  Eric Blake  <ebb9@byu.net>
25952
25953         * lib/xstrtol-error.c: Add missing include.
25954
25955         Move xstrtol messages into gnulib domain, when --pobase is used.
25956         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
25957         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
25958         * modules/xstrtol (Files): Distribute new file.
25959         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
25960         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
25961         * tests/test-xstrtol.c: ...into new file.
25962         * tests/test-xstrtoul.c: Also test xstrtoul.
25963         * tests/test-xstrtoimax.c: Also test xstrtoimax.
25964         * tests/test-xstrtoumax.c: Also test xstrtoumax.
25965         * tests/test-xstrtol.sh: Drive the tests.
25966         * tests/test-xstrtoimax.sh: Likewise.
25967         * tests/test-xstrtoumax.sh: Likewise.
25968         * modules/xstrtol-tests: New module.
25969         * modules/xstrtoimax-tests: Likewise.
25970         * modules/xstrtoumax-tests: Likewise.
25971
25972 2007-08-08  Jim Meyering  <jim@meyering.net>
25973
25974         New function: mfile_name_concat.
25975         * lib/filenamecat.c (mfile_name_concat): New function, just like
25976         file_name_concat, but return NULL upon failure rather than exiting
25977         with a diagnostic.
25978         * lib/filenamecat.h: Declare it.
25979
25980 2007-08-07  Bruno Haible  <bruno@clisp.org>
25981
25982         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
25983         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
25984         warning from gcc.
25985         Reported by Eric Blake.
25986
25987 2007-08-07  Simon Josefsson  <simon@josefsson.org>
25988
25989         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
25990         * modules/crypto/arcfour (License): Likewise.
25991         * modules/crypto/des-tests (License): Likewise.
25992         * modules/crypto/gc-arctwo-tests (License): Likewise.
25993         * modules/crypto/gc-des-tests (License): Likewise.
25994         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
25995         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
25996         * modules/crypto/gc-md2-tests (License): Likewise.
25997         * modules/crypto/gc-md4-tests (License): Likewise.
25998         * modules/crypto/gc-md5-tests (License): Likewise.
25999         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
26000         * modules/crypto/gc-rijndael-tests (License): Likewise.
26001         * modules/crypto/gc-sha1-tests (License): Likewise.
26002         * modules/crypto/gc-tests (License): Likewise.
26003         * modules/crypto/hmac-md5 (License): Likewise.
26004         * modules/crypto/hmac-sha1 (License): Likewise.
26005         * modules/crypto/md2-tests (License): Likewise.
26006         * modules/crypto/md4-tests (License): Likewise.
26007         * modules/crypto/md5 (License): Likewise.
26008         * modules/crypto/rijndael (License): Likewise.
26009         * modules/crypto/sha1 (License): Likewise.
26010         * modules/memxor (License): Likewise.
26011
26012 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26013         and Bruno Haible  <bruno@clisp.org>
26014
26015         * NEWS: Describe interface changes to human, xstrtol.
26016         * lib/human.h: Include <xstrtol.h>.
26017         (human_options): Return enum strtol_error, not int.  Remove
26018         bool arg; take int * instead.
26019         * lib/human.c: Don't include "gettext.h".
26020         (_): Remove; no longer used.
26021         Don't include <xstrtol.h>, since human.h does it.
26022         (human_options): Adjust to abovementioned interface changes.
26023         Do not report error to stderr; that's now the caller's
26024         responsibility.
26025         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
26026         interface change.
26027         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
26028         Str, Argument_type_string.  All uses changed.  Put " argument"
26029         in diagnostics to make them clearer.  Change wording of suffix
26030         message for clarity.
26031         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
26032         Argument_type_string.
26033         (STRTOL_FATAL_WARN): Remove; no longer used.
26034         * modules/human (Depends-on): Remove gettext-h.
26035
26036 2007-08-06  Simon Josefsson  <simon@josefsson.org>
26037
26038         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
26039
26040 2007-07-31  Bruno Haible  <bruno@clisp.org>
26041
26042         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
26043         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
26044         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
26045
26046 2007-07-31  Bruno Haible  <bruno@clisp.org>
26047
26048         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
26049         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
26050
26051 2007-07-30  Bruno Haible  <bruno@clisp.org>
26052
26053         * modules/base64 (License): Use the synonymous term "LGPLv2+".
26054         * modules/c-ctype (License): Likewise.
26055         * modules/c-strcase (License): Likewise.
26056         * modules/check-version (License): Likewise.
26057         * modules/iconv (License): Likewise.
26058         * modules/iconv_open (License): Likewise.
26059         * modules/read-file (License): Likewise.
26060         * modules/striconv (License): Likewise.
26061         * modules/strverscmp (License): Likewise.
26062         * modules/vasprintf (License): Likewise.
26063         * modules/crypto/des (License): Likewise.
26064         * modules/crypto/gc (License): Likewise.
26065         * modules/crypto/gc-arcfour (License): Likewise.
26066         * modules/crypto/gc-arctwo (License): Likewise.
26067         * modules/crypto/gc-des (License): Likewise.
26068         * modules/crypto/gc-hmac-md5 (License): Likewise.
26069         * modules/crypto/gc-hmac-sha1 (License): Likewise.
26070         * modules/crypto/gc-md2 (License): Likewise.
26071         * modules/crypto/gc-md4 (License): Likewise.
26072         * modules/crypto/gc-md5 (License): Likewise.
26073         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
26074         * modules/crypto/gc-random (License): Likewise.
26075         * modules/crypto/gc-rijndael (License): Likewise.
26076         * modules/crypto/gc-sha1 (License): Likewise.
26077         * modules/crypto/md2 (License): Likewise.
26078         * modules/crypto/md4 (License): Likewise.
26079
26080 2007-07-30  Jim Meyering  <jim@meyering.net>
26081
26082         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
26083         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
26084         it has valid stat data.  This bug would cause du not to count the
26085         sizes of inaccessible directories.
26086         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
26087         in <http://bugzilla.redhat.com/250077>.
26088
26089 2007-07-25  Peter O'Gorman  <peter@pogma.com>
26090             Bruno Haible  <bruno@clisp.org>
26091
26092         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
26093         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
26094         #include_next, gives a diagnostic about it, but reports no error in
26095         the exit code.
26096         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
26097
26098 2007-07-24  Ben Pfaff  <blp@gnu.org>
26099
26100         Improve name: "count-one-bits" is better than "popcount".
26101         * MODULES.html.sh: Update name.
26102         * lib/popcount.h: Renamed lib/count-one-bits.h.
26103         (popcount): Renamed count_one_bits.
26104         (popcountl): Renamed count_one_bits_l.
26105         (popcountll): Renamed count_one_bits_ll.
26106         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
26107         * modules/popcount: Renamed module/count-one-bits.
26108         * modules/popcount-tests: Renamed module/count-one-bits-tests.
26109         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
26110
26111 2007-07-23  Ben Pfaff  <blp@gnu.org>
26112
26113         * lib/popcount.h (popcount32): Reduce size of constants, to allow
26114         better code generation, and add U to large constants to avoid
26115         warnings, in non-GCC case.
26116         Suggested by Bruno Haible.
26117
26118 2007-07-23  Ben Pfaff  <blp@gnu.org>
26119
26120         * lib/popcount.h: Use verify_true instead of if...abort.
26121         * modules/popcount: Depend on verify module.
26122         Suggested by Jim Meyering.
26123
26124 2007-07-23  Bruno Haible  <bruno@clisp.org>
26125
26126         * gnulib-tool (func_import): Create a .cvsignore file also when the
26127         directory is not yet in CVS but the toplevel directory is. When
26128         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
26129         Reported by Karl Berry.
26130
26131 2007-07-22  Ben Pfaff  <blp@gnu.org>
26132
26133         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
26134         case.
26135         Suggested by Eric Blake.
26136
26137 2007-07-22  Ben Pfaff  <blp@gnu.org>
26138
26139         New module: popcount.
26140         * MODULES.html.sh: Add popcount.
26141         * modules/popcount: New file.
26142         * modules/popcount-tests: New file.
26143         * tests/test-popcount.c: New file.
26144         * lib/popcount.h: New file.
26145         * m4/popcount.m4: New file.
26146
26147 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26148
26149         * build-aux/announce-gen: Update to GPLv3.
26150
26151         * build-aux/config.guess: Update from config.
26152
26153 2007-07-21  Bruno Haible  <bruno@clisp.org>
26154
26155         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
26156         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
26157
26158 2007-07-20  Jim Meyering  <jim@meyering.net>
26159
26160         * check-module: Diagnose a self-dependency.
26161
26162 2007-07-19  Bruno Haible  <bruno@clisp.org>
26163
26164         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
26165         empty.
26166         Reported by Eric Blake.
26167
26168 2007-07-18  Bruno Haible  <bruno@clisp.org>
26169
26170         * gnulib-tool: New options --po-base, --po-domain.
26171         (func_usage): Document them.
26172         (pobase, po_domain): New variables.
26173         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
26174         DEFAULT_TEXT_DOMAIN.
26175         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
26176         (func_import): Consider pobase and po_domain. Create a po/ directory.
26177         (func_create_testdir): Set pobase and po_domain to empty.
26178         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
26179         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
26180
26181 2007-07-18  Bruno Haible  <bruno@clisp.org>
26182
26183         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26184         EXTRA_DIST augmentation for files in build-aux/.
26185
26186 2007-07-16  Bruno Haible  <bruno@clisp.org>
26187
26188         * modules/lseek (License): Use the synonymous term "LGPLv2+".
26189         * modules/getdelim (License): Likewise.
26190
26191 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26192
26193         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
26194         * modules/d-type (License): Likewise.
26195         * modules/extensions (License): Likewise.
26196         * modules/fnmatch (License): Likewise.
26197         * modules/fseeko (License): Likewise.
26198         * modules/getaddrinfo (License): Likewise.
26199         * modules/getline (License): Likewise.
26200         * modules/getlogin_r (License): Likewise.
26201         * modules/getpass (License): Likewise.
26202         * modules/gettimeofday (License): Likewise.
26203         * modules/glob (License): Likewise.
26204         * modules/inet_ntop (License): Likewise.
26205         * modules/malloc (License): Likewise.
26206         * modules/malloca (License): Likewise.
26207         * modules/memmem (License): Likewise.
26208         * modules/mempcpy (License): Likewise.
26209         * modules/memset (License): Likewise.
26210         * modules/minmax (License): Likewise.
26211         * modules/mktime (License): Likewise.
26212         * modules/netinet_in (License): Likewise.
26213         * modules/pathmax (License): Likewise.
26214         * modules/poll (License): Likewise.
26215         * modules/regex (License): Likewise.
26216         * modules/snprintf (License): Likewise.
26217         * modules/stdbool (License): Likewise.
26218         * modules/stdint (License): Likewise.
26219         * modules/stdio (License): Likewise.
26220         * modules/strcase (License): Likewise.
26221         * modules/strcasestr (License): Likewise.
26222         * modules/strdup (License): Likewise.
26223         * modules/string (License): Likewise.
26224         * modules/strndup (License): Likewise.
26225         * modules/strnlen (License): Likewise.
26226         * modules/strpbrk (License): Likewise.
26227         * modules/strptime (License): Likewise.
26228         * modules/strsep (License): Likewise.
26229         * modules/sys_select (License): Likewise.
26230         * modules/sys_socket (License): Likewise.
26231         * modules/sys_stat (License): Likewise.
26232         * modules/sys_time (License): Likewise.
26233         * modules/time (License): Likewise.
26234         * modules/time_r (License): Likewise.
26235         * modules/timegm (License): Likewise.
26236         * modules/unistd (License): Likewise.
26237         * modules/vsnprintf (License): Likewise.
26238         * modules/wctype (License): Likewise.
26239
26240 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26241
26242         * modules/argz (License): LGPLv2+.
26243
26244 2007-07-15  Karl Berry  <karl@gnu.org>
26245
26246         * doc/gnulib.texi: revise node structure per new fdl.texi.
26247
26248 2007-07-14  Bruno Haible  <bruno@clisp.org>
26249
26250         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
26251         the output file.
26252         * lib/uniname/uninames.h: Regenerated.
26253
26254 2007-07-14  Karl Berry  <karl@gnu.org>
26255
26256         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
26257         omitting sectioning and index commands.
26258
26259 2007-07-13  Bruno Haible  <bruno@clisp.org>
26260
26261         New gnulib-tool option --more-symlinks.
26262         * gnulib-tool (func_usage): Document --more-symlinks.
26263         (do_copyrights): New variable.
26264         Recognize option --more-symlinks.
26265         (func_import): Don't add a copyright notice transform to
26266         sed_transform_lib_file if do_copyrights is empty.
26267
26268 2007-07-13  Bruno Haible  <bruno@clisp.org>
26269
26270         * lib/vasnprintf.c (decimal_point_char): Define also if
26271         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
26272         && !NEED_PRINTF_DIRECTIVE_A.
26273         Reported by Clemens Koller <clemens.koller@anagramm.de> via
26274         Gary V. Vaughan <gary@gnu.org>.
26275
26276 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
26277
26278         * lib/inttypes_.h: Undo previous change, since it was fixed
26279         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
26280
26281 2007-07-13  Bruno Haible  <bruno@clisp.org>
26282
26283         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
26284         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
26285
26286 2007-07-13  Jim Meyering  <jim@meyering.net>
26287
26288         df: Don't fail for Tru64's "file-on-file mount".
26289         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
26290         so we fall through and use statfs instead.  Details here:
26291         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
26292         Reported by Albert Chin.
26293
26294 2007-07-13  Bruno Haible  <bruno@clisp.org>
26295
26296         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
26297         * modules/configmake (License): Likewise.
26298         * modules/gettext (License): Likewise.
26299         * modules/gettext-h (License): Likewise.
26300         * modules/include_next (License): Likewise.
26301         * modules/link-warning (License): Likewise.
26302         * modules/localcharset (License): Likewise.
26303         * modules/localename (License): Likewise.
26304         * modules/lock (License): Likewise.
26305         * modules/relocatable-lib-lgpl (License): Likewise.
26306         * modules/size_max (License): Likewise.
26307         * modules/vasnprintf (License): Likewise.
26308         * modules/wchar (License): Likewise.
26309         * modules/xsize (License): Likewise.
26310
26311 2007-07-13  Bruno Haible  <bruno@clisp.org>
26312
26313         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
26314         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
26315
26316 2007-07-12  Bruno Haible  <bruno@clisp.org>
26317
26318         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
26319         in the modules files.
26320
26321 2007-07-11  Karl Berry  <karl@gnu.org>
26322
26323         * MODULES.html.sh (func_module): use
26324          sed -e '\|^'"${includefile}"'$|d'
26325          instead of /.../d, to avoid errors on $includefile's containing /.
26326
26327 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26328
26329         * gnulib-tool (func_import): Avoid duplication of --avoid
26330         statements
26331         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
26332         names to `_' in variable names.
26333
26334 2007-07-10  Eric Blake  <ebb9@byu.net>
26335
26336         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
26337         * NEWS: Document this change.
26338
26339 2007-07-08  Bruno Haible  <bruno@clisp.org>
26340
26341         Update to Unicode 5.0.
26342         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
26343         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
26344         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
26345         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
26346         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
26347         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
26348         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
26349         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
26350         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
26351         U+10A3F, U+1D242..U+1D244.
26352         (nonspacing_table_ind): Update.
26353         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
26354         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
26355
26356 2007-07-08  Bruno Haible  <bruno@clisp.org>
26357
26358         Update to Unicode 5.0.
26359         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
26360         code transform. Extend the name index field of unicode_name_to_code and
26361         unicode_code_to_name from 16 to 24 bits.
26362         * lib/uniname/uniname.c (unicode_character_name,
26363         unicode_name_character): Add the range 0x12xxx to the code transform.
26364         * lib/uniname/uninames.h: Regenerated.
26365         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
26366
26367 2007-07-07  Bruno Haible  <bruno@clisp.org>
26368
26369         * modules/wcwidth-tests: New file.
26370         * tests/test-wcwidth.c: New file.
26371
26372         Work around MacOS X wcwidth() bug.
26373         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
26374         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
26375         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
26376         original wcwidth in non-UTF-8 locales.
26377         * modules/wcwidth (Depends-on): Add localcharset, streq,
26378         uniwidth/width.
26379         * doc/functions/wcwidth.texi: Update.
26380
26381 2007-07-07  Bruno Haible  <bruno@clisp.org>
26382
26383         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
26384         (wcwidth): New declaration.
26385         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
26386         macros.
26387         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
26388         here. Prepare for creating <wchar.h> unconditionally.
26389         * modules/wchar (Depends-on): Add link-warning.
26390         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
26391         REPLACE_WCWIDTH, and GL_LINK_WARNING.
26392         * lib/wcwidth.h: Remove file.
26393         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
26394         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
26395         * modules/wcwidth (Files): Remove lib/wcwidth.h.
26396         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
26397         (Include): Replace wcwidth.h with <wchar.h>.
26398         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
26399         * lib/mbchar.h: Don't include wcwidth.h.
26400         * lib/mbswidth.c: Likewise.
26401         * NEWS: Mention the change.
26402
26403 2007-07-07  Bruno Haible  <bruno@clisp.org>
26404
26405         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
26406         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
26407         definition with an external declaration.
26408         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
26409         defined as a function. Remove AC_C_INLINE requirement.
26410         * modules/wcwidth (Files): Add lib/wcwidth.c.
26411         (Makefile.am): Remove redundant statement.
26412
26413 2007-07-07  Bruno Haible  <bruno@clisp.org>
26414
26415         * MODULES.html.sh (Unicode string functions): Add the new modules.
26416
26417         * tests/uniwidth/test-u32-strwidth.c: New file.
26418         * modules/uniwidth/u32-strwidth-tests: New file.
26419
26420         * lib/uniwidth/u32-strwidth.c: New file.
26421         * modules/uniwidth/u32-strwidth: New file.
26422
26423         * tests/uniwidth/test-u16-strwidth.c: New file.
26424         * modules/uniwidth/u16-strwidth-tests: New file.
26425
26426         * lib/uniwidth/u16-strwidth.c: New file.
26427         * modules/uniwidth/u16-strwidth: New file.
26428
26429         * tests/uniwidth/test-u8-strwidth.c: New file.
26430         * modules/uniwidth/u8-strwidth-tests: New file.
26431
26432         * lib/uniwidth/u8-strwidth.c: New file.
26433         * modules/uniwidth/u8-strwidth: New file.
26434
26435         * tests/uniwidth/test-u32-width.c: New file.
26436         * modules/uniwidth/u32-width-tests: New file.
26437
26438         * lib/uniwidth/u32-width.c: New file.
26439         * modules/uniwidth/u32-width: New file.
26440
26441         * tests/uniwidth/test-u16-width.c: New file.
26442         * modules/uniwidth/u16-width-tests: New file.
26443
26444         * lib/uniwidth/u16-width.c: New file.
26445         * modules/uniwidth/u16-width: New file.
26446
26447         * tests/uniwidth/test-u8-width.c: New file.
26448         * modules/uniwidth/u8-width-tests: New file.
26449
26450         * lib/uniwidth/u8-width.c: New file.
26451         * modules/uniwidth/u8-width: New file.
26452
26453         * tests/uniwidth/test-uc_width.c: New file.
26454         * modules/uniwidth/width-tests: New file.
26455
26456         * lib/uniwidth/width.c: New file, from GNU libiconv.
26457         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
26458         * modules/uniwidth/width: New file.
26459
26460         * lib/uniwidth.h: New file, from GNU libiconv.
26461         * modules/uniwidth/base: New file.
26462
26463 2007-07-07  Bruno Haible  <bruno@clisp.org>
26464
26465         * lib/uniname.h: New file, from GNU gettext.
26466         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
26467         * lib/uniname/uninames.h: New file, from GNU gettext.
26468         * lib/uniname/uniname.c: New file, from GNU gettext.
26469         * tests/uniname/test-uninames.sh: New file.
26470         * tests/uniname/test-uninames.c: New file, from GNU gettext.
26471         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
26472         * modules/uniname/base: New file.
26473         * modules/uniname/uniname: New file.
26474         * modules/uniname/uniname-tests: New file.
26475         * MODULES.html.sh (Unicode string functions): Add the new modules.
26476
26477 2007-07-06  Bruno Haible  <bruno@clisp.org>
26478
26479         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
26480
26481 2007-07-06  Bruno Haible  <bruno@clisp.org>
26482
26483         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
26484         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
26485         includes <cygwin/sys_time.h> which includes <sys/select.h> which
26486         include <sys/time.h>.
26487         Reported by Eric Blake.
26488
26489 2007-07-06  Eric Blake  <ebb9@byu.net>
26490
26491         Fix testing canonicalize on cygwin.
26492         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
26493         Revert patch from 2007-06-19.
26494         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
26495         canonicalize module is also in use.
26496         * tests/test-canonicalize.c: New file.
26497         * tests/test-canonicalize.sh: Likewise.
26498         * modules/canonicalize-tests: Likewise.
26499
26500 2007-07-06  Jim Meyering  <jim@meyering.net>
26501
26502         * lib/getugroups.c (getugroups): Detect getgrent failure.
26503         Adjust comment to reflect reality: this function may return -1.
26504
26505 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
26506
26507         * build-aux/bootstrap (TP_URL,get_translations): Update to use
26508         the new TP address.
26509         (usage): Fix typo
26510         (gnulib_mk): New variable.
26511
26512 2007-07-05  Jim Meyering  <jim@meyering.net>
26513
26514         Don't let endgrent clobber errno, no matter how improbable.
26515         * lib/getugroups.c (getugroups): Save and restore errno around
26516         endgrent call.
26517
26518         Close the group DB even when failing with 2^31 or more members.
26519         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
26520
26521 2007-07-04  Jim Meyering  <jim@meyering.net>
26522
26523         * lib/getugroups.h: New file.
26524         * lib/getugroups.c: Include "getugroups.h".
26525         Remove uses of "register" keyword.
26526         Move local variable, "cp", down into scope where used.
26527         Give "username" parameter the "const" attribute.
26528         * modules/getugroups (Files): Add lib/getugroups.h
26529
26530 2007-07-04  Karl Berry  <karl@gnu.org>
26531
26532         * MODULES.html.sh (func_all_modules): Complete rename of
26533         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
26534
26535 2007-07-02  Bruno Haible  <bruno@clisp.org>
26536
26537         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
26538         mode, when inttypes.h comes from gnulib.
26539         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
26540
26541 2007-07-02  Simon Josefsson  <simon@josefsson.org>
26542
26543         * NEWS: Mention lgpl module name change.
26544
26545         * modules/lgpl-2.1: Renamed from lgpl.
26546
26547         * NEWS: Mention gpl module name change.
26548
26549         * modules/gpl-3.0: New file, based on gpl-2.0.
26550
26551         * modules/gpl-2.0: Renamed from gpl.
26552
26553         * modules/gpl: Fix filename, doc/gpl.texi is now found at
26554         doc/gpl-2.0.texi.
26555
26556 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26557
26558         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
26559         #define __STDC_LIMIT_MACROS temporarily while including
26560         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
26561         Problem reported by Joel E. Denny in
26562         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
26563
26564 2007-07-01  Bruno Haible  <bruno@clisp.org>
26565
26566         * lib/unistdio.h: New file.
26567         * lib/unistdio/u-asnprintf.h: New file.
26568         * lib/unistdio/u-asprintf.h: New file.
26569         * lib/unistdio/u-printf-args.c: New file.
26570         * lib/unistdio/u-printf-args.h: New file.
26571         * lib/unistdio/u-printf-parse.h: New file.
26572         * lib/unistdio/u-snprintf.h: New file.
26573         * lib/unistdio/u-sprintf.h: New file.
26574         * lib/unistdio/u-vasprintf.h: New file.
26575         * lib/unistdio/u-vsnprintf.h: New file.
26576         * lib/unistdio/u-vsprintf.h: New file.
26577         * lib/unistdio/ulc-asnprintf.c: New file.
26578         * lib/unistdio/ulc-asprintf.c: New file.
26579         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
26580         * lib/unistdio/ulc-printf-parse.c: New file.
26581         * lib/unistdio/ulc-snprintf.c: New file.
26582         * lib/unistdio/ulc-sprintf.c: New file.
26583         * lib/unistdio/ulc-vasnprintf.c: New file.
26584         * lib/unistdio/ulc-vasprintf.c: New file.
26585         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
26586         * lib/unistdio/ulc-vsnprintf.c: New file.
26587         * lib/unistdio/ulc-vsprintf.c: New file.
26588         * lib/unistdio/u8-asnprintf.c: New file.
26589         * lib/unistdio/u8-asprintf.c: New file.
26590         * lib/unistdio/u8-printf-parse.c: New file.
26591         * lib/unistdio/u8-snprintf.c: New file.
26592         * lib/unistdio/u8-sprintf.c: New file.
26593         * lib/unistdio/u8-vasnprintf.c: New file.
26594         * lib/unistdio/u8-vasprintf.c: New file.
26595         * lib/unistdio/u8-vsnprintf.c: New file.
26596         * lib/unistdio/u8-vsprintf.c: New file.
26597         * lib/unistdio/u8-u8-asnprintf.c: New file.
26598         * lib/unistdio/u8-u8-asprintf.c: New file.
26599         * lib/unistdio/u8-u8-snprintf.c: New file.
26600         * lib/unistdio/u8-u8-sprintf.c: New file.
26601         * lib/unistdio/u8-u8-vasnprintf.c: New file.
26602         * lib/unistdio/u8-u8-vasprintf.c: New file.
26603         * lib/unistdio/u8-u8-vsnprintf.c: New file.
26604         * lib/unistdio/u8-u8-vsprintf.c: New file.
26605         * lib/unistdio/u16-asnprintf.c: New file.
26606         * lib/unistdio/u16-asprintf.c: New file.
26607         * lib/unistdio/u16-printf-parse.c: New file.
26608         * lib/unistdio/u16-snprintf.c: New file.
26609         * lib/unistdio/u16-sprintf.c: New file.
26610         * lib/unistdio/u16-vasnprintf.c: New file.
26611         * lib/unistdio/u16-vasprintf.c: New file.
26612         * lib/unistdio/u16-vsnprintf.c: New file.
26613         * lib/unistdio/u16-vsprintf.c: New file.
26614         * lib/unistdio/u16-u16-asnprintf.c: New file.
26615         * lib/unistdio/u16-u16-asprintf.c: New file.
26616         * lib/unistdio/u16-u16-snprintf.c: New file.
26617         * lib/unistdio/u16-u16-sprintf.c: New file.
26618         * lib/unistdio/u16-u16-vasnprintf.c: New file.
26619         * lib/unistdio/u16-u16-vasprintf.c: New file.
26620         * lib/unistdio/u16-u16-vsnprintf.c: New file.
26621         * lib/unistdio/u16-u16-vsprintf.c: New file.
26622         * lib/unistdio/u32-asnprintf.c: New file.
26623         * lib/unistdio/u32-asprintf.c: New file.
26624         * lib/unistdio/u32-printf-parse.c: New file.
26625         * lib/unistdio/u32-snprintf.c: New file.
26626         * lib/unistdio/u32-sprintf.c: New file.
26627         * lib/unistdio/u32-vasnprintf.c: New file.
26628         * lib/unistdio/u32-vasprintf.c: New file.
26629         * lib/unistdio/u32-vsnprintf.c: New file.
26630         * lib/unistdio/u32-vsprintf.c: New file.
26631         * lib/unistdio/u32-u32-asnprintf.c: New file.
26632         * lib/unistdio/u32-u32-asprintf.c: New file.
26633         * lib/unistdio/u32-u32-snprintf.c: New file.
26634         * lib/unistdio/u32-u32-sprintf.c: New file.
26635         * lib/unistdio/u32-u32-vasnprintf.c: New file.
26636         * lib/unistdio/u32-u32-vasprintf.c: New file.
26637         * lib/unistdio/u32-u32-vsnprintf.c: New file.
26638         * lib/unistdio/u32-u32-vsprintf.c: New file.
26639         * tests/unistdio/test-ulc-asnprintf1.c: New file.
26640         * tests/unistdio/test-ulc-asnprintf1.h: New file.
26641         * tests/unistdio/test-ulc-printf1.h: New file.
26642         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
26643         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
26644         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
26645         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
26646         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
26647         * tests/unistdio/test-ulc-vasprintf1.c: New file.
26648         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
26649         * tests/unistdio/test-ulc-vsprintf1.c: New file.
26650         * tests/unistdio/test-u8-asnprintf1.c: New file.
26651         * tests/unistdio/test-u8-asnprintf1.h: New file.
26652         * tests/unistdio/test-u8-printf1.h: New file.
26653         * tests/unistdio/test-u8-vasnprintf1.c: New file.
26654         * tests/unistdio/test-u8-vasnprintf2.c: New file.
26655         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
26656         * tests/unistdio/test-u8-vasnprintf3.c: New file.
26657         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
26658         * tests/unistdio/test-u8-vasprintf1.c: New file.
26659         * tests/unistdio/test-u8-vsnprintf1.c: New file.
26660         * tests/unistdio/test-u8-vsprintf1.c: New file.
26661         * tests/unistdio/test-u16-asnprintf1.c: New file.
26662         * tests/unistdio/test-u16-asnprintf1.h: New file.
26663         * tests/unistdio/test-u16-printf1.h: New file.
26664         * tests/unistdio/test-u16-vasnprintf1.c: New file.
26665         * tests/unistdio/test-u16-vasnprintf2.c: New file.
26666         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
26667         * tests/unistdio/test-u16-vasnprintf3.c: New file.
26668         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
26669         * tests/unistdio/test-u16-vasprintf1.c: New file.
26670         * tests/unistdio/test-u16-vsnprintf1.c: New file.
26671         * tests/unistdio/test-u16-vsprintf1.c: New file.
26672         * tests/unistdio/test-u32-asnprintf1.c: New file.
26673         * tests/unistdio/test-u32-asnprintf1.h: New file.
26674         * tests/unistdio/test-u32-printf1.h: New file.
26675         * tests/unistdio/test-u32-vasnprintf1.c: New file.
26676         * tests/unistdio/test-u32-vasnprintf2.c: New file.
26677         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
26678         * tests/unistdio/test-u32-vasnprintf3.c: New file.
26679         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
26680         * tests/unistdio/test-u32-vasprintf1.c: New file.
26681         * tests/unistdio/test-u32-vsnprintf1.c: New file.
26682         * tests/unistdio/test-u32-vsprintf1.c: New file.
26683         * modules/unistdio/base: New file.
26684         * modules/unistdio/u-printf-args: New file.
26685         * modules/unistdio/ulc-asnprintf: New file.
26686         * modules/unistdio/ulc-asprintf: New file.
26687         * modules/unistdio/ulc-fprintf: New file.
26688         * modules/unistdio/ulc-printf-parse: New file.
26689         * modules/unistdio/ulc-snprintf: New file.
26690         * modules/unistdio/ulc-sprintf: New file.
26691         * modules/unistdio/ulc-vasnprintf: New file.
26692         * modules/unistdio/ulc-vasprintf: New file.
26693         * modules/unistdio/ulc-vfprintf: New file.
26694         * modules/unistdio/ulc-vsnprintf: New file.
26695         * modules/unistdio/ulc-vsprintf: New file.
26696         * modules/unistdio/u8-asnprintf: New file.
26697         * modules/unistdio/u8-asprintf: New file.
26698         * modules/unistdio/u8-printf-parse: New file.
26699         * modules/unistdio/u8-snprintf: New file.
26700         * modules/unistdio/u8-sprintf: New file.
26701         * modules/unistdio/u8-vasnprintf: New file.
26702         * modules/unistdio/u8-vasprintf: New file.
26703         * modules/unistdio/u8-vsnprintf: New file.
26704         * modules/unistdio/u8-vsprintf: New file.
26705         * modules/unistdio/u8-u8-asnprintf: New file.
26706         * modules/unistdio/u8-u8-asprintf: New file.
26707         * modules/unistdio/u8-u8-snprintf: New file.
26708         * modules/unistdio/u8-u8-sprintf: New file.
26709         * modules/unistdio/u8-u8-vasnprintf: New file.
26710         * modules/unistdio/u8-u8-vasprintf: New file.
26711         * modules/unistdio/u8-u8-vsnprintf: New file.
26712         * modules/unistdio/u8-u8-vsprintf: New file.
26713         * modules/unistdio/u16-asnprintf: New file.
26714         * modules/unistdio/u16-asprintf: New file.
26715         * modules/unistdio/u16-printf-parse: New file.
26716         * modules/unistdio/u16-snprintf: New file.
26717         * modules/unistdio/u16-sprintf: New file.
26718         * modules/unistdio/u16-vasnprintf: New file.
26719         * modules/unistdio/u16-vasprintf: New file.
26720         * modules/unistdio/u16-vsnprintf: New file.
26721         * modules/unistdio/u16-vsprintf: New file.
26722         * modules/unistdio/u16-u16-asnprintf: New file.
26723         * modules/unistdio/u16-u16-asprintf: New file.
26724         * modules/unistdio/u16-u16-snprintf: New file.
26725         * modules/unistdio/u16-u16-sprintf: New file.
26726         * modules/unistdio/u16-u16-vasnprintf: New file.
26727         * modules/unistdio/u16-u16-vasprintf: New file.
26728         * modules/unistdio/u16-u16-vsnprintf: New file.
26729         * modules/unistdio/u16-u16-vsprintf: New file.
26730         * modules/unistdio/u32-asnprintf: New file.
26731         * modules/unistdio/u32-asprintf: New file.
26732         * modules/unistdio/u32-printf-parse: New file.
26733         * modules/unistdio/u32-snprintf: New file.
26734         * modules/unistdio/u32-sprintf: New file.
26735         * modules/unistdio/u32-vasnprintf: New file.
26736         * modules/unistdio/u32-vasprintf: New file.
26737         * modules/unistdio/u32-vsnprintf: New file.
26738         * modules/unistdio/u32-vsprintf: New file.
26739         * modules/unistdio/u32-u32-asnprintf: New file.
26740         * modules/unistdio/u32-u32-asprintf: New file.
26741         * modules/unistdio/u32-u32-snprintf: New file.
26742         * modules/unistdio/u32-u32-sprintf: New file.
26743         * modules/unistdio/u32-u32-vasnprintf: New file.
26744         * modules/unistdio/u32-u32-vasprintf: New file.
26745         * modules/unistdio/u32-u32-vsnprintf: New file.
26746         * modules/unistdio/u32-u32-vsprintf: New file.
26747         * modules/unistdio/ulc-asnprintf-tests: New file.
26748         * modules/unistdio/ulc-vasnprintf-tests: New file.
26749         * modules/unistdio/ulc-vasprintf-tests: New file.
26750         * modules/unistdio/ulc-vsnprintf-tests: New file.
26751         * modules/unistdio/ulc-vsprintf-tests: New file.
26752         * modules/unistdio/u8-asnprintf-tests: New file.
26753         * modules/unistdio/u8-vasnprintf-tests: New file.
26754         * modules/unistdio/u8-vasprintf-tests: New file.
26755         * modules/unistdio/u8-vsnprintf-tests: New file.
26756         * modules/unistdio/u8-vsprintf-tests: New file.
26757         * modules/unistdio/u16-asnprintf-tests: New file.
26758         * modules/unistdio/u16-vasnprintf-tests: New file.
26759         * modules/unistdio/u16-vasprintf-tests: New file.
26760         * modules/unistdio/u16-vsnprintf-tests: New file.
26761         * modules/unistdio/u16-vsprintf-tests: New file.
26762         * modules/unistdio/u32-asnprintf-tests: New file.
26763         * modules/unistdio/u32-vasnprintf-tests: New file.
26764         * modules/unistdio/u32-vasprintf-tests: New file.
26765         * modules/unistdio/u32-vsnprintf-tests: New file.
26766         * modules/unistdio/u32-vsprintf-tests: New file.
26767         * MODULES.html.sh (Unicode string functions): Add the new modules.
26768
26769 2007-07-01  Bruno Haible  <bruno@clisp.org>
26770
26771         * lib/sprintf.c (sprintf): Limit the available length estimation,
26772         to avoid address wraparound.
26773         * lib/vsprintf.c (vsprintf): Likewise.
26774         * modules/sprintf-posix (Dependencies): Add stdint.
26775         * modules/vsprintf-posix (Dependencies): Likewise.
26776
26777 2007-07-01  Bruno Haible  <bruno@clisp.org>
26778
26779         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
26780         Windows PATH as well. Conservative double-quoting. Comments.
26781
26782 2007-07-01  Bruno Haible  <bruno@clisp.org>
26783             Eric Blake  <ebb9@byu.net>
26784             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26785
26786         * gnulib-tool (self_abspathname): Fix algorithm to cope with
26787         empty components in $PATH, denoting '.'.
26788
26789 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26790
26791         * gnulib-tool: Fix indentation.
26792         (func_create_megatestdir): Likewise.
26793         Report by Bruno Haible.
26794
26795 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26796
26797         Sync from Automake.
26798         * build-aux/gnupload: Fix shell portability issues with for loops.
26799         Report by Karl Berry.
26800
26801 2007-06-29  Simon Josefsson  <simon@josefsson.org>
26802
26803         * build-aux/maint.mk (POURL): Use translationproject.org.
26804
26805 2007-06-27  Simon Josefsson  <simon@josefsson.org>
26806             Bruno Haible  <bruno@clisp.org>
26807
26808         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
26809         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
26810         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
26811         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
26812         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
26813
26814 2007-06-27  Bruno Haible  <bruno@clisp.org>
26815
26816         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
26817         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
26818
26819 2007-06-26  Karl Berry  <karl@gnu.org>
26820
26821         * MODULES.html.sh: remove xreadlink-with-size.
26822
26823 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26824
26825         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
26826         method that I hope also handles the double-include problem noted
26827         by Bruno Haible in
26828         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
26829
26830 2007-06-23  Bruno Haible  <bruno@clisp.org>
26831
26832         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26833         Don't let the 'mostlyclean' target fail if the last subdirectory could
26834         not be removed.
26835         Reported by Karl Berry.
26836
26837 2007-06-23  Bruno Haible  <bruno@clisp.org>
26838
26839         * gnulib-tool (echo): Add a speedier workaround for ksh.
26840         * tests/test-echo.sh: Likewise.
26841
26842 2007-06-23  Bruno Haible  <bruno@clisp.org>
26843
26844         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
26845         * tests/test-echo.sh: Likewise.
26846
26847 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26848
26849         * gnulib-tool (IFS): Initialize early, so we don't set it to
26850         empty later.
26851         (self_abspathname): Rewrite algorithm to set it, reindent.
26852         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
26853         (func_create_megatestdir): Merge some sed scripts.
26854
26855 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26856
26857         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
26858         exposed by Sun Studio 11 cc on Solaris 8.
26859
26860 2007-06-22  Bruno Haible  <bruno@clisp.org>
26861
26862         * gnulib-tool (echo): Ensure the echo primitive does not interpret
26863         backslashes.
26864         * tests/test-echo.sh: New file.
26865
26866 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26867
26868         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
26869         simplify `sed_replace_build_aux' scripts, they are portable but
26870         echoing them with `echo' is not.
26871         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
26872
26873 2007-06-21  Karl Berry  <karl@gnu.org>
26874
26875         * config/srclist.txt: guess we can't handle the licenses via
26876         srclist at the moment.
26877
26878 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
26879
26880         * MODULES.html.sh: Add include_next.
26881         * modules/include_next: New file.
26882
26883 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
26884
26885         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
26886         INCLUDE_NEXT.
26887         (gl_CHECK_NEXT_HEADERS): New macro.
26888         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
26889         the obsolescent gl_ABSOLUTE_HEADER.
26890         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
26891         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
26892         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
26893         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26894         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
26895         * m4/math_h.m4 (gl_MATH_H): Likewise.
26896         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26897         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
26898         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
26899         * m4/stdint.m4 (gl_STDINT_H): Likewise.
26900         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
26901         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
26902         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
26903         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26904         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26905         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
26906         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
26907         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
26908         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
26909         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
26910         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
26911         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
26912         * m4/inttypes.m4 (gl_INTTYPES_H): Define
26913         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
26914         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
26915         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
26916         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
26917         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
26918         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
26919         * lib/float_.h: Likewise.
26920         * lib/inttypes_.h: Likewise.
26921         * lib/math_.h: Likewise.
26922         * lib/search_.h: Likewise.
26923         * lib/signal_.h: Likewise.
26924         * lib/stdint_.h: Likewise.
26925         * lib/stdio_.h: Likewise.
26926         * lib/stdlib_.h: Likewise.
26927         * lib/string_.h: Likewise.
26928         * lib/sys_stat_.h: Likewise.
26929         * lib/sys_time_.h: Likewise.
26930         * lib/time_.h: Likewise.
26931         * lib/unistd_.h: Likewise.
26932         * lib/wchar_.h: Likewise.
26933         * lib/wctype_.h: Likewise.
26934         * lib/dirent_.h: Likewise.
26935         * lib/iconv_.h: Likewise.
26936         * lib/locale_.h: Likewise.
26937         * lib/netinet_in_.h: Likewise.
26938         * lib/sys_select_.h: Likewise.
26939         * lib/sys_socket_.h: Likewise.
26940         * lib/sysexits_.h: Likewise.
26941         * modules/fcntl (Depends-on): Depend on include_next, not
26942         absolute_header.
26943         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
26944         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
26945         * modules/fchdir: Likewise.
26946         * modules/float: Likewise.
26947         * modules/iconv_open: Likewise.
26948         * modules/inttypes: Likewise.
26949         * modules/locale: Likewise.
26950         * modules/math: Likewise.
26951         * modules/netinet_in: Likewise.
26952         * modules/search: Likewise.
26953         * modules/signal: Likewise.
26954         * modules/stdint: Likewise.
26955         * modules/stdio: Likewise.
26956         * modules/stdlib: Likewise.
26957         * modules/string: Likewise.
26958         * modules/sys_select: Likewise.
26959         * modules/sys_socket: Likewise.
26960         * modules/sys_stat: Likewise.
26961         * modules/sys_time: Likewise.
26962         * modules/sysexits: Likewise.
26963         * modules/time: Likewise.
26964         * modules/unistd: Likewise.
26965         * modules/wchar: Likewise.
26966         * modules/wctype: Likewise.
26967         * modules/sys_stat: Change maintainer to "all".
26968         * modules/unistd: Likewise.
26969
26970 2007-06-20  Karl Berry  <karl@gnu.org>
26971
26972         * config/srclist.txt: track www changes in license files.
26973
26974 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
26975
26976         * build-aux/bootstrap: Remove stray dot.
26977         Make sure build_aux settings are honored when linking
26978         gnulib_extra_files.
26979
26980 2007-06-19  Eric Blake  <ebb9@byu.net>
26981
26982         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
26983         Allow compilation on cygwin.
26984
26985 2007-06-19  Jim Meyering  <jim@meyering.net>
26986
26987         xreadlink-with-size: Remove module.  No longer used.
26988         Ex-callers now use xreadlink or mreadlink-with-size.
26989         * modules/xreadlink-with-size: Remove module.
26990         * lib/xreadlink-with-size.c: Remove file.
26991         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
26992         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
26993         just before the function definition *is* accurate.
26994
26995         Eliminate one way canonicalize_filename_mode could exit.
26996         * lib/canonicalize.c (canonicalize_filename_mode):
26997         Use mreadlink_with_size, not xreadlink_with_size.
26998
26999 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
27000
27001         Detect porting problems to FreeBSD/arm, which has time_t wider than
27002         long int.  Original problem reported for GNU diff by Xin Li in
27003         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
27004         * modules/getdate (Depends-on): Add intprops, verify.
27005         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
27006         is an integer type no wider than long int.
27007
27008 2007-06-18  Jim Meyering  <jim@meyering.net>
27009
27010         New module: mreadlink-with-size.
27011         * MODULES.html.sh: Add mreadlink-with-size.
27012         * modules/mreadlink-with-size: New module
27013         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
27014         not xreadlink-with-size.
27015         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
27016
27017 2007-06-16  Bruno Haible  <bruno@clisp.org>
27018
27019         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
27020         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
27021         Reported by Gary V. Vaughan <gary@gnu.org>.
27022
27023 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
27024
27025         Revamp lchown so that it lives in unistd.h where it belongs.
27026         * lib/lchown.h: Remove.
27027         * lib/dirchownmod.c: Don't include lib/lchown.h.
27028         * lib/fchownat.c: Likewise.
27029         * lib/openat.c: Likewise.
27030         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
27031         does not follow symlinks.
27032         (EOPNOTSUPP): Define if not defined.
27033         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
27034         is defined to 0.
27035         (lchown): New decl.
27036         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
27037         Do not check for lchown decl.
27038         Set REPLACE_LCHOWN.
27039         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
27040         REPLACE_LCHOWN.
27041         * modules/chown: Make it clear it follows symlinks.
27042         * modules/lchown: Make it clear it doesn't follow symlinks.
27043         (Files): Remove lib/lchown.h
27044         (Depends-on): Add unistd.
27045         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
27046         (Include): Include <unistd.h>, not "lchown.h".
27047         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
27048         REPLACE_LCHOWN.
27049
27050 2007-06-15  Jim Meyering  <jim@meyering.net>
27051
27052         Change license (GPL to LGPL) of fsusage and dependents.
27053         * modules/fsusage (License): Change to LGPL.
27054         * modules/full-read (License): Likewise.
27055         * modules/full-write (License): Likewise.
27056         * modules/safe-read (License): Likewise.
27057         * modules/safe-write (License): Likewise.
27058
27059 2007-06-14  Ben Pfaff  <blp@gnu.org>
27060
27061         Missing part of allocsa -> malloca transition.
27062         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
27063         gl_MALLOCA.
27064
27065 2007-06-12  Bruno Haible  <bruno@clisp.org>
27066
27067         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
27068         to ia64, x86_64, i386.
27069         Reported by Eric Blake.
27070
27071 2007-06-12  Bruno Haible  <bruno@clisp.org>
27072
27073         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
27074         cross-compiling to x86_64.
27075
27076 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
27077
27078         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
27079         glitch reported by Ralf Wildenhues in
27080         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
27081
27082         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
27083         Vin Shelton.
27084
27085 2007-06-11  Bruno Haible  <bruno@clisp.org>
27086
27087         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
27088         replacement string.
27089         Reported by Eric Blake.
27090
27091 2007-06-10  Bruno Haible  <bruno@clisp.org>
27092
27093         Prepare vasnprintf code for use with Unicode strings.
27094         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
27095         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
27096         TYPE_U32_STRING.
27097         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
27098         a_u32_string variants.
27099         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
27100         * lib/printf-args.c: Don't include config.h and the specification
27101         header if PRINTF_FETCHARGS is already defined.
27102         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
27103         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
27104         TYPE_U16_STRING, TYPE_U32_STRING.
27105         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
27106         u16_directive, u16_directives, u32_directive, u32_directives): New
27107         types.
27108         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
27109         New declarations.
27110         * lib/printf-parse.c: Don't include config.h and the specification
27111         header if PRINTF_PARSE is already defined. Eliminate the set of
27112         parameters for WIDE_CHAR_VERSION; the user of this file must provide
27113         them now. Include c-ctype.h.
27114         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
27115         directive and CHAR_T_ONLY_ASCII.
27116         * lib/vasnprintf.c: Don't include config.h and the specification header
27117         if VASNPRINTF is already defined.
27118         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
27119         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
27120         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
27121         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
27122         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
27123         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
27124         code accordingly.
27125         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
27126         pad_ourselves also in this case, with the 'c' and 's' directives, and
27127         with a different notion of "width".
27128         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
27129
27130 2007-06-10  Bruno Haible  <bruno@clisp.org>
27131
27132         * modules/unistr/u32-mbsnlen: New file.
27133         * lib/unistr/u32-mbsnlen.c: New file.
27134
27135         * modules/unistr/u16-mbsnlen: New file.
27136         * lib/unistr/u16-mbsnlen.c: New file.
27137
27138         * modules/unistr/u8-mbsnlen: New file.
27139         * lib/unistr/u8-mbsnlen.c: New file.
27140
27141         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
27142         declarations.
27143
27144 2007-06-10  Bruno Haible  <bruno@clisp.org>
27145
27146         * lib/string_.h (mbsnlen): New declaration.
27147         * lib/mbsnlen.c: New file.
27148         * m4/mbsnlen.m4: New file.
27149         * modules/mbsnlen: New file.
27150         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
27151         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
27152         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
27153
27154 2007-06-10  Bruno Haible  <bruno@clisp.org>
27155
27156         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
27157
27158 2007-06-10  Bruno Haible  <bruno@clisp.org>
27159
27160         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
27161         * lib/mbuiter.h: Likewise.
27162
27163 2007-06-10  Bruno Haible  <bruno@clisp.org>
27164
27165         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
27166         declaration.
27167
27168 2007-06-10  Karl Berry  <karl@gnu.org>
27169
27170         * config/srclist.txt: remove gettext entries, Bruno prefers
27171         to update individually.
27172
27173 2007-06-10  Bruno Haible  <bruno@clisp.org>
27174
27175         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
27176         'maxlen'. Ensure only length + width bytes are allocated, not
27177         length + 1 + width.
27178
27179 2007-06-09  Bruno Haible  <bruno@clisp.org>
27180
27181         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
27182         (CHAR_T): Remove macro.
27183         (VASNPRINTF): Update.
27184
27185 2007-06-09  Bruno Haible  <bruno@clisp.org>
27186
27187         * MODULES.html.sh (Unicode string functions): Add the new modules.
27188
27189         * modules/uniconv/u32-conv-to-enc: New file.
27190         * lib/uniconv/u32-conv-to-enc.c: New file.
27191         * modules/uniconv/u32-conv-to-enc-tests: New file.
27192         * tests/uniconv/test-u32-conv-to-enc.c: New file.
27193
27194         * modules/uniconv/u16-conv-to-enc: New file.
27195         * lib/uniconv/u16-conv-to-enc.c: New file.
27196         * lib/uniconv/u-conv-to-enc.h: New file.
27197         * modules/uniconv/u16-conv-to-enc-tests: New file.
27198         * tests/uniconv/test-u16-conv-to-enc.c: New file.
27199
27200         * modules/uniconv/u8-conv-to-enc: New file.
27201         * lib/uniconv/u8-conv-to-enc.c: New file.
27202         * modules/uniconv/u8-conv-to-enc-tests: New file.
27203         * tests/uniconv/test-u8-conv-to-enc.c: New file.
27204
27205         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
27206         u32_conv_to_encoding): New declarations.
27207
27208 2007-06-09  Bruno Haible  <bruno@clisp.org>
27209
27210         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
27211
27212 2007-06-09  Bruno Haible  <bruno@clisp.org>
27213
27214         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
27215         * modules/malloca: Renamed from modules/allocsa, updated.
27216         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
27217         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
27218         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
27219         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
27220         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
27221         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
27222         * modules/xmalloca: Renamed from modules/xallocsa, updated.
27223         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
27224         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
27225         * modules/c-strcasestr (Depends-on): Update.
27226         * lib/c-strcasestr.c: Update.
27227         * modules/c-strstr (Depends-on): Update.
27228         * lib/c-strstr.c: Update.
27229         * modules/canonicalize-lgpl (Depends-on): Update.
27230         * lib/canonicalize-lgpl.c: Update.
27231         * modules/clean-temp (Depends-on): Update.
27232         * lib/clean-temp.c: Update.
27233         * modules/csharpcomp (Depends-on): Update.
27234         * lib/csharpcomp.c: Update.
27235         * modules/csharpexec (Depends-on): Update.
27236         * lib/csharpexec.c: Update.
27237         * modules/javacomp (Depends-on): Update.
27238         * lib/javacomp.c: Update.
27239         * modules/javaexec (Depends-on): Update.
27240         * lib/javaexec.c: Update.
27241         * modules/mbscasestr (Depends-on): Update.
27242         * lib/mbscasestr.c: Update.
27243         * modules/mbsstr (Depends-on): Update.
27244         * lib/mbsstr.c: Update.
27245         * modules/setenv (Depends-on): Update.
27246         * lib/setenv.c: Update.
27247         * modules/strcasestr (Depends-on): Update.
27248         * lib/strcasestr.c: Update.
27249         * modules/striconveha (Depends-on): Update.
27250         * lib/striconveha.c: Update.
27251         * modules/relocatable-prog-wrapper (Files): Update.
27252         * lib/relocwrapper.c: Update.
27253         * build-aux/install-reloc: Update.
27254         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
27255
27256 2007-06-08  Bruno Haible  <bruno@clisp.org>
27257
27258         Port to uClibc.
27259         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
27260         * lib/fpurge.c (fpurge): Likewise.
27261         * lib/freading.c (freading): Likewise.
27262         * lib/fseeko.c (rpl_fseeko): Likewise.
27263         * lib/fseterr.c (fseterr): Likewise.
27264         * lib/fwriting.c (fwriting): Likewise.
27265         * tests/test-fflush.c (main): Avoid a failure on uClibc.
27266
27267 2007-06-08  Bruno Haible  <bruno@clisp.org>
27268
27269         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
27270         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
27271         * modules/gettext (Files): Add m4/intlmacosx.m4.
27272
27273 2007-06-07  Bruno Haible  <bruno@clisp.org>
27274
27275         * modules/localename-tests: New file.
27276         * tests/test-localename.c: New file.
27277
27278         New module 'localename'.
27279         * lib/localename.h: New file.
27280         * lib/localename.c: New file, from GNU gettext.
27281         * m4/localename.m4: New file.
27282         * modules/localename: New file.
27283
27284 2007-06-07  Bruno Haible  <bruno@clisp.org>
27285
27286         Work around the lack of <wchar.h> on some builds of uClibc.
27287         * doc/headers/wchar.texi: Update.
27288         * lib/wchar_.h: Include <wchar.h> only if it exists.
27289         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
27290         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
27291         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
27292         doesn't exist.
27293         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
27294         * modules/mbfile (Depends-on): Add wchar.
27295         * modules/mbiter (Depends-on): Likewise.
27296         * modules/mbuiter (Depends-on): Likewise.
27297         Reported by Simon Josefsson.
27298
27299 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
27300
27301         Work around problem reported by Steven M. Schweda in
27302         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
27303         Tru64 5.1B with the Compaq compiler environment installed declares
27304         an 'isblank' function but does not define it in the C library.
27305         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
27306         * lib/regex_internal.h (isblank): Likewise.
27307         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
27308         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
27309
27310 2007-06-05  Bruno Haible  <bruno@clisp.org>
27311
27312         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
27313         ia64.
27314         * modules/printf-safe: New file.
27315         * modules/fprintf-posix (Depends-on): Add printf-safe.
27316         * modules/printf-posix (Depends-on): Likewise.
27317         * modules/snprintf-posix (Depends-on): Likewise.
27318         * modules/sprintf-posix (Depends-on): Likewise.
27319         * modules/vasnprintf-posix (Depends-on): Likewise.
27320         * modules/vasprintf-posix (Depends-on): Likewise.
27321         * modules/vfprintf-posix (Depends-on): Likewise.
27322         * modules/vprintf-posix (Depends-on): Likewise.
27323         * modules/vsnprintf-posix (Depends-on): Likewise.
27324         * modules/vsprintf-posix (Depends-on): Likewise.
27325         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
27326         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
27327         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
27328         "no" on i386, x86_64, ia64.
27329         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
27330         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
27331         on i386, x86_64, ia64.
27332         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
27333         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
27334         on i386, x86_64, ia64.
27335         * tests/test-vasnprintf-posix.c: Include float.h.
27336         (LDBL80_WORDS): New macro.
27337         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
27338         on i386, x86_64, ia64.
27339         * tests/test-vasprintf-posix.c: Include float.h.
27340         (LDBL80_WORDS): New macro.
27341         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
27342         on i386, x86_64, ia64.
27343         * tests/test-snprintf-posix.c: Include float.h.
27344         * tests/test-sprintf-posix.c: Likewise.
27345         * tests/test-vsnprintf-posix.c: Likewise.
27346         * tests/test-vsprintf-posix.c: Likewise.
27347
27348 2007-06-05  Bruno Haible  <bruno@clisp.org>
27349
27350         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
27351         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
27352         non-IEEE numbers on i386, x86_64, ia64.
27353         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
27354         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
27355         * tests/test-isnanl.h: Include float.h.
27356         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
27357
27358 2007-06-05  Bruno Haible  <bruno@clisp.org>
27359
27360         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
27361         also the %a / %A. Handle the %a / %A code before this extra handling.
27362
27363 2007-06-05  Bruno Haible  <bruno@clisp.org>
27364
27365         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
27366         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
27367
27368 2007-06-05  Bruno Haible  <bruno@clisp.org>
27369
27370         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
27371         typo in variable name.
27372
27373 2007-06-05  Eric Blake  <ebb9@byu.net>
27374
27375         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
27376         Reported by Simon Josefsson.
27377
27378 2007-06-04  Bruno Haible  <bruno@clisp.org>
27379
27380         Avoid test failures on some PowerPC platforms.
27381         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
27382         Define differently for PowerPC.
27383         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
27384         Reported by Gary V. Vaughan <gary@gnu.org>.
27385
27386 2007-06-02  Bruno Haible  <bruno@clisp.org>
27387
27388         Fix test-stdint failure on FreeBSD/ia64.
27389         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
27390         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
27391         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
27392         * doc/headers/stdint.texi: Update.
27393
27394 2007-06-01  Bruno Haible  <bruno@clisp.org>
27395
27396         * tests/test-binary-io.c (main): Pass a third argument to open().
27397         Reported by Gary V. Vaughan <gary@gnu.org>.
27398
27399 2007-06-01  Bruno Haible  <bruno@clisp.org>
27400
27401         * doc/functions/frexpl.texi: Update for mingw.
27402
27403 2007-06-01  Bruno Haible  <bruno@clisp.org>
27404
27405         * tests/test-lseek.c (main): Disable test of errno for invalid third
27406         argument.
27407         * doc/functions/lseek.texi: Update.
27408         Reported by Gary V. Vaughan <gary@gnu.org>.
27409
27410 2007-05-28  Bruno Haible  <bruno@clisp.org>
27411
27412         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
27413
27414 2007-05-31  Eric Blake  <ebb9@byu.net>
27415
27416         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
27417         cross compiling.
27418
27419 2007-05-30  Eric Blake  <ebb9@byu.net>
27420         and Bruno Haible  <bruno@clisp.org>
27421
27422         Work around mingw test failures exposed by m4-1.4.9b.
27423         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
27424         * tests/test-unistd.c: Disable uid_t and git_t tests for the
27425         moment.
27426
27427 2007-05-30  Bruno Haible  <bruno@clisp.org>
27428
27429         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
27430         assuming that they are closed. Needed on HP-UX 11.
27431
27432 2007-05-29  Bruno Haible  <bruno@clisp.org>
27433
27434         Fix a problem with #include_next.
27435         * lib/dirent_.h: Split the double-inclusion guard.
27436         * lib/fcntl_.h: Likewise.
27437         * lib/float_.h: Likewise.
27438         * lib/iconv_.h: Likewise.
27439         * lib/inttypes_.h: Likewise.
27440         * lib/locale_.h: Likewise.
27441         * lib/math_.h: Likewise.
27442         * lib/netinet_in_.h: Likewise.
27443         * lib/search_.h: Likewise.
27444         * lib/signal_.h: Likewise.
27445         * lib/stdint_.h: Likewise.
27446         * lib/stdio_.h: Likewise.
27447         * lib/stdlib_.h: Likewise.
27448         * lib/string_.h: Likewise.
27449         * lib/sys_select_.h: Likewise.
27450         * lib/sys_socket_.h: Likewise.
27451         * lib/sys_stat_.h: Likewise.
27452         * lib/sys_time_.h: Likewise.
27453         * lib/sysexits_.h: Likewise.
27454         * lib/time_.h: Likewise.
27455         * lib/unistd_.h: Likewise.
27456         * lib/wchar_.h: Likewise.
27457         * lib/wctype_.h: Likewise.
27458
27459 2007-05-29  Bruno Haible  <bruno@clisp.org>
27460
27461         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
27462         for the moment.
27463
27464 2007-05-29  Bruno Haible  <bruno@clisp.org>
27465
27466         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
27467         invocation.
27468         Reported by Eric Blake.
27469
27470 2007-05-29  Bruno Haible  <bruno@clisp.org>
27471
27472         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
27473         compiling case.
27474
27475 2007-05-29  Eric Blake  <ebb9@byu.net>
27476             Bruno Haible  <bruno@clisp.org>
27477
27478         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
27479         cross compiles.
27480
27481 2007-05-28  Eric Blake  <ebb9@byu.net>
27482
27483         * modules/closein-tests (test_closein_LDADD): Support test on
27484         cygwin with libtool.
27485
27486 2007-05-28  Bruno Haible  <bruno@clisp.org>
27487
27488         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
27489         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
27490         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
27491         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
27492         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
27493         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
27494         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
27495         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
27496         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
27497
27498 2007-05-28  Eric Blake  <ebb9@byu.net>
27499
27500         Unconditionally include <config.h> in unit tests.
27501         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
27502         * tests/test-allocsa.c, tests/test-arcfour.c,
27503         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
27504         tests/test-array_list.c, tests/test-array_oset.c,
27505         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
27506         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
27507         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
27508         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
27509         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
27510         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
27511         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
27512         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
27513         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
27514         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
27515         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
27516         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
27517         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
27518         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
27519         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
27520         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
27521         test-md5.c, test-memmem.c, test-printf-posix.c,
27522         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
27523         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
27524         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
27525         test-strcasestr.c, test-striconv.c, test-striconveh.c,
27526         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
27527         test-vasnprintf-posix2.c, test-vasnprintf.c,
27528         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
27529         test-vfprintf-posix.c, test-vprintf-posix.c,
27530         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
27531         test-xvasprintf.c: Likewise.
27532
27533 2007-05-28  Bruno Haible  <bruno@clisp.org>
27534
27535         * gnulib-tool (func_import): Remember the --with-tests command-line
27536         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
27537         Reported by Eric Blake.
27538
27539 2007-05-28  Bruno Haible  <bruno@clisp.org>
27540
27541         * modules/ftell-tests: New file.
27542         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
27543         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
27544
27545         * lib/ftell.c: New file.
27546         * modules/ftell: New file.
27547         * m4/ftell.m4: New file.
27548         * doc/functions/ftell.texi: Update.
27549         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
27550         REPLACE_FTELL.
27551         * lib/stdio_.h (rpl_ftell): New declaration.
27552         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
27553         REPLACE_FTELL.
27554
27555 2007-05-28  Eric Blake  <ebb9@byu.net>
27556
27557         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
27558
27559 2007-05-28  Bruno Haible  <bruno@clisp.org>
27560
27561         * modules/fseek-tests: New file.
27562         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
27563         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
27564
27565         * lib/fseek.c: New file.
27566         * modules/fseek: New file.
27567         * m4/fseek.m4: New file.
27568         * doc/functions/fseek.texi: Update.
27569         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
27570         REPLACE_FSEEK.
27571         * lib/stdio_.h (rpl_fseek): New declaration.
27572         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
27573         REPLACE_FSEEK.
27574
27575 2007-05-28  Bruno Haible  <bruno@clisp.org>
27576
27577         * lib/stdio_.h (fflush): More comments.
27578
27579 2007-05-28  Bruno Haible  <bruno@clisp.org>
27580
27581         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
27582         runtime test.
27583
27584 2007-05-28  Eric Blake  <ebb9@byu.net>
27585
27586         Improve lseek module.
27587         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
27588         * lib/unistd_.h (lseek): Scale back link warning message.
27589         * tests/test-lseek.c: Beef up test.
27590         * tests/test-lseek.sh: Exercise more facets of lseek.
27591         Reported by Bruno Haible.
27592
27593 2007-05-28  Bruno Haible  <bruno@clisp.org>
27594
27595         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
27596         to define.
27597
27598 2007-05-27  Bruno Haible  <bruno@clisp.org>
27599
27600         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
27601
27602 2007-05-27  Bruno Haible  <bruno@clisp.org>
27603
27604         * modules/openmp: New file.
27605         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
27606         Noah Misch.
27607
27608 2007-05-26  Bruno Haible  <bruno@clisp.org>
27609
27610         * modules/chdir-long (Depends-on): Add fchdir.
27611         * modules/chdir-safer (Depends-on): Likewise.
27612         * modules/fts (Depends-on): Likewise.
27613         * modules/fts-lgpl (Depends-on): Likewise.
27614         * modules/openat (Depends-on): Likewise.
27615         * modules/savewd (Depends-on): Likewise.
27616
27617 2007-05-24  Eric Blake  <ebb9@byu.net>
27618
27619         Fix lseek on mingw.
27620         * modules/lseek: New module.
27621         * m4/lseek.m4: New file.
27622         * lib/lseek.c: New file.
27623         * modules/lseek-tests: New file.
27624         * tests/test-lseek.c: New file.
27625         * tests/test-lseek.sh: New file.
27626         * MODULES.html.sh: Document lseek module.
27627         * modules/fflush (Depends-on): Add lseek, fseeko.
27628         * modules/fseeko (Depends-on): Likewise.
27629         * modules/ftello (Depends-on): Likewise.
27630         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
27631         broken.
27632         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
27633         broken.
27634         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
27635         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
27636         * lib/ftello.c (rpl_ftello): Likewise.
27637         * tests/test-fseeko.c (main): Test this.
27638         * tests/test-fseeko.sh: Likewise.
27639         * tests/test-ftello.c (main): Likewise.
27640         * tests/test-ftello.sh: Likewise.
27641         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
27642         implies replacing fseek.
27643         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
27644         HAVE_FTELLO.
27645         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
27646         * modules/unistd (Makefile.am): Likewise.
27647         * lib/unistd_.h (lseek): Declare a replacement.
27648         * doc/functions/lseek.texi (lseek): Document this fix.
27649         * doc/functions/fseek.texi (fseek): Likewise.
27650         * doc/functions/ftell.texi (ftell): Likewise.
27651
27652 2007-05-24  Bruno Haible  <bruno@clisp.org>
27653
27654         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
27655         in the printed representation of a NaN.
27656         * tests/test-vasprintf-posix.c (test_function): Likewise.
27657         * tests/test-snprintf-posix.h (test_function): Likewise.
27658         * tests/test-sprintf-posix.h (test_function): Likewise.
27659         Reported by Eric Blake.
27660
27661 2007-05-23  Eric Blake  <ebb9@byu.net>
27662
27663         Fix fseeko/ftello on cygwin 1.5.24.
27664         * doc/functions/fseeko.texi (fseeko): Document the fix.
27665         * doc/functions/ftello.texi (ftello): Document the fix.
27666         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
27667         * doc/functions/stdout.text (stdout): New file.
27668         * doc/functions/stderr.text (stderr): New file.
27669         * doc/gnulib.texi (Function Substitutes): Use new files.
27670         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
27671         prior to 1.7.0.
27672         * tests/test-ftello.c (main): Likewise for ftello.
27673         * tests/test-fseeko.sh: New file.
27674         * tests/test-ftello.sh: New file.
27675         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
27676         with seekable stdin.
27677         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
27678         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
27679         (gl_REPLACE_FSEEKO): New macro.
27680         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
27681         * modules/fseeko (Files): Distribute fseeko.c.
27682         * modules/ftello (Files): Distribute ftello.c.
27683         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
27684         mode.
27685         * lib/ftello.c (rpl_ftello): New file.
27686         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
27687         fseeko, ftello.
27688         (gl_STDIN_LARGE_OFFSET): New macro.
27689         * modules/stdio (Makefile.am): Perform the replacement.
27690         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
27691
27692 2007-05-23  Bruno Haible  <bruno@clisp.org>
27693
27694         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
27695         GNULIB_POSIXCHECK is defined.
27696
27697 2007-05-21  Bruno Haible  <bruno@clisp.org>
27698
27699         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
27700         Check also the output for NaN arguments. When cross-compiling, guess
27701         no on IRIX.
27702         * lib/vasnprintf.c: Update comments.
27703         * tests/test-vasnprintf-posix.c (strisnan): New function.
27704         (test_function): Use it.
27705         * tests/test-vasprintf-posix.c (strisnan): New function.
27706         (test_function): Use it.
27707         * tests/test-snprintf-posix.h (strisnan): New function.
27708         (test_function): Use it.
27709         * tests/test-sprintf-posix.h (strisnan): New function.
27710         (test_function): Use it.
27711         Reported by Eric Blake.
27712
27713 2007-05-20  Bruno Haible  <bruno@clisp.org>
27714
27715         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
27716         numbers that fails on BeOS.
27717         * doc/functions/frexpl.texi: Update.
27718
27719 2007-05-20  Jim Meyering  <jim@meyering.net>
27720
27721         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
27722         forced upon us by glibc-2.6.
27723
27724 2007-05-20  Bruno Haible  <bruno@clisp.org>
27725
27726         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
27727         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
27728         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
27729         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
27730         NEED_PRINTF_INFINITE.
27731         (is_infinitel): New function.
27732         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
27733         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
27734         gl_PREREQ_VASNPRINTF_INFINITE.
27735         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
27736         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27737         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
27738         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
27739         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
27740         gl_PREREQ_VASNPRINTF_INFINITE.
27741         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27742         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27743         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27744         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27745         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27746         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27747         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27748         * doc/functions/fprintf.texi: Update.
27749         * doc/functions/printf.texi: Update.
27750         * doc/functions/snprintf.texi: Update.
27751         * doc/functions/sprintf.texi: Update.
27752         * doc/functions/vfprintf.texi: Update.
27753         * doc/functions/vprintf.texi: Update.
27754         * doc/functions/vsnprintf.texi: Update.
27755         * doc/functions/vsprintf.texi: Update.
27756
27757 2007-05-20  Bruno Haible  <bruno@clisp.org>
27758
27759         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
27760         was not found in libc.
27761         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
27762
27763 2007-05-20  Bruno Haible  <bruno@clisp.org>
27764
27765         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
27766         printed as "-nan" instead of "nan".
27767         * tests/test-vasprintf-posix.c (test_function): Likewise.
27768         * tests/test-snprintf-posix.h (test_function): Likewise.
27769         * tests/test-sprintf-posix.h (test_function): Likewise.
27770         Needed for HP-UX 11.
27771
27772 2007-05-20  Jim Meyering  <jim@meyering.net>
27773
27774         Fix buggy test for the fchownat-deref bug.
27775         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
27776         symlink required for the run-test.  Without it, this test would
27777         always declare that fchownat doesn't work, and client code would
27778         unnecessarily use the replacement function with fixed libc.
27779         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
27780         Reported by Greg Schafer.
27781
27782 2007-05-19  Bruno Haible  <bruno@clisp.org>
27783
27784         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
27785         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
27786         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
27787         Needed for IRIX 6.5 and Solaris 2.5.1.
27788
27789 2007-05-19  Bruno Haible  <bruno@clisp.org>
27790
27791         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
27792         (test_function): Skip tests involving -0.0 on platforms where
27793         -0.0 = 0.0.
27794         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
27795         (test_function): Skip tests involving -0.0 on platforms where
27796         -0.0 = 0.0.
27797         * tests/test-snprintf-posix.h (have_minus_zero): New function.
27798         (test_function): Skip tests involving -0.0 on platforms where
27799         -0.0 = 0.0.
27800         * tests/test-sprintf-posix.h (have_minus_zero): New function.
27801         (test_function): Skip tests involving -0.0 on platforms where
27802         -0.0 = 0.0.
27803         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
27804         tests.
27805         * tests/test-printf-posix.h (test_function): Likewise.
27806         * tests/test-printf-posix.output: Remove all -0.0 related results.
27807         Needed for IRIX 6.5.
27808
27809 2007-05-19  Bruno Haible  <bruno@clisp.org>
27810
27811         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
27812         printed as "nan0x7fffffff" instead of "nan".
27813         * tests/test-vasprintf-posix.c (test_function): Likewise.
27814         * tests/test-snprintf-posix.h (test_function): Likewise.
27815         * tests/test-sprintf-posix.h (test_function): Likewise.
27816         * tests/test-fprintf-posix.h (NaN): Remove macro.
27817         (test_function): Remove all NaN related tests.
27818         * tests/test-printf-posix.h (NaN): Remove macro.
27819         (test_function): Remove all NaN related tests.
27820         * tests/test-printf-posix.output: Remove all NaN related results.
27821         Needed for IRIX 6.5.
27822
27823 2007-05-19  Bruno Haible  <bruno@clisp.org>
27824
27825         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
27826         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
27827
27828 2007-05-19  Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/float_.h: New file.
27831         * m4/float_h.m4: New file.
27832         * modules/float: New file.
27833         * modules/isnanl (Dependencies): Add float.
27834         * modules/isnanl-nolibm (Dependencies): Likewise.
27835         * modules/mathl (Dependencies): Likewise.
27836         * modules/printf-frexpl (Dependencies): Likewise.
27837         * modules/signbit (Dependencies): Likewise.
27838         * modules/vasnprintf (Dependencies): Likewise.
27839         * doc/headers/float.texi: Update.
27840
27841 2007-05-19  Jim Meyering  <jim@meyering.net>
27842
27843         * lib/utimens.c (gl_futimens): Rename from futimens,
27844         now that glibc-2.6 declares futimens.
27845         * lib/utimens.h: Likewise.
27846
27847 2007-05-19  Bruno Haible  <bruno@clisp.org>
27848
27849         Avoid test failures on mingw.
27850         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
27851         * tests/test-printf-posix.sh: Likewise.
27852         * tests/test-vfprintf-posix.sh: Likewise.
27853         * tests/test-vprintf-posix.sh: Likewise.
27854
27855 2007-05-19  Bruno Haible  <bruno@clisp.org>
27856
27857         Fix *printf result for NaN, Inf, -0.0 on mingw.
27858         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
27859         * lib/vasnprintf.c: Include math.h and isnan.h.
27860         (is_infinite_or_zero): New function.
27861         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
27862         values in the %f, %F, %e, %E, %g, %G directives.
27863         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
27864         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27865         gl_PRINTF_INFINITE and test its result. Invoke
27866         gl_PREREQ_VASNPRINTF_INFINITE.
27867         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27868         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27869         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27870         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27871         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27872         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27873         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27874         * doc/functions/fprintf.texi: Update.
27875         * doc/functions/printf.texi: Update.
27876         * doc/functions/snprintf.texi: Update.
27877         * doc/functions/sprintf.texi: Update.
27878         * doc/functions/vfprintf.texi: Update.
27879         * doc/functions/vprintf.texi: Update.
27880         * doc/functions/vsnprintf.texi: Update.
27881         * doc/functions/vsprintf.texi: Update.
27882
27883 2007-05-19  Bruno Haible  <bruno@clisp.org>
27884
27885         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
27886         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
27887         Instead of multiplying with 10^k, set extra_zeroes to k.
27888         (scale10_round_long_double): Remove function.
27889
27890 2007-05-18  Bruno Haible  <bruno@clisp.org>
27891
27892         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
27893         introduced on 2007-05-06.
27894
27895 2007-05-18  Bruno Haible  <bruno@clisp.org>
27896
27897         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
27898         %g directives.
27899         * tests/test-vasprintf-posix.c (test_function): Likewise.
27900         * tests/test-snprintf-posix.h (test_function): Likewise.
27901         * tests/test-sprintf-posix.h (test_function): Likewise.
27902
27903 2007-05-18  Bruno Haible  <bruno@clisp.org>
27904
27905         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
27906         (strmatch): New function.
27907         (test_function): Test the %f directive on numbers of various exponents.
27908         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
27909         (strmatch): New function.
27910         (test_function): Test the %f directive on numbers of various exponents.
27911         * tests/test-snprintf-posix.h (strmatch): New function.
27912         (test_function): Test the %f directive on numbers of various exponents.
27913         * tests/test-sprintf-posix.h (strmatch): New function.
27914         (test_function): Test the %f directive on numbers of various exponents.
27915         * tests/test-snprintf-posix.c (SIZEOF): New macro.
27916         * tests/test-sprintf-posix.c (SIZEOF): New macro.
27917         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
27918         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
27919
27920 2007-05-18  Bruno Haible  <bruno@clisp.org>
27921
27922         Add support for 'long double' number output.
27923         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
27924         * lib/vasnprintf.c: Include math.h and float+.h.
27925         (mp_limb_t): New type.
27926         (GMP_LIMB_BITS): New macro.
27927         (mp_twolimb_t): New type.
27928         (GMP_TWOLIMB_BITS): New macro.
27929         (mpn_t): New type.
27930         (multiply, divide, convert_to_decimal, decode_long_double,
27931         scale10_round_long_double, scale10_round_decimal_long_double,
27932         floorlog10l): New functions.
27933         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
27934         for the %f, %F, %e, %E, %g, %G directives.
27935         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
27936         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27937         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
27938         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
27939         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27940         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27941         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27942         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27943         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27944         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27945         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27946         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
27947         * modules/snprintf-posix (Depends-on): Likewise.
27948         * modules/sprintf-posix (Depends-on): Likewise.
27949         * modules/vasnprintf-posix (Depends-on): Likewise.
27950         * modules/vasprintf-posix (Depends-on): Likewise.
27951         * modules/vfprintf-posix (Depends-on): Likewise.
27952         * modules/vsnprintf-posix (Depends-on): Likewise.
27953         * modules/vsprintf-posix (Depends-on): Likewise.
27954         * modules/vasnprintf (Files): Add lib/float+.h.
27955         * doc/functions/fprintf.texi: Update.
27956         * doc/functions/printf.texi: Update.
27957         * doc/functions/snprintf.texi: Update.
27958         * doc/functions/sprintf.texi: Update.
27959         * doc/functions/vfprintf.texi: Update.
27960         * doc/functions/vprintf.texi: Update.
27961         * doc/functions/vsnprintf.texi: Update.
27962         * doc/functions/vsprintf.texi: Update.
27963
27964 2007-05-18  Bruno Haible  <bruno@clisp.org>
27965
27966         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
27967
27968 2007-05-18  Bruno Haible  <bruno@clisp.org>
27969
27970         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
27971         for printing 64-bit integers. Needed for mingw.
27972
27973 2007-05-18  Bruno Haible  <bruno@clisp.org>
27974
27975         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
27976         gl_FUNC_FREXPL_WORKS.
27977         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
27978
27979 2007-05-18  Bruno Haible  <bruno@clisp.org>
27980
27981         * modules/frexpl-nolibm-tests: New file.
27982
27983         * modules/frexpl-nolibm: New file.
27984         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
27985
27986 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
27987
27988         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
27989         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
27990         GCC 4.2, which otherwise issues a lot of warnings.
27991         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
27992         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
27993         Likewise.
27994         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
27995         * modules/iconv_open (iconv.h): Likewise.
27996         * modules/locale (locale.h): Likewise.
27997         * modules/netinet_in (netinet/in.h): Likewise.
27998         * modules/sys_select (sys_select.h): Likewise.
27999         * modules/sys_socket (sys/socket.h): Likewise.
28000         * modules/sys_stat (sys/stat.h): Likewise.
28001         * modules/sysexits (sysexits.h): Likewise.
28002         * modules/unistd (unistd.h): Likewise.
28003
28004 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28005
28006         * modules/closein-tests (Makefile.am): Distribute
28007         `test-closein.sh'.
28008
28009 2007-05-17  Bruno Haible  <bruno@clisp.org>
28010
28011         * tests/test-printf-posix.output: Renamed from
28012         tests/test-fprintf-posix.out.
28013         * modules/fprintf-posix-tests: Update.
28014         * modules/printf-posix-tests: Update.
28015         * modules/vfprintf-posix-tests: Update.
28016         * modules/vprintf-posix-tests: Update.
28017         * tests/test-fprintf-posix.sh: Update.
28018         * tests/test-printf-posix.sh: Update.
28019         * tests/test-vfprintf-posix.sh: Update.
28020         * tests/test-vprintf-posix.sh: Update.
28021         Reported by Ralf Wildenhues.
28022
28023 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
28024
28025         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
28026         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
28027         GCC 4.2, which otherwise issues a lot of warnings.
28028         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
28029         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
28030         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
28031         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
28032         it should no longer be needed.
28033         * lib/string_.h: Likewise.
28034         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
28035         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
28036         * modules/inttypes (inttypes.h): Likewise.
28037         * modules/math (math.h): Likewise.
28038         * modules/search (search.h): Likewise.
28039         * modules/signal (signal.h): Likewise.
28040         * modules/stdint (stdint.h): Likewise.
28041         * modules/stdio (stdio.h): Likewise.
28042         * modules/stdlib (stdlib.h): Likewise.
28043         * modules/string (string.h): Likewise.
28044         * modules/sys_time (sys/time.h): Likewise.
28045         * modules/time (time.h): Likewise.
28046         * modules/wchar (wchar.h): Likewise.
28047         * modules/wctype (wtype.h): Likewise.
28048
28049 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
28050
28051         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
28052
28053 2007-05-13  Bruno Haible  <bruno@clisp.org>
28054
28055         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
28056         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28057         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
28058         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
28059         (gl_PREREQ_STRTOK_R): Don't require it here.
28060
28061 2007-05-13  Bruno Haible  <bruno@clisp.org>
28062
28063         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
28064         when used in C++ mode.
28065
28066 2007-05-12  Bruno Haible  <bruno@clisp.org>
28067
28068         * lib/linebuffer.h: Tweak doc.
28069         * lib/linebuffer.c: Likewise.
28070
28071 2007-05-12  James Youngman  <jay@gnu.org>
28072
28073         * lib/linebuffer.c (readlinebuffer_delim): New function,
28074         like readlinebuffer, but use a caller-specified delimiter.
28075         (readlinebuffer): Just call readlinebuffer_delim with '\n'
28076         as the delimiter.
28077         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
28078
28079 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28080
28081         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
28082         * modules/openat (Files): Remove openat-die.c.
28083         (Depends-on): Add openat-die.
28084         * modules/openat-die: New module.
28085
28086 2007-05-06  Bruno Haible  <bruno@clisp.org>
28087
28088         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
28089         Update with info about Cygwin.
28090         * doc/functions/fprintf.texi: Update.
28091         * doc/functions/printf.texi: Update.
28092         * doc/functions/snprintf.texi: Update.
28093         * doc/functions/sprintf.texi: Update.
28094         * doc/functions/vfprintf.texi: Update.
28095         * doc/functions/vprintf.texi: Update.
28096         * doc/functions/vsnprintf.texi: Update.
28097         * doc/functions/vsprintf.texi: Update.
28098         Reported by Eric Blake.
28099
28100 2007-05-06  Bruno Haible  <bruno@clisp.org>
28101
28102         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
28103         padding ourselves for the floating-point directives.
28104         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
28105         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
28106         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28107         gl_PRINTF_FLAG_ZERO and test its result. Invoke
28108         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
28109         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28110         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
28111         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28112         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28113         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28114         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28115         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28116         * tests/test-snprintf-posix.h (test_function): Also check the width
28117         and some flags in the %f directive.
28118         * tests/test-sprintf-posix.h (test_function): Likewise.
28119         * tests/test-vasnprintf-posix.c (test_function): Likewise.
28120         * tests/test-vasprintf-posix.c (test_function): Likewise.
28121         * doc/functions/fprintf.texi: Update.
28122         * doc/functions/printf.texi: Update.
28123         * doc/functions/snprintf.texi: Update.
28124         * doc/functions/sprintf.texi: Update.
28125         * doc/functions/vfprintf.texi: Update.
28126         * doc/functions/vprintf.texi: Update.
28127         * doc/functions/vsnprintf.texi: Update.
28128         * doc/functions/vsprintf.texi: Update.
28129
28130 2007-05-06  Bruno Haible  <bruno@clisp.org>
28131
28132         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
28133         pass the ' flag character to sprintf or snprintf.
28134         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
28135         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
28136         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28137         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
28138         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
28139         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28140         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
28141         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28142         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28143         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28144         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28145         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28146         * tests/test-snprintf-posix.h (test_function): Also check the grouping
28147         flag.
28148         * tests/test-sprintf-posix.h (test_function): Likewise.
28149         * tests/test-vasnprintf-posix.c (test_function): Likewise.
28150         * tests/test-vasprintf-posix.c (test_function): Likewise.
28151         * doc/functions/fprintf.texi: Update.
28152         * doc/functions/printf.texi: Update.
28153         * doc/functions/snprintf.texi: Update.
28154         * doc/functions/sprintf.texi: Update.
28155         * doc/functions/vfprintf.texi: Update.
28156         * doc/functions/vprintf.texi: Update.
28157         * doc/functions/vsnprintf.texi: Update.
28158         * doc/functions/vsprintf.texi: Update.
28159
28160 2007-05-01  Bruno Haible  <bruno@clisp.org>
28161
28162         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
28163
28164 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
28165
28166         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
28167         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
28168
28169 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28170
28171         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
28172         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
28173         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
28174
28175 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
28176
28177         * lib/argp-help.c (struct hol_entry): New member `ord'.
28178         (HOL_ENTRY_PTRCMP): Use ord for comparison
28179         (hol_sort): Initialize ord.
28180
28181 2007-05-01  Bruno Haible  <bruno@clisp.org>
28182
28183         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
28184         Reported by Eric Blake.
28185         * doc/gnulib.texi (Function Substitutes): Update.
28186
28187 2007-05-01  Bruno Haible  <bruno@clisp.org>
28188
28189         * doc/functions.texi: Remove file, now redundant through
28190         doc/functions/*.texi.
28191
28192 2007-05-01  Bruno Haible  <bruno@clisp.org>
28193
28194         * modules/argp (Depends-on): Add sleep.
28195
28196 2007-05-01  Bruno Haible  <bruno@clisp.org>
28197
28198         * modules/sleep-tests: New file.
28199         * tests/test-sleep.c: New file.
28200
28201         * modules/sleep: New file.
28202         * lib/sleep.c: New file.
28203         * m4/sleep.m4: New file.
28204         * lib/unistd_.h (sleep): New declaration.
28205         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
28206         HAVE_SLEEP.
28207         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
28208         * doc/functions/sleep.texi: Document the sleep module.
28209
28210 2007-05-01  Bruno Haible  <bruno@clisp.org>
28211
28212         * lib/sigprocmask.h: Remove file.
28213         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
28214         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
28215         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
28216         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
28217         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
28218         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
28219         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
28220         HAVE_SIGSET_T as a shell variable.
28221         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
28222         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
28223         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
28224         (Depends-on): Add signal. Remove verify.
28225         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
28226         (Include): Mention <signal.h> instead of sigprocmask.h.
28227         * NEWS: Mention the change.
28228         * lib/fatal-signal.c: Don't include sigprocmask.h.
28229
28230 2007-05-01  Bruno Haible  <bruno@clisp.org>
28231
28232         * modules/signal: New file.
28233         * lib/signal_.h: New file.
28234         * m4/signal_h.m4: New file.
28235
28236 2007-05-01  Bruno Haible  <bruno@clisp.org>
28237
28238         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
28239         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
28240         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
28241         HAVE_WCTYPE_CTMP_BUG into wctype.h.
28242
28243 2007-05-01  Bruno Haible  <bruno@clisp.org>
28244
28245         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
28246         configure time.
28247         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
28248         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
28249         * modules/sys_stat (Makefile.am): Substitute their values into
28250         sys/stat.h.
28251
28252 2007-05-01  Bruno Haible  <bruno@clisp.org>
28253
28254         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
28255         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
28256         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
28257
28258 2007-05-01  Bruno Haible  <bruno@clisp.org>
28259
28260         * doc/header/assert.texi: Undo last change: don't mention the gnulib
28261         'assert' module here.
28262
28263 2007-05-01  Bruno Haible  <bruno@clisp.org>
28264
28265         * doc/functions/*.texi: New files.
28266         * doc/functions/google-ranking.txt: New file.
28267         * doc/gnulib.texi (Function Substitutes): New chapter.
28268         (ctime, inet_ntoa): Remove sections.
28269         * doc/ctime.texi: Remove file.
28270         * doc/inet_ntoa.texi: Remove file.
28271         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
28272         dependencies.
28273         (%.info): New rule, specifying a --reference-limit.
28274
28275 2007-05-01  Bruno Haible  <bruno@clisp.org>
28276
28277         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
28278
28279 2007-05-01  Bruno Haible  <bruno@clisp.org>
28280
28281         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
28282         the portability of 'mkdir' to mingw systems.
28283
28284 2007-05-01  Bruno Haible  <bruno@clisp.org>
28285
28286         * doc/headers/google-ranking.txt: New file.
28287
28288 2007-04-30  Eric Blake  <ebb9@byu.net>
28289
28290         Prefer fseeko to fseek.
28291         * modules/getpass (Depends-on): Add fseeko.
28292         * lib/getpass.c (getpass): Use fseeko, not fseek.
28293
28294 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
28295
28296         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
28297         assumes the sorting is stable, while most qsort implementations
28298         are not.  Use argument addresses to ensure they never compare as
28299         equal.
28300
28301         * tests/test-argp-2.sh (usage-indent test): Fix output
28302         (func_compare): Restore diff options
28303         * tests/test-argp.c: Restore #include "progname.h"
28304
28305 2007-04-29  Bruno Haible  <bruno@clisp.org>
28306
28307         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
28308         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28309         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
28310         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28311         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
28312         (configure.ac): Define CHECK_SNPRINTF_POSIX.
28313         (TESTS, check_PROGRAMS): Add test-snprintf.
28314         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
28315         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
28316         (TESTS, check_PROGRAMS): Add test-vsnprintf.
28317         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
28318         assertions that fail on HP-UX, OSF/1, or IRIX.
28319         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
28320
28321 2007-04-29  Bruno Haible  <bruno@clisp.org>
28322
28323         * MODULES.html.sh (posix_functions): Remove 'contents'.
28324
28325 2007-04-29  Karl Berry  <karl@gnu.org>
28326
28327         * config/srclist.txt (gendocs_template_min): new entry.
28328
28329 2007-04-29  Bruno Haible  <bruno@clisp.org>
28330
28331         Work around fpurge bug on BSD systems.
28332         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
28333         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
28334         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
28335         fpurge to rpl_fpurge if the system already has this function.
28336         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
28337         the case where the system already has this function. Correct invariants
28338         on BSD systems.
28339         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
28340         BSD systems.
28341
28342 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
28343
28344         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
28345         proposed by Sven Verdoolaege.
28346
28347         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
28348         options.
28349         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
28350         (usage and help tests): Update
28351
28352 2007-04-29  Bruno Haible  <bruno@clisp.org>
28353
28354         * tests/test-fflush.c (main): Use a file of size 17, not 10.
28355         Print more information in case of failure. Disable a test on BeOS.
28356
28357 2007-04-29  Bruno Haible  <bruno@clisp.org>
28358
28359         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
28360         This helps debugging on systems on which no gdb is available.
28361
28362 2007-04-29  Bruno Haible  <bruno@clisp.org>
28363
28364         * lib/freading.h: Improve comments.
28365         * lib/fwriting.h: Likewise.
28366         * tests/test-freading.c (main): Don't check freading immediately after
28367         repositioning. Needed for glibc.
28368
28369 2007-04-29  Bruno Haible  <bruno@clisp.org>
28370
28371         * lib/freading.c (freading): Trivial simplification.
28372
28373 2007-04-28  Bruno Haible  <bruno@clisp.org>
28374
28375         * tests/test-fwriting.c (main): Also test the interaction between
28376         fflush and fwriting.
28377         * modules/fwriting-tests (Depends-on): Add fflush.
28378
28379         * tests/test-freading.c (main): Also test the interaction between
28380         fflush and freading.
28381         * modules/freading-tests (Depends-on): Add fflush.
28382
28383 2007-04-28  Bruno Haible  <bruno@clisp.org>
28384
28385         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
28386         fseeko and ftello.
28387         Suggested by Eric Blake.
28388
28389 2007-04-28  Jim Meyering  <jim@meyering.net>
28390
28391         Avoid false-negative in gl_STDINT_H's C99 conformance test.
28392         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
28393         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
28394
28395 2007-04-27  Eric Blake  <ebb9@byu.net>
28396
28397         * doc/headers/assert.texi (assert.h): Document assert module use.
28398
28399 2007-04-27  Bruno Haible  <bruno@clisp.org>
28400
28401         * doc/headers/*.texi: New files.
28402         * doc/gnulib.texi (Header File Substitutes): New chapter.
28403         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
28404         dependencies.
28405         (standards.info ,standards.html, standards.dvi): Update dependencies.
28406         (mostlyclean, clean): New targets.
28407
28408 2007-04-27  Bruno Haible  <bruno@clisp.org>
28409
28410         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
28411         * modules/sysexits (Files, Makefile.am): Update.
28412
28413         * lib/sys_socket_.h: Renamed from lib/socket_.h.
28414         * modules/sys_socket (Files, Makefile.am): Update.
28415
28416         * lib/sys_stat_.h: Renamed from lib/stat_.h.
28417         * modules/sys_stat (Files, Makefile.am): Update.
28418
28419 2007-04-27  Eric Blake  <ebb9@byu.net>
28420
28421         * lib/freading.h: Improve comments.
28422         * lib/fwriting.h: Likewise.
28423         * lib/fflush.c: Likewise.
28424
28425         Fix closein for mingw.
28426         * modules/closein-tests: Add tests for closein.
28427         * tests/test-closein.c: New file.
28428         * tests/test-closein.sh: Likewise.
28429         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
28430         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
28431
28432 2007-04-27  Bruno Haible  <bruno@clisp.org>
28433
28434         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
28435         version is < 6.
28436         * lib/math_.h [__DECC]: Likewise.
28437         * lib/stdio_.h [__DECC]: Likewise.
28438         * lib/stdlib_.h [__DECC]: Likewise.
28439         * lib/string_.h [__DECC]: Likewise.
28440         * lib/time_.h [__DECC]: Likewise.
28441         * lib/wchar_.h [__DECC]: Likewise.
28442         * lib/wctype_.h [__DECC]: Likewise.
28443
28444 2007-04-27  Bruno Haible  <bruno@clisp.org>
28445
28446         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
28447
28448 2007-04-27  Bruno Haible  <bruno@clisp.org>
28449
28450         * lib/fflush.c: Add comments.
28451         * modules/fpurge-tests (Depends-on): Add fflush.
28452         * modules/freadable-tests (Depends-on): Likewise.
28453         * modules/fwritable-tests (Depends-on): Likewise.
28454
28455 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
28456
28457         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
28458         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
28459         Report by Bruno Haible <bruno@clisp.org>.
28460
28461 2007-04-26  Eric Blake  <ebb9@byu.net>
28462
28463         Fix fflush on mingw.
28464         * modules/fflush (Depends-on): Add freading.
28465         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
28466         but unread data.
28467
28468 2007-04-26  Eric Blake  <ebb9@byu.net>
28469         and Bruno Haible  <bruno@clisp.org>
28470
28471         Implement freading and fwriting.
28472         * lib/freading.c: New file.
28473         * lib/freading.h: Likewise.
28474         * m4/freading.m4: Likewise.
28475         * modules/freading: Likewise.
28476         * modules/freading-tests: Likewise.
28477         * tests/test-freading.c: Likewise.
28478         * lib/fwriting.c: New file.
28479         * lib/fwriting.h: Likewise.
28480         * m4/fwriting.m4: Likewise.
28481         * modules/fwriting: Likewise.
28482         * modules/fwriting-tests: Likewise.
28483         * tests/test-fwriting.c: Likewise.
28484         * MODULES.html.sh (File stream based Input/Output): Mention them.
28485
28486 2007-04-26  Bruno Haible  <bruno@clisp.org>
28487
28488         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
28489         'long' when we assume it.
28490         Suggested by Eric Blake.
28491
28492 2007-04-26  Bruno Haible  <bruno@clisp.org>
28493
28494         Ensure fseeko, ftello are declared on glibc systems.
28495         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
28496         * modules/fseeko (configure.ac-early): Likewise.
28497         * modules/ftello (configure.ac-early): Likewise.
28498         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
28499         AC_FUNC_FSEEKO for this.
28500         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
28501         (gl_CHECK_FSEEKO): Remove macro.
28502
28503 2007-04-26  Bruno Haible  <bruno@clisp.org>
28504
28505         * tests/test-fflush.c (main): Also check the ftell result after
28506         fflush and fseek/fseeko.
28507         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
28508         file descriptor position cache in the stream.
28509         * lib/fseeko.c (rpl_fseeko): Likewise.
28510
28511 2007-04-26  Bruno Haible  <bruno@clisp.org>
28512
28513         * modules/fflush-tests (Depends-on): Add fseeko.
28514
28515 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
28516             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28517
28518         * lib/argz_.h: ensure error_t definition is obtained in same
28519         mechanism system argz.h would have.
28520         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
28521         argz facilities are known bad.  Err on the side of caution if
28522         cross-compiling.
28523
28524 2007-04-25  Eric Blake  <ebb9@byu.net>
28525
28526         * lib/fpurge.c (includes): Use stdlib.h for free.
28527         * tests/test-fflush.c (main): Also test fflush-fseeko.
28528
28529 2007-04-25  Bruno Haible  <bruno@clisp.org>
28530
28531         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
28532         * lib/fseeko.c: New file.
28533         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
28534         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
28535         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
28536         gl_FUNC_FSEEKO.
28537         (gl_FUNC_FSEEKO): Invoke it.
28538         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
28539         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
28540         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
28541
28542 2007-04-25  Bruno Haible  <bruno@clisp.org>
28543
28544         * modules/fflush (Depends-on): Add ftello.
28545
28546 2007-04-25  Bruno Haible  <bruno@clisp.org>
28547
28548         * modules/ftello-tests: New file.
28549         * tests/test-ftello.c: New file.
28550
28551         * modules/ftello: New file.
28552         * m4/ftello.m4: New file.
28553         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
28554         HAVE_FTELLO.
28555         * lib/stdio_.h (ftello): New declaration.
28556         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
28557         HAVE_FTELLO.
28558
28559 2007-04-25  Bruno Haible  <bruno@clisp.org>
28560
28561         * modules/fseeko-tests: New file.
28562         * tests/test-fseeko.c: New file.
28563
28564         * modules/fseeko: New file.
28565         * m4/fseeko.m4: New file.
28566         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
28567         HAVE_FSEEKO.
28568         * lib/stdio_.h (fseeko): New declaration.
28569         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
28570         HAVE_FSEEKO.
28571
28572 2007-04-25  Bruno Haible  <bruno@clisp.org>
28573
28574         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
28575
28576 2007-04-25  Bruno Haible  <bruno@clisp.org>
28577
28578         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
28579         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
28580         * tests/test-unistd.c: Likewise.
28581         * tests/test-fcntl.c: Likewise.
28582
28583 2007-04-23  Eric Blake  <ebb9@byu.net>
28584
28585         * lib/fflush.c: Fix missing include.
28586         Reported by Bruno Haible.
28587
28588 2007-04-23  Bruno Haible  <bruno@clisp.org>
28589
28590         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
28591         Reported by Eric Blake.
28592
28593 2007-04-23  Bruno Haible  <bruno@clisp.org>
28594
28595         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
28596
28597 2007-04-23  Bruno Haible  <bruno@clisp.org>
28598
28599         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
28600
28601 2007-04-23  Bruno Haible  <bruno@clisp.org>
28602
28603         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
28604         Needed on HP-UX 11.
28605
28606 2007-04-16  Eric Blake  <ebb9@byu.net>
28607
28608         Make fflush rely on fpurge.
28609         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
28610         open coding all variants.
28611         * modules/fflush (Depends-on): Add fpurge and unistd.
28612         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
28613         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
28614
28615         Fix --with-tests compilation on cygwin.
28616         * modules/argmatch-tests (Makefile.am): List gnulib library first
28617         in LDADD.
28618         * modules/argp-tests (Makefile.am): Likewise.
28619         * modules/array-list-tests (Makefile.am): Likewise.
28620         * modules/array-oset-tests (Makefile.am): Likewise.
28621         * modules/avltree-list-tests (Makefile.am): Likewise.
28622         * modules/avltree-oset-tests (Makefile.am): Likewise.
28623         * modules/avltreehash-list-tests (Makefile.am): Likewise.
28624         * modules/carray-list-tests (Makefile.am): Likewise.
28625         * modules/dirname-tests (Makefile.am): Likewise.
28626         * modules/frexp-tests (Makefile.am): Likewise.
28627         * modules/isnanl-tests (Makefile.am): Likewise.
28628         * modules/linked-list-tests (Makefile.am): Likewise.
28629         * modules/linkedhash-list-tests (Makefile.am): Likewise.
28630         * modules/lock-tests (Makefile.am): Likewise.
28631         * modules/rbtree-list-tests (Makefile.am): Likewise.
28632         * modules/rbtree-oset-tests (Makefile.am): Likewise.
28633         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
28634         * modules/tls-tests (Makefile.am): Likewise.
28635         * modules/tsearch-tests (Makefile.am): Likewise.
28636         * modules/xvasprintf-tests (Makefile.am): Likewise.
28637
28638         Fix fpurge for cygwin.
28639         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
28640         value.
28641         * modules/fpurge-tests (Depends-on): Clean up trash.
28642
28643 2007-04-16  Simon Josefsson  <simon@josefsson.org>
28644
28645         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
28646
28647         * m4/autobuild.m4: Re-indent.
28648
28649 2007-04-13  Bruno Haible  <bruno@clisp.org>
28650
28651         * modules/fpurge-tests: New file.
28652         * tests/test-fpurge.c: New file.
28653
28654         * modules/fpurge: New file.
28655         * lib/fpurge.h: New file.
28656         * lib/fpurge.c: New file.
28657         * m4/fpurge.m4: New file.
28658
28659 2007-04-13  Bruno Haible  <bruno@clisp.org>
28660
28661         * modules/fbufmode-tests: New file.
28662         * tests/test-fbufmode.c: New file.
28663
28664         * modules/fbufmode: New file.
28665         * lib/fbufmode.h: New file.
28666         * lib/fbufmode.c: New file.
28667         * m4/fbufmode.m4: New file.
28668
28669 2007-04-13  Bruno Haible  <bruno@clisp.org>
28670
28671         * modules/fwritable-tests: New file.
28672         * tests/test-fwritable.c: New file.
28673
28674         * modules/fwritable: New file.
28675         * lib/fwritable.h: New file.
28676         * lib/fwritable.c: New file.
28677         * m4/fwritable.m4: New file.
28678
28679 2007-04-13  Bruno Haible  <bruno@clisp.org>
28680
28681         * modules/freadable-tests: New file.
28682         * tests/test-freadable.c: New file.
28683
28684         * modules/freadable: New file.
28685         * lib/freadable.h: New file.
28686         * lib/freadable.c: New file.
28687         * m4/freadable.m4: New file.
28688
28689 2007-04-13  Bruno Haible  <bruno@clisp.org>
28690
28691         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
28692         MOSTLYCLEANFILES.
28693
28694 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28695
28696         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
28697         gzip bootstrap.conf to avoid dragging in i18n machinery.
28698         (gnulib_tool_option): Use it.
28699
28700 2007-04-13  Bruno Haible  <bruno@clisp.org>
28701
28702         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
28703         %F directives.
28704         * tests/test-vasprintf-posix.c (test_function): Likewise.
28705         * tests/test-snprintf-posix.h (test_function): Likewise.
28706         * tests/test-sprintf-posix.h (test_function): Likewise.
28707         * tests/test-fprintf-posix.h (test_function): Likewise.
28708         * tests/test-printf-posix.h (test_function): Likewise.
28709         * tests/test-fprintf-posix.out: Likewise.
28710
28711 2007-04-13  Bruno Haible  <bruno@clisp.org>
28712
28713         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
28714         * modules/tls-tests (configure.ac): Likewise.
28715         Reported by Arto C. Nirkko <anirkko@insel.ch>.
28716
28717 2007-04-13  Bruno Haible  <bruno@clisp.org>
28718
28719         * lib/tls.c (glthread_tls_get): Fix return type.
28720         Patch by Arto C. Nirkko <anirkko@insel.ch>.
28721
28722 2007-04-12  Eric Blake  <ebb9@byu.net>
28723
28724         * modules/gettime (Depends-on): Remove gettime.
28725         Reported by Dmitry V. Levin.
28726
28727 2007-04-12  Bruno Haible  <bruno@clisp.org>
28728
28729         * modules/fflush (Include): Mention <stdio.h>.
28730         * modules/strtoimax (Include): Mention <inttypes.h>.
28731         * modules/strtoumax (Include): Likewise.
28732
28733 2007-04-12  Eric Blake  <ebb9@byu.net>
28734
28735         * .cvsignore: New file.
28736         * .gitignore: Likewise.
28737
28738 2007-04-12  Bruno Haible  <bruno@clisp.org>
28739
28740         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
28741         not before, since $(LDADD) often contains libgnu.a.
28742         * modules/striconv-tests (test_striconv_LDADD): Likewise.
28743         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
28744         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
28745         Needed on Cygwin.
28746
28747 2007-04-12  Eric Blake  <ebb9@byu.net>
28748
28749         Work around glibc's failure to flush stdin on fclose.
28750         * lib/closein.c (close_stdin): Flush stdin before closing.
28751
28752         Work around glibc's failure to reset seekable stdin on exit.
28753         * modules/closein: New module.
28754         * lib/closein.c: New file.
28755         * lib/closein.h: Likewise.
28756         * m4/closein.m4: Likewise.
28757         * MODULES.html.sh (File stream based Input/Output): Document it.
28758
28759 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28760
28761         * gnulib-tool: Rename generated 'autobuild' script to
28762         'do-autobuild' in --create-megatestdir output.
28763
28764         * doc/gnulib.texi (Build robot for gnulib): Fix.
28765
28766 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28767
28768         * modules/sysexits (Depends-on): Add absolute-header.
28769
28770 2007-04-12  Eric Blake  <ebb9@byu.net>
28771
28772         No need to preserve errno on success.
28773         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
28774         Reported by Bruno Haible.
28775
28776 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28777
28778         * MODULES.html.sh (Support for maintaining and releasing
28779         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
28780
28781 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28782
28783         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
28784
28785 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28786
28787         * modules/autobuild: New module.
28788
28789         * m4/autobuild.m4: New file.
28790
28791 2007-04-11  Bruno Haible  <bruno@clisp.org>
28792
28793         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
28794         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
28795         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
28796         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
28797         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28798         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28799         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28800         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28801         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28802         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28803         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
28804         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28805         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28806         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
28807         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28808         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28809         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
28810         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28811         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28812         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
28813         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28814         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28815         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
28816         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28817         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28818         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
28819         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
28820         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28821         Reported by Eric Blake.
28822
28823 2007-04-11  Bruno Haible  <bruno@clisp.org>
28824
28825         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
28826
28827 2007-04-10  Bruno Haible  <bruno@clisp.org>
28828
28829         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
28830         for NaN and Infinity. Needed on FreeBSD 6.1.
28831         * tests/test-vasnprintf-posix.c (test_function): Undo last change
28832         regarding results for "%010a" of Infinity and NaN.
28833         * tests/test-vasprintf-posix.c (test_function): Likewise.
28834         * tests/test-snprintf-posix.h (test_function): Likewise.
28835         * tests/test-sprintf-posix.h (test_function): Likewise.
28836         * tests/test-fprintf-posix.h (test_function): Likewise.
28837         * tests/test-printf-posix.h (test_function): Likewise.
28838         * tests/test-fprintf-posix.out: Likewise.
28839
28840 2007-04-10  Bruno Haible  <bruno@clisp.org>
28841
28842         * modules/locale-tests: New file.
28843         * tests/test-locale.c: New file.
28844
28845         * modules/locale: New file.
28846         * lib/locale_.h: New file.
28847         * m4/locale_h.m4: New file.
28848
28849 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
28850             Bruno Haible  <bruno@clisp.org>
28851
28852         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
28853         be determined, test for availability of the copysignf, copysign,
28854         copysignl functions.
28855         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
28856         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
28857         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
28858
28859 2007-04-09  Eric Blake  <ebb9@byu.net>
28860
28861         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
28862         * modules/stdio (Makefile.am): Support fflush.
28863         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
28864         * modules/fflush: New file.
28865         * lib/fflush.c: Likewise.
28866         * m4/fflush.m4: Likewise.
28867         * modules/fflush-tests: New test.
28868         * tests/test-fflush.c: Likewise.
28869         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
28870
28871 2007-04-06  Bruno Haible  <bruno@clisp.org>
28872
28873         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
28874         (VASNPRINTF): Use signbit for faster determination whether to print a
28875         minus sign.
28876         * modules/vasnprintf (Files): Remove lib/float+.h.
28877         * modules/fprintf-posix (Depends-on): Add signbit.
28878         * modules/snprintf-posix (Depends-on): Likewise.
28879         * modules/sprintf-posix (Depends-on): Likewise.
28880         * modules/vasnprintf-posix (Depends-on): Likewise.
28881         * modules/vasprintf-posix (Depends-on): Likewise.
28882         * modules/vfprintf-posix (Depends-on): Likewise.
28883         * modules/vsnprintf-posix (Depends-on): Likewise.
28884         * modules/vsprintf-posix (Depends-on): Likewise.
28885
28886 2007-04-06  Bruno Haible  <bruno@clisp.org>
28887
28888         * tests/test-frexp.c (main): Test also the sign bit of zero results.
28889         * tests/test-frexpl.c (main): Likewise.
28890         * tests/test-ldexpl.c (main): Likewise.
28891         * modules/frexp-tests (Depends-on): Add signbit.
28892         * modules/frexpl-tests (Depdends-on): Likewise.
28893         * modules/ldexpl-tests (Depdends-on): Likewise.
28894
28895 2007-04-06  Bruno Haible  <bruno@clisp.org>
28896
28897         * modules/signbit-tests: New file.
28898         * tests/test-signbit.c: New file.
28899
28900         * modules/signbit: New file.
28901         * lib/signbitf.c: New file.
28902         * lib/signbitd.c: New file.
28903         * lib/signbitl.c: New file.
28904         * m4/signbit.m4: New file.
28905         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
28906         (signbit): New macro.
28907         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
28908         REPLACE_SIGNBIT.
28909         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
28910         REPLACE_FREXPL into math.h.
28911
28912 2007-04-06  Bruno Haible  <bruno@clisp.org>
28913
28914         * modules/isnanf-nolibm-tests: New file.
28915         * tests/test-isnanf.c: New file.
28916
28917         * modules/isnanf-nolibm: New file.
28918         * lib/isnanf.h: New file.
28919         * lib/isnanf.c: New file.
28920         * lib/isnan.c: Consider the USE_FLOAT macro.
28921         * m4/isnanf.m4: New file.
28922
28923 2007-04-06  Bruno Haible  <bruno@clisp.org>
28924
28925         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
28926         (Link): New section.
28927
28928         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
28929
28930 2007-04-06  Bruno Haible  <bruno@clisp.org>
28931
28932         Assume the 'long double' type.
28933         * m4/longdouble.m4: Remove file.
28934         * config/srclist.txt: Don't mention longdouble.m4.
28935         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
28936         * lib/float+.h: Likewise.
28937         * lib/frexp.c: Likewise.
28938         * lib/printf-args.h: Likewise.
28939         * lib/printf-args.c: Likewise.
28940         * lib/printf-frexp.c: Likewise.
28941         * lib/printf-parse.c: Likewise.
28942         * lib/vasnprintf.c: Likewise.
28943         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
28944         * m4/intl.m4: Likewise.
28945         * m4/isnanl.m4: Likewise.
28946         * m4/printf.m4: Likewise.
28947         * m4/printf-frexpl.m4: Likewise.
28948         * m4/vasnprintf.m4: Likewise.
28949         * modules/allocsa (Files): Remove m4/longdouble.m4.
28950         * modules/gettext (Files): Likewise.
28951         * modules/relocatable-prog-wrapper (Files): Likewise.
28952         * modules/vasnprintf (Files): Likewise.
28953         * modules/isnanl (Files): Likewise.
28954         (Include): Simplify.
28955         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
28956         (Include): Simplify.
28957         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
28958         (Include): Simplify.
28959         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
28960         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
28961         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
28962         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
28963         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
28964         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
28965         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
28966         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
28967         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
28968         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
28969         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
28970         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
28971         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
28972         * tests/test-isnanl.c: Likewise.
28973         * tests/test-snprintf-posix.h: Likewise.
28974         * tests/test-sprintf-posix.h: Likewise.
28975         * tests/test-vasnprintf-posix.c: Likewise.
28976         * tests/test-vasnprintf-posix2.c: Likewise.
28977         * tests/test-vasprintf-posix.c: Likewise.
28978
28979 2007-04-06  Bruno Haible  <bruno@clisp.org>
28980
28981         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
28982         * lib/math_.h [__DECC]: Include the overridden include file through
28983         #include_next, outside the double-inclusion guard.
28984         * lib/stdio_.h [__DECC]: Likewise.
28985         * lib/stdlib_.h [__DECC]: Likewise.
28986         * lib/string_.h [__DECC]: Likewise.
28987         * lib/time_.h [__DECC]: Likewise.
28988         * lib/wchar_.h [__DECC]: Likewise.
28989         * lib/wctype_.h [__DECC]: Likewise.
28990         * lib/inttypes_.h [__DECC]: Likewise.
28991         Reported by Albert Chin <china@thewrittenword.com> in
28992         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
28993
28994 2007-04-04  Eric Blake  <ebb9@byu.net>
28995
28996         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
28997         1.5.x.
28998
28999 2007-04-04  Bruno Haible  <bruno@clisp.org>
29000
29001         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
29002         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
29003
29004 2007-04-04  Bruno Haible  <bruno@clisp.org>
29005
29006         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
29007         results for "%010a" of Infinity and NaN.
29008         * tests/test-vasprintf-posix.c (test_function): Likewise.
29009         * tests/test-snprintf-posix.h (test_function): Likewise.
29010         * tests/test-sprintf-posix.h (test_function): Likewise.
29011         * tests/test-fprintf-posix.h (test_function): Remove these tests.
29012         * tests/test-printf-posix.h (test_function): Likewise.
29013         * tests/test-fprintf-posix.out: Update.
29014         Needed for FreeBSD 6.1.
29015
29016 2007-04-04  Bruno Haible  <bruno@clisp.org>
29017
29018         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
29019         directly used by the gnulib modules nor by gnulib-tool.
29020
29021 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
29022
29023         * DEPENDENCIES: Give overall description of version dependency
29024         desirability.  Use more-typical names for apps.
29025         Add shell, coreutils, diffutils, grep, tar, gzip.
29026
29027 2007-04-04  Simon Josefsson  <simon@josefsson.org>
29028
29029         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
29030
29031 2007-04-04  Karl Berry  <karl@gnu.org>
29032
29033         * MODULES.html.sh (func_module): missing '.
29034
29035 2007-04-03  Bruno Haible  <bruno@clisp.org>
29036
29037         * modules/argmatch-tests (Makefile.am): New variable
29038         test_argmatch_LDADD.
29039         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
29040         * modules/array-list-tests (Makefile.am): New variable
29041         test_array_list_LDADD.
29042         * modules/array-oset-tests (Makefile.am): New variable
29043         test_array_oset_LDADD.
29044         * modules/avltree-list-tests (Makefile.am): New variable
29045         test_avltree_list_LDADD.
29046         * modules/avltree-oset-tests (Makefile.am): New variable
29047         test_avltree_oset_LDADD.
29048         * modules/avltreehash-list-tests (Makefile.am): New variable
29049         test_avltreehash_list_LDADD.
29050         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
29051         test_canonicalize_lgpl_LDADD.
29052         * modules/carray-list-tests (Makefile.am): New variable
29053         test_carray_list_LDADD.
29054         * modules/dirname-tests (Makefile.am): New variable
29055         test_dirname_LDADD.
29056         * modules/linked-list-tests (Makefile.am): New variable
29057         test_linked_list_LDADD.
29058         * modules/linkedhash-list-tests (Makefile.am): New variable
29059         test_linkedhash_list_LDADD.
29060         * modules/rbtree-list-tests (Makefile.am): New variable
29061         test_rbtree_list_LDADD.
29062         * modules/rbtree-oset-tests (Makefile.am): New variable
29063         test_rbtree_oset_LDADD.
29064         * modules/rbtreehash-list-tests (Makefile.am): New variable
29065         test_rbtreehash_list_LDADD.
29066         * modules/xvasprintf-tests (Makefile.am): New variable
29067         test_xvasprintf_LDADD.
29068         Reported by Eric Blake.
29069
29070 2007-04-03  Eric Blake  <ebb9@byu.net>
29071
29072         * DEPENDENCIES: Weaken m4 requirements.
29073
29074 2007-04-03  Bruno Haible  <bruno@clisp.org>
29075
29076         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
29077         * modules/isnanl-tests (configure.ac): Likewise.
29078
29079 2007-04-03  Ben Pfaff  <blp@gnu.org>
29080
29081         * modules/iconv_open: Add $(srcdir)/ to source directory
29082         references in Makefile fragments that call gperf, to fix VPATH
29083         builds.
29084
29085 2007-04-03  Bruno Haible  <bruno@clisp.org>
29086
29087         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
29088         * lib/ldexpl.c: Undo last change.
29089
29090 2007-04-03  Bruno Haible  <bruno@clisp.org>
29091
29092         * modules/printf-frexpl (Depends-on): Undo last change.
29093         (Files): Add m4/ldexpl.m4.
29094
29095 2007-04-03  Bruno Haible  <bruno@clisp.org>
29096
29097         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
29098         * modules/isnanl (Link): New section.
29099
29100         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
29101         * modules/frexp (Link): New section.
29102
29103         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
29104         * modules/frexpl (Link): New section.
29105
29106         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
29107         * modules/ldexpl (Link): New section.
29108
29109 2007-04-03  Bruno Haible  <bruno@clisp.org>
29110
29111         * modules/TEMPLATE-EXTENDED: New file.
29112         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
29113
29114 2007-04-03  Bruno Haible  <bruno@clisp.org>
29115
29116         * DEPENDENCIES: New file.
29117         Suggested by Simon Josefsson.
29118
29119 2007-04-03  Bruno Haible  <bruno@clisp.org>
29120
29121         * doc/gnulib.texi: Escape @.
29122
29123 2007-04-03  James Youngman  <jay@gnu.org>
29124         and Paul Eggert  <eggert@cs.ucla.edu>
29125
29126         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
29127         birthtime on all systems that have birthtime, not just those which
29128         use st_birthtimensec rather than st_birthtim.  Putting zero in
29129         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
29130         that the birth time is not available for files on an NFS mount.
29131
29132 2007-04-03  Simon Josefsson  <simon@josefsson.org>
29133
29134         * modules/memxor: Move back from crypto/, suggested by Bruno.
29135         * modules/crypto/hmac-sha1: Fix memxor dependency.
29136
29137         * modules/crypto/gc: Moved from ../.
29138
29139 2007-04-02  Eric Blake  <ebb9@byu.net>
29140
29141         * lib/ldexpl.c (includes): Avoid libm.
29142
29143         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
29144
29145 2007-04-02  Bruno Haible  <bruno@clisp.org>
29146
29147         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
29148         on IRIX.
29149
29150 2007-04-02  Bruno Haible  <bruno@clisp.org>
29151
29152         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
29153         x86 or x86_64 platforms running MacOS X.
29154         Reported by Ryan Schmidt <@ryandesign.com>.
29155
29156 2007-04-02  Bruno Haible  <bruno@clisp.org>
29157
29158         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
29159         i386.
29160
29161 2007-04-01  Simon Josefsson  <simon@josefsson.org>
29162
29163         * modules/crypto/arcfour: Moved from ../.
29164         * modules/crypto/arcfour-tests: Moved from ../.
29165         * modules/crypto/arctwo: Moved from ../.
29166         * modules/crypto/arctwo-tests: Moved from ../.
29167         * modules/crypto/des: Moved from ../.
29168         * modules/crypto/des-tests: Moved from ../.
29169         * modules/crypto/gc-arcfour: Moved from ../.
29170         * modules/crypto/gc-arcfour-tests: Moved from ../.
29171         * modules/crypto/gc-arctwo: Moved from ../.
29172         * modules/crypto/gc-arctwo-tests: Moved from ../.
29173         * modules/crypto/gc-des: Moved from ../.
29174         * modules/crypto/gc-des-tests: Moved from ../.
29175         * modules/crypto/gc-hmac-md5: Moved from ../.
29176         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
29177         * modules/crypto/gc-hmac-sha1: Moved from ../.
29178         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
29179         * modules/crypto/gc-md2: Moved from ../.
29180         * modules/crypto/gc-md2-tests: Moved from ../.
29181         * modules/crypto/gc-md4: Moved from ../.
29182         * modules/crypto/gc-md4-tests: Moved from ../.
29183         * modules/crypto/gc-md5: Moved from ../.
29184         * modules/crypto/gc-md5-tests: Moved from ../.
29185         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
29186         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
29187         * modules/crypto/gc-random: Moved from ../.
29188         * modules/crypto/gc-rijndael: Moved from ../.
29189         * modules/crypto/gc-rijndael-tests: Moved from ../.
29190         * modules/crypto/gc-sha1: Moved from ../.
29191         * modules/crypto/gc-sha1-tests: Moved from ../.
29192         * modules/crypto/gc-tests: Moved from ../.
29193         * modules/crypto/hmac-md5: Moved from ../.
29194         * modules/crypto/hmac-md5-tests: Moved from ../.
29195         * modules/crypto/hmac-sha1: Moved from ../.
29196         * modules/crypto/hmac-sha1-tests: Moved from ../.
29197         * modules/crypto/md2: Moved from ../.
29198         * modules/crypto/md2-tests: Moved from ../.
29199         * modules/crypto/md4: Moved from ../.
29200         * modules/crypto/md4-tests: Moved from ../.
29201         * modules/crypto/md5: Moved from ../.
29202         * modules/crypto/md5-tests: Moved from ../.
29203         * modules/crypto/memxor: Moved from ../.
29204         * modules/crypto/rijndael: Moved from ../.
29205         * modules/crypto/rijndael-tests: Moved from ../.
29206         * modules/crypto/sha1: Moved from ../.
29207
29208 2007-03-30  James Youngman  <jay@gnu.org>
29209
29210         * tests/test-stat-time.c (prepare_test): use chmod() rather than
29211         rename() to change the ctime of a file (because ctime is unaffected
29212         by rename on jfs2 on AIX 5.1).
29213         (main): Start by doing cleanup, in case a previous run failed leaving
29214         test files behind.
29215
29216 2007-03-31  Bruno Haible  <bruno@clisp.org>
29217
29218         Support old proprietary implementations of iconv.
29219         * modules/iconv_open: New file.
29220         * lib/iconv_.h: New file.
29221         * m4/iconv_h.m4: New file.
29222         * lib/iconv_open.c: New file.
29223         * lib/iconv_open-aix.gperf: New file.
29224         * lib/iconv_open-hpux.gperf: New file.
29225         * lib/iconv_open-irix.gperf: New file.
29226         * lib/iconv_open-osf.gperf: New file.
29227         * m4/iconv_open.m4: New file.
29228         * modules/linebreak (Depends-on): Add iconv_open.
29229         * modules/striconv (Depends-on): Likewise.
29230         * modules/striconveh (Depends-on): Likewise.
29231         * modules/unicodeio (Depends-on): Likewise.
29232         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
29233         (iconv_t)(-1).
29234         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
29235         conversion if cd is (iconv_t)(-1).
29236         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
29237         is not possible.
29238
29239 2007-03-31  Bruno Haible  <bruno@clisp.org>
29240
29241         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
29242         work on Solaris either. Protect also second use of "autodetect_jp".
29243
29244 2007-03-31  Bruno Haible  <bruno@clisp.org>
29245
29246         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
29247         the function is not present.
29248
29249 2007-03-31  Bruno Haible  <bruno@clisp.org>
29250
29251         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
29252         the function is not present.
29253
29254 2007-03-31  Bruno Haible  <bruno@clisp.org>
29255
29256         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
29257         a bug in HP-UX iconv_open().
29258
29259 2007-03-31  Bruno Haible  <bruno@clisp.org>
29260
29261         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
29262         (Mathematics <math.h>): New section, add fpieee.
29263         (Input/output <stdio.h>): Add fseterr.
29264         (Mathematics <math.h>): New section, add printf-frexp.
29265         (Container data structures): Add sublist.
29266         (Core language properties): Add fpucw, inline.
29267         (Functions for greatest-width integer types <inttypes.h>): Add
29268         imaxabs, imaxdiv, inttypes.
29269         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
29270         isnanl-nolibm, ldexp.
29271         (Mathematics <math.h>): New section, add printf-frexpl.
29272         (Support for systems lacking POSIX:2001): Add fprintf-posix,
29273         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
29274         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
29275         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
29276         (Unicode string functions): Add unistr/u*-mbtoucr.
29277         (Java): Add javacomp-script, javaexec-script.
29278         (C#): Add csharpcomp-script, csharpexec-script.
29279         (Support for building libraries and executables): Add havelib,
29280         relocatable-*.
29281         (Support for maintaining and releasing projects): Renamed from
29282         'Support for maintaining and release projects'. Add announce-gen.
29283
29284 2007-03-31  Bruno Haible  <bruno@clisp.org>
29285
29286         * README: Talk primarily about git.
29287         (git and CVS): Renamed from CVS.
29288         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
29289         gnulib is available through git.
29290         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
29291
29292 2007-03-30  Bruno Haible  <bruno@clisp.org>
29293
29294         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
29295         * lib/poll_.h: Likewise.
29296         * lib/stat_.h: Likewise.
29297         * lib/sys_time_.h: Likewise.
29298         * lib/sysexit_.h: Likewise.
29299         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
29300         * lib/stdbool_.h: Likewise.
29301         * lib/byteswap_.h: Add double-inclusion guard.
29302
29303 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
29304
29305         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
29306
29307 2007-03-30  Karl Berry  <karl@gnu.org>
29308
29309         * config/srclist-update: double space after USA in the license
29310         substitution, since that's how it's usually (?) written.
29311
29312 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29313
29314         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
29315         reported by Bruno Haible.
29316
29317 2007-03-29  Bruno Haible  <bruno@clisp.org>
29318
29319         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
29320         a bug in AIX iconv().
29321
29322 2007-03-29  Bruno Haible  <bruno@clisp.org>
29323
29324         * modules/ldexpl-tests: New file.
29325         * tests/test-ldexpl.c: New file.
29326
29327 2007-03-29  Bruno Haible  <bruno@clisp.org>
29328
29329         * lib/ldexpl.c: Include fpucw.h.
29330         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
29331         multiplication.
29332         * modules/ldexpl (Depends-on): Add fpucw.
29333
29334 2007-03-29  Bruno Haible  <bruno@clisp.org>
29335
29336         * modules/ldexpl: New file.
29337         * m4/ldexpl.m4: New file.
29338         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
29339         set.
29340         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
29341         REPLACE_LDEXPL.
29342         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
29343         REPLACE_LDEXPL.
29344         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
29345         gl_FUNC_LDEXPL_WORKS.
29346         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
29347         * modules/mathl (Files): Remove lib/ldexpl.c.
29348         (Depends-on): Add ldexpl.
29349
29350 2007-03-29  Bruno Haible  <bruno@clisp.org>
29351
29352         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
29353
29354 2007-03-29  Bruno Haible  <bruno@clisp.org>
29355
29356         * tests/test-striconveh.c (main): Don't assume that a direct conversion
29357         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
29358         and possibly also HP-UX.
29359         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
29360         work on AIX, IRIX, HP-UX, OSF/1.
29361         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
29362         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
29363         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
29364         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
29365         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
29366         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
29367
29368 2007-03-29  Bruno Haible  <bruno@clisp.org>
29369
29370         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
29371
29372 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
29373
29374         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
29375         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
29376
29377 2007-03-29  Eric Blake  <ebb9@byu.net>
29378
29379         * lib/acl-internal.h: Remove redundant include.
29380         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
29381         Cygwin when a file is locked.
29382
29383 2007-03-29  Bruno Haible  <bruno@clisp.org>
29384
29385         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
29386         file.
29387         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
29388
29389 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
29390
29391         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
29392         try to remove a parent directory if the child couldn't be removed
29393         (except for the first rmdir, which could fail because the child
29394         doesn't exist).  Problem reported by Jeff Blaine in
29395         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
29396
29397 2007-03-28  Bruno Haible  <bruno@clisp.org>
29398
29399         * lib/striconveh.c (utf8conv_carefully): New function.
29400         (mem_cd_iconveh_internal): Invoke it.
29401
29402 2007-03-28  Bruno Haible  <bruno@clisp.org>
29403
29404         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
29405         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
29406         input.
29407         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
29408         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
29409         unistr/u8-uctomb.
29410
29411 2007-03-28  Bruno Haible  <bruno@clisp.org>
29412
29413         * modules/unistr/u8-mbtoucr: New file.
29414         * lib/unistr/u8-mbtoucr.c: New file.
29415         * modules/unistr/u16-mbtoucr: New file.
29416         * lib/unistr/u16-mbtoucr.c: New file.
29417         * modules/unistr/u16-mbtoucr: New file.
29418         * lib/unistr/u16-mbtoucr.c: New file.
29419         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
29420
29421 2007-03-27  Simon Josefsson  <simon@josefsson.org>
29422             Bruno Haible  <bruno@clisp.org>
29423
29424         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
29425         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
29426         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
29427
29428         * m4/stdio_h.m4: Add stubs for vasprintf too.
29429
29430         * modules/stdio: Support vasprintf in sed command.
29431
29432         * modules/vasprintf: Depend on stdio for prototypes.  Remove
29433         vasprintf.h.  Add stdio module indicator.
29434
29435         * lib/stdio_.h: Declare asprintf and vasprintf, based on
29436         vasprintf.h.
29437
29438         * lib/vasprintf.h: File removed.
29439
29440         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
29441         * lib/vasprintf.c: Ditto.
29442         * lib/xvasprintf.c: Ditto.
29443         * tests/test-vasprintf-posix.c: Ditto.
29444         * tests/test-vasprintf.c: Ditto.
29445
29446 2007-03-27  Bruno Haible  <bruno@clisp.org>
29447
29448         Make vasnprintf multithread-safe.
29449         * lib/vasnprintf.c (decimal_point_char): New function.
29450         (VASNPRINTF): Use it.
29451         Suggested by Simon Josefsson.
29452
29453 2007-03-27  Eric Blake  <ebb9@byu.net>
29454
29455         Support sub-second birthtime on cygwin.
29456         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
29457         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
29458         (get_stat_birthtime): Also work with st_birthtim.
29459
29460 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
29461
29462         * lib/stat-time.h (USE_BIRTHTIME): Remove.
29463         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
29464         (get_stat_birthtime_ns): Do not try to use "spare" fields.
29465         (get_stat_birthtime_ns): Simplify compile-time tests.
29466         (get_stat_birthtime): Change the API to look like
29467         get_stat_mtime etc., except return a negative tv_nsec on error.
29468         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
29469         Don't check for "spare" fields.
29470         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
29471         or for struct stat.st_birthtime, as these tests aren't used.
29472         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
29473
29474 2007-03-27  Bruno Haible  <bruno@clisp.org>
29475
29476         * lib/stat-time.h: Include <sys/stat.h>.
29477
29478 2007-03-27  James Youngman  <jay@gnu.org>
29479
29480         * lib/stat-time.h (get_stat_birthtime): New function for
29481           retrieving st_birthtime as provided by UFS2 (hence *BSD).
29482         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
29483           and its variants.
29484         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
29485         * modules/stat-time-test: New file.
29486         * tests/test-stat-time.c: New test, devised by Bruno Haible.
29487
29488 2007-03-26  Bruno Haible  <bruno@clisp.org>
29489
29490         Better support of signalling NaNs.
29491         * lib/atanl.c: Include isnanl.h.
29492         (atanl): Perform test for NaN at the beginning of the function and
29493         through a call to isnanl.
29494         * lib/cosl.c: Include isnanl.h.
29495         (cosl): Perform test for NaN at the beginning of the function and
29496         through a call to isnanl.
29497         * lib/ldexpl.c: Include isnanl.h.
29498         (ldexpl): Perform test for NaN through a call to isnanl.
29499         * lib/logl.c: Include isnanl.h.
29500         (logl): Perform test for NaN at the beginning of the function and
29501         through a call to isnanl.
29502         * lib/sinl.c: Include isnanl.h.
29503         (sinl): Perform test for NaN at the beginning of the function and
29504         through a call to isnanl.
29505         * lib/sqrtl.c: Include isnanl.h.
29506         (sqrtl): Perform test for NaN at the beginning of the function and
29507         through a call to isnanl.
29508         * lib/tanl.c: Include isnanl.h.
29509         (tanl): Perform test for NaN at the beginning of the function and
29510         through a call to isnanl.
29511         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
29512         * modules/mathl (Depends-on): Add isnanl.
29513
29514 2007-03-26  Eric Blake  <ebb9@byu.net>
29515
29516         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
29517         regression in logic sense of previous patch.
29518
29519 2007-03-26  Bruno Haible  <bruno@clisp.org>
29520
29521         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
29522         unportable shell command "if ! ...".
29523         Reported by Ralf Wildenhues.
29524
29525 2007-03-25  Bruno Haible  <bruno@clisp.org>
29526
29527         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
29528         <sysexits.h> file, and only add EX_CONFIG.
29529         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
29530         absolute file name and whether it is sufficient. Substitute also
29531         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
29532         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
29533         ABSOLUTE_SYSEXITS_H into sysexits.h.
29534
29535 2007-03-25  Bruno Haible  <bruno@clisp.org>
29536
29537         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
29538         hints is NULL.
29539
29540 2007-03-25  Bruno Haible  <bruno@clisp.org>
29541
29542         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
29543         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
29544
29545 2007-03-25  Bruno Haible  <bruno@clisp.org>
29546
29547         * lib/vasnprintf.c: Include langinfo.h.
29548         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
29549         multithread-safe.
29550         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
29551         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
29552         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29553         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29554         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29555         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29556         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29557         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
29558         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29559         Reported by Simon Josefsson.
29560
29561 2007-03-25  Bruno Haible  <bruno@clisp.org>
29562
29563         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
29564         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
29565         * modules/vasnprintf (Depends-on): Add stdint.
29566
29567 2007-03-25  Bruno Haible  <bruno@clisp.org>
29568
29569         * modules/fpieee: New file.
29570         * m4/fpieee.m4: New file.
29571         * modules/isnan-nolibm (Depends-on): Add fpieee.
29572         * modules/isnanl-nolibm (Depends-on): Add fpieee.
29573         * modules/isnanl (Depends-on): Add fpieee.
29574
29575 2007-03-25  Bruno Haible  <bruno@clisp.org>
29576
29577         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
29578
29579 2007-03-25  Bruno Haible  <bruno@clisp.org>
29580
29581         Avoid test failures on IRIX 6.5.
29582         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
29583         (main): Use it.
29584         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
29585         macros.
29586         (main): Use them.
29587
29588 2007-03-25  Bruno Haible  <bruno@clisp.org>
29589
29590         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
29591         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
29592         exists but doesn't work.
29593         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
29594         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
29595         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
29596         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
29597
29598 2007-03-25  Bruno Haible  <bruno@clisp.org>
29599
29600         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
29601         returns inf. Needed on IRIX 6.5.
29602
29603 2007-03-25  Bruno Haible  <bruno@clisp.org>
29604
29605         * tests/test-frexpl.c: Include isnanl-nolibm.h.
29606         (main): Use isnanl instead of x != x idiom.
29607         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
29608
29609         * tests/test-frexp.c: Include isnan.h.
29610         (main): Use isnan instead of x != x idiom.
29611         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
29612
29613 2007-03-25  Bruno Haible  <bruno@clisp.org>
29614
29615         * tests/test-frexp.c (NaN): New function/macro.
29616         (main): Use it instead of 0.0 / 0.0.
29617         * tests/test-isnan.c (NaN): New function/macro.
29618         (main): Use it instead of 0.0 / 0.0.
29619         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
29620         (test_function): Use it instead of 0.0 / 0.0.
29621         * tests/test-vasprintf-posix.c (NaN): New function/macro.
29622         (test_function): Use it instead of 0.0 / 0.0.
29623         * tests/test-snprintf-posix.h (NaN): New function/macro.
29624         (test_function): Use it instead of 0.0 / 0.0.
29625         * tests/test-sprintf-posix.h (NaN): New function/macro.
29626         (test_function): Use it instead of 0.0 / 0.0.
29627         * tests/test-fprintf-posix.h (NaN): New function/macro.
29628         (test_function): Use it instead of 0.0 / 0.0.
29629         * tests/test-printf-posix.h (NaN): New function/macro.
29630         (test_function): Use it instead of 0.0 / 0.0.
29631
29632         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
29633
29634 2007-03-25  Bruno Haible  <bruno@clisp.org>
29635
29636         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
29637
29638 2007-03-25  Bruno Haible  <bruno@clisp.org>
29639
29640         * lib/regexec.c (merge_state_with_log): Make static.
29641
29642 2007-03-25  Bruno Haible  <bruno@clisp.org>
29643
29644         * lib/trigl.c (kernel_rem_pio2): Make static.
29645
29646 2007-03-25  Bruno Haible  <bruno@clisp.org>
29647
29648         * lib/sincosl.c (sincosl_table): Make static.
29649
29650 2007-03-25  Bruno Haible  <bruno@clisp.org>
29651
29652         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
29653         if the compiler does not support C99.
29654
29655 2007-03-25  Bruno Haible  <bruno@clisp.org>
29656
29657         * modules/time (Makefile.am): Ensure all rule action lines start with a
29658         tab.
29659
29660 2007-03-24  Bruno Haible  <bruno@clisp.org>
29661
29662         * modules/tsearch-tests: New file.
29663         * tests/test-tsearch.sh: New file.
29664         * tests/test-tsearch.c: New file, mostly copied from glibc.
29665
29666         * modules/search-tests: New file.
29667         * tests/test-search.c: New file.
29668
29669         * modules/search: New file.
29670         * lib/search_.h: New file, incorporating lib/tsearch.h.
29671         * m4/search_h.m4: New file.
29672         * lib/tsearch.h: Remove file.
29673         * lib/tsearch.c: Include search.h instead of tsearch.h.
29674         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
29675         HAVE_TSEARCH.
29676         * modules/tsearch (Files): Remove lib/tsearch.h.
29677         (Depends-on): Add search.
29678         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
29679         (Include): Change tsearch.h into search.h.
29680
29681 2007-03-24  Bruno Haible  <bruno@clisp.org>
29682
29683         * modules/fpucw: New file.
29684         * lib/fpucw.h: New file.
29685         * lib/frexp.c: Include fpucw.h.
29686         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
29687         (FUNC): Use them.
29688         * lib/printf-frexp.c: Include fpucw.h.
29689         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
29690         (FUNC): Use them.
29691         * lib/vasnprintf.c: Include fpucw.h.
29692         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
29693         'long double' calculations.
29694         * tests/test-frexpl.c: Include fpucw.h.
29695         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
29696         * tests/test-printf-frexpl.c: Include fpucw.h.
29697         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
29698         * modules/frexpl (Depends-on): Add fpucw.
29699         * modules/printf-frexpl (Depends-on): Likewise.
29700         * modules/fprintf-posix (Depends-on): Likewise.
29701         * modules/snprintf-posix (Depends-on): Likewise.
29702         * modules/sprintf-posix (Depends-on): Likewise.
29703         * modules/vasnprintf-posix (Depends-on): Likewise.
29704         * modules/vasprintf-posix (Depends-on): Likewise.
29705         * modules/vfprintf-posix (Depends-on): Likewise.
29706         * modules/vsnprintf-posix (Depends-on): Likewise.
29707         * modules/vsprintf-posix (Depends-on): Likewise.
29708         * modules/frexpl-tests (Depends-on): Likewise.
29709         * modules/printf-frexpl-tests (Depends-on): Likewise.
29710
29711 2007-03-24  Bruno Haible  <bruno@clisp.org>
29712
29713         * lib/float+.h: New file.
29714         * lib/isnan.c: Include float+.h.
29715         (SIZE): New macro.
29716         (FUNC): Compare only SIZE bytes of the value.
29717         * lib/vasnprintf.c: Include float+.h.
29718         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
29719         SIZEOF_LDBL or SIZEOF_DBL bytes.
29720         * modules/isnan-nolibm (Files): Add lib/float+.h.
29721         * modules/isnanl-nolibm (Files): Add lib/float+.h.
29722         * modules/isnanl (Files): Add lib/float+.h.
29723         * modules/vasnprintf (Files): Add lib/float+.h.
29724
29725 2007-03-24  Bruno Haible  <bruno@clisp.org>
29726
29727         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
29728         include isnanl-nolibm.h.
29729
29730 2007-03-24  Bruno Haible  <bruno@clisp.org>
29731
29732         * tests/test-read-file.c (main): Don't produce spurious output for
29733         expected situations. Make the test fail if it encountered unexpected
29734         results.
29735
29736 2007-03-24  Bruno Haible  <bruno@clisp.org>
29737
29738         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
29739         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
29740
29741 2007-03-24  Bruno Haible  <bruno@clisp.org>
29742
29743         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
29744
29745 2007-03-24  Bruno Haible  <bruno@clisp.org>
29746
29747         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
29748         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
29749
29750         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
29751         * modules/utf8-ucs4: Turn into a symbolic link to module
29752         unistr/u8-mbtouc.
29753
29754         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
29755         utf8-ucs4-unsafe.
29756         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
29757         unistr/u8-mbtouc-unsafe.
29758
29759         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
29760         * modules/utf16-ucs4: Turn into a symbolic link to module
29761         unistr/u16-mbtouc.
29762
29763         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
29764         utf16-ucs4-unsafe.
29765         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
29766         unistr/u16-mbtouc-unsafe.
29767
29768         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
29769         * modules/ucs4-utf8: Turn into a symbolic link to module
29770         unistr/u8-ubtomb.
29771
29772         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
29773         * modules/ucs4-utf16: Turn into a symbolic link to module
29774         unistr/u16-ubtomb.
29775
29776 2007-03-24  Bruno Haible  <bruno@clisp.org>
29777
29778         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
29779         Enable the function only if HAVE_INLINE.
29780         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
29781         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
29782         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
29783         Enable the function only if HAVE_INLINE.
29784         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
29785         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
29786         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
29787         Enable the function only if HAVE_INLINE.
29788         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
29789         Enable the function only if HAVE_INLINE.
29790         * modules/utf8-ucs4: Update.
29791         * modules/utf8-ucs4-unsafe: Update.
29792         * modules/utf16-ucs4: Update.
29793         * modules/utf16-ucs4-unsafe: Update.
29794         * modules/ucs4-utf8: Update.
29795         * modules/ucs4-utf16: Update.
29796
29797 2007-03-24  Bruno Haible  <bruno@clisp.org>
29798
29799         * lib/utf8-ucs4.h: Remove file.
29800         * lib/utf8-ucs4-unsafe.h: Remove file.
29801         * lib/utf16-ucs4.h: Remove file.
29802         * lib/utf16-ucs4-unsafe.h: Remove file.
29803         * lib/ucs4-utf8.h: Remove file.
29804         * lib/ucs4-utf16.h: Remove file.
29805         * lib/unistr.h: Include their previous contents.
29806         * m4/utf-ucs4.m4: Remove file.
29807         * m4/ucs4-utf.m4: Remove file.
29808         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
29809         (Depends-on): Add unistr/base.
29810         (configure.ac): Remove gl_UTF_UCS4.
29811         (Makefile.am): Update.
29812         (Include): Change to unistr.h.
29813         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
29814         (Depends-on): Add unistr/base.
29815         (configure.ac): Remove gl_UTF_UCS4.
29816         (Makefile.am): Update.
29817         (Include): Change to unistr.h.
29818         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
29819         (Depends-on): Add unistr/base.
29820         (configure.ac): Remove gl_UTF_UCS4.
29821         (Makefile.am): Update.
29822         (Include): Change to unistr.h.
29823         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
29824         (Depends-on): Add unistr/base.
29825         (configure.ac): Remove gl_UTF_UCS4.
29826         (Makefile.am): Update.
29827         (Include): Change to unistr.h.
29828         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
29829         (Depends-on): Add unistr/base.
29830         (configure.ac): Remove gl_UCS4_UTF.
29831         (Makefile.am): Update.
29832         (Include): Change to unistr.h.
29833         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
29834         (Depends-on): Add unistr/base.
29835         (configure.ac): Remove gl_UCS4_UTF.
29836         (Makefile.am): Update.
29837         (Include): Change to unistr.h.
29838         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
29839         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
29840         utf8-ucs4-unsafe.h.
29841         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
29842         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
29843         utf16-ucs4-unsafe.h.
29844         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
29845         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
29846         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
29847         * lib/unistr/u8-strchr.c: Likewise.
29848         * lib/unistr/u8-strrchr.c: Likewise.
29849         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
29850         * lib/unistr/u16-strchr.c: Likewise.
29851         * lib/unistr/u16-strrchr.c: Likewise.
29852         * lib/striconveh.c: Update.
29853         * lib/linebreak.c: Update.
29854
29855 2007-03-24  Bruno Haible  <bruno@clisp.org>
29856
29857         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
29858         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
29859
29860 2007-03-22  Bruno Haible  <bruno@clisp.org>
29861
29862         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
29863
29864 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
29865
29866         * MODULES.html.sh (File system functions): New module write-any-file.
29867         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
29868         * m4/write-any-file.m4: New files.
29869
29870 2007-03-23  Eric Blake  <ebb9@byu.net>
29871
29872         * gnulib-tool: Rearrange space-tab sequences, since some editors
29873         like to eat them.
29874
29875 2007-03-23  Eric Blake  <ebb9@byu.net>
29876
29877         * lib/version-etc.c (version_etc_va): Update license wording to
29878         be more concise.  Recommended by Richard Stallman.
29879
29880 2007-03-22  Bruno Haible  <bruno@clisp.org>
29881
29882         * lib/poll.c (MSG_PEEK): New fallback definition.
29883
29884 2007-03-22  Bruno Haible  <bruno@clisp.org>
29885
29886         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
29887         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
29888         (main): Update.
29889         Fixes a compilation error on BeOS.
29890
29891 2007-03-22  Bruno Haible  <bruno@clisp.org>
29892
29893         * modules/frexpl-tests: New file.
29894         * tests/test-frexpl.c: New file.
29895
29896         * modules/frexpl: New file.
29897         * m4/frexpl.m4: New file.
29898         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
29899         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
29900         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
29901         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
29902         (Depends-on): Add frexpl. Remove isnanl-nolibm.
29903         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
29904
29905 2007-03-22  Bruno Haible  <bruno@clisp.org>
29906
29907         * lib/frexpl.c: Share code with lib/frexp.c.
29908         * modules/mathl (Files): Add lib/frexp.c.
29909         (Depends-on): Add isnanl-nolibm.
29910
29911 2007-03-22  Bruno Haible  <bruno@clisp.org>
29912
29913         * modules/printf-frexp (Files): Add m4/frexp.m4.
29914         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
29915         only if the found frexp function actually works.
29916
29917 2007-03-22  Bruno Haible  <bruno@clisp.org>
29918
29919         * lib/frexp.c: Remove older implementation that uses divisions.
29920
29921 2007-03-21  Bruno Haible  <bruno@clisp.org>
29922
29923         * modules/frexp-tests: New file.
29924         * tests/test-frexp.c: New file.
29925
29926         * modules/frexp: New file.
29927         * lib/frexp.c: New file.
29928         * m4/frexp.m4: New file.
29929         * lib/math_.h (frexp): New declaration.
29930         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
29931         REPLACE_FREXP.
29932         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
29933
29934 2007-03-21  Bruno Haible  <bruno@clisp.org>
29935
29936         * modules/isnanl-tests: New file.
29937         * tests/test-isnanl.c: New file.
29938
29939         * modules/isnanl: New file.
29940         * lib/isnanl.h: New file.
29941         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
29942         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
29943         gl_FUNC_ISNANL_WORKS.
29944         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
29945         New macros.
29946
29947 2007-03-21  Bruno Haible  <bruno@clisp.org>
29948
29949         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
29950         lib/isnanl.h.
29951         (Include): Update.
29952         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
29953         * lib/vasnprintf.c: Update.
29954         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
29955         tests/test-isnanl.h, remove tests/test-isnanl.c.
29956         (Makefile.am): Update.
29957         * tests/test-isnanl-nolibm.c: New file.
29958         * tests/test-isnanl.h: New file.
29959         * tests/test-isnanl.c: Remove file.
29960
29961 2007-03-21  Jim Meyering  <jim@meyering.net>
29962
29963         When trying to open ".", treat ESTALE like EACCES.
29964         * lib/savewd.c (savewd_save): Resort to forking not just upon
29965         failure with EACCES, but also when errno is ESTALE.
29966
29967 2007-03-20  Bruno Haible  <bruno@clisp.org>
29968
29969         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
29970         Needed on AIX 5.1. Reported by Matthew Woehlke.
29971
29972 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
29973
29974         Suggestions by Bruno Haible:
29975         * lib/acl-internal.h: Include "gettext.h" rather than rolling
29976         our own.
29977         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
29978         * modules/acl (Depends-on): Add gettext.
29979
29980 2007-03-19  Bruno Haible  <bruno@clisp.org>
29981
29982         * modules/iconvme: Remove file.
29983         * lib/iconvme.h: Remove file.
29984         * lib/iconvme.c: Remove file.
29985         * m4/iconvme.m4: Remove file.
29986
29987 2007-03-19  Bruno Haible  <bruno@clisp.org>
29988
29989         * doc/relocatable-maint.texi: Break long shell script line.
29990         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
29991
29992 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
29993
29994         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
29995         handle file_has_acl.
29996         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
29997         * lib/acl.c: Move header inclusions and related macro defns into
29998         lib/acl-internal.h.
29999         (S_ISLNK): Remove defn, since that's now done for us.
30000         (file_has_acl): Move to lib/file-has-acl.c.
30001         Call acl_trivial if available.  This is the crucial part of the fix.
30002         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
30003         shared within the library.  Rewrite a bit, partly to make it compatible
30004         with the GNU coding style.
30005         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
30006         Remove unnecessary double-quotes.
30007         Don't test for acl_to_text; the build will catch that.
30008         Replace acl_entries if it doesn't exist and it is needed.
30009         Check for -lsec and acl_trivial (as used on Solaris 10).
30010         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
30011         lib/file-has-acl.c.
30012         (Depends-on): Add sys_stat, for S_ISLNK.
30013
30014 2007-03-19  Ben Pfaff  <blp@gnu.org>
30015
30016         * doc/gnulib.texi: Fix typos.
30017         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
30018
30019 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
30020
30021         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
30022         If size is zero here, buf must be zero.
30023
30024 2007-03-19  Simon Josefsson  <simon@josefsson.org>
30025
30026         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
30027         <bruno@clisp.org>.
30028
30029 2007-03-18  Bruno Haible  <bruno@clisp.org>
30030
30031         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
30032         Suggested by Eric Blake.
30033
30034 2007-03-18  Ben Pfaff  <blp@gnu.org>
30035
30036         * doc/relocatable.texi: Recommend using as prefix a directory
30037         that does not exist and will never be created.  Based on
30038         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
30039         and others.
30040
30041 2007-03-17  Bruno Haible  <bruno@clisp.org>
30042
30043         * lib/fchownat.c: Include lchown.h.
30044
30045 2007-03-17  Bruno Haible  <bruno@clisp.org>
30046
30047         Fix endless loop when the given allocated size was > INT_MAX.
30048         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
30049         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
30050         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
30051         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
30052         * lib/sprintf.c (sprintf): Likewise.
30053
30054 2007-03-17  Bruno Haible  <bruno@clisp.org>
30055
30056         * tests/test-argp-2.sh (func_compare): Output a context diff.
30057
30058 2007-03-17  Bruno Haible  <bruno@clisp.org>
30059
30060         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
30061         locale's decimal-point character.
30062
30063 2007-03-17  Bruno Haible  <bruno@clisp.org>
30064
30065         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
30066         before comparing it. Needed because on some platforms (e.g. x86) a
30067         'long double' occupies less bytes than sizeof (long double).
30068
30069 2007-03-17  Bruno Haible  <bruno@clisp.org>
30070
30071         * tests/test-crc.c (main): Make printf statements 64-bit clean.
30072         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
30073         * tests/test-getaddrinfo.c (simple): Likewise.
30074         * tests/test-read-file.c (main): Likewise.
30075
30076 2007-03-17  Bruno Haible  <bruno@clisp.org>
30077
30078         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
30079
30080 2007-03-17  Bruno Haible  <bruno@clisp.org>
30081
30082         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
30083         unused variable.
30084
30085 2007-03-17  Bruno Haible  <bruno@clisp.org>
30086
30087         * tests/test-c-strcasecmp.c: Include c-strcase.h.
30088         * tests/test-c-strncasecmp.c: Likewise.
30089
30090 2007-03-17  Bruno Haible  <bruno@clisp.org>
30091
30092         * modules/stdlib (Depends-on): Add unistd.
30093         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
30094         Needed for MacOS X 10.3.
30095
30096 2007-03-17  Bruno Haible  <bruno@clisp.org>
30097
30098         * lib/unistr/u-strdup.h: Include <stdlib.h>.
30099
30100 2007-03-17  Bruno Haible  <bruno@clisp.org>
30101
30102         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
30103
30104 2007-03-17  Bruno Haible  <bruno@clisp.org>
30105
30106         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
30107         to reflect files copied from gnulib (with or without modifications).
30108         Suggested by Jim Meyering.
30109
30110 2007-03-17  Eric Blake  <ebb9@byu.net>
30111
30112         * NEWS: Document stdlib change from 2007-02-18.
30113
30114 2007-03-17  Jim Meyering  <jim@meyering.net>
30115
30116         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
30117         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
30118         someone uses a name containing shell meta-characters.
30119         Reported by Alfred M. Szmidt.
30120
30121         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
30122
30123 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
30124
30125         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
30126         and copy gettext configuration files only if configure.ac contains
30127         a use of AM_GNU_GETTEXT_VERSION.
30128
30129 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
30130
30131         * build-aux/bootstrap (gnulib_name): New variable.
30132         (gnulib_tool_options): Use it.
30133
30134 2007-03-13  Simon Josefsson  <simon@josefsson.org>
30135
30136         * tests/test-des.c: Use new namespace.
30137
30138 2007-03-15  Bruno Haible  <bruno@clisp.org>
30139
30140         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
30141         Reported by James Youngman <jay@gnu.org>.
30142
30143 2007-03-15  Bruno Haible  <bruno@clisp.org>
30144
30145         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
30146         declared prototype. Needed with cc on OSF/1 5.1.
30147
30148 2007-03-15  Bruno Haible  <bruno@clisp.org>
30149
30150         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
30151         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
30152         (struct gl_list_implementation): Add dispose_fn argument to the
30153         'create_empty', 'create' methods.
30154         (struct gl_list_impl_base): Add field 'dispose_fn'.
30155         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
30156         argument.
30157         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
30158         dispose_fn argument.
30159         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
30160         dispose_fn on the dropped values.
30161         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
30162         dispose_fn argument.
30163         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
30164         dropped values.
30165         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
30166         (gl_tree_remove_node): Call dispose_fn on the dropped value.
30167         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
30168         (gl_tree_remove_node): Call dispose_fn on the dropped value.
30169         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
30170         argument.
30171         (gl_tree_list_free): Call dispose_fn on the dropped values.
30172         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
30173         the dropped values.
30174         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
30175         Add dispose_fn argument.
30176         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
30177         Call dispose_fn on the dropped values.
30178         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
30179         Add dispose_fn argument.
30180         (gl_sublist_create): Initialize the 'dispose_fn' field.
30181         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
30182         * tests/test-array_list.c (main): Update.
30183         * tests/test-carray_list.c (main): Update.
30184         * tests/test-avltree_list.c (main): Update.
30185         * tests/test-rbtree_list.c (main): Update.
30186         * tests/test-avltreehash_list.c (main): Update.
30187         * tests/test-rbtreehash_list.c (main): Update.
30188         * tests/test-linked_list.c (main): Update.
30189         * tests/test-linkedhash_list.c (main): Update.
30190         * tests/test-array_oset.c (main): Update.
30191
30192 2007-03-15  Bruno Haible  <bruno@clisp.org>
30193
30194         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
30195         (gl_oset_create_empty): Add dispose_fn argument.
30196         (struct gl_oset_implementation): Add dispose_fn argument to
30197         'create_empty' method.
30198         (struct gl_oset_impl_base): Add dispose_fn field.
30199         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
30200         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
30201         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
30202         values.
30203         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
30204         (gl_tree_oset_free): Call dispose_fn on the dropped values.
30205         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
30206         dropped value.
30207         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
30208         dropped value.
30209         * tests/test-array_oset.c (main): Update.
30210         * tests/test-avltree_oset.c (main): Update.
30211         * tests/test-rbtree_oset.c (main): Update.
30212         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
30213
30214 2007-03-13  Bruno Haible  <bruno@clisp.org>
30215
30216         * tests/test-stdbool.c (i): Update after last patch.
30217
30218 2007-03-12  Bruno Haible  <bruno@clisp.org>
30219
30220         * lib/quotearg.c: Include <wctype.h> early, before the definition of
30221         the iswprint macro. Needed on Solaris 2.5.1.
30222
30223 2007-03-12  Bruno Haible  <bruno@clisp.org>
30224
30225         * tests/test-printf-frexp.c (main): Declare x as volatile.
30226
30227 2007-03-12  Simon Josefsson  <simon@josefsson.org>
30228
30229         * doc/gnulib.texi (Build robot for gnulib): New section.
30230
30231 2007-03-12  Jim Meyering  <jim@meyering.net>
30232
30233         * build-aux/bootstrap: New file.
30234         * build-aux/bootstrap.conf: New file, from coreutils.
30235
30236 2007-03-11  Bruno Haible  <bruno@clisp.org>
30237
30238         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
30239
30240 2007-03-12  Simon Josefsson  <simon@josefsson.org>
30241
30242         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
30243         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
30244         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
30245
30246 2007-03-11  Bruno Haible  <bruno@clisp.org>
30247
30248         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
30249         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
30250
30251 2007-03-11  Bruno Haible  <bruno@clisp.org>
30252
30253         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
30254         formula. Needed for SunPRO C 5.0.
30255
30256 2007-03-11  Bruno Haible  <bruno@clisp.org>
30257
30258         * modules/long-options (Depends-on): Add getopt.
30259
30260 2007-03-11  Bruno Haible  <bruno@clisp.org>
30261
30262         * modules/modechange (Depends-on): Add stdbool.
30263
30264 2007-03-11  Bruno Haible  <bruno@clisp.org>
30265
30266         * modules/i-ring (Depends-on): Add stdbool.
30267
30268 2007-03-11  Bruno Haible  <bruno@clisp.org>
30269
30270         * modules/gc-des (Depends-on): Add stdbool.
30271
30272 2007-03-11  Bruno Haible  <bruno@clisp.org>
30273
30274         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
30275
30276 2007-03-11  Bruno Haible  <bruno@clisp.org>
30277
30278         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
30279
30280 2007-03-11  Bruno Haible  <bruno@clisp.org>
30281
30282         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
30283
30284 2007-03-11  Bruno Haible  <bruno@clisp.org>
30285
30286         * lib/vasnprintf.c (sprintf): Undefine.
30287
30288 2007-03-11  Bruno Haible  <bruno@clisp.org>
30289
30290         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
30291         initializers in SunPRO C and Compaq C compilers.
30292
30293 2007-03-11  Bruno Haible  <bruno@clisp.org>
30294
30295         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
30296         decrementing code ANSI C compliant.
30297
30298 2007-03-11  Bruno Haible  <bruno@clisp.org>
30299
30300         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
30301         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
30302
30303 2007-03-11  Bruno Haible  <bruno@clisp.org>
30304
30305         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
30306         <stdbool.h> substitute doesn't pass.
30307
30308 2007-03-11  Bruno Haible  <bruno@clisp.org>
30309
30310         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
30311
30312 2007-03-11  Bruno Haible  <bruno@clisp.org>
30313
30314         * gnulib-tool (func_create_megatestdir): Create also an autobuild
30315         script, for submission to autobuild.josefsson.org.
30316
30317 2007-03-10  Bruno Haible  <bruno@clisp.org>
30318
30319         * modules/canonicalize-lgpl-tests: New file.
30320         * tests/test-canonicalize-lgpl.sh: New file.
30321         * tests/test-canonicalize-lgpl.c: New file.
30322
30323         * modules/c-strcase-tests: New file.
30324         * tests/test-c-strcase.sh: New file.
30325         * tests/test-c-strcasecmp.c: New file.
30326         * tests/test-c-strncasecmp.c: New file.
30327
30328         * modules/atexit-tests: New file.
30329         * tests/test-atexit.sh: New file.
30330         * tests/test-atexit.c: New file.
30331
30332 2007-03-10  Bruno Haible  <bruno@clisp.org>
30333
30334         * tests/test-binary-io.sh: Use temporary filenames that are not so
30335         likely to clash with those of other tests (in a parallel make).
30336         * tests/test-binary-io.c: Likewise.
30337
30338 2007-03-10  Bruno Haible  <bruno@clisp.org>
30339
30340         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
30341         fallback; use #error instead.
30342         Suggested by Simon Josefsson.
30343
30344 2007-03-10  Bruno Haible  <bruno@clisp.org>
30345
30346         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
30347         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
30348         first and the last.
30349
30350 2007-03-10  Bruno Haible  <bruno@clisp.org>
30351
30352         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
30353
30354 2007-03-10  Bruno Haible  <bruno@clisp.org>
30355
30356         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
30357         "make distcheck".
30358         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
30359         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
30360         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
30361
30362 2007-03-10  Bruno Haible  <bruno@clisp.org>
30363
30364         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
30365         variable.
30366         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
30367         variable.
30368
30369 2007-03-09  Eric Blake  <ebb9@byu.net>
30370         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
30371
30372         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
30373         types are not being provided by gnulib.
30374         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
30375         types are supported.
30376
30377 2007-03-10  Bruno Haible  <bruno@clisp.org>
30378
30379         * lib/stdio_.h (__attribute__): New macro.
30380         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
30381         vsprintf): Specify __attribute__ __format__ for GCC.
30382         Suggested by Eric Blake.
30383
30384 2007-03-09  Bruno Haible  <bruno@clisp.org>
30385
30386         * modules/printf-posix-tests: New file.
30387         * tests/test-printf-posix.sh: New file.
30388         * tests/test-printf-posix.c: New file.
30389
30390         * modules/printf-posix: New file.
30391         * lib/printf.c: New file.
30392         * m4/printf-posix-rpl.m4: New file.
30393         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
30394         REPLACE_PRINTF.
30395         * lib/stdio_.h (printf): New declaration.
30396         (format, __format__, ____printf____, ____scanf____, ____strftime____,
30397         ____strfmon____): New macros.
30398         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
30399         REPLACE_PRINTF.
30400
30401 2007-03-09  Bruno Haible  <bruno@clisp.org>
30402
30403         * tests/test-vasnprintf-posix2.sh: New file.
30404         * tests/test-vasnprintf-posix2.c: New file.
30405         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
30406         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
30407         (Makefile.am): Activate test-vasnprintf-posix2.sh.
30408
30409         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
30410         a locale dependent decimal point, rather than always '.'.
30411
30412 2007-03-09  Eric Blake  <ebb9@byu.net>
30413
30414         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
30415         spite of platforms like Tandem/NSK that define it to -1.
30416
30417 2007-03-08  Bruno Haible  <bruno@clisp.org>
30418
30419         * modules/vprintf-posix-tests: New file.
30420         * tests/test-vprintf-posix.sh: New file.
30421         * tests/test-vprintf-posix.c: New file.
30422         * tests/test-printf-posix.h: New file.
30423
30424         * modules/vprintf-posix: New file.
30425         * lib/vprintf.c: New file.
30426         * m4/vprintf-posix.m4: New file.
30427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
30428         REPLACE_VPRINTF.
30429         * lib/stdio_.h (vprintf): New declaration.
30430         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
30431         REPLACE_VPRINTF.
30432
30433 2007-03-08  Bruno Haible  <bruno@clisp.org>
30434
30435         * modules/fprintf-posix-tests: New file.
30436         * tests/test-fprintf-posix.sh: New file.
30437         * tests/test-fprintf-posix.c: New file.
30438
30439         * modules/fprintf-posix: New file.
30440         * lib/fprintf.c: New file.
30441         * m4/fprintf-posix.m4: New file.
30442         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
30443         REPLACE_FPRINTF.
30444         * lib/stdio_.h (fprintf): New declaration.
30445         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
30446         REPLACE_FPRINTF.
30447
30448 2007-03-08  Bruno Haible  <bruno@clisp.org>
30449
30450         * modules/vfprintf-posix-tests: New file.
30451         * tests/test-vfprintf-posix.sh: New file.
30452         * tests/test-vfprintf-posix.c: New file.
30453         * tests/test-fprintf-posix.h: New file.
30454         * tests/test-fprintf-posix.out: New file.
30455
30456         * modules/vfprintf-posix: New file.
30457         * lib/vfprintf.c: New file.
30458         * m4/vfprintf-posix.m4: New file.
30459         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
30460         REPLACE_VFPRINTF.
30461         * lib/stdio_.h (vfprintf): New declaration.
30462         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
30463         REPLACE_VFPRINTF.
30464
30465 2007-03-08  Bruno Haible  <bruno@clisp.org>
30466
30467         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
30468
30469 2007-03-08  Bruno Haible  <bruno@clisp.org>
30470
30471         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
30472         instead of 'expr' invocations.
30473         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30474         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30475         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30476         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30477         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30478         Suggested by Paul Eggert.
30479
30480 2007-03-08  Bruno Haible  <bruno@clisp.org>
30481
30482         * modules/fseterr-tests: New file.
30483         * tests/test-fseterr.c: New file.
30484
30485         * modules/fseterr: New file.
30486         * lib/fseterr.h: New file.
30487         * lib/fseterr.c: New file.
30488
30489 2007-03-08  Bruno Haible  <bruno@clisp.org>
30490
30491         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
30492         * lib/getopt_.h: Likewise.
30493         * lib/mbswidth.h: Likewise.
30494         * lib/setenv.h: Likewise.
30495         * lib/vasnprintf.h: Likewise.
30496         * lib/vasprintf.h: Likewise.
30497         * lib/verror.h: Likewise.
30498         * lib/xsetenv.h: Likewise.
30499         * lib/xvasprintf.h: Likewise.
30500
30501 2007-03-08  Jim Meyering  <jim@meyering.net>
30502
30503         * users.txt: Add parted.
30504
30505         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
30506
30507 2007-03-07  Bruno Haible  <bruno@clisp.org>
30508
30509         * m4/printf.m4: Make the shell script snippets copy&pastable.
30510
30511 2007-03-02  Bruno Haible  <bruno@clisp.org>
30512
30513         * lib/netinet_in_.h: New file.
30514         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
30515         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
30516         * modules/netinet_in (Files): Add lib/netinet_in_.h.
30517         (Depends-on): Add absolute-header.
30518         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
30519         into netinet/in.h.
30520
30521 2007-03-03  Bruno Haible  <bruno@clisp.org>
30522
30523         * lib/sys_select_.h: New file.
30524         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
30525         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
30526         * modules/sys_select (Files): Add lib/sys_select_.h.
30527         (Depends-on): Add absolute-header.
30528         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
30529         into sys/select.h.
30530
30531 2007-03-02  Bruno Haible  <bruno@clisp.org>
30532
30533         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
30534         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
30535         values.
30536         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
30537         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
30538         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
30539         * modules/sys_socket (Depends-on): Add absolute-header.
30540         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
30541         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
30542         (Include): Remove requirement of inclusion of <sys/types.h>.
30543
30544 2007-03-02  Bruno Haible  <bruno@clisp.org>
30545
30546         * lib/byteswap_.h (bswap_32): Fix formula.
30547
30548 2007-03-06  Bruno Haible  <bruno@clisp.org>
30549
30550         * modules/sprintf-posix-tests: New file.
30551         * tests/test-sprintf-posix.c: New file.
30552
30553         * modules/sprintf-posix: New file.
30554         * lib/sprintf.c: New file.
30555         * m4/sprintf-posix.m4: New file.
30556         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
30557         REPLACE_SPRINTF.
30558         * lib/stdio_.h (sprintf): New declaration.
30559         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
30560         REPLACE_SPRINTF.
30561
30562 2007-03-06  Bruno Haible  <bruno@clisp.org>
30563
30564         * modules/vsprintf-posix-tests: New file.
30565         * tests/test-vsprintf-posix.c: New file.
30566         * tests/test-sprintf-posix.h: New file.
30567
30568         * modules/vsprintf-posix: New file.
30569         * lib/vsprintf.c: New file.
30570         * m4/vsprintf-posix.m4: New file.
30571         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
30572         REPLACE_VSPRINTF.
30573         * lib/stdio_.h (vsprintf): New declaration.
30574         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
30575         REPLACE_VSPRINTF.
30576
30577 2007-03-06  Bruno Haible  <bruno@clisp.org>
30578
30579         * modules/vsnprintf (Depend-on): Remove minmax.
30580
30581 2007-03-06  Bruno Haible  <bruno@clisp.org>
30582
30583         * modules/snprintf-posix-tests: New file.
30584         * tests/test-snprintf-posix.c: New file.
30585
30586         * modules/snprintf-posix: New file.
30587         * m4/snprintf-posix.m4: New file.
30588         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
30589         gl_FUNC_SNPRINTF.
30590         (gl_FUNC_SNPRINTF): Invoke it.
30591         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
30592         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
30593         is set.
30594         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
30595
30596 2007-03-06  Bruno Haible  <bruno@clisp.org>
30597
30598         * modules/vsnprintf-posix-tests: New file.
30599         * tests/test-vsnprintf-posix.c: New file.
30600         * tests/test-snprintf-posix.h: New file.
30601
30602         * modules/vsnprintf-posix: New file.
30603         * m4/vsnprintf-posix.m4: New file.
30604         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
30605         gl_FUNC_VSNPRINTF.
30606         (gl_FUNC_VSNPRINTF): Invoke it.
30607         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
30608         * lib/stdio_.h (vsnprintf): Define as a replacement if
30609         REPLACE_VSNPRINTF is set.
30610         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
30611
30612 2007-03-06  Bruno Haible  <bruno@clisp.org>
30613
30614         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
30615         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
30616
30617 2007-03-06  Bruno Haible  <bruno@clisp.org>
30618
30619         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
30620         (asinl): Declare also if HAVE_DECL_ASINL is set.
30621         (atanl): Declare also if HAVE_DECL_ATANL is set.
30622         (ceill): Declare also if HAVE_DECL_CEILL is set.
30623         (cosl): Declare also if HAVE_DECL_COSL is set.
30624         (expl): Declare also if HAVE_DECL_EXPL is set.
30625         (floorl): Declare also if HAVE_DECL_FLOORL is set.
30626         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
30627         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
30628         (logl): Declare also if HAVE_DECL_LOGL is set.
30629         (sinl): Declare also if HAVE_DECL_SINL is set.
30630         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
30631         (tanl): Declare also if HAVE_DECL_TANL is set.
30632         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
30633         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
30634         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
30635         declaration of frexpl, ldexpl.
30636         * modules/printf-frexpl (Depends-on): Add math.
30637         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
30638
30639 2007-03-05  Bruno Haible  <bruno@clisp.org>
30640
30641         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
30642         frexpl and ldexpl are declared.
30643         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
30644
30645 2007-03-05  Bruno Haible  <bruno@clisp.org>
30646
30647         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
30648         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
30649
30650 2007-03-05  Bruno Haible  <bruno@clisp.org>
30651
30652         * lib/stdio_.h: Include <stddef.h>.
30653
30654 2007-03-05  Bruno Haible  <bruno@clisp.org>
30655
30656         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
30657
30658 2007-03-05  Bruno Haible  <bruno@clisp.org>
30659
30660         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
30661         NetBSD 4, from Ralf Wildenhues.
30662
30663 2007-03-04  Bruno Haible  <bruno@clisp.org>
30664
30665         * lib/vasprintf.h: Update #if logic for the case when the functions
30666         exist but are overridden.
30667
30668 2007-03-04  Bruno Haible  <bruno@clisp.org>
30669
30670         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
30671         implementations: glibc-2.4 and MacOS X 10.3.
30672         * tests/test-vasnprintf-posix.c (test_function): Test also the case
30673         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
30674         * tests/test-vasprintf-posix.c (test_function): Likewise.
30675
30676 2007-03-04  Bruno Haible  <bruno@clisp.org>
30677
30678         * modules/vasprintf-posix-tests: New file.
30679         * tests/test-vasprintf-posix.c: New file.
30680
30681         * modules/vasprintf-posix: New file.
30682         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
30683         defined.
30684         * m4/vasprintf-posix.m4: New file.
30685         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
30686         gl_FUNC_VASPRINTF.
30687         (gl_FUNC_VASPRINTF): Invoke it.
30688         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
30689         here.
30690         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
30691
30692 2007-03-04  Bruno Haible  <bruno@clisp.org>
30693
30694         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
30695         REPLACE_GETTIMEOFDAY.
30696         * modules/sys_time (Makefile.am): Likewise.
30697         * m4/sys_time_h.m4: Likewise.
30698         * m4/gettimeofday.m4: Likewise.
30699
30700 2007-03-04  Bruno Haible  <bruno@clisp.org>
30701
30702         * modules/vasnprintf-posix-tests: New file.
30703         * tests/test-vasnprintf-posix.c: New file.
30704
30705         * modules/vasnprintf-posix: New file.
30706         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
30707         printf-frexpl.h.
30708         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
30709         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
30710         REPLACE_VASNPRINTF is defined.
30711         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
30712         gl_FUNC_VASNPRINTF.
30713         (gl_FUNC_VASNPRINTF): Invoke it.
30714         * m4/vasnprintf-posix.m4: New file.
30715         * m4/printf.m4: New file.
30716
30717 2007-03-04  Bruno Haible  <bruno@clisp.org>
30718
30719         Compile progreloc.c only if --enable-relocatable is specified.
30720         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
30721         if --enable-relocatable was specified.
30722         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
30723         lib_SOURCES.
30724
30725 2007-03-04  Jim Meyering  <jim@meyering.net>
30726
30727         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
30728         Use it consistently, rather than enumerating errno constants.
30729
30730 2007-03-04  Bruno Haible  <bruno@clisp.org>
30731
30732         * modules/xvasprintf-tests: New file.
30733         * tests/test-xvasprintf.c: New file.
30734
30735         * modules/vasprintf-tests: New file.
30736         * tests/test-vasprintf.c: New file.
30737
30738         * modules/vasnprintf-tests: New file.
30739         * tests/test-vasnprintf.c: New file.
30740
30741         * modules/vsnprintf-tests: New file.
30742         * tests/test-vsnprintf.c: New file.
30743
30744         * modules/snprintf-tests: New file.
30745         * tests/test-snprintf.c: New file.
30746
30747 2007-03-04  Bruno Haible  <bruno@clisp.org>
30748
30749         Compile relocatable.c only if --enable-relocatable is specified.
30750         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
30751         gl_RELOCATABLE_LIBRARY.
30752         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
30753         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
30754         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
30755         gl_RELOCATABLE_LIBRARY.
30756         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
30757         (Makefile.am): Remove lib_SOURCES.
30758         * modules/relocatable-lib-lgpl (configure.ac): Invoke
30759         gl_RELOCATABLE_LIBRARY.
30760         (Makefile.am): Remove lib_SOURCES.
30761         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
30762         always.
30763         * modules/relocatable-prog-wrapper (configure.ac): Invoke
30764         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
30765
30766 2007-03-04  Bruno Haible  <bruno@clisp.org>
30767
30768         * modules/argmatch-tests: New file.
30769         * tests/test-argmatch.c: New file.
30770
30771         * tests/test-allocsa.c (main): Halve the number of loop runs.
30772
30773         * modules/alloca-opt-tests: New file.
30774         * tests/test-alloca-opt.c: New file.
30775
30776 2007-03-04  Jim Meyering  <jim@meyering.net>
30777
30778         Work around difference between Linux ACLs and Solaris 10 ZFS.
30779         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
30780         for EINVAL.
30781
30782 2007-03-03  Bruno Haible  <bruno@clisp.org>
30783
30784         * modules/relocatable-prog (Depends-on): Add back progreloc's
30785         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
30786
30787 2007-03-03  Bruno Haible  <bruno@clisp.org>
30788
30789         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
30790         * modules/relocatable-lib: New file.
30791
30792 2007-03-03  Bruno Haible  <bruno@clisp.org>
30793
30794         * modules/relocatable-prog: Renamed from modules/relocatable.
30795         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
30796
30797 2007-03-03  Bruno Haible  <bruno@clisp.org>
30798
30799         * modules/relocatable-script (Files): Add doc/relocatable.texi,
30800         m4/relocatable-lib.m4.
30801         (Depends-on): Remove 'relocatable'.
30802         (configure.ac): Add gl_RELOCATABLE_NOP.
30803
30804 2007-03-03  Bruno Haible  <bruno@clisp.org>
30805
30806         * modules/relocatable-prog-wrapper: New file.
30807         * modules/relocatable (Depends-on): Add it. Remove all other
30808         dependencies except progname.
30809         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
30810
30811         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
30812         (gl_FUNC_STRERROR): Nop.
30813         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
30814
30815         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
30816         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
30817
30818         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
30819         (gl_FUNC_READLINK): Update.
30820
30821         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
30822
30823 2007-03-03  Bruno Haible  <bruno@clisp.org>
30824
30825         * lib/xreadlink.c: Include <unistd.h> unconditionally.
30826         * modules/xreadlink (Depends-on): Add unistd.
30827         * modules/xreadlink-with-size (Depends-on): Likewise.
30828
30829 2007-03-03  Bruno Haible  <bruno@clisp.org>
30830
30831         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
30832         extracted from gt_FUNC_SETENV.
30833         (gt_FUNC_SETENV): Remove macro.
30834         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
30835         remove gt_FUNC_SETENV.
30836
30837 2007-03-03  Bruno Haible  <bruno@clisp.org>
30838
30839         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
30840         ENABLE_RELOCATABLE here.
30841         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
30842
30843 2007-03-03  Bruno Haible  <bruno@clisp.org>
30844
30845         * modules/rbtreehash-list-tests (Depends-on): Add progname.
30846         * tests/test-rbtreehash_list.c: Include progname.h.
30847         (main): Call set_program_name.
30848
30849         * modules/rbtree-oset-tests (Depends-on): Add progname.
30850         * tests/test-rbtree_oset.c: Include progname.h.
30851         (main): Call set_program_name.
30852
30853         * modules/rbtree-list-tests (Depends-on): Add progname.
30854         * tests/test-rbtree_list.c: Include progname.h.
30855         (main): Call set_program_name.
30856
30857         * modules/linked-list-tests (Depends-on): Add progname.
30858         * tests/test-linked_list.c: Include progname.h.
30859         (main): Call set_program_name.
30860
30861 2007-03-03  Bruno Haible  <bruno@clisp.org>
30862
30863         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
30864         All uses of __restrict changed to _Restrict_.
30865         * lib/glob_.h (__restrict): Remove macro.
30866
30867 2007-03-02  Bruno Haible  <bruno@clisp.org>
30868
30869         * modules/gettext (configure.ac): Require gettext infrastructure
30870         from version 0.16.1.
30871
30872 2007-03-02  Bruno Haible  <bruno@clisp.org>
30873
30874         * modules/linkedhash-list-tests (Depends-on): Add progname.
30875         * tests/test-linkedhash_list.c: Include progname.h.
30876         (main): Call set_program_name.
30877
30878         * modules/carray-list-tests (Depends-on): Add progname.
30879         * tests/test-carray_list.c: Include progname.h.
30880         (main): Call set_program_name.
30881
30882         * modules/avltreehash-list-tests (Depends-on): Add progname.
30883         * tests/test-avltreehash_list.c: Include progname.h.
30884         (main): Call set_program_name.
30885
30886         * modules/avltree-oset-tests (Depends-on): Add progname.
30887         * tests/test-avltree_oset.c: Include progname.h.
30888         (main): Call set_program_name.
30889
30890         * modules/avltree-list-tests (Depends-on): Add progname.
30891         * tests/test-avltree_list.c: Include progname.h.
30892         (main): Call set_program_name.
30893
30894         * modules/array-oset-tests (Depends-on): Add progname.
30895         * tests/test-array_oset.c: Include progname.h.
30896         (main): Call set_program_name.
30897
30898         * modules/array-list-tests (Depends-on): Add progname.
30899         * tests/test-array_list.c: Include progname.h.
30900         (main): Call set_program_name.
30901
30902         * modules/argp-tests (Depends-on): Add progname.
30903         * tests/test-argp.c: Include argp.h first. Include progname.h.
30904         (main): Call set_program_name.
30905
30906 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
30907
30908         * doc/gnulib-tool.texi (Initial import): Reword description of
30909         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
30910         limited effect even if defined after the first system include.
30911
30912 2007-03-01  Bruno Haible  <bruno@clisp.org>
30913
30914         * build-aux/config.libpath: Update to libtool-1.5.22.
30915         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
30916
30917 2007-03-01  Bruno Haible  <bruno@clisp.org>
30918
30919         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
30920         foo_CFLAGS.
30921         Reported by Ralf Wildenhues.
30922
30923 2007-03-01  Bruno Haible  <bruno@clisp.org>
30924
30925         * build-aux/install-reloc: Remove object files left over by some
30926         compilers.
30927         Reported by Ralf Wildenhues.
30928
30929 2007-03-01  Bruno Haible  <bruno@clisp.org>
30930
30931         * build-aux/install-reloc: Break long lines.
30932
30933 2007-03-01  Bruno Haible  <bruno@clisp.org>
30934
30935         * doc/relocatable.texi: Document that it may not work on OpenBSD.
30936         Reported by Ralf Wildenhues.
30937
30938 2007-03-01  Bruno Haible  <bruno@clisp.org>
30939
30940         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
30941         include ordering constraints.
30942
30943 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30944
30945         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
30946         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
30947         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
30948         as another example.
30949         * lib/time_.h: Fix misspelling.
30950         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
30951         Require gl_HEADER_TIME_H_DEFAULTS.
30952         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
30953         * m4/time_r.m4 (gl_TIME_R): Likewise.
30954         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
30955
30956 2007-03-01  Bruno Haible  <bruno@clisp.org>
30957
30958         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
30959         * m4/utimens.m4 (gl_UTIMENS): Likewise.
30960
30961 2007-03-01  Jim Meyering  <jim@meyering.net>
30962
30963         * modules/xreadlink (Maintainer): Add my name.
30964         * modules/xreadlink-with-size (Depends-on): Alphabetize.
30965
30966 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
30967             Bruno Haible  <bruno@clisp.org>
30968
30969         * build-aux/install-reloc: Compile also c-ctype.c.
30970         * build-aux/relocatable.sh.in: New file.
30971         * doc/relocatable.texi: New file.
30972         * doc/relocatable-maint.texi: New file.
30973         * doc/gnulib.texi: Include relocatable-maint.texi.
30974         * lib/progreloc.c: Include unistd.h unconditionally.
30975         * lib/relocwrapper.c: Include unistd.h unconditionally.
30976         Include c-ctype.h.
30977         (add_dotbin): Use c_tolower.
30978         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
30979         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
30980         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
30981         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
30982         to m4/relocatable-lib.m4.
30983         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
30984         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
30985         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
30986         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
30987         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
30988         * modules/relocatable: New file.
30989         * modules/relocatable-lib: New file.
30990         * modules/relocatable-script: New file.
30991
30992 2007-02-28  Bruno Haible  <bruno@clisp.org>
30993
30994         Import --enable-relocatable infrastructure.
30995         * build-aux/config.libpath: New file, from GNU gettext.
30996         * build-aux/install-reloc: New file, from GNU gettext.
30997         * build-aux/reloc-ldflags: New file, from GNU gettext.
30998         * lib/relocatable.h: New file, from GNU gettext.
30999         * lib/relocatable.c: New file, from GNU gettext.
31000         * lib/relocwrapper.c: New file, from GNU gettext.
31001         * m4/relocatable.m4: New file, from GNU gettext.
31002
31003 2007-02-28  Bruno Haible  <bruno@clisp.org>
31004
31005         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
31006
31007         * modules/xreadlink: New file, from GNU gettext with modifications.
31008         * lib/xreadlink.c: New file, from GNU gettext.
31009         * lib/xreadlink.h: Add comments.
31010         (xreadlink): New declaration.
31011
31012         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
31013         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
31014         lib/xreadlink-with-size.c.
31015         (configure.ac): Remove gl_XREADLINK invocation.
31016         (Makefile.am): Augment lib_SOURCES.
31017         * m4/xreadlink.m4: Remove file.
31018         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
31019         (xreadlink_with_size): Renamed from xreadink.
31020         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
31021         * modules/canonicalize (Depends-on): Replace xreadlink with
31022         xreadlink-with-size.
31023         * lib/canonicalize.c (canonicalize_filename_mode): Update.
31024
31025 2007-02-25  Jim Meyering  <jim@meyering.net>
31026
31027         * build-aux/announce-gen: When complaining about excess arguments,
31028         list them.
31029
31030 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31031
31032         * README: Document signed integer overflow situation more
31033         accurately.
31034
31035 2007-02-25  Bruno Haible  <bruno@clisp.org>
31036
31037         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
31038         'a' or 'A' conversion.
31039
31040 2007-02-25  Bruno Haible  <bruno@clisp.org>
31041
31042         * modules/filename: Renamed from modules/pathname.
31043         (Files): Replace lib/pathname.h with lib/filename.h. Replace
31044         lib/concatpath.c with lib/concat-filename.c.
31045         (Makefile.am): Update.
31046         (Include): Replace pathname.h with filename.h.
31047         * lib/filename.h: Renamed from lib/pathname.h.
31048         (concatenated_filename): Renamed from concatenated_pathname.
31049         * lib/concat-filename.c: Renamed from lib/concatpath.c.
31050         (concatenated_filename): Renamed from concatenated_pathname.
31051         * lib/findprog.c: Include filename.h instead of pathname.h.
31052         (find_in_path): Update.
31053         * lib/javacomp.c: Include filename.h instead of pathname.h.
31054         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
31055         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
31056         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
31057         is_oldgcj_14_13_usable, is_javac_usable): Update.
31058         * lib/javaexec.c: Include filename.h instead of pathname.h.
31059         (execute_java_class): Update.
31060         * modules/findprog: Update.
31061         * modules/javacomp: Update.
31062         * modules/javaexec: Update.
31063         * MODULES.html.sh (File system functions): Add 'filename', remove
31064         'pathname'.
31065
31066 2007-02-25  Bruno Haible  <bruno@clisp.org>
31067
31068         * modules/printf-frexpl-tests: New file.
31069         * tests/test-printf-frexpl.c: New file.
31070
31071         * modules/printf-frexpl: New file.
31072         * lib/printf-frexpl.h: New file.
31073         * lib/printf-frexpl.c: New file.
31074         * m4/printf-frexpl.m4: New file.
31075
31076 2007-02-25  Bruno Haible  <bruno@clisp.org>
31077
31078         * modules/printf-frexp-tests: New file.
31079         * tests/test-printf-frexp.c: New file.
31080
31081         * modules/printf-frexp: New file.
31082         * lib/printf-frexp.h: New file.
31083         * lib/printf-frexp.c: New file.
31084         * m4/printf-frexp.m4: New file.
31085
31086 2007-02-25  Bruno Haible  <bruno@clisp.org>
31087
31088         Assume automake >= 1.10 for the tests.
31089         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
31090         * modules/arctwo-tests: Likewise.
31091         * modules/argp-tests: Likewise.
31092         * modules/avltree-list-tests: Likewise.
31093         * modules/avltree-oset-tests: Likewise.
31094         * modules/avltreehash-list-tests: Likewise.
31095         * modules/carray-list-tests: Likewise.
31096         * modules/crc-tests: Likewise.
31097         * modules/des-tests: Likewise.
31098         * modules/gc-arcfour-tests: Likewise.
31099         * modules/gc-arctwo-tests: Likewise.
31100         * modules/gc-des-tests: Likewise.
31101         * modules/gc-hmac-md5-tests: Likewise.
31102         * modules/gc-hmac-sha1-tests: Likewise.
31103         * modules/gc-md2-tests: Likewise.
31104         * modules/gc-md4-tests: Likewise.
31105         * modules/gc-md5-tests: Likewise.
31106         * modules/gc-pbkdf2-sha1-tests: Likewise.
31107         * modules/gc-rijndael-tests: Likewise.
31108         * modules/gc-sha1-tests: Likewise.
31109         * modules/gc-tests: Likewise.
31110         * modules/getaddrinfo-tests: Likewise.
31111         * modules/hmac-md5-tests: Likewise.
31112         * modules/hmac-sha1-tests: Likewise.
31113         * modules/linked-list-tests: Likewise.
31114         * modules/linkedhash-list-tests: Likewise.
31115         * modules/lock-tests: Likewise.
31116         * modules/md2-tests: Likewise.
31117         * modules/md4-tests: Likewise.
31118         * modules/md5-tests: Likewise.
31119         * modules/rbtree-list-tests: Likewise.
31120         * modules/rbtree-oset-tests: Likewise.
31121         * modules/rbtreehash-list-tests: Likewise.
31122         * modules/read-file-tests: Likewise.
31123         * modules/rijndael-tests: Likewise.
31124         * modules/stdint-tests: Likewise.
31125         * modules/tls-tests: Likewise.
31126
31127 2007-02-24  Bruno Haible  <bruno@clisp.org>
31128
31129         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
31130         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
31131         function; instead check whether isnan with a double argument links.
31132         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
31133         function; instead check whether isnan with a 'long double' argument
31134         links.
31135         Reported by Eric Blake <ebb9@byu.net>.
31136
31137 2007-02-24  Bruno Haible  <bruno@clisp.org>
31138
31139         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
31140         defined.
31141         * lib/isnanl.c: Remove all code. Just include isnan.c.
31142         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
31143
31144 2007-02-25  Jim Meyering  <jim@meyering.net>
31145
31146         Avoid conflicting types for 'unsetenv' on FreeBSD.
31147         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
31148         conflicting with FreeBSD's (5.0 and 6.1) function declaration
31149         in stdlib.h.
31150
31151 2007-02-24  Bruno Haible  <bruno@clisp.org>
31152
31153         * modules/isnanl-nolibm-tests: New file.
31154         * tests/test-isnanl.c: New file.
31155
31156         * modules/isnanl-nolibm: New file.
31157         * lib/isnanl.h: New file.
31158         * lib/isnanl.c: New file.
31159         * m4/isnanl.m4: New file.
31160
31161 2007-02-24  Bruno Haible  <bruno@clisp.org>
31162
31163         * modules/isnan-nolibm-tests: New file.
31164         * tests/test-isnan.c: New file.
31165
31166         * modules/isnan-nolibm: New file.
31167         * lib/isnan.h: New file.
31168         * lib/isnan.c: New file.
31169         * m4/isnan.m4: New file.
31170
31171 2007-02-24  Bruno Haible  <bruno@clisp.org>
31172
31173         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
31174         assume that an exponent fits in 20 bits.
31175
31176 2007-02-24  Jim Meyering  <jim@meyering.net>
31177
31178         * m4/regex.m4: Update the description of the configure-time option,
31179         --without-included-regex, to state accurately what the defaults are,
31180         and perhaps to give people an idea why using this option is risky.
31181
31182 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
31183
31184         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
31185         loops on small arguments.  This attempts to avoid the problem
31186         Bruno Haible reported for AIX 4.3.2 in
31187         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
31188
31189 2007-02-23  Bruno Haible  <bruno@clisp.org>
31190
31191         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
31192         Needed for help2man.
31193
31194 2007-02-23  Karl Berry  <karl@gnu.org>
31195
31196         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
31197         exists, foo.h should be cvs-ignored, not committed.
31198
31199 2007-02-23  Eric Blake  <ebb9@byu.net>
31200
31201         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
31202         * lib/stat-time.h (includes): Likewise.
31203         * lib/utimecmp.c (includes): Likewise.
31204         * lib/utimens.h (includes): Likewise.
31205         * lib/getdate.y (includes): Also include "timespec.h" for use
31206         internal to the module.
31207         * modules/utimens (Depends-on): Revert yesterday's patch.
31208         * modules/nanosleep (Depends-on): Add missing dependency.
31209
31210 2007-02-22  Bruno Haible  <bruno@clisp.org>
31211
31212         * lib/glob.c: Don't include getlogin_r.h.
31213
31214 2007-02-22  Jim Meyering  <jim@meyering.net>
31215
31216         * modules/utimens (Depends-on): Add timespec, required for
31217         utimens.h's inclusion of timespec.h.
31218
31219 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
31220
31221         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
31222         long unreadable paths in GNU/Linux.  Problem reported by Andreas
31223         Schwab in
31224         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
31225         I'll try to think of a better way to fix the Solaris problem.
31226
31227         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
31228         like glibc; on Solaris 10, it fails with errno == EINVAL.
31229         POSIX says the behavior is unspecified if the first argument is NULL,
31230         so play it safe and never pass NULL to the system getcwd.
31231
31232 2007-02-21  Jim Meyering  <jim@meyering.net>
31233
31234         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
31235         of gettimeofday.  It would conflict with the one now always
31236         provided via sys_time_.h.  Reported by Matthew Woehlke, as
31237         an IRIX 6.5 build failure.
31238
31239 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
31240
31241         Minor fixups to port to Solaris 10 with Sun C 5.8.
31242         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
31243         * modules/getcwd (Depends-on): Add dirfd.
31244         * lib/putenv.c (putenv): #undef it.
31245         (rpl_putenv): New decl.
31246         (malloc, free): Include <stdlib.h> rather than prototyping separately.
31247
31248 2007-02-20  Bruno Haible  <bruno@clisp.org>
31249
31250         * modules/stdio-tests: New file.
31251         * tests/test-stdio.c: New file.
31252
31253         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
31254         (Depends-on): Add stdio.
31255         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
31256         (Include): Use <stdio.h> instead of vsnprintf.h.
31257         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
31258         HAVE_DECL_VSNPRINTF.
31259         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
31260
31261         * modules/snprintf (Files): Remove lib/snprintf.h.
31262         (Depends-on): Add stdio.
31263         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
31264         (Include): Use <stdio.h> instead of snprintf.h.
31265         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
31266         HAVE_DECL_SNPRINTF.
31267         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
31268         * lib/getaddrinfo.c: Likewise.
31269
31270         * modules/stdio: New file.
31271         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
31272         * lib/snprintf.h: Remove file.
31273         * lib/vsnprintf.h: Remove file.
31274         * lib/.cppi-disable: Remove snprintf.h.
31275         * m4/stdio_h.m4: New file.
31276         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
31277
31278 2007-02-20  Jim Meyering  <jim@meyering.net>
31279
31280         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
31281         used by e.g., mingw.  From Bruno Haible.
31282
31283 2007-02-19  Bruno Haible  <bruno@clisp.org>
31284
31285         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
31286         warnings.
31287         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31288
31289 2007-02-19  Bruno Haible  <bruno@clisp.org>
31290
31291         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
31292         from mingw users.
31293
31294 2007-02-19  Bruno Haible  <bruno@clisp.org>
31295
31296         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
31297         warnings.
31298         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
31299
31300 2007-02-19  Jim Meyering  <jim@meyering.net>
31301
31302         Don't use FD after a successful "fdopendir (fd)".
31303         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
31304         Reset it by calling dirfd on the just-obtained DIR*.
31305
31306         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
31307         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
31308
31309 2007-02-18  Bruno Haible  <bruno@clisp.org>
31310
31311         * lib/readlink.c: Include <unistd.h>.
31312         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
31313         HAVE_READLINK.
31314         * modules/readlink (Depends-on): Add unistd.
31315         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31316         (Include): Add <unistd.h>.
31317
31318         * lib/getlogin_r.h: Remove file.
31319         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
31320         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
31321         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
31322         HAVE_DECL_GETLOGIN_R.
31323         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
31324         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31325         (Include): Use <unistd.h> instead of getlogin_r.h.
31326
31327         * lib/getcwd.h: Remove file.
31328         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
31329         * lib/xgetcwd.c: Likewise.
31330         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
31331         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
31332         * modules/getcwd (Files): Remove lib/getcwd.h.
31333         (Depends-on): Add unistd.
31334         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31335         (Include): Use <unistd.h> instad of getcwd.h.
31336
31337         * lib/ftruncate.c: Include <unistd.h> first.
31338         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
31339         Set HAVE_FTRUNCATE.
31340         * modules/ftruncate (Depends-on): Add unistd.
31341         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31342
31343         * lib/fchdir.c: Include <unistd.h> first.
31344         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
31345         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
31346         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
31347         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31348         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
31349
31350         * lib/dup2.c: Include <unistd.h> first.
31351         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
31352         HAVE_DUP2.
31353         * modules/dup2 (Depends-on): Add unistd.
31354         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31355
31356         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
31357         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
31358         REPLACE_CHOWN. Don't define chown as a macro here.
31359         * modules/chown (Depends-on): Add unistd.
31360         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
31361
31362         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
31363         Add definition for GL_LINK_WARNING.
31364         (chown, dup2): New declarations.
31365         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
31366         link warning.
31367         (ftruncate): New declaration.
31368         (getcwd): New declaration, taken from old getcwd.h.
31369         (getlogin_r): New declaration, taken from old getlogin_r.h.
31370         (readlink): New declaration.
31371         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
31372         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
31373         (gl_PREREQ_UNISTD): Remove macro.
31374         (gl_UNISTD_MODULE_INDICATOR): New macro.
31375         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
31376         many new variables. Don't set UNISTD_H.
31377         * modules/unistd (Description): Change.
31378         (Depends-on): Add link-warning.
31379         (configure.ac): Update.
31380         (Makefile.am): Create unistd.h always. Substitute many new variables
31381         into it.
31382
31383 2007-02-18  Bruno Haible  <bruno@clisp.org>
31384
31385         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
31386         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
31387         HAVE_GETSUBOPT.
31388         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
31389         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
31390         * lib/getsubopt.h: Remove file.
31391         * modules/getsubopt (Files): Remove lib/getsubopt.h.
31392         (Depends-on): Add stdlib.
31393         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
31394         (Includes): Use <stdlib.h> instead of getsubopt.h.
31395         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
31396         Set HAVE_GETSUBOPT.
31397         * lib/getsubopt.c: Don't include getsubopt.h.
31398
31399 2007-02-18  Bruno Haible  <bruno@clisp.org>
31400
31401         * modules/fchdir (Depends-on): Add dup2.
31402
31403 2007-02-18  Bruno Haible  <bruno@clisp.org>
31404
31405         * lib/stdlib_.h: Handle glibc's special invocation convention
31406         specially.
31407
31408 2007-02-18  Bruno Haible  <bruno@clisp.org>
31409
31410         * modules/stdlib-tests: New file.
31411         * tests/test-stdlib.c: New file.
31412
31413         * modules/mkstemp (Files): Remove lib/mkstemp.h.
31414         (Depends-on): Add stdlib.
31415         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
31416         (Includes): Use <stdlib.h> instead of mkstemp.h.
31417         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
31418         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
31419         * lib/mkstemp.c: Don't include mkstemp.h.
31420         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
31421         * lib/stdlib--.h: Don't include mkstemp.h.
31422
31423         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
31424         (Depends-on): Add stdlib.
31425         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
31426         (Includes): Use <stdlib.h> instead of mkdtemp.h.
31427         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
31428         HAVE_MKDTEMP.
31429         * lib/mkdtemp.c: Don't include mkdtemp.h.
31430         * lib/clean-temp.c: Don't include mkdtemp.h.
31431
31432         * modules/exit (Files): Remove lib/exit.h.
31433         (Depends-on): Add stdlib.
31434         (Makefile.am): Remove lib_SOURCES.
31435         (Include): Use <stdlib.h> instead of exit.h.
31436         * lib/argmatch.c: Don't include exit.h.
31437         * lib/execute.c: Likewise.
31438         * lib/pagealign_alloc.c: Likewise.
31439         * lib/pipe.c: Likewise.
31440         * lib/wait-process.c: Likewise.
31441         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
31442         * lib/exitfail.c: Likewise.
31443         * lib/savewd.c: Likewise.
31444         * lib/xsetenv.c: Likewise.
31445
31446         * modules/stdlib: New file.
31447         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
31448         and extra comments about mkstemp().
31449         * lib/exit.h: Remove file.
31450         * lib/mkdtemp.h: Remove file.
31451         * lib/mkstemp.h: Remove file.
31452         * m4/stdlib_h.m4: New file.
31453         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
31454
31455 2007-02-18  Bruno Haible  <bruno@clisp.org>
31456
31457         * modules/math-tests: New file.
31458         * tests/test-math.c: New file.
31459
31460         * modules/math: New file.
31461         * modules/mathl (Files): Remove lib/mathl.h.
31462         (Depends-on): Add math.
31463         (Makefile.am): Don't mention mathl.h.
31464         (Include): Use <math.h> instead of mathl.h.
31465         * lib/math_.h: New file.
31466         * lib/mathl.h: Remove file.
31467         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
31468         mathl.h.
31469         * lib/asinl.c: Likewise.
31470         * lib/atanl.c: Likewise.
31471         * lib/ceill.c: Likewise.
31472         * lib/cosl.c: Likewise.
31473         * lib/expl.c: Likewise.
31474         * lib/floorl.c: Likewise.
31475         * lib/frexpl.c: Likewise.
31476         * lib/ldexpl.c: Likewise.
31477         * lib/logl.c: Likewise.
31478         * lib/sincosl.c: Likewise.
31479         * lib/sinl.c: Likewise.
31480         * lib/sqrtl.c: Likewise.
31481         * lib/tanl.c: Likewise.
31482         * lib/trigl.c: Likewise.
31483         * m4/math_h.m4: New file.
31484         * MODULES.html.sh (Mathematics): Add math.
31485
31486 2007-02-17  Bruno Haible  <bruno@clisp.org>
31487
31488         * modules/wctype-tests: New file.
31489         * tests/test-wctype.c: New file.
31490
31491         * modules/wchar-tests: New file.
31492         * tests/test-wchar.c: New file.
31493
31494         * modules/unistd-tests: New file.
31495         * tests/test-unistd.c: New file.
31496
31497         * modules/time-tests: New file.
31498         * tests/test-time.c: New file.
31499
31500         * modules/sysexits-tests: New file.
31501         * tests/test-sysexits.c: New file.
31502
31503         * modules/sys_time-tests: New file.
31504         * tests/test-sys_time.c: New file.
31505
31506         * modules/sys_stat-tests: New file.
31507         * tests/test-sys_stat.c: New file.
31508
31509         * modules/sys_socket-tests: New file.
31510         * tests/test-sys_socket.c: New file.
31511
31512         * modules/sys_select-tests: New file.
31513         * tests/test-sys_select.c: New file.
31514
31515         * modules/string-tests: New file.
31516         * tests/test-string.c: New file.
31517
31518         * modules/stdbool-tests: New file.
31519         * tests/test-stdbool.c: New file.
31520
31521         * modules/netinet_in-tests: New file.
31522         * tests/test-netinet_in.c: New file.
31523
31524         * modules/inttypes-tests: New file.
31525         * tests/test-inttypes.c: New file.
31526
31527         * modules/fcntl-tests: New file.
31528         * tests/test-fcntl.c: New file.
31529
31530         * modules/byteswap-tests: New file.
31531         * tests/test-byteswap.c: New file.
31532
31533         * modules/arpa_inet-tests: New file.
31534         * tests/test-arpa_inet.c: New file.
31535
31536 2007-02-17  Bruno Haible  <bruno@clisp.org>
31537
31538         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
31539         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
31540         if the corresponding module is not enabled. Emit link warnings if
31541         the function is used nevertheless.
31542         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
31543         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
31544         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
31545         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
31546         * modules/inttypes (Depends-on): Add link-warning.
31547         (Makefile.am): Copy the contents of build-aux/link-warning.h into
31548         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
31549         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
31550         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
31551         * modules/imaxdiv (configure.ac): Likewise.
31552         * modules/strtoimax (configure.ac): Likewise.
31553         * modules/strtoumax (configure.ac): Likewise.
31554
31555 2007-02-17  Bruno Haible  <bruno@clisp.org>
31556
31557         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
31558         gl_STRING_MODULE_INDICATOR_DEFAULTS.
31559         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
31560         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
31561
31562 2007-02-17  Bruno Haible  <bruno@clisp.org>
31563
31564         * modules/link-warning: New file.
31565         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
31566         * lib/string_.h (GL_LINK_WARNING): Remove definition.
31567         * modules/string (Depends-on): Add link-warning.
31568         (Makefile.am): Copy the contents of build-aux/link-warning.h into
31569         string.h.
31570         * MODULES.html.sh (Support for building libraries and executables): Add
31571         link-warning.
31572
31573 2007-02-17  Bruno Haible  <bruno@clisp.org>
31574
31575         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
31576         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
31577         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
31578         long lines.
31579
31580 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
31581             Bruno Haible  <bruno@clisp.org>
31582
31583         * modules/tmpfile: New file.
31584         * lib/tmpfile.c: New file.
31585         * m4/tmpfile.m4: New file.
31586         * MODULES.html.sh (func_all_modules): New section "Input/output".
31587
31588 2007-02-15  Bruno Haible  <bruno@clisp.org>
31589
31590         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
31591         (supports_delete_on_close): New function.
31592         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
31593
31594 2007-02-14  Bruno Haible  <bruno@clisp.org>
31595
31596         * modules/mbspcasecmp-tests: New file.
31597         * tests/test-mbspcasecmp.sh: New file.
31598         * tests/test-mbspcasecmp.c: New file.
31599
31600         New module mbspcasecmp.
31601         * modules/mbspcasecmp: New file.
31602         * lib/mbspcasecmp.c: New file.
31603         * lib/string_.h (strncasecmp): Change warning message.
31604         (mbspcasecmp): New declaration.
31605         * m4/mbspcasecmp.m4: New file.
31606         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31607         GNULIB_MBSPCASECMP.
31608         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
31609         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
31610
31611 2007-02-14  Bruno Haible  <bruno@clisp.org>
31612
31613         * modules/mbsncasecmp-tests: New file.
31614         * tests/test-mbsncasecmp.sh: New file.
31615         * tests/test-mbsncasecmp.c: New file.
31616
31617         New module mbsncasecmp.
31618         * modules/mbsncasecmp: New file.
31619         * lib/mbsncasecmp.c: New file.
31620         * lib/string_.h (mbsncasecmp): New declaration.
31621         * m4/mbsncasecmp.m4: New file.
31622         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31623         GNULIB_MBSNCASECMP.
31624         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
31625         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
31626
31627 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
31628
31629         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
31630         Verify that it doesn't overlap with our flags.
31631         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
31632         do not have the desired effect in multibyte locales; instead, use
31633         mbscasecmp.
31634         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
31635         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
31636         we don't require GNU fnmatch ourselves (if our users require it, they
31637         should do so explicitly).
31638
31639         Fix regex code so it doesn't rely on strcasecmp.
31640         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
31641         Otherwise, include gnulib's langinfo.h.
31642         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
31643         undesirable behavior in non-C locales.  Instead, rely on localecharset.
31644         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
31645         * modules/regex (FILES): Remove m4/codeset.m4.
31646         (Depends-on): Add localcharset.  Remove strcase.
31647
31648 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31649
31650         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
31651         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
31652
31653 2007-02-13  Bruno Haible  <bruno@clisp.org>
31654
31655         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
31656         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31657
31658 2007-02-12  Bruno Haible  <bruno@clisp.org>
31659
31660         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
31661         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
31662         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
31663         time warning rather than a link error.
31664
31665 2007-02-12  Bruno Haible  <bruno@clisp.org>
31666
31667         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
31668         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31669         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31670
31671 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
31672
31673         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
31674         args, not 2.
31675
31676 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
31677
31678         New module 'time', so that apps can include <time.h> as per
31679         POSIX and GNU instead of separate include files like time_r.h
31680         and timegm.h.  This implementation tries out a simpler approach
31681         for replacing decls in standard include files (as compared to
31682         the string module), somewhat as an experiment.
31683
31684         * config/srclist.txt: Comment out mktime.c for now.
31685         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
31686         since it doesn't apply any more.  Use generic wording instead.
31687         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
31688         'time'.
31689         * lib/time_.h, m4/time_h.m4, modules/time: New files.
31690         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
31691         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
31692         Don't include <sys/types.h>; no longer needed since we assume C89.
31693         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
31694         * lib/strftime.c: Likewise.
31695         * lib/time_r.c: Likewise.
31696         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
31697         * lib/nanosleep.c: Include <time.h> first, to check interface.
31698         * lib/strptime.c: Likewise.
31699         * lib/time_r.c: Likewise.
31700         * lib/timegm.c: Likewise.
31701         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
31702         needed.
31703         * lib/timegm.c: Don't include timegm.h; no longer needed.
31704         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
31705         time.h now handles any problems in that area.
31706         (struct timespec, nanosleep): Remove; time.h now arranges for these.
31707         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
31708         that time.h defines struct timespec.
31709         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
31710         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
31711         handles that.
31712         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
31713         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
31714         needed.  Set REPLACE_LOCALTIME.
31715         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
31716         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
31717         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
31718         nanosleep; time_h.m4 now does that.  Don't require
31719         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
31720         module handles this now.
31721         * modules/getdate (Depends-on): Remove timespec.  Add time.
31722         * modules/nanosleep (Depends-on): Likewise.
31723         * modules/stat-time (Depends-on): Likewise.
31724         * modules/nanosleep (Include): Include time.h, not timespec.h.
31725         * modules/strptime (Files): Remove lib/strptime.h.
31726         (Depends-on): Add extensions, time.
31727         (Include): Include time.h, not strptime.h.
31728         * modules/time_r (Files): Remove lib/time_r.h.
31729         (Depends-on): Add time.
31730         (Include): Include time.h, not time_r.h.
31731         * modules/timegm: Likewise.
31732         * modules/timespec (Description): Now does timespec-related decls
31733         of our own, instead of struct timespec itself.
31734         (Depends-on): Add time; remove extensions.
31735         (Maintainer): Add self.
31736         * modules/utimecmp (Depends-on): Add time; remove timespec.
31737         * modules/utimens (Depends-on): Likewise.
31738         * modules/xnanosleep (Depends-on): Likewise.
31739
31740 2007-02-11  Bruno Haible  <bruno@clisp.org>
31741
31742         * lib/c-strstr.c: Include allocsa.h.
31743         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
31744         * lib/c-strcasestr.c: Include allocsa.h.
31745         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
31746         * lib/strcasestr.c: Include allocsa.h.
31747         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
31748         * lib/mbsstr.c: Include allocsa.h.
31749         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
31750         allocsa/freesa instead of malloc/free.
31751         * lib/mbscasestr.c: Include allocsa.h.
31752         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
31753         allocsa/freesa instead of malloc/free.
31754         * modules/c-strstr (Depends-on): Add allocsa.
31755         * modules/c-strcasestr (Depends-on): Likewise.
31756         * modules/strcasestr (Depends-on): Likewise.
31757         * modules/mbsstr (Depends-on): Likewise.
31758         * modules/mbscasestr (Depends-on): Likewise.
31759
31760 2007-02-11  Bruno Haible  <bruno@clisp.org>
31761
31762         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
31763
31764         * modules/mbsspn-tests: New file.
31765         * tests/test-mbsspn.sh: New file.
31766         * tests/test-mbsspn.c: New file.
31767
31768 2007-02-11  Bruno Haible  <bruno@clisp.org>
31769
31770         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
31771
31772         * modules/mbspbrk-tests: New file.
31773         * tests/test-mbspbrk.sh: New file.
31774         * tests/test-mbspbrk.c: New file.
31775
31776 2007-02-11  Bruno Haible  <bruno@clisp.org>
31777
31778         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
31779         unneeded cast.
31780
31781         * modules/mbscspn-tests: New file.
31782         * tests/test-mbscspn.sh: New file.
31783         * tests/test-mbscspn.c: New file.
31784
31785 2007-02-11  Bruno Haible  <bruno@clisp.org>
31786
31787         * modules/mbscasecmp-tests: New file.
31788         * tests/test-mbscasecmp.sh: New file.
31789         * tests/test-mbscasecmp.c: New file.
31790
31791 2007-02-11  Bruno Haible  <bruno@clisp.org>
31792
31793         Ensure O(n) worst-case complexity of mbscasestr.
31794         * lib/mbscasestr.c: Include stdbool.h.
31795         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
31796         functions.
31797         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
31798         the bookkeeping indicates that it's worth it.
31799         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
31800
31801         * modules/mbscasestr-tests: New file.
31802         * tests/test-mbscasestr1.c: New file.
31803         * tests/test-mbscasestr2.sh: New file.
31804         * tests/test-mbscasestr2.c: New file.
31805         * tests/test-mbscasestr3.sh: New file.
31806         * tests/test-mbscasestr3.c: New file.
31807         * tests/test-mbscasestr4.sh: New file.
31808         * tests/test-mbscasestr4.c: New file.
31809         * m4/locale-tr.m4: New file.
31810
31811 2007-02-11  Bruno Haible  <bruno@clisp.org>
31812
31813         Ensure O(n) worst-case complexity of mbsstr.
31814         * lib/mbsstr.c: Include stdbool.h.
31815         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
31816         functions.
31817         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
31818         bookkeeping indicates that it's worth it.
31819         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
31820
31821         * modules/mbsstr-tests: New file.
31822         * tests/test-mbsstr1.c: New file.
31823         * tests/test-mbsstr2.sh: New file.
31824         * tests/test-mbsstr2.c: New file.
31825         * tests/test-mbsstr3.sh: New file.
31826         * tests/test-mbsstr3.c: New file.
31827         * m4/locale-fr.m4: New file.
31828
31829 2007-02-11  Bruno Haible  <bruno@clisp.org>
31830
31831         * lib/mbsrchr.c (mbsrchr): Fix bug.
31832
31833         * modules/mbsrchr-tests: New file.
31834         * tests/test-mbsrchr.sh: New file.
31835         * tests/test-mbsrchr.c: New file.
31836
31837 2007-02-11  Bruno Haible  <bruno@clisp.org>
31838
31839         * lib/mbschr.c (mbschr): Fix bug.
31840
31841         * modules/mbschr-tests: New file.
31842         * tests/test-mbschr.sh: New file.
31843         * tests/test-mbschr.c: New file.
31844         * m4/locale-zh.m4: New file.
31845
31846 2007-02-11  Bruno Haible  <bruno@clisp.org>
31847
31848         Support for copying multibyte string iterators.
31849         * lib/mbiter.h: Include <string.h>.
31850         (mbiter_multi_copy): New function.
31851         (mbi_copy): New macro.
31852         * lib/mbuiter.h: Include <string.h>.
31853         (mbuiter_multi_copy): New function.
31854         (mbui_copy): New macro.
31855
31856 2007-02-11  Bruno Haible  <bruno@clisp.org>
31857
31858         New module mbslen.
31859         * modules/mbslen: New file.
31860         * lib/mbslen.c: New file.
31861         * lib/string_.h (mbslen): New declaration.
31862         * m4/mbslen.m4: New file.
31863         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31864         GNULIB_MBSLEN.
31865         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
31866         * MODULES.html.sh (Internationalization functions): Add mbslen.
31867
31868 2007-02-11  Bruno Haible  <bruno@clisp.org>
31869
31870         Ensure O(n) worst-case complexity of strcasestr substitute.
31871         * lib/strcasestr.c: Include stdbool.h.
31872         (knuth_morris_pratt): New function.
31873         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
31874         bookkeeping indicates that it's worth it.
31875         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
31876
31877         * modules/strcasestr-tests: New file.
31878         * tests/test-strcasestr.c: New file.
31879
31880 2007-02-11  Bruno Haible  <bruno@clisp.org>
31881
31882         Ensure O(n) worst-case complexity of c_strcasestr.
31883         * lib/c-strcasestr.c: Include stdbool.h, string.h.
31884         (knuth_morris_pratt): New function.
31885         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
31886         the bookkeeping indicates that it's worth it.
31887         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
31888
31889         * modules/c-strcasestr-tests: New file.
31890         * tests/test-c-strcasestr.c: New file.
31891
31892 2007-02-11  Bruno Haible  <bruno@clisp.org>
31893
31894         Ensure O(n) worst-case complexity of c_strstr.
31895         * lib/c-strstr.c: Include stdbool.h, string.h.
31896         (knuth_morris_pratt): New function.
31897         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
31898         bookkeeping indicates that it's worth it.
31899         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
31900
31901         * lib/c-strstr.c: Complete rewrite for maintainability.
31902
31903         * modules/c-strstr-tests: New file.
31904         * tests/test-c-strstr.c: New file.
31905
31906 2007-02-11  Bruno Haible  <bruno@clisp.org>
31907
31908         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
31909         5.2.1 and earlier, whereby \055 was treated just like the range
31910         delimiter '-'.
31911         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
31912
31913 2007-02-08  Bruno Haible  <bruno@clisp.org>
31914
31915         * modules/regex (Depends-on): Add stdbool.
31916         Reported by Dalibor Topic <robilad@kaffe.org>.
31917
31918 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
31919
31920         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
31921         Prefer returning from main to exiting from it.
31922         Remove unnecessary parens after sizeof.
31923
31924 2007-02-05  Bruno Haible  <bruno@clisp.org>
31925
31926         New module mbssep.
31927         * modules/mbssep: New file.
31928         * lib/mbssep.c: New file.
31929         * lib/string_.h (strsep): Add a conditional link warning.
31930         (mbssep): New declaration.
31931         * m4/mbssep.m4: New file.
31932         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31933         GNULIB_MBSSEP.
31934         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
31935         * MODULES.html.sh (Internationalization functions): Add mbssep.
31936
31937 2007-02-05  Bruno Haible  <bruno@clisp.org>
31938
31939         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
31940         Optimize search in case of 1 delimiter.
31941
31942 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
31943
31944         * lib/acl.h: Include sys/types.h before sys/acl.h.
31945
31946 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
31947
31948         Merge upstream fix for glibc bugzilla #3957:
31949
31950         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
31951
31952         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
31953         bit for RE_HAT_LISTS_NOT_NEWLINE.
31954         (build_charclass_op): Remove bogus comment.
31955
31956 2007-02-05  Simon Josefsson  <simon@josefsson.org>
31957
31958         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
31959
31960 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
31961
31962         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
31963         * lib/memmem.c [!defined _LIBC]: Include config.h.
31964
31965 2007-02-04  Bruno Haible  <bruno@clisp.org>
31966
31967         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
31968         warning message.
31969
31970 2007-02-04  Bruno Haible  <bruno@clisp.org>
31971
31972         New module mbstok_r.
31973         * modules/mbstok_r: New file.
31974         * lib/mbstok_r.c: New file.
31975         * lib/string_.h (strtok_r): Change argument names to match the
31976         comments. Add a conditional link warning.
31977         (mbstok_r): New declaration.
31978         * m4/mbstok_r.m4: New file.
31979         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31980         GNULIB_MBSTOK_R.
31981         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
31982         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
31983
31984 2007-02-04  Bruno Haible  <bruno@clisp.org>
31985
31986         New module mbsspn.
31987         * modules/mbsspn: New file.
31988         * lib/mbsspn.c: New file.
31989         * lib/string_.h (strspn): Add a conditional link warning.
31990         (mbsspn): New declaration.
31991         * m4/mbsspn.m4: New file.
31992         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
31993         GNULIB_MBSSPN.
31994         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
31995         * MODULES.html.sh (Internationalization functions): Add mbsspn.
31996
31997 2007-02-04  Bruno Haible  <bruno@clisp.org>
31998
31999         New module mbspbrk.
32000         * modules/mbspbrk: New file.
32001         * lib/mbspbrk.c: New file.
32002         * lib/string_.h (strpbrk): Add a conditional link warning.
32003         (mbspbrk): New declaration.
32004         * m4/mbspbrk.m4: New file.
32005         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32006         GNULIB_MBSPBRK.
32007         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
32008         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
32009
32010 2007-02-04  Bruno Haible  <bruno@clisp.org>
32011
32012         New module mbscspn.
32013         * modules/mbscspn: New file.
32014         * lib/mbscspn.c: New file.
32015         * lib/string_.h (strcspn): Add a conditional link warning.
32016         (mbscspn): New declaration.
32017         * m4/mbscspn.m4: New file.
32018         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32019         GNULIB_MBSCSPN.
32020         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
32021         * MODULES.html.sh (Internationalization functions): Add mbscspn.
32022
32023 2007-02-04  Bruno Haible  <bruno@clisp.org>
32024
32025         New module mbscasestr, reduced goal of strcasestr.
32026         * modules/mbscasestr: New file.
32027         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
32028         (mbscasestr): Renamed from strcasestr.
32029         * lib/strcasestr.c: Don't include mbuiter.h.
32030         (strcasestr): Remove support for multibyte locales.
32031         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
32032         Change the conditional link warning.
32033         (mbscasestr): New declaration.
32034         * m4/mbscasestr.m4: New file.
32035         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
32036         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
32037         REPLACE_STRCASESTR.
32038         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
32039         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
32040         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
32041         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
32042         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
32043         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
32044         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
32045         (Depends-on): Remove mbuiter.
32046         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
32047
32048 2007-02-04  Bruno Haible  <bruno@clisp.org>
32049
32050         Simplify handling of strncasecmp.
32051         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
32052         the conditional link warning.
32053         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
32054         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
32055         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
32056         * modules/strcase (configure.ac): Don't invoke
32057         gl_STRING_MODULE_INDICATOR.
32058         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
32059
32060 2007-02-04  Bruno Haible  <bruno@clisp.org>
32061
32062         New module mbscasecmp, reduced goal of strcasecmp.
32063         * modules/mbscasecmp: New file.
32064         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
32065         (mbscasecmp): Renamed from strcasecmp.
32066         * lib/strcasecmp.c: Don't include mbuiter.h.
32067         (strcasecmp): Remove support for multibyte locales.
32068         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
32069         Change the conditional link warning.
32070         (mbscasecmp): New declaration.
32071         * m4/mbscasecmp.m4: New file.
32072         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
32073         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
32074         REPLACE_STRCASECMP.
32075         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
32076         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32077         GNULIB_MBSCASECMP.
32078         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
32079         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
32080         * modules/strcase (Files): Remove m4/mbrtowc.m4.
32081         (Depends-on): Remove mbuiter.
32082         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
32083
32084 2007-02-04  Bruno Haible  <bruno@clisp.org>
32085
32086         New module mbsstr. Remove module strstr.
32087         * modules/mbsstr: New file.
32088         * modules/strstr: Remove file.
32089         * lib/mbsstr.c: Renamed from lib/strstr.c.
32090         (mbsstr): Renamed from strstr.
32091         * lib/string_.h (strstr): Remove declaration. Change the conditional
32092         link warning.
32093         (mbsstr): New declaration.
32094         * m4/mbsstr.m4: New file.
32095         * m4/strstr.m4: Remove file.
32096         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
32097         REPLACE_STRSTR.
32098         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
32099         Don't initialize GNULIB_STRSTR.
32100         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
32101         substitute GNULIB_STRSTR and REPLACE_STRSTR.
32102         * MODULES.html.sh (Internationalization functions): Add mbsstr.
32103         (Support for systems lacking ANSI C 89): Remove strstr.
32104
32105 2007-02-04  Bruno Haible  <bruno@clisp.org>
32106
32107         New module mbsrchr.
32108         * modules/mbsrchr: New file.
32109         * lib/mbsrchr.c: New file.
32110         * lib/string_.h (strrchr): Add a conditional link warning.
32111         (mbsrchr): New declaration.
32112         * m4/mbsrchr.m4: New file.
32113         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32114         GNULIB_MBSRCHR.
32115         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
32116         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
32117
32118 2007-02-04  Bruno Haible  <bruno@clisp.org>
32119
32120         New module mbschr.
32121         * modules/mbschr: New file.
32122         * lib/mbschr.c: New file.
32123         * lib/string_.h (strchr): Add a conditional link warning.
32124         (mbschr): New declaration.
32125         * m4/mbschr.m4: New file.
32126         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32127         GNULIB_MBSCHR.
32128         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
32129         * MODULES.html.sh (Internationalization functions): Add mbschr.
32130
32131 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
32132
32133         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
32134
32135         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
32136
32137 2007-02-04  Bruno Haible  <bruno@clisp.org>
32138
32139         New module description section 'configure.ac-early'.
32140         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
32141         (func_get_autoconf_early_snippet): New function.
32142         (func_import, func_create_testdir): Use it. Remove special cases for
32143         modules 'extensions' and 'lock'.
32144         * modules/extensions (configure.ac-early): Require
32145         gl_USE_SYSTEM_EXTENSIONS.
32146         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
32147
32148 2007-02-04  Bruno Haible  <bruno@clisp.org>
32149
32150         Make use of gcj-4.3's -fsource and -ftarget option.
32151         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
32152         and if so try the options -fsource and -ftarget.
32153         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
32154         source_version, ftarget_option, target_version arguments.
32155         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
32156         (is_envjavac_oldgcj_14_14_usable): Renamed from
32157         is_envjavac_gcj_14_14_usable.
32158         (is_envjavac_oldgcj_14_13_usable): Renamed from
32159         is_envjavac_gcj_14_13_usable.
32160         (is_gcj_present): Update.
32161         (is_gcj_43, is_gcj43_usable): New functions.
32162         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
32163         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
32164         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
32165         try the options -fsource and -ftarget.
32166
32167 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32168
32169         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
32170         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
32171         larger value.
32172
32173 2007-02-03  Jim Meyering  <jim@meyering.net>
32174
32175         Give tools a better chance to allocate space for very large buffers.
32176         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
32177
32178         Make pwd and readlink work also when run with an unreadable parent dir
32179         on systems with openat support.
32180         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
32181         provided getcwd function, even when we have openat support.
32182         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
32183
32184 2007-02-02  Bruno Haible  <bruno@clisp.org>
32185
32186         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
32187         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
32188         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
32189         portability problems if one of these functions is only used on specific
32190         platforms.
32191         Reported by Paul Eggert.
32192
32193 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
32194
32195         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
32196         is causing more trouble than it's curing.
32197         * lib/regex_internal.h (__mempcpy): Remove.
32198         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
32199         (and make the code a tad smaller to boot).
32200         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
32201
32202 2007-02-02  Jim Meyering  <jim@meyering.net>
32203
32204         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
32205         section, not in the Makefile.am: one.
32206
32207 2007-02-02  Eric Blake  <ebb9@byu.net>
32208
32209         * lib/strchrnul.c: Always include config.h first.
32210
32211         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
32212         gnulib strstr is not necessary here.
32213
32214 2007-02-02  Simon Josefsson  <simon@josefsson.org>
32215
32216         * m4/socklen.m4: Fix typo.
32217
32218 2007-02-02  Eric Blake  <ebb9@byu.net>
32219
32220         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
32221         * modules/netinet_in (Makefile.am): Likewise.
32222
32223 2007-02-01  Bruno Haible  <bruno@clisp.org>
32224
32225         * lib/string_.h (GL_LINK_WARNING): New macro.
32226         (strcasecmp, strstr, strcasestr): If provided by the system,
32227         conditionally define as a macro that leads to a warning instead of to
32228         an error.
32229         (strncasecmp): Conditionally define as a macro that leads to a warning.
32230
32231 2007-02-01  Karl Berry  <karl@gnu.org>
32232
32233         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
32234
32235 2007-02-01  Bruno Haible  <bruno@clisp.org>
32236
32237         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
32238         renamings.
32239
32240 2007-02-01  Eric Blake  <ebb9@byu.net>
32241
32242         * modules/regex (Depends-on): Revert dependence on mempcpy.
32243         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
32244         module's definition of mempcpy.
32245         Reported by Paul Eggert.
32246
32247 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
32248
32249         * lib/string_.h: If the gnulib module XYZ is not present, undefine
32250         the symbol XYZ before redefining it.  This fixes a problem with
32251         programs that don't use XYZ, when compiled on systems that define
32252         XYZ to something else.
32253
32254 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
32255
32256         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
32257         occurs when "mkdir -m foo" creates a setgid directory that is (1)
32258         writeable to group or other and (2) is intended to have a special
32259         mode bit that is set or cleared.  In such a case, the directory
32260         should be neither group- nor other-writeable until the special
32261         mode bits are right.
32262
32263 2007-01-31  Eric Blake  <ebb9@byu.net>
32264
32265         * modules/mountlist (Depends-on): Add strstr.
32266
32267         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
32268         bug.
32269         * modules/string (Makefile.am): Remove redundant replacement.
32270         * modules/regex (Depends-on): Add mempcpy.
32271
32272 2007-01-31  Bruno Haible  <bruno@clisp.org>
32273
32274         New module description field 'Link'.
32275         * gnulib-tool (func_usage): Document --extract-link-directive.
32276         (sed_extract_prog): Recognize 'Link' directive.
32277         (func_get_link_directive): New function.
32278         (func_import): Show summary of link directives.
32279         Handle --extract-link-directive option.
32280         * modules/acl (Link): New section.
32281         * modules/clock-time (Link): New section.
32282         * modules/euidaccess (Link): New section.
32283         * modules/gettext (Link): New section.
32284         * modules/iconv (Link): New section.
32285         * modules/lock (Link): New section.
32286         * modules/nanosleep (Link): New section.
32287         * modules/readline (Link): New section.
32288
32289 2007-01-27  Bruno Haible  <bruno@clisp.org>
32290
32291         Enforce the use of gnulib modules for unportable <string.h> functions.
32292         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
32293         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
32294         (gl_HEADER_STRING_H_BODY): Require it.
32295         * lib/string_.h: If the gnulib module XYZ is not present, redefine
32296         the symbol XYZ to one that gives a link error.
32297         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
32298         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
32299         * modules/mempcpy (configure.ac): Likewise.
32300         * modules/memrchr (configure.ac): Likewise.
32301         * modules/stpcpy (configure.ac): Likewise.
32302         * modules/stpncpy (configure.ac): Likewise.
32303         * modules/strcase (configure.ac): Likewise.
32304         * modules/strcasestr (configure.ac): Likewise.
32305         * modules/strchrnul (configure.ac): Likewise.
32306         * modules/strdup (configure.ac): Likewise.
32307         * modules/strndup (configure.ac): Likewise.
32308         * modules/strnlen (configure.ac): Likewise.
32309         * modules/strpbrk (configure.ac): Likewise.
32310         * modules/strsep (configure.ac): Likewise.
32311         * modules/strstr (configure.ac): Likewise.
32312         * modules/strtok_r (configure.ac): Likewise.
32313
32314 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
32315
32316         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
32317
32318 2007-01-30  Jim Meyering  <jim@meyering.net>
32319
32320         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
32321
32322 2007-01-29  Bruno Haible  <bruno@clisp.org>
32323
32324         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
32325         * lib/execute.c: Likewise.
32326         * lib/pipe.c: Likewise.
32327         * lib/printf-args.h: Likewise.
32328         * lib/printf-args.c: Likewise.
32329         * lib/printf-parse.c: Likewise.
32330         * lib/vasnprintf.c: Likewise.
32331
32332 2007-01-29  Eric Blake  <ebb9@byu.net>
32333
32334         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
32335         declaration.
32336
32337 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
32338
32339         * lib/strptime.h (strptime): Use 'restrict' for args where
32340         POSIX requires this.
32341         * lib/strptime.c (strptime): Likewise.
32342         Change license notice from LGPL to GPL, since gnulib-tool will
32343         change this as needed.
32344         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
32345         defined.
32346         Include "strptime.h" first, to check interface.
32347         Do not #undef _LIBC and _NL_CURRENT.
32348         Do not include <stdlib.h>; no longer needed.
32349         Include "time_r.h" and declare ptime_locale_status
32350         only if _LIBC is not defined.
32351         (__P): Remove unused macro.
32352         (match_string): Bring back glibc version, but use it only if _LIBC
32353         is defined.
32354         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
32355         Remove unnecessary assertion and abort() call.
32356         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
32357         * m4/strptime.m4: Fix serial number comment.
32358         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
32359         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
32360         (Depends-on): Add time_r.
32361
32362 2007-01-29  Bruno Haible  <bruno@clisp.org>
32363
32364         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32365         strptime.
32366         * modules/strptime (Depends-on): Add stdbool.
32367         * lib/strptime.h: Include <time.h> always. Add comments.
32368
32369 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32370
32371         * modules/strptime: New file.
32372         * lib/strptime.h: New file.
32373         * lib/strptime.c: New file.
32374         * m4/strptime.m4: New file.
32375
32376 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
32377
32378         * MODULES.html.sh: New module mpsort.
32379         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
32380
32381         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
32382         a circularity problem with HP-UX ia64 reported by Bob Proulx in
32383         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
32384         All uses changed.
32385         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
32386         All uses changed.
32387         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
32388         to _Restrict_.
32389         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
32390         the parameter matches the prototype.
32391
32392 2007-01-28  Jim Meyering  <jim@meyering.net>
32393
32394         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
32395         sys/time.h here, reverting that part of the previous patch:
32396         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
32397
32398 2007-01-28  Bruno Haible  <bruno@clisp.org>
32399
32400         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
32401         value of $(SYS_TIME_H).
32402         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
32403         remove it conditionally, too. [added by Jim Meyering]
32404         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
32405         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
32406         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
32407         GETTIMEOFDAY_REPLACEMENT to 1.
32408
32409 2007-01-28  Bruno Haible  <bruno@clisp.org>
32410
32411         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
32412         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
32413         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
32414         Set UNISTD_H instead of UNISTD_H2.
32415         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
32416
32417 2007-01-28  Bruno Haible  <bruno@clisp.org>
32418
32419         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
32420         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
32421
32422 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32423
32424         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
32425         (func_create_testdir): Ensure C locale for `grep' and `tr'
32426         character ranges.
32427         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
32428         ACLOCAL_AMFLAGS parsing state machine.
32429
32430 2007-01-27  Bruno Haible  <bruno@clisp.org>
32431
32432         * modules/unistr/base: Update.
32433
32434 2007-01-27  Bruno Haible  <bruno@clisp.org>
32435
32436         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
32437         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
32438         * modules/unistr/u32-mbtouc-unsafe: Renamed from
32439         modules/unistr/u32-mbtouc.
32440         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
32441         * lib/unistr.h: Update.
32442         * lib/linebreak.c: Update.
32443         * modules/unistr/u32-mbtouc: Renamed from
32444         modules/unistr/u32-mbtouc-safe.
32445         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
32446         * lib/unistr.h: Update.
32447         * lib/unistr/u32-to-u8.c: Update.
32448         * lib/unistr/u32-to-u16.c: Update.
32449
32450 2007-01-27  Bruno Haible  <bruno@clisp.org>
32451
32452         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
32453         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
32454         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
32455         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
32456         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
32457         * modules/unistr/u16-mbtouc-unsafe: Renamed from
32458         modules/unistr/u16-mbtouc.
32459         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
32460         * lib/unistr.h: Update.
32461         * lib/linebreak.c: Update.
32462         * modules/linebreak: Update.
32463         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
32464         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
32465         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
32466         * modules/unistr/u16-mbtouc: Renamed from
32467         modules/unistr/u16-mbtouc-safe.
32468         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
32469         * lib/unistr.h: Update.
32470         * lib/unistr/u16-to-u8.c: Update.
32471         * modules/unistr/u16-to-u8: Update.
32472         * lib/unistr/u16-to-u32.c: Update.
32473         * modules/unistr/u16-to-u32: Update.
32474
32475 2007-01-27  Bruno Haible  <bruno@clisp.org>
32476
32477         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
32478         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
32479         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
32480         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
32481         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
32482         * modules/unistr/u8-mbtouc-unsafe: Renamed from
32483         modules/unistr/u8-mbtouc.
32484         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
32485         * lib/unistr.h: Update.
32486         * lib/striconveh.c: Update.
32487         * modules/striconveh: Update.
32488         * lib/linebreak.c: Update.
32489         * modules/linebreak: Update.
32490         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
32491         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
32492         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
32493         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
32494         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
32495         * lib/unistr.h: Update.
32496         * lib/striconveh.c: Update.
32497         * modules/striconveh: Update.
32498         * lib/unistr/u8-to-u16.c: Update.
32499         * modules/unistr/u8-to-u16: Update.
32500         * lib/unistr/u8-to-u32.c: Update.
32501         * modules/unistr/u8-to-u32: Update.
32502
32503 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32504
32505         Sync from Libtool.
32506         * lib/argz.c: Do not include strings.h nor memory.h, include
32507         string.h unconditionally.  Patch by Simon Josefsson.
32508
32509 2007-01-27  Bruno Haible  <bruno@clisp.org>
32510
32511         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
32512         from gl_HEADER_STRING_H_BODY.
32513         (gl_HEADER_STRING_H_BODY): Require it.
32514         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
32515         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32516         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32517         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32518         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32519         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
32520         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
32521         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32522         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
32523         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32524         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32525         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
32526         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32527         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
32528         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
32529
32530 2007-01-27  Bruno Haible  <bruno@clisp.org>
32531
32532         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
32533         check_PROGRAMS into noinst_PROGRAMS.
32534         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
32535         check_PROGRAMS in this case.
32536         (func_import): Set for_test to false.
32537         (func_create_testdir): Set for_test to true.
32538
32539 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
32540             Bruno Haible  <bruno@clisp.org>
32541
32542         * modules/strcasestr (Files): Remove lib/strcasestr.h.
32543         (Depends-on): Add string.
32544         (Includes): Use <string.h> instead of strcasestr.h.
32545         * modules/string (Makefile.am): Also substitute the value of
32546         REPLACE_STRCASESTR.
32547         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
32548         assume strcasestr is declared in <string.h> not <strings.h>. Also
32549         set REPLACE_STRCASESTR.
32550         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
32551         REPLACE_STRCASESTR.
32552         * lib/strcasestr.h: Remove file.
32553         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
32554         * lib/string_.h (strcasestr): New declaration.
32555
32556 2007-01-27  Bruno Haible  <bruno@clisp.org>
32557
32558         * lib/string_.h: Use 'extern'.
32559
32560 2007-01-27  Jim Meyering  <jim@meyering.net>
32561
32562         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
32563         of set-but-not-used local, "q".
32564
32565         * lib/mempcpy.c: Include <config.h> before <string.h>.
32566         This fixes a compilation error on HP-UX, due to the system's
32567         "restrict"-using mempcpy prototype.
32568
32569 2007-01-26  Bruno Haible  <bruno@clisp.org>
32570
32571         Small optimization.
32572         * lib/javacomp.c: Include c-strstr.h.
32573          (is_envjavac_gcj): Use c_strstr instead of strstr.
32574         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
32575
32576 2007-01-26  Bruno Haible  <bruno@clisp.org>
32577
32578         * MODULES.html.sh (Unicode string functions): Add the new modules.
32579
32580         * modules/uniconv/u32-strconv-to-locale: New file.
32581         * lib/uniconv/u32-strconv-to-locale.c: New file.
32582
32583         * modules/uniconv/u16-strconv-to-locale: New file.
32584         * lib/uniconv/u16-strconv-to-locale.c: New file.
32585
32586         * modules/uniconv/u8-strconv-to-locale: New file.
32587         * lib/uniconv/u8-strconv-to-locale.c: New file.
32588
32589         * modules/uniconv/u32-strconv-from-locale: New file.
32590         * lib/uniconv/u32-strconv-from-locale.c: New file.
32591
32592         * modules/uniconv/u16-strconv-from-locale: New file.
32593         * lib/uniconv/u16-strconv-from-locale.c: New file.
32594
32595         * modules/uniconv/u8-strconv-from-locale: New file.
32596         * lib/uniconv/u8-strconv-from-locale.c: New file.
32597
32598         * modules/uniconv/u32-strconv-to-enc: New file.
32599         * lib/uniconv/u32-strconv-to-enc.c: New file.
32600         * modules/uniconv/u32-strconv-to-enc-tests: New file.
32601         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
32602
32603         * modules/uniconv/u16-strconv-to-enc: New file.
32604         * lib/uniconv/u16-strconv-to-enc.c: New file.
32605         * lib/uniconv/u-strconv-to-enc.h: New file.
32606         * modules/uniconv/u16-strconv-to-enc-tests: New file.
32607         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
32608
32609         * modules/uniconv/u8-strconv-to-enc: New file.
32610         * lib/uniconv/u8-strconv-to-enc.c: New file.
32611         * modules/uniconv/u8-strconv-to-enc-tests: New file.
32612         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
32613
32614         * modules/uniconv/u32-strconv-from-enc: New file.
32615         * lib/uniconv/u32-strconv-from-enc.c: New file.
32616         * modules/uniconv/u32-strconv-from-enc-tests: New file.
32617         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
32618
32619         * modules/uniconv/u16-strconv-from-enc: New file.
32620         * lib/uniconv/u16-strconv-from-enc.c: New file.
32621         * modules/uniconv/u16-strconv-from-enc-tests: New file.
32622         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
32623
32624         * modules/uniconv/u8-strconv-from-enc: New file.
32625         * lib/uniconv/u8-strconv-from-enc.c: New file.
32626         * lib/uniconv/u-strconv-from-enc.h: New file.
32627         * modules/uniconv/u8-strconv-from-enc-tests: New file.
32628         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
32629
32630         * modules/uniconv/u32-conv-from-enc: New file.
32631         * lib/uniconv/u32-conv-from-enc.c: New file.
32632         * modules/uniconv/u32-conv-from-enc-tests: New file.
32633         * tests/uniconv/test-u32-conv-from-enc.c: New file.
32634
32635         * modules/uniconv/u16-conv-from-enc: New file.
32636         * lib/uniconv/u16-conv-from-enc.c: New file.
32637         * lib/uniconv/u-conv-from-enc.h: New file.
32638         * modules/uniconv/u16-conv-from-enc-tests: New file.
32639         * tests/uniconv/test-u16-conv-from-enc.c: New file.
32640
32641         * modules/uniconv/u8-conv-from-enc: New file.
32642         * lib/uniconv/u8-conv-from-enc.c: New file.
32643         * modules/uniconv/u8-conv-from-enc-tests: New file.
32644         * tests/uniconv/test-u8-conv-from-enc.c: New file.
32645
32646         * modules/uniconv/base: New file.
32647         * lib/uniconv.h: New file.
32648
32649 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
32650
32651         * doc/gnulib-tool.texi (Initial import): Update to match current
32652         behavior with strdup module.
32653         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
32654         * lib/memmem.h: Remove; all uses removed.  This is now done
32655         by <string.h>.
32656         * lib/mempcpy.h: Likewise.
32657         * lib/memrchr.h: Likewise.
32658         * lib/stpcpy.h: Likewise.
32659         * lib/stpncpy.h: Likewise.
32660         * lib/strcase.h: Likewise.
32661         * lib/strchrnul.h: Likewise.
32662         * lib/strdup.h: Likewise.
32663         * lib/strndup.h: Likewise.
32664         * lib/strnlen.h: Likewise.
32665         * lib/strpbrk.h: Likewise.
32666         * lib/strsep.h: Likewise.
32667         * lib/strstr.h: Likewise.
32668         * lib/strtok_r.h: Likewise.
32669         * lib/string_.h: New file.
32670         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
32671         Rely on <string.h> instead.
32672         * lib/canon-host.c: Likewise.
32673         * lib/chdir-long.c: Likewise.
32674         * lib/concatpath.c: Likewise.
32675         * lib/exclude.c: Likewise.
32676         * lib/fchdir.c: Likewise.
32677         * lib/getaddrinfo.c: Likewise.
32678         * lib/getcwd.c: Likewise.
32679         * lib/getsubopt.c: Likewise.
32680         * lib/glob.c: Likewise.
32681         * lib/hard-locale.c: Likewise.
32682         * lib/iconvme.c: Likewise.
32683         * lib/javacomp.c: Likewise.
32684         * lib/mempcpy.c: Likewise.
32685         * lib/memrchr.c: Likewise.
32686         * lib/regex_internal.h: Likewise.
32687         * lib/stpncpy.c: Likewise.
32688         * lib/strcasecmp.c: Likewise.
32689         * lib/strchrnul.c: Likewise.
32690         * lib/strdup.c: Likewise.
32691         * lib/striconv.c: Likewise.
32692         * lib/striconveh.c: Likewise.
32693         * lib/striconveha.c: Likewise.
32694         * lib/strncasecmp.c: Likewise.
32695         * lib/strndup.c: Likewise.
32696         * lib/strnlen.c: Likewise.
32697         * lib/strsep.c: Likewise.
32698         * lib/strstr.c: Likewise.
32699         * lib/strtok_r.c: Likewise.
32700         * lib/userspec.c: Likewise.
32701         * lib/w32spawn.h: Likewise.
32702         * lib/xstrndup.c: Likewise.
32703         * lib/mountlist.c (strstr): Remove decl.
32704         * m4/string_h.m4: New file.
32705         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
32706         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
32707         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
32708         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
32709         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
32710         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
32711         Set REPLACE_STRCASECMP if necessary.
32712         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
32713         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
32714         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
32715         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
32716         HAVE_DECL_STRDUP if necessary.
32717         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
32718         since gl_FUNC_STRNDUP does that now.
32719         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
32720         Check for decl here...
32721         (gl_PREREQ_STRNLEN): ... not here.
32722         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
32723         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
32724         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
32725         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
32726         necessary.
32727         * modules/string: New file.
32728         * modules/memmem (Files): Remove special-purpose include file.
32729         (Depends-on): Add string.
32730         (Include): Include <string.h>, not the removed file.
32731         * modules/mempcpy: Likewise.
32732         * modules/memrchr: Likewise.
32733         * modules/stpcpy: Likewise.
32734         * modules/stpncpy: Likewise.
32735         * modules/strcase: Likewise.
32736         * modules/strchrnul: Likewise.
32737         * modules/strdup: Likewise.
32738         * modules/strndup: Likewise.
32739         * modules/strnlen: Likewise.
32740         * modules/strpbrk: Likewise.
32741         * modules/strsep: Likewise.
32742         * modules/strstr: Likewise.
32743         * modules/strtok_r: Likewise.
32744         * tests/test-dirname.c: Don't include "strdup.h", since
32745         <string.h> now suffices.
32746         * tests/test-memmem.c: Don't include "memmem.h", since
32747         <string.h> now suffices.
32748
32749 2007-01-25  Bruno Haible  <bruno@clisp.org>
32750
32751         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
32752         *resultp is 0.
32753
32754         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
32755         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
32756         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
32757         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
32758
32759         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
32760         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
32761         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
32762         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
32763         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
32764         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
32765
32766 2007-01-24  Bruno Haible  <bruno@clisp.org>
32767
32768         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
32769         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
32770         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
32771         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
32772         gl_FUNC_FTS_CORE.
32773         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
32774         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
32775         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32776         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
32777         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
32778         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
32779         gl_FUNC_FCHOWNAT.
32780         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
32781         gl_FUNC_STRFTIME.
32782         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
32783         Reported by Ralf Wildenhues.
32784
32785 2007-01-24  Bruno Haible  <bruno@clisp.org>
32786
32787         Drop AC_REQUIRE calls that are redundant with the module dependencies.
32788         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
32789         gl_GETADDRINFO.
32790         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
32791         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
32792         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
32793
32794 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
32795
32796         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
32797         Don't use 'exit'; just return from 'main'.
32798         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
32799
32800         * lib/fnmatch_.h: Readjust white space and comments to match
32801         glibc, to avoid spurious diffs.
32802
32803 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32804
32805         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
32806         2004-12-01 change by Jakub Jelinek, since this code won't compile
32807         if !LIBC.  Problem reported by Bob Proulx.
32808
32809 2007-01-23  Bruno Haible  <bruno@clisp.org>
32810
32811         * lib/striconveh.c: Include c-strcaseeq.h.
32812         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
32813         * modules/striconveh (Depends-on): Add c-strcaseeq.
32814
32815 2007-01-23  Bruno Haible  <bruno@clisp.org>
32816
32817         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
32818
32819         * modules/c-strcaseeq: New file.
32820         * lib/c-strcaseeq.h: New file.
32821
32822         * modules/streq: New file.
32823         * lib/streq.h: New file.
32824
32825 2007-01-23  Bruno Haible  <bruno@clisp.org>
32826
32827         * modules/striconveha-tests: New file.
32828         * tests/test-striconveha.c: New file.
32829
32830         * lib/striconveha.h: Include <stdbool.h>.
32831         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
32832         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
32833         (mem_iconveha_notranslit): Renamed from mem_iconveha.
32834         (mem_iconveha): New function.
32835         (str_iconveha_notranslit): Renamed from str_iconveha.
32836         (str_iconveha): New function.
32837         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
32838         c-strcase.
32839
32840 2007-01-23  Bruno Haible  <bruno@clisp.org>
32841
32842         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
32843         encodings without forgiving before trying any encoding with handler.
32844         (str_iconveha): Try all encodings without forgiving before trying any
32845         encoding with handler.
32846
32847 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32848
32849         Import the following changes from libc.
32850
32851         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
32852
32853         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
32854
32855         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
32856
32857         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
32858         normal_bracket label.
32859
32860         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
32861
32862         [BZ #361]
32863         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
32864         to normal_bracket after fetching the next character.
32865
32866 2007-01-22  Bruno Haible  <bruno@clisp.org>
32867
32868         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
32869         argument.
32870         * lib/striconveh.c (iconv_carefully_1): New function.
32871         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
32872         argument.
32873         (str_cd_iconveh): Update.
32874         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
32875         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
32876         * tests/test-striconveh.c (MAGIC): New macro.
32877         (new_offsets): New function.
32878         (main): Test call with and without offsets.
32879
32880 2007-01-22  Bruno Haible  <bruno@clisp.org>
32881
32882         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
32883         * modules/sys_select (Makefile.am): Likewise.
32884         * modules/sys_socket (Makefile.am): Likewise.
32885         * modules/sys_time (Makefile.am): Likewise.
32886
32887 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
32888
32889         * modules/gettimeofday (License): Change from GPL to LGPL, since
32890         gettimeofday is a library function.
32891
32892 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32893
32894         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
32895
32896 2007-01-21  Bruno Haible  <bruno@clisp.org>
32897
32898         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
32899
32900 2007-01-21  Bruno Haible  <bruno@clisp.org>
32901
32902         * modules/striconveha: New file.
32903         * lib/striconveha.h: New file.
32904         * lib/striconveha.c: New file.
32905         * MODULES.html.sh (Internationalization functions): Add striconveha.
32906         * lib/striconv.c (str_iconv): Optimize the case of an empty input
32907         string.
32908         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
32909
32910 2007-01-21  Bruno Haible  <bruno@clisp.org>
32911
32912         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
32913         * lib/striconveh.c (str_iconveh): Likewise.
32914
32915 2007-01-21  Bruno Haible  <bruno@clisp.org>
32916
32917         * lib/striconveh.h (mem_iconveh): New declaration.
32918         * lib/striconveh.c (mem_iconveh): New function.
32919         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
32920
32921 2007-01-21  Bruno Haible  <bruno@clisp.org>
32922
32923         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
32924
32925         * lib/striconveh.h (mem_cd_iconveh): Change specification.
32926         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
32927         original result buffer.
32928         (str_cd_iconveh): Update.
32929         * tests/test-striconveh.c (main): Update.
32930
32931         * lib/striconv.h (mem_cd_iconv): Change specification.
32932         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
32933         result buffer.
32934         (str_cd_iconv): Update.
32935         * tests/test-striconv.c (main): Update.
32936
32937 2007-01-21  Bruno Haible  <bruno@clisp.org>
32938
32939         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
32940
32941 2007-01-20  Jim Meyering  <jim@meyering.net>
32942
32943         * lib/userspec.c (parse_with_separator): If a user or group string
32944         starts with "+", skip the corresponding name-to-ID look-up, since
32945         such a look-up must fail: user and group names may not include "+".
32946
32947 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
32948
32949         * lib/poll.c: Include sys/time.h and time.h unconditionally,
32950         since we now assume the sys_time module.
32951         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
32952         check for sys/time.h; no longer needed.
32953         * modules/poll (Depends-on): Depend on sys_time.
32954
32955 2007-01-18  Bruno Haible  <bruno@clisp.org>
32956
32957         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
32958         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
32959
32960         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
32961         gettimeofday.
32962
32963         * tests/test-gettimeofday.c: Include <time.h>.
32964         (dummy): Remove variable.
32965
32966         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
32967         gl_HEADER_SYS_TIME_H.
32968         (gl_HEADER_SYS_TIME_H): New macro.
32969
32970         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
32971         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
32972         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
32973         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
32974         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
32975         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
32976         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
32977         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
32978         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
32979         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
32980         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
32981
32982         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
32983         last change; it caused a compilation error when cross-compiling to
32984         Cygwin.
32985
32986 2007-01-18  Jim Meyering  <jim@meyering.net>
32987
32988         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
32989         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
32990         than the race-prone "test -d sys || mkdir sys".
32991         (configure.ac): Use AC_PROG_MKDIR_P.
32992         * modules/sys_select: Likewise.
32993         * modules/sys_socket: Likewise.
32994         * modules/sys_time: Likewise.
32995
32996 2007-01-18  Eric Blake  <ebb9@byu.net>
32997
32998         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
32999         replace gettimeofday.
33000         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
33001         name, to avoid infinite recursion.
33002
33003 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
33004
33005         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
33006         module sys_time.
33007         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
33008         assume timespec.h defines struct timeval.
33009         * lib/settime.c: Likewise.
33010         * lib/utimens.c: Likewise.
33011         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
33012         since we now assume the gettimeofday module.
33013         * lib/tempname.c (__gen_tempname): Likewise.
33014         * lib/gettimeofday.h: Remove.
33015         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
33016         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
33017         Include <time.h>, for 'time()'.
33018         (localtime_buffer_addr): Also use this workaround if
33019         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
33020         to simplify the uses.  All uses changed.
33021         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
33022         that #undef is inside {}, and 'const' follows type name consistently.
33023         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
33024         (gettimeofday): Do not use the maximum possible value for
33025         tv->tv_usec, since that might break usages other than ls.c.
33026         Instead, we'll leave ls.c alone.  This undoes today's patch
33027         by Bruno.  Add a compile-time warning for 1s-clock resolution;
33028         we've never observed the problem but might as well keep the
33029         canary.
33030         * lib/nanosleep.c: Include timespec.h first, for interface check.
33031         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
33032         now assume the sys_time module.
33033         * lib/tempname.c: Likewise.
33034         * lib/timespec.h: Likewise.
33035         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
33036         needed.
33037         * lib/strftime.c: Likewise.
33038         * lib/timespec.h: Likewise.
33039         * lib/posixtm.c: Include posixtm.h first, for interface check.
33040         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
33041         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
33042         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
33043         * lib/sys_time_.h: New file.
33044         * lib/timespec.h (struct timespec): Use long int, not long.
33045         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
33046         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
33047         Remove obsolescent call to AC_HEADER_TIME.
33048         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
33049         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
33050         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
33051         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
33052         Likewise.
33053         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
33054         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
33055         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
33056         into the sys_time module.  Check for gettimeofday just once.
33057         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
33058         for gettimeofday signature to just check the signature.  Merely
33059         compile it, since linking doesn't test signature.  Improve test for
33060         whether gettimeofday.o is actually needed.
33061         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
33062         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
33063         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
33064         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33065         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
33066         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
33067         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
33068         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
33069         than worrying about sys/time.h.
33070         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33071         Don't bother worrying about TIME_WITH_SYS_TIME.
33072         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
33073         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
33074         * m4/sys_time_h.m4: New file.
33075         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
33076         Don't include sys/time.h.  Return from main rather than exiting.
33077         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
33078         all uses changed.
33079         * modules/gethrxtime (Depends-on): Add sys_time.
33080         * modules/gettime (Depends-on): Likewise.
33081         * modules/gettimeofday (Depends-on): Likewise.
33082         * modules/nanosleep (Depends-on): Likewise.
33083         * modules/settime (Depends-on): Likewise.
33084         * modules/tempname (Depends-on): Likewise.
33085         * modules/utimens (Depends-on): Likewise.
33086         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
33087         (Include:) Change back to <sys/time.h>.
33088         (Maintainer:) Add self.
33089         * modules/sys_time: New file.
33090         * modules/tempname (Depends-on): Add gettimeofday.
33091         * tests/test-gettimeofday.c: Include <sys/time.h>
33092         rather than gettimeofday.h.
33093
33094 2007-01-17  Bruno Haible  <bruno@clisp.org>
33095
33096         * gnulib-tool (func_get_license): Revert last patch. Instead, let
33097         the license default to GPL.
33098         (func_create_testdir): Don't complain if a module is LGPL and its
33099         tests module depends on GPLed modules.
33100
33101 2007-01-17  Bruno Haible  <bruno@clisp.org>
33102
33103         * lib/gettimeofday.c (gettimeofday): Add code for the case
33104         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
33105         maximum possible value for tv->tv_usec, rather than the minimum one.
33106
33107 2005-10-08  Martin Lambers  <marlam@marlam.de>
33108 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
33109 2007-01-16  Bruno Haible  <bruno@clisp.org>
33110
33111         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
33112         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
33113         gl_FUNC_GETTIMEOFDAY.
33114         (Include): Add gettimeofday.h.
33115         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
33116         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
33117         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
33118         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
33119         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
33120         * lib/gettimeofday.h: New file.
33121         * lib/gettimeofday.c: Include <sys/timeb.h>.
33122         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
33123         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33124         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
33125         fall back on time().
33126
33127         * tests/test-gettimeofday.c: New file.
33128         * modules/gettimeofday-tests: New file.
33129
33130 2007-01-16  Eric Blake  <ebb9@byu.net>
33131
33132         * modules/fnmatch (Depends-on): Depend on wchar.
33133         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
33134         * m4/fnmatch.m4: Likewise.
33135         * modules/mbchar (Makefile.am): Assume <wchar.h>.
33136         * m4/mbchar.m4: Likewise.
33137         * modules/mbswidth (Depends-on): Depend on wchar.
33138         * lib/mbswidth.c: Assume <wchar.h>.
33139         * m4/mbswidth.m4: Likewise.
33140         * modules/quotearg (Depends-on): Depend on wchar.
33141         * lib/quotearg.c: Assume <wchar.h>.
33142         * m4/quotearg.m4: Likewise.
33143         * modules/regex (Depends-on): Depend on wchar.
33144         * lib/regex_internal.h: Assume <wchar.h>.
33145         * m4/regex.m4: Likewise.
33146         * modules/stdint (Depends-on): Depend on wchar.
33147         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
33148         * m4/stdint.m4: Likewise.
33149         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
33150         * modules/strftime (Depends-on): Depend on wchar.
33151         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
33152         * modules/strtol (Depends-on): Depend on wchar.
33153         * lib/strtol.c: Assume <wchar.h>.
33154         * modules/wcwidth (Depends-on): Depend on wchar.
33155         * lib/wcwidth.h: Assume <wchar.h>.
33156         * m4/wcwidth.m4: Likewise.
33157
33158 2007-01-16  Bruno Haible  <bruno@clisp.org>
33159
33160         * modules/csharpexec-script: New, created from...
33161         * modules/csharpexec: ... this.
33162
33163 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
33164
33165         * modules/javaexec-script: New, created from...
33166         * modules/javaexec: ... this.
33167
33168 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33169
33170         * modules/poll (Dependencies): Add sys_select.
33171
33172 2007-01-15  Jim Meyering  <jim@meyering.net>
33173
33174         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
33175         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
33176         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
33177         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
33178
33179 2007-01-15  Bruno Haible  <bruno@clisp.org>
33180
33181         * modules/striconveh: New file.
33182         * lib/striconveh.h: New file.
33183         * lib/striconveh.c: New file.
33184         * MODULES.html.sh (Internationalization functions): Add striconveh.
33185
33186         * modules/striconveh-tests: New file.
33187         * tests/test-striconveh.c: New file.
33188
33189 2007-01-15  Bruno Haible  <bruno@clisp.org>
33190
33191         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
33192         not from GNU libiconv or GNU libc.
33193
33194 2007-01-15  Bruno Haible  <bruno@clisp.org>
33195
33196         * doc/gnulib-intro.texi (Copyright): Explain the different license
33197         terms for module descriptions, autoconf macros, tests, documentation.
33198
33199 2007-01-14  Bruno Haible  <bruno@clisp.org>
33200
33201         * modules/striconv-tests: New file.
33202         * tests/test-striconv.c: New file.
33203
33204 2007-01-14  Bruno Haible  <bruno@clisp.org>
33205
33206         * modules/iconv-tests: New file.
33207         * tests/test-iconv.c: New file.
33208
33209 2007-01-14  Bruno Haible  <bruno@clisp.org>
33210
33211         * gnulib-tool (func_get_license): For test modules, use the license of
33212         the main module.
33213
33214 2007-01-14  Bruno Haible  <bruno@clisp.org>
33215
33216         * modules/iconv (Include): Clarify that <iconv.h> can only be included
33217         if iconv is found to exist.
33218
33219 2007-01-14  Bruno Haible  <bruno@clisp.org>
33220
33221         * modules/c-ctype-tests: New file.
33222         * tests/test-c-ctype.c: New file.
33223
33224 2007-01-14  Bruno Haible  <bruno@clisp.org>
33225
33226         * modules/binary-io-tests: New file.
33227         * tests/test-binary-io.sh: New file.
33228         * tests/test-binary-io.c: New file.
33229
33230 2007-01-14  Bruno Haible  <bruno@clisp.org>
33231
33232         * modules/array-oset-tests: New file.
33233         * tests/test-array_oset.c: New file.
33234
33235 2007-01-14  Bruno Haible  <bruno@clisp.org>
33236
33237         * modules/array-list-tests: New file.
33238         * tests/test-array_list.c: New file.
33239
33240 2007-01-14  Bruno Haible  <bruno@clisp.org>
33241
33242         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
33243         and make.
33244         Reported by Simon Josefsson in
33245         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
33246
33247 2007-01-14  Bruno Haible  <bruno@clisp.org>
33248
33249         * modules/allocsa-tests: New file.
33250         * tests/test-allocsa.c: New file.
33251
33252 2007-01-14  Bruno Haible  <bruno@clisp.org>
33253
33254         * modules/fchdir (Depends-on): Add absolute-header.
33255         * modules/unistd (Depends-on): Likewise.
33256
33257 2006-12-30  Bruno Haible  <bruno@clisp.org>
33258
33259         * modules/fchdir: New file.
33260         * modules/unistd (Files): Add lib/unistd_.h.
33261         (Makefile.am): Generate unistd.h from unistd_.h.
33262         * lib/fchdir.c: New file.
33263         * lib/dirent_.h: New file.
33264         * lib/unistd_.h: New file.
33265         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
33266         * m4/fchdir.m4: New file.
33267         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
33268         (gl_HEADER_UNISTD): Invoke it.
33269         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
33270         function.
33271         * lib/backupfile.c (opendir, closedir): Undefine.
33272         * lib/chown.c (open, close): Undefine.
33273         * lib/clean-temp.c (open, close): Undefine.
33274         * lib/copy-file.c (open, close): Undefine.
33275         * lib/execute.c (open, close): Undefine.
33276         * lib/fsusage.c (open, close): Undefine.
33277         * lib/gc-gnulib.c (open, close): Undefine.
33278         * lib/getcwd.c (opendir, closedir): Undefine.
33279         * lib/glob.c (opendir, closedir): Undefine.
33280         * lib/javacomp.c (open, close): Undefine.
33281         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
33282         * lib/openat-proc.c (open, close): Undefine.
33283         * lib/pagealign_alloc.c (open, close): Undefine.
33284         * lib/pipe.c (open, close): Undefine.
33285         * lib/progreloc.c (open, close): Undefine.
33286         * lib/savedir.c (opendir, closedir): Undefine.
33287         * lib/utime.c (open, close): Undefine.
33288         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
33289
33290 2007-01-10  Bruno Haible  <bruno@clisp.org>
33291
33292         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
33293
33294 2007-01-12  Eric Blake  <ebb9@byu.net>
33295
33296         Provide a robust <wchar.h>.  Further simplifications are now
33297         possible in other modules, but not included here.
33298         * modules/wchar: New module.
33299         * m4/wchar.m4: New file.
33300         * lib/wchar_.h: Likewise.
33301         * modules/mbchar (Depends-on): Depend on wchar, as the first use
33302         of the new module.
33303         * MODULES.html.sh (Extended multibyte and wide character utilities):
33304         New section.
33305
33306 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
33307
33308         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
33309         to a reasonable default for memory allocation.
33310         (xreadlink): Don't allocate a huge buffer, to work around a buggy
33311         file system that reports garbage st_size values for symlinks.
33312         Problem reported by Liyang Hu.
33313
33314 2007-01-11  Simon Josefsson  <simon@josefsson.org>
33315
33316         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
33317         Emacs .#* auto-save files).
33318
33319 2007-01-11  Bruno Haible  <bruno@clisp.org>
33320
33321         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
33322         directory.
33323
33324 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33325
33326         Use @...@ consistently in lib/wctype_.h.
33327         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
33328         on it being set to 1 or 0.
33329         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
33330         go back to AC_SUBSTing it.
33331         * modules/wctype (Makefile.am): Undo previous change.
33332
33333 2007-01-10  Eric Blake  <ebb9@byu.net>
33334
33335         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
33336         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
33337         * modules/wctype (Makefile.am): Likewise.
33338         Reported by Chris McGuire.
33339
33340 2007-01-10  Jim Meyering  <jim@meyering.net>
33341
33342         fts.c: a small readability/maintainability improvement
33343         * lib/fts.c (fts_read): Make this code slightly more readable and
33344         maintainable by hoisting the "sp->fts_cur = p" assignments to
33345         immediately follow the statements that set P.  Derived from
33346         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
33347
33348 2007-01-10  Eric Blake  <ebb9@byu.net>
33349
33350         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
33351         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
33352         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33353         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
33354         Reported by Chris McGuire.
33355
33356 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33357
33358         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
33359         in sed script.
33360
33361 2007-01-09  Bruno Haible  <bruno@clisp.org>
33362
33363         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
33364         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
33365         variables.
33366         (func_module): Use them.
33367
33368 2007-01-09  Bruno Haible  <bruno@clisp.org>
33369
33370         * modules/unistr/base: New file.
33371         * lib/unistr.h: New file.
33372
33373         * modules/unistr/u8-to-u16: New file.
33374         * lib/unistr/u8-to-u16.c: New file.
33375
33376         * modules/unistr/u8-to-u32: New file.
33377         * lib/unistr/u8-to-u32.c: New file.
33378
33379         * modules/unistr/u16-to-u8: New file.
33380         * lib/unistr/u16-to-u8.c: New file.
33381
33382         * modules/unistr/u16-to-u32: New file.
33383         * lib/unistr/u16-to-u32.c: New file.
33384
33385         * modules/unistr/u32-to-u8: New file.
33386         * lib/unistr/u32-to-u8.c: New file.
33387
33388         * modules/unistr/u32-to-u16: New file.
33389         * lib/unistr/u32-to-u16.c: New file.
33390
33391         * modules/unistr/u8-check: New file.
33392         * modules/unistr/u16-check: New file.
33393         * modules/unistr/u32-check: New file.
33394         * lib/unistr/u8-check.c: New file.
33395         * lib/unistr/u16-check.c: New file.
33396         * lib/unistr/u32-check.c: New file.
33397
33398         * modules/unistr/u8-chr: New file.
33399         * modules/unistr/u16-chr: New file.
33400         * modules/unistr/u32-chr: New file.
33401         * lib/unistr/u8-chr.c: New file.
33402         * lib/unistr/u16-chr.c: New file.
33403         * lib/unistr/u32-chr.c: New file.
33404
33405         * modules/unistr/u8-cmp: New file.
33406         * modules/unistr/u16-cmp: New file.
33407         * modules/unistr/u32-cmp: New file.
33408         * lib/unistr/u8-cmp.c: New file.
33409         * lib/unistr/u16-cmp.c: New file.
33410         * lib/unistr/u32-cmp.c: New file.
33411
33412         * modules/unistr/u8-cpy: New file.
33413         * modules/unistr/u16-cpy: New file.
33414         * modules/unistr/u32-cpy: New file.
33415         * lib/unistr/u8-cpy.c: New file.
33416         * lib/unistr/u16-cpy.c: New file.
33417         * lib/unistr/u32-cpy.c: New file.
33418         * lib/unistr/u-cpy.h: New file.
33419
33420         * modules/unistr/u8-cpy-alloc: New file.
33421         * modules/unistr/u16-cpy-alloc: New file.
33422         * modules/unistr/u32-cpy-alloc: New file.
33423         * lib/unistr/u8-cpy-alloc.c: New file.
33424         * lib/unistr/u16-cpy-alloc.c: New file.
33425         * lib/unistr/u32-cpy-alloc.c: New file.
33426         * lib/unistr/u-cpy-alloc.h: New file.
33427
33428         * modules/unistr/u8-endswith: New file.
33429         * modules/unistr/u16-endswith: New file.
33430         * modules/unistr/u32-endswith: New file.
33431         * lib/unistr/u8-endswith.c: New file.
33432         * lib/unistr/u16-endswith.c: New file.
33433         * lib/unistr/u32-endswith.c: New file.
33434         * lib/unistr/u-endswith.h: New file.
33435
33436         * modules/unistr/u8-mblen: New file.
33437         * modules/unistr/u16-mblen: New file.
33438         * modules/unistr/u32-mblen: New file.
33439         * lib/unistr/u8-mblen.c: New file.
33440         * lib/unistr/u16-mblen.c: New file.
33441         * lib/unistr/u32-mblen.c: New file.
33442
33443         * modules/unistr/u8-mbtouc: New file.
33444         * modules/unistr/u16-mbtouc: New file.
33445         * modules/unistr/u32-mbtouc: New file.
33446         * lib/unistr/u8-mbtouc.c: New file.
33447         * lib/unistr/u16-mbtouc.c: New file.
33448         * lib/unistr/u32-mbtouc.c: New file.
33449
33450         * modules/unistr/u8-mbtouc-safe: New file.
33451         * modules/unistr/u16-mbtouc-safe: New file.
33452         * modules/unistr/u32-mbtouc-safe: New file.
33453         * lib/unistr/u8-mbtouc-safe.c: New file.
33454         * lib/unistr/u16-mbtouc-safe.c: New file.
33455         * lib/unistr/u32-mbtouc-safe.c: New file.
33456
33457         * modules/unistr/u8-move: New file.
33458         * modules/unistr/u16-move: New file.
33459         * modules/unistr/u32-move: New file.
33460         * lib/unistr/u8-move.c: New file.
33461         * lib/unistr/u16-move.c: New file.
33462         * lib/unistr/u32-move.c: New file.
33463         * lib/unistr/u-move.h: New file.
33464
33465         * modules/unistr/u8-next: New file.
33466         * modules/unistr/u16-next: New file.
33467         * modules/unistr/u32-next: New file.
33468         * lib/unistr/u8-next.c: New file.
33469         * lib/unistr/u16-next.c: New file.
33470         * lib/unistr/u32-next.c: New file.
33471
33472         * modules/unistr/u8-prev: New file.
33473         * modules/unistr/u16-prev: New file.
33474         * modules/unistr/u32-prev: New file.
33475         * lib/unistr/u8-prev.c: New file.
33476         * lib/unistr/u16-prev.c: New file.
33477         * lib/unistr/u32-prev.c: New file.
33478
33479         * modules/unistr/u8-set: New file.
33480         * modules/unistr/u16-set: New file.
33481         * modules/unistr/u32-set: New file.
33482         * lib/unistr/u8-set.c: New file.
33483         * lib/unistr/u16-set.c: New file.
33484         * lib/unistr/u32-set.c: New file.
33485         * lib/unistr/u-set.h: New file.
33486
33487         * modules/unistr/u8-startswith: New file.
33488         * modules/unistr/u16-startswith: New file.
33489         * modules/unistr/u32-startswith: New file.
33490         * lib/unistr/u8-startswith.c: New file.
33491         * lib/unistr/u16-startswith.c: New file.
33492         * lib/unistr/u32-startswith.c: New file.
33493         * lib/unistr/u-startswith.h: New file.
33494
33495         * modules/unistr/u8-stpcpy: New file.
33496         * modules/unistr/u16-stpcpy: New file.
33497         * modules/unistr/u32-stpcpy: New file.
33498         * lib/unistr/u8-stpcpy.c: New file.
33499         * lib/unistr/u16-stpcpy.c: New file.
33500         * lib/unistr/u32-stpcpy.c: New file.
33501         * lib/unistr/u-stpcpy.h: New file.
33502
33503         * modules/unistr/u8-stpncpy: New file.
33504         * modules/unistr/u16-stpncpy: New file.
33505         * modules/unistr/u32-stpncpy: New file.
33506         * lib/unistr/u8-stpncpy.c: New file.
33507         * lib/unistr/u16-stpncpy.c: New file.
33508         * lib/unistr/u32-stpncpy.c: New file.
33509         * lib/unistr/u-stpncpy.h: New file.
33510
33511         * modules/unistr/u8-strcat: New file.
33512         * modules/unistr/u16-strcat: New file.
33513         * modules/unistr/u32-strcat: New file.
33514         * lib/unistr/u8-strcat.c: New file.
33515         * lib/unistr/u16-strcat.c: New file.
33516         * lib/unistr/u32-strcat.c: New file.
33517         * lib/unistr/u-strcat.h: New file.
33518
33519         * modules/unistr/u8-strchr: New file.
33520         * modules/unistr/u16-strchr: New file.
33521         * modules/unistr/u32-strchr: New file.
33522         * lib/unistr/u8-strchr.c: New file.
33523         * lib/unistr/u16-strchr.c: New file.
33524         * lib/unistr/u32-strchr.c: New file.
33525
33526         * modules/unistr/u8-strcmp: New file.
33527         * modules/unistr/u16-strcmp: New file.
33528         * modules/unistr/u32-strcmp: New file.
33529         * lib/unistr/u8-strcmp.c: New file.
33530         * lib/unistr/u16-strcmp.c: New file.
33531         * lib/unistr/u32-strcmp.c: New file.
33532
33533         * modules/unistr/u8-strcpy: New file.
33534         * modules/unistr/u16-strcpy: New file.
33535         * modules/unistr/u32-strcpy: New file.
33536         * lib/unistr/u8-strcpy.c: New file.
33537         * lib/unistr/u16-strcpy.c: New file.
33538         * lib/unistr/u32-strcpy.c: New file.
33539         * lib/unistr/u-strcpy.h: New file.
33540
33541         * modules/unistr/u8-strcspn: New file.
33542         * modules/unistr/u16-strcspn: New file.
33543         * modules/unistr/u32-strcspn: New file.
33544         * lib/unistr/u8-strcspn.c: New file.
33545         * lib/unistr/u16-strcspn.c: New file.
33546         * lib/unistr/u32-strcspn.c: New file.
33547         * lib/unistr/u-strcspn.h: New file.
33548
33549         * modules/unistr/u8-strdup: New file.
33550         * modules/unistr/u16-strdup: New file.
33551         * modules/unistr/u32-strdup: New file.
33552         * lib/unistr/u8-strdup.c: New file.
33553         * lib/unistr/u16-strdup.c: New file.
33554         * lib/unistr/u32-strdup.c: New file.
33555         * lib/unistr/u-strdup.h: New file.
33556
33557         * modules/unistr/u8-strlen: New file.
33558         * modules/unistr/u16-strlen: New file.
33559         * modules/unistr/u32-strlen: New file.
33560         * lib/unistr/u8-strlen.c: New file.
33561         * lib/unistr/u16-strlen.c: New file.
33562         * lib/unistr/u32-strlen.c: New file.
33563         * lib/unistr/u-strlen.h: New file.
33564
33565         * modules/unistr/u8-strmblen: New file.
33566         * modules/unistr/u16-strmblen: New file.
33567         * modules/unistr/u32-strmblen: New file.
33568         * lib/unistr/u8-strmblen.c: New file.
33569         * lib/unistr/u16-strmblen.c: New file.
33570         * lib/unistr/u32-strmblen.c: New file.
33571
33572         * modules/unistr/u8-strmbtouc: New file.
33573         * modules/unistr/u16-strmbtouc: New file.
33574         * modules/unistr/u32-strmbtouc: New file.
33575         * lib/unistr/u8-strmbtouc.c: New file.
33576         * lib/unistr/u16-strmbtouc.c: New file.
33577         * lib/unistr/u32-strmbtouc.c: New file.
33578
33579         * modules/unistr/u8-strncat: New file.
33580         * modules/unistr/u16-strncat: New file.
33581         * modules/unistr/u32-strncat: New file.
33582         * lib/unistr/u8-strncat.c: New file.
33583         * lib/unistr/u16-strncat.c: New file.
33584         * lib/unistr/u32-strncat.c: New file.
33585         * lib/unistr/u-strncat.h: New file.
33586
33587         * modules/unistr/u8-strncmp: New file.
33588         * modules/unistr/u16-strncmp: New file.
33589         * modules/unistr/u32-strncmp: New file.
33590         * lib/unistr/u8-strncmp.c: New file.
33591         * lib/unistr/u16-strncmp.c: New file.
33592         * lib/unistr/u32-strncmp.c: New file.
33593
33594         * modules/unistr/u8-strncpy: New file.
33595         * modules/unistr/u16-strncpy: New file.
33596         * modules/unistr/u32-strncpy: New file.
33597         * lib/unistr/u8-strncpy.c: New file.
33598         * lib/unistr/u16-strncpy.c: New file.
33599         * lib/unistr/u32-strncpy.c: New file.
33600         * lib/unistr/u-strncpy.h: New file.
33601
33602         * modules/unistr/u8-strnlen: New file.
33603         * modules/unistr/u16-strnlen: New file.
33604         * modules/unistr/u32-strnlen: New file.
33605         * lib/unistr/u8-strnlen.c: New file.
33606         * lib/unistr/u16-strnlen.c: New file.
33607         * lib/unistr/u32-strnlen.c: New file.
33608         * lib/unistr/u-strnlen.h: New file.
33609
33610         * modules/unistr/u8-strpbrk: New file.
33611         * modules/unistr/u16-strpbrk: New file.
33612         * modules/unistr/u32-strpbrk: New file.
33613         * lib/unistr/u8-strpbrk.c: New file.
33614         * lib/unistr/u16-strpbrk.c: New file.
33615         * lib/unistr/u32-strpbrk.c: New file.
33616         * lib/unistr/u-strpbrk.h: New file.
33617
33618         * modules/unistr/u8-strrchr: New file.
33619         * modules/unistr/u16-strrchr: New file.
33620         * modules/unistr/u32-strrchr: New file.
33621         * lib/unistr/u8-strrchr.c: New file.
33622         * lib/unistr/u16-strrchr.c: New file.
33623         * lib/unistr/u32-strrchr.c: New file.
33624
33625         * modules/unistr/u8-strspn: New file.
33626         * modules/unistr/u16-strspn: New file.
33627         * modules/unistr/u32-strspn: New file.
33628         * lib/unistr/u8-strspn.c: New file.
33629         * lib/unistr/u16-strspn.c: New file.
33630         * lib/unistr/u32-strspn.c: New file.
33631         * lib/unistr/u-strspn.h: New file.
33632
33633         * modules/unistr/u8-strstr: New file.
33634         * modules/unistr/u16-strstr: New file.
33635         * modules/unistr/u32-strstr: New file.
33636         * lib/unistr/u8-strstr.c: New file.
33637         * lib/unistr/u16-strstr.c: New file.
33638         * lib/unistr/u32-strstr.c: New file.
33639         * lib/unistr/u-strstr.h: New file.
33640
33641         * modules/unistr/u8-strtok: New file.
33642         * modules/unistr/u16-strtok: New file.
33643         * modules/unistr/u32-strtok: New file.
33644         * lib/unistr/u8-strtok.c: New file.
33645         * lib/unistr/u16-strtok.c: New file.
33646         * lib/unistr/u32-strtok.c: New file.
33647         * lib/unistr/u-strtok.h: New file.
33648
33649         * modules/unistr/u8-uctomb: New file.
33650         * modules/unistr/u16-uctomb: New file.
33651         * modules/unistr/u32-uctomb: New file.
33652         * lib/unistr/u8-uctomb.c: New file.
33653         * lib/unistr/u16-uctomb.c: New file.
33654         * lib/unistr/u32-uctomb.c: New file.
33655
33656         * MODULES.html.sh (Unicode string functions): Add the new modules.
33657
33658 2007-01-08  Bruno Haible  <bruno@clisp.org>
33659
33660         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
33661         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
33662         subdirectories.
33663
33664 2007-01-08  Karl Berry  <karl@gnu.org>
33665
33666         * doc/error.texi: mention that main() fns must set program_name
33667         when progname is used.
33668
33669 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
33670
33671         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
33672         WCTYPE_H is empty, for the benefit of builds from non-distclean
33673         directories.  Problem reported by Eric Blake in
33674         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
33675
33676 2007-01-08  Bruno Haible  <bruno@clisp.org>
33677
33678         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
33679         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
33680         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
33681         PROVIDE_CANONICALIZE_FILENAME_MODE.
33682         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
33683
33684 2007-01-08  Bruno Haible  <bruno@clisp.org>
33685
33686         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
33687         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
33688         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
33689         * lib/fts.c: Likewise.
33690         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
33691
33692 2006-12-25  Bruno Haible  <bruno@clisp.org>
33693
33694         * modules/utf8-ucs4-safe: New file.
33695         * lib/utf8-ucs4-safe.h: New file.
33696         * lib/unistr/utf8-ucs4-safe.c: New file.
33697
33698         * modules/utf16-ucs4-safe: New file.
33699         * lib/utf16-ucs4-safe.h: New file.
33700         * lib/unistr/utf16-ucs4-safe.c: New file.
33701
33702         * MODULES.html.sh (Unicode string functions): Add the new modules.
33703
33704 2007-01-08  Bruno Haible  <bruno@clisp.org>
33705
33706         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
33707         (Depends-on): Add unitypes.
33708         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
33709         (u8_mbtouc_aux): Move out to separate file.
33710         (u8_mbtouc): Use ucs4_t, uint8_t types.
33711         * lib/unistr/utf8-ucs4.c: New file.
33712
33713         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
33714         (Depends-on): Add unitypes.
33715         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
33716         (u16_mbtouc_aux): Move out to separate file.
33717         (u16_mbtouc): Use ucs4_t, uint16_t types.
33718         * lib/unistr/utf16-ucs4.c: New file.
33719
33720         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
33721         (Depends-on): Add unitypes.
33722         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
33723         (u8_uctomb_aux): Move out to separate file.
33724         (u8_uctomb): Use ucs4_t, uint8_t types.
33725         * lib/unistr/ucs4-utf8.c: New file.
33726
33727         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
33728         (Depends-on): Add unitypes.
33729         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
33730         (u16_uctomb_aux): Move out to separate file.
33731         (u16_uctomb): Use ucs4_t, uint16_t types.
33732         * lib/unistr/ucs4-utf16.c: New file.
33733
33734 2006-12-25  Bruno Haible  <bruno@clisp.org>
33735
33736         * modules/unitypes: New file.
33737         * lib/unitypes.h: New file.
33738         * MODULES.html.sh (func_all_modules): New section "Unicode string
33739         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
33740         this section. Add unitypes.
33741
33742 2007-01-08  Bruno Haible  <bruno@clisp.org>
33743
33744         Avoid variable names that conflict with those from libtool.
33745         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
33746         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
33747         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
33748         library_names_spec to acl_library_names_spec, hardcode_* to
33749         acl_hardcode_*.
33750         Reported by Ralf Wildenhues.
33751
33752 2007-01-08  Bruno Haible  <bruno@clisp.org>
33753
33754         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
33755         definition.
33756         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
33757         definition.
33758         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
33759         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
33760         definition.
33761         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
33762         definition.
33763         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
33764         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
33765         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
33766         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
33767         definition.
33768         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
33769         definition.
33770         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
33771         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
33772         GC_USE_<algorithm>.
33773         * lib/gc-libgcrypt.c: Likewise.
33774         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
33775         * modules/gc-arctwo (configure.ac): Likewise.
33776         * modules/gc-des (configure.ac): Likewise.
33777         * modules/gc-hmac-md5 (configure.ac): Likewise.
33778         * modules/gc-hmac-sha1 (configure.ac): Likewise.
33779         * modules/gc-md2 (configure.ac): Likewise.
33780         * modules/gc-md4 (configure.ac): Likewise.
33781         * modules/gc-md5 (configure.ac): Likewise.
33782         * modules/gc-random (configure.ac): Likewise.
33783         * modules/gc-rijndael (configure.ac): Likewise.
33784         * modules/gc-sha1 (configure.ac): Likewise.
33785
33786 2007-01-08  Bruno Haible  <bruno@clisp.org>
33787
33788         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
33789         macro definition.
33790         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
33791         definition.
33792         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
33793         definition.
33794         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
33795         * modules/fcntl-safer (configure.ac): Likewise.
33796         * modules/fopen-safer (configure.ac): Likewise.
33797         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
33798         GNULIB_FWRITEERROR macro definition.
33799
33800 2007-01-08  Bruno Haible  <bruno@clisp.org>
33801
33802         * m4/gnulib-common.m4: New file.
33803         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
33804         (func_get_filelist): Add m4/gnulib-common.m4.
33805
33806 2007-01-08  Bruno Haible  <bruno@clisp.org>
33807
33808         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
33809         command.
33810
33811 2007-01-08  Jim Meyering  <jim@meyering.net>
33812
33813         Use a more robust test for a "can't happen" condition.
33814         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
33815         narrowed the st_size value.  Presuming the "can't happen" condition
33816         is true, that narrowing could conceivably convert an invalid st_size
33817         value into a valid one.  Instead, use a change based on Matthew
33818         Woehlke's original patch.
33819
33820         Slight readability improvement: use an assert-like macro
33821         in place of literal "abort ()" uses.
33822         * lib/fts.c (fts_assert): Define.
33823         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
33824         Use this macro instead of a bare 'abort'.
33825
33826 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
33827
33828         Don't worry about using IRIX 5.3's wctype.h broken definitions;
33829         simply work around them.
33830         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
33831         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
33832         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
33833         declaring.
33834         Don't bother to define as macros, since the standard doesn't require it.
33835         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
33836         longer worry about IRIX 5.3.
33837         (HAVE_WCTYPE_CTMP_BUG): Remove.
33838
33839 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33840
33841         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
33842         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
33843         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33844         Problems reported by Georg Schwarz for IRIX 5.3.
33845
33846         * gnulib-tool (autoconf_minversion): Take the maximum version number
33847         found, not the minimum.  Problem reported by James Youngman.
33848
33849 2007-01-03  Karl Berry  <karl@gnu.org>
33850
33851         * doc/error.texi: new file, explaining interaction with progname.
33852         * doc/gnulib.texi: include it.  Update copyright.
33853
33854 2007-01-03  Simon Josefsson  <simon@josefsson.org>
33855
33856         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
33857         AC_CANONICAL_HOST, to improve autobuild outputs.
33858
33859 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
33860             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
33861
33862         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
33863         sockets, server sockets, and other file descriptors.  Count errors
33864         to compute the return value.  Reorder the code a bit to be easier
33865         to follow.  Don't set event bits that were not requested (except
33866         POLLERR and POLLHUP).
33867
33868 2007-01-01  Bruno Haible  <bruno@clisp.org>
33869
33870         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
33871
33872 2007-01-03  Jim Meyering  <jim@meyering.net>
33873
33874         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
33875
33876 2007-01-02  Bruno Haible  <bruno@clisp.org>
33877
33878         * modules/settime (Include): Require timespec.h.
33879         * modules/nanosleep (Include): Likewise.
33880
33881 2007-01-01  Bruno Haible  <bruno@clisp.org>
33882
33883         * gnulib-tool (func_emit_copyright_notice): Bump year.
33884         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
33885
33886 2007-01-01  Bruno Haible  <bruno@clisp.org>
33887
33888         Improve support for OpenBSD.
33889         * build-aux/config.rpath (libname_spec): Export.
33890         (library_names_spec): New variable. Export.
33891         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
33892         library_names_spec from the config.rpath output. Locate shared library
33893         through the name pattern in library_names_spec.
33894
33895 2007-01-01  Eric Blake  <ebb9@byu.net>
33896
33897         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
33898
33899 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
33900
33901         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
33902         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
33903         assume the C locale, and avoid an "eval" that could cause trouble.
33904         Problem with SORT reported by Bob Proulx.
33905
33906         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
33907         Define.  Trivial patch from Henning Nielsen Lund, originally
33908         sent to bug-grep@gnu.org today.
33909
33910 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
33911
33912         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
33913         struct stat.  Problem reported by Henning Nielsen Lund.
33914         * lib/acl.c: Include acl.h first, to check interface.  Don't
33915         bother to include sys/types.h and sys/stat.h again.
33916
33917 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
33918
33919         Import the following change from libc; problem reported by
33920         Sven Verdoolaege.
33921
33922         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
33923
33924         [BZ #1373]
33925         * lib/argp.h: Remove __NTH for __argp_usage inline function.
33926
33927 2006-12-28  Jim Meyering  <jim@meyering.net>
33928
33929         * build-aux/announce-gen: Do not assume that the package
33930         builds any of tar.gz, tar.bz2, and .xdelta files.
33931         Suggestion from Simon Josefsson.
33932
33933 2006-12-28  Simon Josefsson  <simon@josefsson.org>
33934
33935         * modules/announce-gen: New file.
33936
33937 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
33938
33939         * lib/mbchar.h: Just include <wctype.h>; the wctype module
33940         handles its gotchas now.
33941         * lib/mbswidth.c: Likewise.
33942         * lib/wcwidth.h: Likewise.
33943         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
33944         and iswcntrl; the wctype module does this stuff now.
33945         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
33946         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33947         * modules/mbchar (Depends-on): Add wctype.
33948         * modules/mbswidth (Depends-on): Likewise.
33949         * modules/wcwidth (Depends-on): Likewise.
33950
33951 2006-12-27  Eric Blake  <ebb9@byu.net>
33952
33953         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
33954         module uses more than what <wctype.h> is required to provide.
33955
33956 2006-12-26  Eric Blake  <ebb9@byu.net>
33957
33958         * gnulib-tool (sed_extract_prog): Avoid space-tab.
33959
33960 2006-12-26  Eric Blake  <ebb9@byu.net>
33961
33962         * modules/absolute-header: New module.
33963         * modules/fcntl (Depends-on): Depend on it.
33964         * modules/inttypes (Depends-on): Likewise.
33965         * modules/stdint (Depends-on): Likewise.
33966         * modules/sys_stat (Depends-on): Likewise.
33967         * modules/wctype (Depends-on): Likewise.
33968         * MODULES.html.sh (Support for building libraries and
33969         executables): Document it.
33970
33971 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
33972
33973         * gnulib-tool (SED): Remove, undoing previous change.
33974         The problem was that it broke coreutils on Solaris, because
33975         "sed --posix" leaked into a makefile.
33976         (sed): New alias, if 'alias' and GNU sed.
33977
33978 2006-12-24  Jim Meyering  <jim@meyering.net>
33979
33980         Work around an fchownat bug in glibc-2.4:
33981         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
33982         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
33983         in spite of the -P option.
33984         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
33985         New macros.
33986         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
33987         * modules/openat (Files): Add lib/fchownat.c.
33988         * lib/openat.c (fchownat): Don't define here.  Move to...
33989         * lib/fchownat.c: ...this new file.
33990
33991 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33992
33993         Fix bug reported by Bruno Haible in
33994         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
33995         where quotearg.c didn't compile on Mac OS X 10.2 because it
33996         lacks <wchar.h> and wint_t.
33997         * lib/wctype_.h (__wctype_wint_t): New type.
33998         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
33999         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
34000         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
34001         Arg is now of type __wctype_wint_t, not wint_t.
34002         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
34003         substitute HAVE_WINT_T.
34004         * modules/wctype (Files): Add m4/wint_t.m4.
34005         (wctype.h): Substitute HAVE_WINT_T.
34006
34007 2006-12-23  Bruno Haible  <bruno@clisp.org>
34008
34009         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
34010
34011 2006-12-23  Bruno Haible  <bruno@clisp.org>
34012
34013         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
34014         S_ISLNK.
34015         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
34016         mingw.
34017
34018 2006-12-22  Bruno Haible  <bruno@clisp.org>
34019
34020         * lib/copy-file.c: Include acl.h.
34021         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
34022         Close the file descriptors only after being done with copy_acl.
34023         * modules/copy-file (Depends-on): Add acl.
34024
34025 2006-12-22  Bruno Haible  <bruno@clisp.org>
34026
34027         * gnulib-tool (SED): New variable.
34028         Use $SED instead of sed everywhere.
34029
34030 2006-12-22  Bruno Haible  <bruno@clisp.org>
34031
34032         * modules/no-c++: New file.
34033         * m4/no-c++.m4: New file.
34034         * MODULES.html.sh (Support for building libraries and executables):
34035         Add no-c++.
34036
34037 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
34038
34039         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
34040         Include <limits.h>, and use its INT_MAX to rewrite the
34041         j loop so that it does not overflow 'int'.  Problem reported by
34042         Ralf Wildenhues in
34043         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
34044         Play it safe by shifting left by 1 rather than multiplying by 2,
34045         as GCC is less likely to optimize this away when the value
34046         is signed (when it assumes overflow leads to undefined behavior).
34047         Also, don't assume time_t uses two's complement.
34048
34049 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
34050
34051         * MODULES.html.sh: New module wctype.
34052         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
34053         * lib/fnmatch.c: Don't bother to include <wchar.h> before
34054         <wctype.h>, since the new wctype module should fix this.
34055         * lib/quotearg.c: Include <wctype.h> unconditionally, since
34056         the wctype module should arrange for it.
34057         * lib/regex_internal.h: Likewise.
34058         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
34059         since the wctype module should handle this now.
34060         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
34061         * modules/fnmatch (Depends-on): Add wctype.
34062         * modules/quotearg (Depends-on): Likewise.
34063         * modules/regex (Depends-on): Likewise.
34064
34065 2006-12-19  Bruno Haible  <bruno@clisp.org>
34066
34067         * lib/strdup.h [C++]: Wrap definitions in extern "C".
34068         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
34069
34070 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34071
34072         * modules/savewd (Depends-on): Fix dependency on fcntl.
34073
34074 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
34075
34076         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
34077         conforms to C99, rather than relying on the user's environment
34078         setting of STDINT_H.
34079
34080 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
34081         and Eric Blake  <ebb9@byu.net>
34082
34083         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
34084         This is more consistent with the other defines here.
34085         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
34086         Port to z/OS.  Problem reported by Paul Gilmartin.
34087         Change local vars to use gl_ prefix rather than ac_.
34088         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
34089         with other defines.
34090         * modules/double-slash-root: New module.
34091         * modules/dirname (Files): Remove m4/double-slash-root.m4.
34092         (Depends-on): Add double-slash-root.
34093         * MODULES.html.sh (File system functions): Mention new module.
34094
34095 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
34096
34097         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
34098         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
34099         This is for the benefit of gzip, which doesn't do i18n.
34100
34101 2006-12-12  Jim Meyering  <jim@meyering.net>
34102
34103         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
34104         Reported by Andreas Schwab <schwab@suse.de>.
34105
34106 2006-12-12  Bruno Haible  <bruno@clisp.org>
34107
34108         Merge these changes.
34109         2006-09-05  Bruno Haible  <bruno@clisp.org>
34110         * lib/iconvme.c (iconv_string): No need to save and restore errno when
34111         iconv_alloc succeeded.
34112         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
34113         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
34114         test for " && dest " at the end - dest is always != NULL there. Call
34115         iconv with 4xNULL arguments initially, to reset the state. Call iconv
34116         with 2xNULL arguments, also to flush the state storage. Handle the
34117         IRIX iconv behaviour. Realloc the final result, to throw away unused
34118         memory.
34119
34120 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
34121
34122         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
34123         and fchmodat unconditionally, since glibc 2.4 has them.
34124         Problem reported by Arkadiusz Miskiewicz.
34125
34126 2006-12-10  Bruno Haible  <bruno@clisp.org>
34127
34128         * gnulib-tool (func_import): Show the include files only for those
34129         modules that are copied and specified.
34130         Reported by Karl Berry.
34131
34132 2006-12-08  Jim Meyering  <jim@meyering.net>
34133
34134         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
34135         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
34136
34137         * build-aux/announce-gen: Add two new options, both optional:
34138         --bootstrap-tools=TOOL_LIST
34139               a comma-separated list of tools, e.g.,
34140               autoconf,automake,bison,gnulib
34141         --gnulib-snapshot-date=DATE
34142               if gnulib is in the bootstrap tool list,
34143               then report this as the snapshot date.
34144               If not specified, use the current date/time.
34145               If you specify a date here, be sure it's UTC.
34146
34147 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34148
34149         * tests/test-argp-2.sh: Fix test to match actual output.
34150         (func_compare): Fix sed script to be portable.
34151
34152 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
34153
34154         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
34155         workaround for this case.  It is not autoconfigured now; offhand
34156         it's hard to see how to autoconfigure it.
34157
34158 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
34159
34160         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
34161         a directory that is about to be chowned.  Such a directory's
34162         initial file permissions should permit the owner only and this
34163         should not be changed until after the chown, since the group and
34164         other bits would be incorrect if they granted permission before
34165         the chown.
34166
34167         Fix porting problem for iswctype reported by Georg Schwarz in:
34168         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
34169         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
34170         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
34171         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
34172         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34173
34174 2006-12-03  Jim Meyering  <jim@meyering.net>
34175
34176         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
34177         p->fts_statp may not yet be defined.
34178         (fts_read): Instead, set it in the caller, once p->fts_statp is
34179         sure to be defined, and corresponds to a top-level directory.
34180         This bug made du -x fail.  Here's the coreutils test case:
34181         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
34182         Reported by Mike Frysinger.
34183
34184 2006-12-01  Jim Meyering  <jim@meyering.net>
34185
34186         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
34187         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
34188         Reported by Simon Josefsson.
34189
34190 2006-11-30  Jim Meyering  <jim@meyering.net>
34191
34192         * m4/warning.m4: Use the all-permissive copyright notice
34193         recommended by RMS (rather than LGPL).
34194         * m4/vararrays.m4: Likewise.
34195         * m4/flexmember.m4: Likewise.
34196
34197 2006-11-29  Bruno Haible  <bruno@clisp.org>
34198
34199         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
34200         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
34201         using +=.
34202         Reported by Simon Josefsson <simon@josefsson.org>.
34203
34204 2006-11-28  James Youngman <jay@gnu.org>
34205
34206         * README: Advise users that they might find the bug-gnulib@gnu.org
34207         and autotools-announce@gnu.org mailing lists useful.
34208
34209 2006-11-28  Bruno Haible  <bruno@clisp.org>
34210
34211         * m4/ptrdiff_max.m4: Remove file.
34212
34213 2006-11-21  Bruno Haible  <bruno@clisp.org>
34214
34215         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
34216         _AC_COMPUTE_INT.
34217         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34218         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
34219         _AC_COMPUTE_INT.
34220         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34221         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
34222         _AC_COMPUTE_INT.
34223         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34224
34225 2006-11-28  Jim Meyering  <jim@meyering.net>
34226
34227         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
34228         warning from "gcc -Wshadow" about shadowing the builtin.
34229
34230 2006-11-27  Bruno Haible  <bruno@clisp.org>
34231
34232         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
34233         _AC_COMPUTE_INT.
34234         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34235
34236 2006-11-27  Bruno Haible  <bruno@clisp.org>
34237             Paul Eggert  <eggert@cs.ucla.edu>
34238
34239         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
34240
34241 2006-11-26  Bruno Haible  <bruno@clisp.org>
34242
34243         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
34244         noinst_LTLIBRARIES.
34245
34246 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
34247             Bruno Haible  <bruno@clisp.org>
34248
34249         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
34250         if compiling with "gcc -ansi".
34251
34252 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
34253
34254         Fix some incompatibilities with gcc -ansi -pedantic.
34255         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
34256         if compiling pedantically with GCC, unless it's C99 or later.
34257         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
34258         it mishandles gcc -ansi -pedantic as well.
34259         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
34260         if gcc -pedantic.
34261         * lib/regexec.c (check_node_accept_bytes): Don't use auto
34262         initializers for struct if -pedantic, unless it's C99 or later.
34263
34264 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
34265
34266         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
34267         Don't close an fd more than once. Identical atimes indicate
34268         success, not failure.
34269
34270 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
34271
34272         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
34273
34274 2006-11-23  Jim Meyering  <jim@meyering.net>
34275
34276         * build-aux/announce-gen: New file.  From coreutils.
34277
34278 2006-11-22  Jim Meyering  <jim@meyering.net>
34279
34280         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
34281         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
34282         (fts_read): Use a temporary to narrow the overused st_size member
34283         before using it in a switch statement.  Reported by Matthew Woehlke.
34284
34285         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
34286         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
34287
34288 2006-11-20  Bruno Haible  <bruno@clisp.org>
34289
34290         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
34291         changequote instead of pairs of brackets.
34292         Reported by Andreas Schwab <schwab@suse.de>.
34293
34294 2006-11-21  Jim Meyering  <jim@meyering.net>
34295
34296         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
34297         so as to remain compatible with older compilers.
34298         Patch from Michael Deutschmann.
34299
34300 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34301
34302         * MODULES.html.sh (File system functions): Add openat.
34303
34304         * lib/openat.h (rpl_fstatat): New macro, if
34305         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
34306         (fstatat): Define to rpl_fstatat under the same conditions,
34307         unless COMPILING_FSTATAT.
34308         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
34309         seems to have the bug.
34310         * lib/fstatat.c: New file.
34311         * modules/openat (Files): Add it.
34312
34313 2006-11-20  Bruno Haible  <bruno@clisp.org>
34314
34315         * Makefile: New file.
34316
34317 2006-11-20  Jim Meyering  <jim@meyering.net>
34318
34319         The beginnings of syntax-related checks for gnulib.
34320         * lib/Makefile: New file.
34321         * lib/t-idcache: New script.  Ensure that the two halves of
34322         idcache.c stay in sync.
34323
34324         * lib/idcache.c: Adjust comments in user- and group- portions to
34325         be more accurate, and to be consistent with one another.
34326
34327 2006-11-20  Jim Meyering  <jim@meyering.net>
34328
34329         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
34330         continue using the flexible array member (thus, this module performs
34331         half as many malloc calls), with the addition that...
34332         (getgroup, getuser): Consistently record a non-match via an empty
34333         "name" string, and map an empty string match to a NULL return value.
34334         * modules/idcache (Depends-on): Re-add flexmember.
34335
34336         * lib/idcache.c (getuser): Remove all uses of the register keyword.
34337         (getuidbyname, getgroup, getgidbyname): Likewise.
34338
34339         Use cleaner syntax: NULL rather than 0.
34340         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
34341
34342 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34343
34344         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
34345         It mishandled the case where the group was missing.
34346         Problem reported by Greg Schafer.
34347         * modules/idcache: Likewise.
34348
34349 2006-11-18  Jim Meyering  <jim@meyering.net>
34350
34351         * check-module (%exempt_header): Add exception for some
34352         conditionally-included headers.
34353
34354         * modules/i-ring (Depends-on): Add verify.
34355         (License): Change to LGPL.
34356
34357 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34358
34359         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
34360         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
34361         and inttostr.h.  Use snprintf rather than uinttostr, so that
34362         LGPLed code doesn't depend on GPLed.
34363
34364 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34365
34366         * modules/inline (License): Change from GPL to LGPL.
34367
34368 2006-11-17  Jim Meyering  <jim@meyering.net>
34369
34370         * modules/d-type (License): Switch to LGPL.
34371
34372 2006-11-15  Bruno Haible  <bruno@clisp.org>
34373
34374         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
34375
34376 2006-11-15  Eric Blake  <ebb9@byu.net>
34377
34378         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
34379         the module dependency.
34380
34381 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34382             Bruno Haible  <bruno@clisp.org>
34383
34384         * gnulib-tool (func_create_testdir): Add license consistency check.
34385
34386 2006-11-15  Eric Blake  <ebb9@byu.net>
34387
34388         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
34389         random "(cached)" in configure output.
34390
34391 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34392
34393         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
34394         test for conforming inttypes.h is both announced and cached.
34395
34396         * MODULES.html.sh (seen_modules, seen_files): New variables.
34397         (func_module): Rewrite to use a few less gnulib-tool and sed
34398         invocations.  Avoid a couple of quadratic algorithms for ...
34399         (missed_modules, missed_files): ... these, with ...
34400         (func_append, func_tmpdir): ... these new functions, from
34401         gnulib-tool.  Analogously, install traps for cleanup.
34402
34403         * tests/test-gc.c (main): Remove unused variables.
34404         * tests/test-read-file.c: Include stdlib.h, for 'free'.
34405
34406 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
34407
34408         * modules/inttostr (License): Change to LGPL.
34409
34410 2006-11-14  Eric Blake  <ebb9@byu.net>
34411
34412         * modules/tempname (License): Change to LGPL.
34413
34414 2006-11-14  Eric Blake  <ebb9@byu.net>
34415
34416         * doc/functions.texi (Function Portability): *printf functions on
34417         Cygwin now understand all POSIX size specifiers.
34418
34419 2006-11-14  Bruno Haible  <bruno@clisp.org>
34420
34421         * modules/c-ctype (License): Change to LGPL.
34422
34423 2006-11-12  Bruno Haible  <bruno@clisp.org>
34424
34425         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
34426         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
34427         for GNOME libraries, for which the include files are installed in
34428         subdirectories of $prefix/include.
34429
34430 2006-11-12  Bruno Haible  <bruno@clisp.org>
34431
34432         * m4/lib-link.m4: Require at least autoconf-2.54.
34433         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
34434         name to underscores for the --with option.
34435
34436 2006-11-13  Bruno Haible  <bruno@clisp.org>
34437
34438         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
34439         the tests directory.
34440         Reported by Ralf Wildenhues.
34441
34442 2006-11-13  Bruno Haible  <bruno@clisp.org>
34443
34444         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
34445         (func_emit_initmacro_end): Undo the override here.
34446         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
34447         Works around the famous automake error in coreutils.
34448
34449 2006-11-13  Eric Blake  <ebb9@byu.net>
34450
34451         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
34452         element, not its node.
34453
34454 2006-11-12  Bruno Haible  <bruno@clisp.org>
34455
34456         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
34457         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
34458
34459 2006-11-12  Bruno Haible  <bruno@clisp.org>
34460
34461         * gnulib-tool: New option --local-symlink.
34462         (func_usage): Document it.
34463         (lsymbolic): New variable.
34464         (func_import, func_create_testdir): If --symlink was not specified,
34465         test whether --local-symlink was specified and the file comes from
34466         the local_gnulib_dir.
34467
34468 2006-11-12  Bruno Haible  <bruno@clisp.org>
34469
34470         * gnulib-tool (func_ln): New function.
34471         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
34472
34473 2006-11-12  Bruno Haible  <bruno@clisp.org>
34474
34475         Finish support for source files in subdirectories.
34476         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
34477         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
34478         AUTOMAKE_OPTIONS.
34479         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
34480
34481 2006-11-12  Bruno Haible  <bruno@clisp.org>
34482
34483         * gnulib-tool (func_get_automake_snippet): Synthesize also an
34484         EXTRA_lib_SOURCES augmentation.
34485         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
34486
34487 2006-11-12  Jim Meyering  <jim@meyering.net>
34488
34489         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
34490         file descriptors.  This also averts a failure on systems with
34491         native openat support when a traversed directory lacks "x" access.
34492         * lib/fts_.h: Include "i-ring.h"
34493         (struct FTS) [fts_fd_ring]: New member.
34494         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
34495         (FCHDIR): Add parentheses.
34496         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
34497         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
34498         When descending, rather than simply closing the previous
34499         fts_cwd_fd value, push that file descriptor onto the ring.
34500         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
34501         (fts_open): Initialize the new fd_ring member.
34502         (fts_close): Clear the ring.
34503         (fts_safe_changedir): When possible, use our new fd_ring to skip
34504         the diropen and fstat and dev/ino comparison that would normally
34505         accompany a virtual `chdir ("..")'.
34506
34507         * modules/fts (Depends-on): Add i-ring.
34508         * modules/i-ring: New module.
34509         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
34510         * m4/i-ring.m4: New file.
34511
34512 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34513
34514         * gnulib-tool (func_create_testdir): Fix replacement of
34515         `build-aux' in configure.ac.  Run autotools in gltests
34516         subdirectory.
34517         (func_create_testdir, func_create_megatestdir, test): There is
34518         no need for '--force' in most autotool invocations in a new
34519         tree.  Actually fail the whole test if any of the tools, or the
34520         configure or make stages fail.
34521
34522         Sync from Automake.
34523         * build-aux/gnupload: Revert last change.  Add pointer to upload
34524         instructions of the GNU Maintenance Instructions.
34525         Suggestion by Karl Berry.
34526
34527 2006-11-10  Jim Meyering  <jim@meyering.net>
34528
34529         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
34530
34531 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34532
34533         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
34534         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
34535         (bind_textdomain_codeset) [! ENABLE_NLS]:
34536         Evaluate all the arguments.  That way, callers get compatible behavior
34537         if the arguments have side effects.  Also, it avoids some GCC
34538         diagnostics in some cases; Joel E. Denny reported problems when Bison
34539         was configured with --enable-gcc-warnigs.
34540
34541 2006-11-10  Jim Meyering  <jim@meyering.net>
34542
34543         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
34544         relevant options in CFLAGS (like -O, -fno-inline) are taken into
34545         account.
34546
34547 2006-11-10  Jim Meyering  <jim@meyering.net>
34548
34549         * modules/inline: New file/module.
34550         * modules/xalloc (Files): Remove m4/inline.m4.
34551         (Depends-on): Add inline, instead.
34552         * modules/oset: Likewise.
34553         * modules/list: Likewise.
34554
34555 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34556
34557         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
34558         Problem reported by Matthew Woehlke.
34559
34560 2006-11-09  Bruno Haible  <bruno@clisp.org>
34561
34562         * lib/tempname.c (gen_tempname): Remove variant that invokes
34563         __gen_tempname.
34564         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
34565         __gen_tempname.
34566
34567 2006-11-08  Bruno Haible  <bruno@clisp.org>
34568
34569         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
34570         to 'yes' instead of 'cross-compiling'.
34571
34572 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
34573
34574         * lib/quotearg.h (quotearg_free): New decl.
34575         * lib/quotearg.c (quotearg_free): New function.
34576         (slot0, nslots, slotvec0, slotvec):
34577         Now file-scope so that quotearg_free can get at them.
34578
34579 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34580
34581         Sync from Automake.
34582         * build-aux/gnupload: Add missing 'gnu' to example URL.
34583         Report by Karl Berry.
34584
34585 2006-11-08  Bruno Haible  <bruno@clisp.org>
34586
34587         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
34588         Suggested by Paul Eggert.
34589
34590 2006-11-08  Jim Meyering  <jim@meyering.net>
34591
34592         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
34593         It's already included if !_LIBC.
34594         (fts_safe_changedir): Add a comment.
34595
34596 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
34597
34598         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
34599         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
34600         Matthew Woehlke.
34601
34602         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
34603         definitions up, to avoid colliding with change below.
34604         (static_inline) [HAVE_INLINE]: New macro.
34605         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
34606         Provide extern decls when !HAVE_INLINE.  Do not define unless
34607         static_inline is defined, either by us or by xmalloc.c.  Use
34608         static_inline rather than static inline.
34609         (XCALLOC): Optimize sizeof(T) = 1 case.
34610         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
34611
34612 2006-11-07  Bruno Haible  <bruno@clisp.org>
34613
34614         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
34615         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
34616         AC_C_INLINE.
34617         * modules/xalloc (Files): Add m4/inline.m4.
34618
34619 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34620
34621         * README: Fix typo.
34622         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
34623         (Miscellanous Notes): ...from this.
34624
34625 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
34626
34627         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
34628         Mention that offsetof should be used instead of sizeof.
34629         From Bruno Haible.
34630
34631 2006-11-07  Bruno Haible  <bruno@clisp.org>
34632
34633         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
34634
34635 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
34636
34637         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
34638         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
34639         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
34640         (gl_tree_add_before, gl_tree_add_after):
34641         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
34642         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
34643         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
34644         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
34645         (gl_linked_add_after, gl_linked_add_at): Likewise.
34646         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
34647         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
34648         (gl_tree_add_before, gl_tree_add_after): Likewise.
34649         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
34650         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
34651         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
34652
34653 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34654
34655         * lib/gl_oset.h: Use C comment style, not C++ comment style.
34656
34657 2006-11-06  Bruno Haible  <bruno@clisp.org>
34658
34659         * m4/inline.m4: New file.
34660         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
34661         * modules/list (Files): Add m4/inline.m4.
34662         * modules/oset (Files): Likewise.
34663
34664 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
34665
34666         * lib/idcache.c: Include <stddef.h>, for offsetof.
34667         (struct userid.name): Change from char * to a flexible array member.
34668         All uses changed.
34669         * modules/idcache (Depends-on): Add flexmember.
34670
34671         * MODULES.html.sh (Core language properties): New module flexmember.
34672         * modules/flexmember, m4/flexmember.m4: New files.
34673
34674         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
34675         inline functions that are identical with the old xnmalloc_inline,
34676         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
34677         that we can avoid some unnecessary integer multiplications and
34678         divisions in the common case where the element size is known at
34679         compile time.
34680         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
34681         needed.
34682         (xnboundedmalloc): Remove.
34683         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
34684         arguments, for consistency with rest of this header.
34685         (xcharalloc): Rewrite using XNMALLOC.
34686         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
34687         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
34688         versions have been moved to lib/xalloc.h and renamed to be the
34689         non-*_inline versions.
34690         (xmalloc, xrealloc): Implement without reference to the xnmalloc
34691         and xnrealloc functions, since those functions are now inline and
34692         now call us.
34693         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
34694         renaming described above.
34695         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
34696         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
34697         captures the dependency in AC_C_INLINE.
34698
34699         New module canonicalize-lgpl, proposed by Charles Wilson in
34700         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
34701         with a few small changes afterwards.
34702         * MODULES.html.sh (File system functions): New module
34703         canonicalize-lgpl.
34704         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
34705         and canonicalize_file_name.
34706         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
34707         * modules/canonicalize-lgpl: New files.
34708
34709 2006-11-05  Bruno Haible  <bruno@clisp.org>
34710
34711         * gnulib-tool (func_import, func_create_testdir): Create directories
34712         also for files in subdirectories of lib/.
34713
34714 2006-11-05  Bruno Haible  <bruno@clisp.org>
34715
34716         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
34717         ANSI C compliant.
34718
34719 2006-11-03  Bruno Haible  <bruno@clisp.org>
34720
34721         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
34722         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
34723         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
34724         (xnboundedmalloc): New inline function.
34725         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
34726         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
34727         xmalloc.
34728         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
34729         xmalloc.
34730         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
34731         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
34732         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
34733         xmalloc.
34734         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
34735         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
34736         xmalloc.
34737         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
34738         gl_tree_add_after): Use XMALLOC instead of xmalloc.
34739         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
34740         xmalloc.
34741         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
34742         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
34743         gl_tree_add_after): Use XMALLOC instead of xmalloc.
34744         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
34745         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
34746         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
34747         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
34748
34749 2006-11-03  Bruno Haible  <bruno@clisp.org>
34750
34751         * lib/c-ctype.h [C++]: Define functions without name mangling.
34752         * lib/fwriteerror.h [C++]: Likewise.
34753         * lib/gcd.h [C++]: Likewise.
34754         * lib/linebreak.h [C++]: Likewise.
34755
34756 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34757
34758         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
34759         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
34760         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
34761         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
34762         Check for functions and headers just once.
34763         Check for declaration of canonicalize_file_name.
34764         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
34765
34766 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
34767
34768         * gnulib-tool (func_import): Fix typo in actioncmd.
34769
34770 2006-11-02  Bruno Haible  <bruno@clisp.org>
34771
34772         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
34773         newline sequence in the Makefile.am snippet as a space, like "make"
34774         does.
34775         Reported by Roger Persson <perrog@gmail.com>.
34776
34777 2006-11-01  Bruno Haible  <bruno@clisp.org>
34778
34779         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
34780         already declared in <string.h>.
34781         * lib/strcase.h (strncasecmp): Don't declare it if yes.
34782
34783 2006-11-01  Bruno Haible  <bruno@clisp.org>
34784
34785         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
34786         * lib/strcase.h: Include <string.h>.
34787         (strcasecmp): Define to rpl_strcasecmp here.
34788
34789 2006-11-01  Bruno Haible  <bruno@clisp.org>
34790
34791         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
34792
34793 2006-11-01  Eric Blake  <ebb9@byu.net>
34794
34795         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
34796
34797         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
34798
34799 2006-10-29  Bruno Haible  <bruno@clisp.org>
34800
34801         Make it compile in C++ mode.
34802         * lib/full-write.c (full_rw): Add a cast.
34803
34804 2006-11-01  Bruno Haible  <bruno@clisp.org>
34805
34806         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
34807         be POSIX compliant.
34808         Reported by Roger Persson <perrog@gmail.com>.
34809
34810 2006-11-01  Eric Blake  <ebb9@byu.net>
34811
34812         * lib/getopt_.h: Fix comments.
34813
34814 2006-10-31  Eric Blake  <ebb9@byu.net>
34815
34816         * modules/tmpdir (Depends-on): Add sys_stat.
34817         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
34818         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
34819         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
34820         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
34821         tempname.
34822
34823 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
34824
34825         Avoid some C++ diagnostics reported by Bruno Haible.
34826         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
34827         xmalloc.
34828         (quotearg_alloc): Use xcharalloc rather than xmalloc.
34829         (struct slotvec): Move to top level.
34830         (quotearg_n_options): Rewrite to avoid xmalloc.
34831         * lib/xalloc.h (xcharalloc): New function.
34832         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
34833         [defined __cplusplus]: Add function template that provides result
34834         type propagation.  This part of the change is from Bruno Haible.
34835
34836 2006-10-29  Bruno Haible  <bruno@clisp.org>
34837
34838         Make it compile in C++ mode.
34839         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
34840         * lib/strnlen1.c (strnlen1): Cast memchr result.
34841         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
34842         * lib/clean-temp.c (string_equals, string_hash): Add casts.
34843         (create_temp_dir): Rename local variable 'template'.
34844         (compile_csharp_using_sscli): Add cast.
34845         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
34846         * lib/findprog.c (find_in_path): Likewise.
34847         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
34848         * lib/wait-process.c (register_slave_subprocess): Likewise.
34849
34850 2006-10-22  Bruno Haible  <bruno@clisp.org>
34851
34852         * modules/tsearch: New file.
34853         * lib/tsearch.h: New file.
34854         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
34855         * m4/tsearch.m4: New file.
34856         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
34857
34858 2006-10-29  Eric Blake  <ebb9@byu.net>
34859
34860         * lib/arcfour.c: Assume config.h.
34861         * lib/arctwo.c: Likewise.
34862         * lib/base64.c: Likewise.
34863         * lib/check-version.c: Likewise.
34864         * lib/crc.c: Likewise.
34865         * lib/des.c: Likewise.
34866         * lib/gc-gnulib.c: Likewise.
34867         * lib/gc-libgcrypt.c: Likewise.
34868         * lib/gc-pbkdf2-sha1.c: Likewise.
34869         * lib/getaddrinfo.c: Likewise.
34870         * lib/getdelim.c: Likewise.
34871         * lib/getline.c: Likewise.
34872         * lib/hmac-md5.c: Likewise.
34873         * lib/hmac-sha1.c: Likewise.
34874         * lib/iconvme.c: Likewise.
34875         * lib/md2.c: Likewise.
34876         * lib/md4.c: Likewise.
34877         * lib/memxor.c: Likewise.
34878         * lib/read-file.c: Likewise.
34879         * lib/readline.c: Likewise.
34880         * lib/rijndael-alg-fst.c: Likewise.
34881         * lib/rijndael-api-fst.c: Likewise.
34882         * lib/xgetdomainname.c: Likewise.
34883
34884 2006-10-28  Eric Blake  <ebb9@byu.net>
34885
34886         * lib/xstrndup.c: Assume config.h.
34887
34888 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
34889
34890         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
34891         stat-macros.h is now for our own macros, whereas stat_h is for
34892         macros in the <sys/stat.h> name space.
34893         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
34894         (STAT_MACROS_H): Remove.
34895         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
34896         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
34897         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
34898         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
34899         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
34900         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
34901         Move these macros to ...
34902         * lib/stat_.h: here.  Don't include stat-macros.h.
34903         * lib/canonicalize.c: Don't include stat-macros.h.
34904         * lib/chown.c: Likewise.
34905         * lib/euidaccess.c: Likewise.
34906         * lib/file-type.c: Likewise.
34907         * lib/filemode.c: Likewise.
34908         * lib/glob.c: Likewise.
34909         * lib/isapipe.c: Likewise.
34910         * lib/lchown.c: Likewise.
34911         * lib/lstat.c: Likewise.
34912         * lib/mkdir-p.c: Likewise.
34913         * lib/rmdir.c: Likewise.
34914         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
34915         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
34916         unless mkdir isn't declared, to speed up 'configure'.
34917         Always create sys/stat.h, since it's unlikely any real sys/stat.h
34918         would define all the S_* symbols.
34919         * modules/canonicalize (Depends-on):
34920         Depend on sys_stat, not stat-macros.
34921         * modules/chown: Likewise.
34922         * modules/euidaccess: Likewise.
34923         * modules/filemode: Likewise.
34924         * modules/file-type: Likewise.
34925         * modules/glob: Likewise.
34926         * modules/isapipe: Likewise.
34927         * modules/lchown: Likewise.
34928         * modules/lstat: Likewise.
34929         * modules/mkancesdirs: Likewise.
34930         * modules/rmdir: Likewise.
34931         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
34932         * modules/modechange: Likewise.
34933         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
34934         (configure.ac): Remove gl_STAT_MACROS.
34935         * modules/sys_stat (Depends-on): Remove stat-macros.
34936
34937 2006-10-27  Bruno Haible  <bruno@clisp.org>
34938
34939         * m4/signed.m4: Remove file.
34940         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
34941         invocation.
34942         * modules/vasnprintf (Files): Remove m4/signed.m4.
34943
34944 2006-10-27  Bruno Haible  <bruno@clisp.org>
34945
34946         Update to GNU gettext 0.16.
34947         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
34948         m4/inttypes-h.m4, m4/signed.m4.
34949         * m4/gettext.m4: Update to GNU gettext 0.16.
34950         * m4/intl.m4: New file, from GNU gettext.
34951         * m4/intldir.m4: New file, from GNU gettext.
34952         * config/srclist.txt: Update
34953
34954 2006-10-27  Eric Blake  <ebb9@byu.net>
34955
34956         * MODULES.html.sh: Document tempname.
34957         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
34958         dependencies.
34959         (Files): Move lib/tempname.c...
34960         * modules/tempname: ...to this new module.
34961         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
34962         (gl_PREREQ_TEMPNAME): Move...
34963         * m4/tempname.m4: ...to this new file.
34964         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
34965         * modules/sys_stat (Depends-on): Add stat-macros.
34966         * lib/stat_.h (includes): Pick up stat macros.
34967         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
34968         if stat macros are broken.
34969         * lib/tempname.c (includes): No need to include "stat-macros.h".
34970         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
34971         (direxists, __path_search) [!_LIBC]: Don't compile these in
34972         gnulib; the tmpdir module covers that.
34973         * lib/tempname.h: New file.
34974
34975 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
34976
34977         * COPYING: Explain how gnulib-tool converts licence headers.
34978         Almost all wording by Eric Blake.
34979
34980 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
34981
34982         * lib/mbchar.h (is_basic_table): Make read-only.
34983         * lib/mbchar.c (is_basic_table): Likewise.
34984         Reported by John Darrington.
34985
34986 2006-10-25  Bruno Haible  <bruno@clisp.org>
34987
34988         * lib/progname.h (set_program_name): Undefine before defining.
34989
34990 2006-10-25  Bruno Haible  <bruno@clisp.org>
34991
34992         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
34993         false for non-gcc C++ compilers.
34994         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
34995
34996 2006-10-24  Bruno Haible  <bruno@clisp.org>
34997
34998         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
34999         iconv implementations like Irix iconv.
35000
35001 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35002
35003         * modules/vararrays: New file.
35004         * m4/vararrays.m4: New file, taken from diffutils.
35005         * MODULES.html.sh: New module vararrays.
35006
35007 2006-10-24  Karl Berry  <karl@gnu.org>
35008
35009         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
35010         Don't call GNU Unix.
35011
35012 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35013
35014         * users.txt: Add Libtool.
35015
35016         Sync from Libtool:
35017
35018         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35019
35020         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
35021         to gnulib's policy of including config.h unconditionally.
35022
35023 2006-10-24  Bruno Haible  <bruno@clisp.org>
35024
35025         * modules/wcwidth (Files): Add m4/wint_t.m4.
35026         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
35027         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
35028
35029 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35030
35031         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
35032         to pacify GCC with some -W flags enabled.  Problem reported by
35033         Bruno Haible.
35034
35035 2006-10-24  Jim Meyering  <jim@meyering.net>
35036
35037         * MODULES.html.sh: Remove uinttostr.  It's not a module.
35038         Reported by Karl Berry.
35039
35040 2006-10-23  Bruno Haible  <bruno@clisp.org>
35041
35042         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
35043
35044 2006-10-24  Bruno Haible  <bruno@clisp.org>
35045
35046         * lib/gl_list.h: Use C comment style, not C++ comment style.
35047
35048 2006-10-23  Eric Blake  <ebb9@byu.net>
35049
35050         * lib/getaddrinfo.c (includes): Add missing include.
35051
35052 2006-10-23  Bruno Haible  <bruno@clisp.org>
35053             Paul Eggert  <eggert@cs.ucla.edu>
35054
35055         Ability to rename obstack_free.
35056         * lib/obstack.h (__obstack_free): New macro. Declare instead of
35057         obstack_free.
35058         (obstack_free): Invoke the __obstack_free macro.
35059         * lib/obstack.c (obstack_free): Use __obstack_free macro.
35060
35061 2006-10-23  Bruno Haible  <bruno@clisp.org>
35062             Paul Eggert  <eggert@cs.ucla.edu>
35063
35064         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
35065         __argc, __argv from the declaration. (They are defined as macros on
35066         mingw.)
35067
35068 2006-10-22  Bruno Haible  <bruno@clisp.org>
35069
35070         * doc/gnulib-intro.texi: New file.
35071         * doc/gnulib.texi: Include it.
35072
35073 2006-10-21  Bruno Haible  <bruno@clisp.org>
35074
35075         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
35076         "Introduction", "Miscellanous Notes", "Particular Modules".
35077
35078 2006-10-21  Bruno Haible  <bruno@clisp.org>
35079
35080         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35081         Change mostlyclean-local rule to avoid sh syntax error from bash
35082         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
35083
35084 2006-10-23  Jim Meyering  <jim@meyering.net>
35085
35086         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
35087         in place of snprintf.
35088
35089         * modules/inttostr (Files): Add lib/uinttostr.c.
35090         * lib/uinttostr.c (inttostr): New file/function.
35091         * lib/inttostr.h (uinttostr): Declare.
35092         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
35093         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
35094         Add uinttostr.
35095         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
35096
35097 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
35098
35099         * lib/canonicalize.c (ELOOP): Define if not already defined.
35100         Problem reported by Bruno Haible in
35101         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
35102
35103 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
35104
35105         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
35106         Problem reported by Perry Smith and Ville Laurikari.
35107
35108         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
35109         uses.
35110
35111 2006-10-19  Bruno Haible  <bruno@clisp.org>
35112
35113         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
35114         for mingw.
35115
35116 2006-10-19  Bruno Haible  <bruno@clisp.org>
35117
35118         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
35119         Needed for mingw.
35120
35121 2006-10-19  Bruno Haible  <bruno@clisp.org>
35122
35123         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
35124
35125 2006-10-19  Bruno Haible  <bruno@clisp.org>
35126
35127         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
35128         it.
35129
35130 2006-10-19  Bruno Haible  <bruno@clisp.org>
35131
35132         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
35133         invocation.
35134
35135 2006-10-19  Bruno Haible  <bruno@clisp.org>
35136
35137         * gnulib-tool (func_create_testdir): Don't include ftruncate and
35138         mountlist by default.
35139
35140 2006-10-16  Bruno Haible  <bruno@clisp.org>
35141
35142         * lib/c-strstr.c: Include c-strstr.h.
35143
35144 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
35145
35146         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
35147         in a slash.
35148
35149 2006-10-18  Bruno Haible  <bruno@clisp.org>
35150
35151         * lib/lock.h [C++]: Wrap definitions in extern "C".
35152
35153 2006-10-18  Bruno Haible  <bruno@clisp.org>
35154
35155         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
35156         gl_LIBOBJS list.
35157
35158 2006-10-18  Bruno Haible  <bruno@clisp.org>
35159
35160         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
35161
35162 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
35163
35164         * lib/xstrtol.h: Include gettext.h.
35165         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
35166         Problem reported by Eric Blake.
35167         * modules/xstrtol (Depends-on): Add gettext-h.
35168
35169 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
35170
35171         * lib/strftime.c (advance): New macro.
35172         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
35173         incomplete type, so you can't add 0 to it.  Problem and patch
35174         reported by Eelco Dolstra for dietlibc.
35175
35176 2006-10-18  Jim Meyering  <jim@meyering.net>
35177
35178         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
35179         type for a local, and rename it: s/up/user_proc/.
35180
35181 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
35182
35183         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
35184         READ_UTMP_USER_PROCESS.
35185         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
35186
35187 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35188
35189         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
35190         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
35191
35192 2006-10-17  Eric Blake  <ebb9@byu.net>
35193
35194         * lib/sigprocmask.c (sigprocmask): Fix typo.
35195
35196         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
35197
35198         * modules/clean-temp (Makefile.am): Don't add to make output...
35199         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
35200         config.h.
35201
35202 2006-10-17  Bruno Haible  <bruno@clisp.org>
35203
35204         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
35205         differently if DEFAULT_TEXT_DOMAIN is set.
35206
35207 2006-10-16  Bruno Haible  <bruno@clisp.org>
35208
35209         * lib/clean-temp.c: Include fwriteerror.h.
35210
35211 2006-10-16  Bruno Haible  <bruno@clisp.org>
35212
35213         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
35214
35215 2006-10-16  Bruno Haible  <bruno@clisp.org>
35216
35217         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
35218         * lib/sigprocmask.h: Include <sys/types.h>.
35219         (sigset_t): Use the system's definition if present.
35220
35221 2006-10-17  Eric Blake  <ebb9@byu.net>
35222
35223         * lib/xvasprintf.c (includes): Assume config.h.
35224         * lib/xasprintf.c (includes): Likewise.
35225
35226 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
35227
35228         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
35229         at least as wide as intmax_t.
35230
35231 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
35232
35233         (Imported from Automake.)
35234         * build-aux/gnupload: Update to version 1.1 of directive file.
35235
35236 2006-10-16  Eric Blake  <ebb9@byu.net>
35237
35238         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
35239         match Automake 1.10a.
35240
35241 2006-10-14  Bruno Haible  <bruno@clisp.org>
35242
35243         * modules/sigprocmask: New file.
35244         * lib/sigprocmask.h: New file.
35245         * lib/sigprocmask.c: New file.
35246         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
35247         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
35248         request sigprocmask.o.
35249         (gl_PREREQ_SIGPROCMASK): New macro.
35250         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
35251         (Depends-on): Add sigprocmask.
35252         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
35253         gt_SIGNALBLOCKING. Test for 'raise' only once.
35254         * lib/fatal-signal.c: Include sigprocmask.h.
35255         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
35256         unblock_fatal_signals): Define always.
35257         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35258         sigprocmask.
35259
35260 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
35261
35262         Sync from Automake.
35263         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
35264         which incorrectly sets the mode of an existing destination
35265         directory.  In some cases the unpatched install-sh could do the
35266         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
35267         system.  We hope this is rare in practice, but it's clearly worth
35268         fixing.  Problem reported by Alex Unleashed in
35269         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
35270         Also, don't bother to check for -m bugs unless we're using -m;
35271         suggested by Stepan Kasal.
35272
35273 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35274
35275         Sync from Automake.
35276         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
35277         `-c' flag, so they appear at the same position as in %FASTDEP%
35278         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
35279         which ignores unknown options only after the first non-option.
35280         Bug report against M4 by Nelson H. F. Beebe.
35281
35282 2006-10-13  Jim Meyering  <jim@meyering.net>
35283
35284         Fix a bug in yesterday's change.
35285         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
35286         p->fts_statp->st_dev would be used uninitialized.
35287         Ensures that we always call fts_stat on the very first entry.
35288         Miklos Szeredi reported that find -xdev stopped working.
35289
35290 2006-10-12  Bruno Haible  <bruno@clisp.org>
35291
35292         * gnulib-tool (func_get_automake_snippet): Append an automatically
35293         computed EXTRA_DIST augmentation.
35294         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
35295         * modules/alloca-opt (Makefile.am): Likewise.
35296         * modules/allocsa (Makefile.am): Likewise.
35297         * modules/arcfour (Makefile.am): Likewise.
35298         * modules/arctwo (Makefile.am): Likewise.
35299         * modules/argmatch (Makefile.am): Likewise.
35300         * modules/argz (Makefile.am): Likewise.
35301         * modules/atexit (Makefile.am): Likewise.
35302         * modules/backupfile (Makefile.am): Likewise.
35303         * modules/byteswap (Makefile.am): Likewise.
35304         * modules/c-strtod (Makefile.am): Likewise.
35305         * modules/c-strtold (Makefile.am): Likewise.
35306         * modules/calloc (Makefile.am): Likewise.
35307         * modules/canon-host (Makefile.am): Likewise.
35308         * modules/canonicalize (Makefile.am): Likewise.
35309         * modules/chdir-long (Makefile.am): Likewise.
35310         * modules/chdir-safer (Makefile.am): Likewise.
35311         * modules/check-version (Makefile.am): Likewise.
35312         * modules/chown (Makefile.am): Likewise.
35313         * modules/cloexec (Makefile.am): Likewise.
35314         * modules/close-stream (Makefile.am): Likewise.
35315         * modules/closeout (Makefile.am): Likewise.
35316         * modules/crc (Makefile.am): Likewise.
35317         * modules/csharpexec (Makefile.am): Likewise.
35318         * modules/cycle-check (Makefile.am): Likewise.
35319         * modules/des (Makefile.am): Likewise.
35320         * modules/dev-ino (Makefile.am): Likewise.
35321         * modules/dirfd (Makefile.am): Likewise.
35322         * modules/dirname (Makefile.am): Likewise.
35323         * modules/dup2 (Makefile.am): Likewise.
35324         * modules/eealloc (Makefile.am): Likewise.
35325         * modules/error (Makefile.am): Likewise.
35326         * modules/euidaccess (Makefile.am): Likewise.
35327         * modules/exclude (Makefile.am): Likewise.
35328         * modules/exitfail (Makefile.am): Likewise.
35329         * modules/fcntl-safer (Makefile.am): Likewise.
35330         * modules/fcntl (Makefile.am): Likewise.
35331         * modules/file-type (Makefile.am): Likewise.
35332         * modules/fileblocks (Makefile.am): Likewise.
35333         * modules/filemode (Makefile.am): Likewise.
35334         * modules/filenamecat (Makefile.am): Likewise.
35335         * modules/fnmatch (Makefile.am): Likewise.
35336         * modules/fopen-safer (Makefile.am): Likewise.
35337         * modules/fpending (Makefile.am): Likewise.
35338         * modules/fprintftime (Makefile.am): Likewise.
35339         * modules/free (Makefile.am): Likewise.
35340         * modules/fsusage (Makefile.am): Likewise.
35341         * modules/ftruncate (Makefile.am): Likewise.
35342         * modules/fts (Makefile.am): Likewise.
35343         * modules/gc-arcfour (Makefile.am): Likewise.
35344         * modules/gc-des (Makefile.am): Likewise.
35345         * modules/gc-hmac-md5 (Makefile.am): Likewise.
35346         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
35347         * modules/gc-md4 (Makefile.am): Likewise.
35348         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
35349         * modules/gc-sha1 (Makefile.am): Likewise.
35350         * modules/gc (Makefile.am): Likewise.
35351         * modules/getaddrinfo (Makefile.am): Likewise.
35352         * modules/getcwd (Makefile.am): Likewise.
35353         * modules/getdelim (Makefile.am): Likewise.
35354         * modules/getdomainname (Makefile.am): Likewise.
35355         * modules/getgroups (Makefile.am): Likewise.
35356         * modules/gethostname (Makefile.am): Likewise.
35357         * modules/gethrxtime (Makefile.am): Likewise.
35358         * modules/getline (Makefile.am): Likewise.
35359         * modules/getloadavg (Makefile.am): Likewise.
35360         * modules/getlogin_r (Makefile.am): Likewise.
35361         * modules/getndelim2 (Makefile.am): Likewise.
35362         * modules/getopt (Makefile.am): Likewise.
35363         * modules/getpagesize (Makefile.am): Likewise.
35364         * modules/getpass-gnu (Makefile.am): Likewise.
35365         * modules/getpass (Makefile.am): Likewise.
35366         * modules/getsubopt (Makefile.am): Likewise.
35367         * modules/gettime (Makefile.am): Likewise.
35368         * modules/gettimeofday (Makefile.am): Likewise.
35369         * modules/getugroups (Makefile.am): Likewise.
35370         * modules/getusershell (Makefile.am): Likewise.
35371         * modules/glob (Makefile.am): Likewise.
35372         * modules/group-member (Makefile.am): Likewise.
35373         * modules/hard-locale (Makefile.am): Likewise.
35374         * modules/hash (Makefile.am): Likewise.
35375         * modules/hmac-md5 (Makefile.am): Likewise.
35376         * modules/hmac-sha1 (Makefile.am): Likewise.
35377         * modules/human (Makefile.am): Likewise.
35378         * modules/idcache (Makefile.am): Likewise.
35379         * modules/imaxabs (Makefile.am): Likewise.
35380         * modules/imaxdiv (Makefile.am): Likewise.
35381         * modules/inet_ntop (Makefile.am): Likewise.
35382         * modules/inet_pton (Makefile.am): Likewise.
35383         * modules/intprops (Makefile.am): Likewise.
35384         * modules/inttostr (Makefile.am): Likewise.
35385         * modules/inttypes (Makefile.am): Likewise.
35386         * modules/isapipe (Makefile.am): Likewise.
35387         * modules/javaversion (Makefile.am): Likewise.
35388         * modules/lchmod (Makefile.am): Likewise.
35389         * modules/lchown (Makefile.am): Likewise.
35390         * modules/localcharset (Makefile.am): Likewise.
35391         * modules/long-options (Makefile.am): Likewise.
35392         * modules/lstat (Makefile.am): Likewise.
35393         * modules/malloc (Makefile.am): Likewise.
35394         * modules/mathl (Makefile.am): Likewise.
35395         * modules/mbchar (Makefile.am): Likewise.
35396         * modules/md2 (Makefile.am): Likewise.
35397         * modules/md4 (Makefile.am): Likewise.
35398         * modules/md5 (Makefile.am): Likewise.
35399         * modules/memcasecmp (Makefile.am): Likewise.
35400         * modules/memchr (Makefile.am): Likewise.
35401         * modules/memcmp (Makefile.am): Likewise.
35402         * modules/memcoll (Makefile.am): Likewise.
35403         * modules/memcpy (Makefile.am): Likewise.
35404         * modules/memmem (Makefile.am): Likewise.
35405         * modules/memmove (Makefile.am): Likewise.
35406         * modules/mempcpy (Makefile.am): Likewise.
35407         * modules/memrchr (Makefile.am): Likewise.
35408         * modules/memset (Makefile.am): Likewise.
35409         * modules/memxor (Makefile.am): Likewise.
35410         * modules/mkancesdirs (Makefile.am): Likewise.
35411         * modules/mkdir-p (Makefile.am): Likewise.
35412         * modules/mkdir (Makefile.am): Likewise.
35413         * modules/mkdtemp (Makefile.am): Likewise.
35414         * modules/mkstemp (Makefile.am): Likewise.
35415         * modules/mktime (Makefile.am): Likewise.
35416         * modules/modechange (Makefile.am): Likewise.
35417         * modules/mountlist (Makefile.am): Likewise.
35418         * modules/nanosleep (Makefile.am): Likewise.
35419         * modules/obstack (Makefile.am): Likewise.
35420         * modules/openat (Makefile.am): Likewise.
35421         * modules/pagealign_alloc (Makefile.am): Likewise.
35422         * modules/pathmax (Makefile.am): Likewise.
35423         * modules/physmem (Makefile.am): Likewise.
35424         * modules/poll (Makefile.am): Likewise.
35425         * modules/posixtm (Makefile.am): Likewise.
35426         * modules/posixver (Makefile.am): Likewise.
35427         * modules/putenv (Makefile.am): Likewise.
35428         * modules/quote (Makefile.am): Likewise.
35429         * modules/quotearg (Makefile.am): Likewise.
35430         * modules/raise (Makefile.am): Likewise.
35431         * modules/read-file (Makefile.am): Likewise.
35432         * modules/readline (Makefile.am): Likewise.
35433         * modules/readlink (Makefile.am): Likewise.
35434         * modules/readtokens (Makefile.am): Likewise.
35435         * modules/readutmp (Makefile.am): Likewise.
35436         * modules/realloc (Makefile.am): Likewise.
35437         * modules/regex (Makefile.am): Likewise.
35438         * modules/rename-dest-slash (Makefile.am): Likewise.
35439         * modules/rename (Makefile.am): Likewise.
35440         * modules/rijndael (Makefile.am): Likewise.
35441         * modules/rmdir (Makefile.am): Likewise.
35442         * modules/rpmatch (Makefile.am): Likewise.
35443         * modules/safe-read (Makefile.am): Likewise.
35444         * modules/safe-write (Makefile.am): Likewise.
35445         * modules/same-inode (Makefile.am): Likewise.
35446         * modules/same (Makefile.am): Likewise.
35447         * modules/save-cwd (Makefile.am): Likewise.
35448         * modules/savedir (Makefile.am): Likewise.
35449         * modules/setenv (Makefile.am): Likewise.
35450         * modules/settime (Makefile.am): Likewise.
35451         * modules/sha1 (Makefile.am): Likewise.
35452         * modules/sig2str (Makefile.am): Likewise.
35453         * modules/snprintf (Makefile.am): Likewise.
35454         * modules/stat-macros (Makefile.am): Likewise.
35455         * modules/stat-time (Makefile.am): Likewise.
35456         * modules/stdbool (Makefile.am): Likewise.
35457         * modules/stdint (Makefile.am): Likewise.
35458         * modules/stdlib-safer (Makefile.am): Likewise.
35459         * modules/stpcpy (Makefile.am): Likewise.
35460         * modules/stpncpy (Makefile.am): Likewise.
35461         * modules/strcase (Makefile.am): Likewise.
35462         * modules/strcasestr (Makefile.am): Likewise.
35463         * modules/strchrnul (Makefile.am): Likewise.
35464         * modules/strcspn (Makefile.am): Likewise.
35465         * modules/strdup (Makefile.am): Likewise.
35466         * modules/strerror (Makefile.am): Likewise.
35467         * modules/strftime (Makefile.am): Likewise.
35468         * modules/strndup (Makefile.am): Likewise.
35469         * modules/strnlen (Makefile.am): Likewise.
35470         * modules/strpbrk (Makefile.am): Likewise.
35471         * modules/strsep (Makefile.am): Likewise.
35472         * modules/strstr (Makefile.am): Likewise.
35473         * modules/strtod (Makefile.am): Likewise.
35474         * modules/strtoimax (Makefile.am): Likewise.
35475         * modules/strtok_r (Makefile.am): Likewise.
35476         * modules/strtol (Makefile.am): Likewise.
35477         * modules/strtoll (Makefile.am): Likewise.
35478         * modules/strtoul (Makefile.am): Likewise.
35479         * modules/strtoull (Makefile.am): Likewise.
35480         * modules/strtoumax (Makefile.am): Likewise.
35481         * modules/strverscmp (Makefile.am): Likewise.
35482         * modules/sys_socket (Makefile.am): Likewise.
35483         * modules/sys_stat (Makefile.am): Likewise.
35484         * modules/sysexits (Makefile.am): Likewise.
35485         * modules/time_r (Makefile.am): Likewise.
35486         * modules/timegm (Makefile.am): Likewise.
35487         * modules/timespec (Makefile.am): Likewise.
35488         * modules/tmpfile-safer (Makefile.am): Likewise.
35489         * modules/trim (Makefile.am): Likewise.
35490         * modules/unistd-safer (Makefile.am): Likewise.
35491         * modules/unlinkdir (Makefile.am): Likewise.
35492         * modules/unlocked-io (Makefile.am): Likewise.
35493         * modules/userspec (Makefile.am): Likewise.
35494         * modules/utime (Makefile.am): Likewise.
35495         * modules/utimecmp (Makefile.am): Likewise.
35496         * modules/utimens (Makefile.am): Likewise.
35497         * modules/vasnprintf (Makefile.am): Likewise.
35498         * modules/vasprintf (Makefile.am): Likewise.
35499         * modules/vsnprintf (Makefile.am): Likewise.
35500         * modules/xalloc (Makefile.am): Likewise.
35501         * modules/xgetcwd (Makefile.am): Likewise.
35502         * modules/xnanosleep (Makefile.am): Likewise.
35503         * modules/xreadlink (Makefile.am): Likewise.
35504         * modules/xstrtod (Makefile.am): Likewise.
35505         * modules/xstrtol (Makefile.am): Likewise.
35506         * modules/xstrtold (Makefile.am): Likewise.
35507         * modules/yesno (Makefile.am): Likewise.
35508         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
35509
35510 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
35511
35512         * modules/error (Makefile.am): Distribute files through
35513         EXTRA_DIST, not lib_SOURCES.
35514
35515 2006-10-12  Eric Blake  <ebb9@byu.net>
35516
35517         * modules/error (Makefile.am): Distribute files in /lib.
35518         * modules/obstack (Makefile.am): Likewise.
35519
35520 2006-10-12  Bruno Haible  <bruno@clisp.org>
35521
35522         * modules/acl (Makefile.am): Distribute all files in lib/ through
35523         EXTRA_DIST.
35524         * modules/arcfour (Makefile.am): Likewise.
35525         * modules/arctwo (Makefile.am): Likewise.
35526         * modules/argmatch (Makefile.am): Likewise.
35527         * modules/argz (Makefile.am): Likewise.
35528         * modules/atexit (Makefile.am): Likewise.
35529         * modules/backupfile (Makefile.am): Likewise.
35530         * modules/c-strtod (Makefile.am): Likewise.
35531         * modules/c-strtold (Makefile.am): Likewise.
35532         * modules/calloc (Makefile.am): Likewise.
35533         * modules/canon-host (Makefile.am): Likewise.
35534         * modules/canonicalize (Makefile.am): Likewise.
35535         * modules/chdir-long (Makefile.am): Likewise.
35536         * modules/chdir-safer (Makefile.am): Likewise.
35537         * modules/check-version (Makefile.am): Likewise.
35538         * modules/chown (Makefile.am): Likewise.
35539         * modules/cloexec (Makefile.am): Likewise.
35540         * modules/close-stream (Makefile.am): Likewise.
35541         * modules/closeout (Makefile.am): Likewise.
35542         * modules/crc (Makefile.am): Likewise.
35543         * modules/cycle-check (Makefile.am): Likewise.
35544         * modules/des (Makefile.am): Likewise.
35545         * modules/dirfd (Makefile.am): Likewise.
35546         * modules/dirname (Makefile.am): Likewise.
35547         * modules/dup2 (Makefile.am): Likewise.
35548         * modules/euidaccess (Makefile.am): Likewise.
35549         * modules/exclude (Makefile.am): Likewise.
35550         * modules/exitfail (Makefile.am): Likewise.
35551         * modules/fcntl-safer (Makefile.am): Likewise.
35552         * modules/file-type (Makefile.am): Likewise.
35553         * modules/fileblocks (Makefile.am): Likewise.
35554         * modules/filemode (Makefile.am): Likewise.
35555         * modules/filenamecat (Makefile.am): Likewise.
35556         * modules/fnmatch (Makefile.am): Likewise.
35557         * modules/fopen-safer (Makefile.am): Likewise.
35558         * modules/fpending (Makefile.am): Likewise.
35559         * modules/fprintftime (Makefile.am): Likewise.
35560         * modules/free (Makefile.am): Likewise.
35561         * modules/fsusage (Makefile.am): Likewise.
35562         * modules/ftruncate (Makefile.am): Likewise.
35563         * modules/fts (Makefile.am): Likewise.
35564         * modules/gc (Makefile.am): Likewise.
35565         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
35566         * modules/getaddrinfo (Makefile.am): Likewise.
35567         * modules/getcwd (Makefile.am): Likewise.
35568         * modules/getdelim (Makefile.am): Likewise.
35569         * modules/getdomainname (Makefile.am): Likewise.
35570         * modules/getgroups (Makefile.am): Likewise.
35571         * modules/gethostname (Makefile.am): Likewise.
35572         * modules/gethrxtime (Makefile.am): Likewise.
35573         * modules/getline (Makefile.am): Likewise.
35574         * modules/getloadavg (Makefile.am): Likewise.
35575         * modules/getlogin_r (Makefile.am): Likewise.
35576         * modules/getopt (Makefile.am): Likewise.
35577         * modules/getpass (Makefile.am): Likewise.
35578         * modules/getpass-gnu (Makefile.am): Likewise.
35579         * modules/getsubopt (Makefile.am): Likewise.
35580         * modules/gettime (Makefile.am): Likewise.
35581         * modules/gettimeofday (Makefile.am): Likewise.
35582         * modules/getugroups (Makefile.am): Likewise.
35583         * modules/getusershell (Makefile.am): Likewise.
35584         * modules/glob (Makefile.am): Likewise.
35585         * modules/group-member (Makefile.am): Likewise.
35586         * modules/hard-locale (Makefile.am): Likewise.
35587         * modules/hash (Makefile.am): Likewise.
35588         * modules/hmac-md5 (Makefile.am): Likewise.
35589         * modules/hmac-sha1 (Makefile.am): Likewise.
35590         * modules/human (Makefile.am): Likewise.
35591         * modules/idcache (Makefile.am): Likewise.
35592         * modules/imaxabs (Makefile.am): Likewise.
35593         * modules/imaxdiv (Makefile.am): Likewise.
35594         * modules/inet_ntop (Makefile.am): Likewise.
35595         * modules/inet_pton (Makefile.am): Likewise.
35596         * modules/inttostr (Makefile.am): Likewise.
35597         * modules/isapipe (Makefile.am): Likewise.
35598         * modules/lchown (Makefile.am): Likewise.
35599         * modules/long-options (Makefile.am): Likewise.
35600         * modules/lstat (Makefile.am): Likewise.
35601         * modules/malloc (Makefile.am): Likewise.
35602         * modules/mathl (Makefile.am): Likewise.
35603         * modules/mbchar (Makefile.am): Likewise.
35604         * modules/md2 (Makefile.am): Likewise.
35605         * modules/md4 (Makefile.am): Likewise.
35606         * modules/md5 (Makefile.am): Likewise.
35607         * modules/memcasecmp (Makefile.am): Likewise.
35608         * modules/memchr (Makefile.am): Likewise.
35609         * modules/memcmp (Makefile.am): Likewise.
35610         * modules/memcoll (Makefile.am): Likewise.
35611         * modules/memcpy (Makefile.am): Likewise.
35612         * modules/memmem (Makefile.am): Likewise.
35613         * modules/memmove (Makefile.am): Likewise.
35614         * modules/mempcpy (Makefile.am): Likewise.
35615         * modules/memrchr (Makefile.am): Likewise.
35616         * modules/memset (Makefile.am): Likewise.
35617         * modules/memxor (Makefile.am): Likewise.
35618         * modules/mkancesdirs (Makefile.am): Likewise.
35619         * modules/mkdir (Makefile.am): Likewise.
35620         * modules/mkdir-p (Makefile.am): Likewise.
35621         * modules/mkdtemp (Makefile.am): Likewise.
35622         * modules/mkstemp (Makefile.am): Likewise.
35623         * modules/mktime (Makefile.am): Likewise.
35624         * modules/modechange (Makefile.am): Likewise.
35625         * modules/mountlist (Makefile.am): Likewise.
35626         * modules/nanosleep (Makefile.am): Likewise.
35627         * modules/openat (Makefile.am): Likewise.
35628         * modules/pagealign_alloc (Makefile.am): Likewise.
35629         * modules/physmem (Makefile.am): Likewise.
35630         * modules/poll (Makefile.am): Likewise.
35631         * modules/posixtm (Makefile.am): Likewise.
35632         * modules/posixver (Makefile.am): Likewise.
35633         * modules/putenv (Makefile.am): Likewise.
35634         * modules/quote (Makefile.am): Likewise.
35635         * modules/quotearg (Makefile.am): Likewise.
35636         * modules/raise (Makefile.am): Likewise.
35637         * modules/read-file (Makefile.am): Likewise.
35638         * modules/readline (Makefile.am): Likewise.
35639         * modules/readlink (Makefile.am): Likewise.
35640         * modules/readtokens (Makefile.am): Likewise.
35641         * modules/readutmp (Makefile.am): Likewise.
35642         * modules/realloc (Makefile.am): Likewise.
35643         * modules/regex (Makefile.am): Likewise.
35644         * modules/rename (Makefile.am): Likewise.
35645         * modules/rename-dest-slash (Makefile.am): Likewise.
35646         * modules/rijndael (Makefile.am): Likewise.
35647         * modules/rmdir (Makefile.am): Likewise.
35648         * modules/rpmatch (Makefile.am): Likewise.
35649         * modules/safe-read (Makefile.am): Likewise.
35650         * modules/safe-write (Makefile.am): Likewise.
35651         * modules/same (Makefile.am): Likewise.
35652         * modules/save-cwd (Makefile.am): Likewise.
35653         * modules/savedir (Makefile.am): Likewise.
35654         * modules/setenv (Makefile.am): Likewise.
35655         * modules/settime (Makefile.am): Likewise.
35656         * modules/sha1 (Makefile.am): Likewise.
35657         * modules/sig2str (Makefile.am): Likewise.
35658         * modules/snprintf (Makefile.am): Likewise.
35659         * modules/stdlib-safer (Makefile.am): Likewise.
35660         * modules/stpcpy (Makefile.am): Likewise.
35661         * modules/stpncpy (Makefile.am): Likewise.
35662         * modules/strcase (Makefile.am): Likewise.
35663         * modules/strcasestr (Makefile.am): Likewise.
35664         * modules/strchrnul (Makefile.am): Likewise.
35665         * modules/strcspn (Makefile.am): Likewise.
35666         * modules/strdup (Makefile.am): Likewise.
35667         * modules/strerror (Makefile.am): Likewise.
35668         * modules/strftime (Makefile.am): Likewise.
35669         * modules/strndup (Makefile.am): Likewise.
35670         * modules/strnlen (Makefile.am): Likewise.
35671         * modules/strpbrk (Makefile.am): Likewise.
35672         * modules/strsep (Makefile.am): Likewise.
35673         * modules/strstr (Makefile.am): Likewise.
35674         * modules/strtod (Makefile.am): Likewise.
35675         * modules/strtoimax (Makefile.am): Likewise.
35676         * modules/strtok_r (Makefile.am): Likewise.
35677         * modules/strtol (Makefile.am): Likewise.
35678         * modules/strtoll (Makefile.am): Likewise.
35679         * modules/strtoul (Makefile.am): Likewise.
35680         * modules/strtoull (Makefile.am): Likewise.
35681         * modules/strtoumax (Makefile.am): Likewise.
35682         * modules/strverscmp (Makefile.am): Likewise.
35683         * modules/time_r (Makefile.am): Likewise.
35684         * modules/timegm (Makefile.am): Likewise.
35685         * modules/tmpfile-safer (Makefile.am): Likewise.
35686         * modules/unistd-safer (Makefile.am): Likewise.
35687         * modules/unlinkdir (Makefile.am): Likewise.
35688         * modules/userspec (Makefile.am): Likewise.
35689         * modules/utime (Makefile.am): Likewise.
35690         * modules/utimecmp (Makefile.am): Likewise.
35691         * modules/utimens (Makefile.am): Likewise.
35692         * modules/vasnprintf (Makefile.am): Likewise.
35693         * modules/vasprintf (Makefile.am): Likewise.
35694         * modules/vsnprintf (Makefile.am): Likewise.
35695         * modules/xalloc (Makefile.am): Likewise.
35696         * modules/xgetcwd (Makefile.am): Likewise.
35697         * modules/xnanosleep (Makefile.am): Likewise.
35698         * modules/xreadlink (Makefile.am): Likewise.
35699         * modules/xstrtod (Makefile.am): Likewise.
35700         * modules/xstrtol (Makefile.am): Likewise.
35701         * modules/xstrtold (Makefile.am): Likewise.
35702         * modules/yesno (Makefile.am): Likewise.
35703
35704 2006-10-12  Jim Meyering  <jim@meyering.net>
35705
35706         * m4/getloadavg.m4: Revert the change below.
35707
35708         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
35709         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
35710         fail with a symlink, which is what coreutils' ./bootstrap now
35711         creates by default.
35712
35713 2006-10-12  Bruno Haible  <bruno@clisp.org>
35714
35715         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
35716         mingw.
35717         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
35718         MSVC and mingw explicitly.
35719
35720 2006-10-11  Simon Josefsson  <jas@extundo.com>
35721             Bruno Haible  <bruno@clisp.org>
35722
35723         Add support for multiple gnulib-tool invocations in the scope of a
35724         single configure.ac file.
35725         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
35726         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
35727         with the same contents as the _LIBADD variable.
35728         (func_emit_initmacro_start, func_emit_initmacro_end,
35729         func_emit_initmacro_done): New functions.
35730         (func_import, func_create_testdir): Invoke them. Allow the identifiers
35731         gl_LIBOBJS and gl_LTLIBOBJS.
35732
35733 2006-10-11  Bruno Haible  <bruno@clisp.org>
35734
35735         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
35736         (func_create_testdir): Don't create po/Makefile.am, don't invoke
35737         autoreconf. Instead, invoke autopoint explicitly but move back the
35738         *.m4 files from gnulib.
35739
35740 2006-10-11  Bruno Haible  <bruno@clisp.org>
35741
35742         * gnulib-tool (func_usage): Make module names after --create-testdir
35743         optional.
35744         (func_create_testdir): If no module was specified, use nearly all
35745         modules.
35746
35747 2006-10-12  Jim Meyering  <jim@meyering.net>
35748
35749         Big performance improvement for fts-based tools that use FTS_NOSTAT.
35750         Avoid spurious inode-mismatch problems on non-POSIX file systems.
35751         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
35752         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
35753         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
35754         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
35755         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
35756         (fts_set_stat_required): New function.
35757         (fts_open): Defer the calls to fts_stat, if possible or requested.
35758         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
35759         into fts_stat itself.
35760         (fts_read): Perform any required (deferred) fts_stat call.
35761         (fts_build): Likewise, for the directory we're about to open and read.
35762         In the readdir loop, carefully decide whether each entry will require
35763         an eventual call to fts_stat, using dirent.d_type info if available.
35764         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
35765         a command line argument into this function.  Update all callers.
35766         Map a return value of FTS_DOT to FTS_D for a command line argument.
35767         * modules/fts (Depends-on): Add d-type.  Alphabetize.
35768         Thanks to Miklos Szeredi for his tenacity and for the initial
35769         bug report about "find" failing on a FUSE-based file system.
35770
35771         * lib/fts.c (fts_open): Use consistent indentation.
35772
35773 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
35774
35775         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
35776         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
35777         reported by Jim Meyering.  All uses of cache variables renamed
35778         to match Autoconf's.
35779         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
35780         the other one.
35781
35782         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
35783         Fix misspelling in diagnostic.
35784
35785 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
35786
35787         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
35788         defined.  Problem reported by Matthew Woehlke.
35789
35790         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
35791         Add support for Tandem NonStop R series.
35792         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
35793         Use new macro.
35794
35795         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
35796         (has_trailing_slash): Omit size arg; all callers changed.
35797         Omit 'inline', since it doesn't help performance and we'd
35798         need to configure it.
35799         Don't count //, ///, etc. as having a trailing slash.
35800         As a side effect, this removes a C99ism reported by Matthew Woehlke.
35801         (rpl_rename_dest_slash): On failure, use rename's errno rather
35802         than (in some cases) an incorrect or junk errno.
35803         Simplify code by removing need to compute length; this does
35804         cause it to make two passes instead of one over the file name,
35805         but it's worth it.
35806
35807         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
35808         change, since Autoconf's version may no longer be appropriate now
35809         that we are using CVS Autoconf's version.  Add support for Tandem.
35810
35811 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
35812             Bruno Haible  <bruno@clisp.org>
35813
35814         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
35815         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
35816         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
35817         gl_AC_TYPE_LONG_LONG.
35818
35819         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
35820         instead of HAVE_LONG_LONG.
35821         * lib/printf-args.c (printf_fetchargs): Likewise.
35822         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
35823         * lib/vasnprintf.c (VASNPRINTF): Likewise.
35824         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
35825         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
35826         gl_AC_TYPE_LONG_LONG.
35827
35828 2006-10-11  Bruno Haible  <bruno@clisp.org>
35829
35830         * m4/longlong.m4: Add comments.
35831         * m4/ulonglong.m4: Likewise.
35832
35833 2006-10-10  Bruno Haible  <bruno@clisp.org>
35834
35835         Make it possible to #define stpcpy, strdup to aliases.
35836         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
35837         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
35838
35839 2006-10-10  Bruno Haible  <bruno@clisp.org>
35840
35841         Make it possible to #define gcd to an alias.
35842         * lib/gcd.c: Include config.h.
35843
35844 2006-10-10  Bruno Haible  <bruno@clisp.org>
35845
35846         Make it possible to #define c_isascii to an alias.
35847         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
35848         defined. Undefine the macros before defining them, to avoid gcc
35849         warnings.
35850         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
35851         define NO_C_CTYPE_MACROS early.
35852
35853 2006-10-10  Bruno Haible  <bruno@clisp.org>
35854
35855         Make it possible to #define set_program_name to an alias.
35856         * lib/progname.c: Don't undefine set_program_name; instead, undefine
35857         ENABLE_RELOCATABLE early.
35858
35859 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
35860
35861         Port to Tandem NSK OSS, which has 64-bit signed int but at most
35862         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
35863         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
35864         More generally, don't assume that 64-bit signed int is available
35865         if unsigned int is, and vice versa.
35866         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
35867         unsigned symbols, not on their signed counterparts.
35868         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
35869         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
35870         (UINT64_C, UINTMAX_C):
35871         Likewise.
35872         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
35873         unsigned counterparts.
35874         (Have_long_long, Unsigned): New macros.
35875         (Int): Renamed from INT.
35876         (strtoimax): Use the new macros.
35877         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
35878         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
35879         * modules/inttypes (inttypes.h): Substitute
35880         HAVE_UNSIGNED_LONG_LONG_INT.
35881         * modules/stdint (stdint.h): Likewise.
35882         (Files): Add m4/ulonglong.m4.
35883
35884 2006-10-10  Bruno Haible  <bruno@clisp.org>
35885
35886         Fix a gcc -Wshadow warning.
35887         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
35888         to 'bucket'.
35889         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
35890         gl_linked_indexof_from_to): Likewise.
35891         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
35892         Likewise.
35893         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
35894         Likewise.
35895         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
35896         Reported by Eric Blake.
35897
35898 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
35901         for NetBSD.  Problem reported by Bruno Haible.
35902
35903 2006-10-09  Jim Meyering  <jim@meyering.net>
35904
35905         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
35906         Patch from Bruno Haible.
35907
35908 2006-10-09  Jim Meyering  <jim@meyering.net>
35909
35910         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
35911         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
35912         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
35913
35914 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
35915
35916         Don't include <config.h> twice; this doesn't work in some cases,
35917         e.g., when config.h has "#define intmax_t long long int" and
35918         we include <config.h>, <inttypes.h>, <config.h> in that order.
35919         Problem reported by Matthew Woehlke in:
35920         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
35921         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
35922         * lib/fts-cycle.c: Don't include config.h.
35923         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
35924         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
35925         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
35926         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
35927         inttypes.h.
35928         * lib/xstrtoumax.c: Likewise.
35929         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
35930         __strtol and the like, so that this module is more like its siblings.
35931         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
35932         Remove; no longer needed now that we assume gnulib inttypes.h.
35933
35934 2006-10-08  Bruno Haible  <bruno@clisp.org>
35935
35936         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
35937         option.
35938
35939 2006-10-07  Jim Meyering  <jim@meyering.net>
35940
35941         * modules/inttypes (inttypes.h): Revert what seems to have been
35942         an inadvertent part of today's change: use "|", not "/" in the
35943         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
35944
35945 2006-10-07  Bruno Haible  <bruno@clisp.org>
35946
35947         * modules/sublist: New file.
35948
35949 2006-10-07  Bruno Haible  <bruno@clisp.org>
35950
35951         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
35952         * modules/argz (argz.h): Likewise.
35953         * modules/arpa_inet (arpa/inet.h): Likewise.
35954         * modules/byteswap (byteswap.h): Likewise.
35955         * modules/configmake (configmake.h): Likewise.
35956         * modules/fcntl (fcntl.h): Likewise.
35957         * modules/fnmatch (fnmatch.h): Likewise.
35958         * modules/getopt (getopt.h): Likewise.
35959         * modules/glob (glob.h): Likewise.
35960         * modules/inttypes (inttypes.h): Likewise.
35961         * modules/netinet_in (netinet/in.h): Likewise.
35962         * modules/poll (poll.h): Likewise.
35963         * modules/stdbool (stdbool.h): Likewise.
35964         * modules/stdint (stdint.h): Likewise.
35965         * modules/sys_select (sys/select.h): Likewise.
35966         * modules/sys_socket (sys/socket.h): Likewise.
35967         * modules/sys_stat (sys/stat.h): Likewise.
35968         * modules/sysexits (sysexits.h): Likewise.
35969         * modules/unistd (unistd.h): Likewise.
35970         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35971         Add a "DO NOT EDIT" comment to the generated file.
35972         (func_import): Likewise for gnulib-comp.m4.
35973
35974 2006-10-07  Bruno Haible  <bruno@clisp.org>
35975
35976         * lib/gl_sublist.h: New file.
35977         * lib/gl_sublist.c: New file.
35978
35979 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
35980
35981         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
35982         name (relative to the original working directory) and the file
35983         name component (relative to the temporary working directory).  All
35984         callers changed.
35985         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
35986         * lib/mkdir-p.c (make_dir_parents): Likewise.
35987         * lib/mkdir-p.h (make_dir_parents): Likewise.
35988
35989 2006-10-06  Eric Blake  <ebb9@byu.net>
35990
35991         Define several macros for use by the clean-temp module.
35992         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
35993         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
35994         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
35995
35996         * lib/clean-temp.h (close_stream_temp): New declaration.
35997         * lib/clean-temp.c (includes): Pull in headers according to what
35998         other modules are in use.
35999         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
36000
36001 2006-10-06  Bruno Haible  <bruno@clisp.org>
36002
36003         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
36004         instead of fopen, fwriteerror.
36005
36006 2006-10-06  Bruno Haible  <bruno@clisp.org>
36007
36008         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
36009         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
36010         int.
36011         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
36012         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
36013         Return an error indicator.
36014         Suggested by Eric Blake.
36015
36016 2006-10-06  Bruno Haible  <bruno@clisp.org>
36017
36018         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
36019         Reported by Eric Blake.
36020
36021 2006-10-06  Bruno Haible  <bruno@clisp.org>
36022
36023         * modules/closeout (Description): Mention stderr too.
36024
36025 2006-10-06  Bruno Haible  <bruno@clisp.org>
36026         and Paul Eggert  <eggert@cs.ucla.edu>
36027
36028         * lib/closeout.c (close_stdout): Also close stderr.
36029         * lib/closeout.h: Update comment.
36030
36031 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
36032
36033         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
36034         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
36035         * lib/dirchownmod.c: Include lchown.h.
36036         * lib/lchown.c: Don't include files that lchown.h now includes.
36037         Don't declare chown, since lchown.h now does that.
36038         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
36039         (lchown): Define to rpl_chown if lchown is declared but
36040         does not exist.  Declare using a prototype if lchown is not
36041         declared.  Add a copyright notice.
36042         * lib/mkstemp.h: Include <unistd.h>.
36043         * lib/openat.c: Include lchown.h.
36044
36045         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
36046         we now test for that separately.
36047         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
36048         rather than O_NOFOLLOW, when testing whether it's possible to
36049         avoid a race condition reliably.
36050         * lib/savewd.c (savewd_chdir): Likewise.
36051
36052         Remove macros that are no longer needed now that stdint.h is
36053         reliable.
36054         * lib/fsusage.c (UINTMAX_MAX): Remove.
36055         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
36056         * lib/utimecmp.c (SIZE_MAX): Remove.
36057
36058         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
36059
36060         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
36061         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
36062         O_NOATIME works.
36063
36064 2006-10-05  Bruno Haible  <bruno@clisp.org>
36065
36066         * lib/gl_list.h (gl_sortedlist_search_from_to,
36067         gl_sortedlist_indexof_from_to): New declarations.
36068         (gl_list_implementation): New fields sortedlist_search_from_to,
36069         sortedlist_indexof_from_to.
36070         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
36071         inline functions.
36072         * lib/gl_list.c (gl_sortedlist_search_from_to,
36073         gl_sortedlist_indexof_from_to): New functions.
36074         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
36075         function.
36076         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
36077         (gl_array_sortedlist_search_from_to): New function.
36078         (gl_array_list_implementation): Update.
36079         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
36080         function.
36081         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
36082         (gl_carray_sortedlist_search_from_to): New function.
36083         (gl_carray_list_implementation): Update.
36084         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
36085         gl_linked_sortedlist_indexof_from_to): New functions.
36086         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
36087         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
36088         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
36089         gl_tree_sortedlist_indexof_from_to): New functions.
36090         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
36091         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
36092         Update.
36093         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
36094         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
36095         Update.
36096
36097 2006-10-05  Bruno Haible  <bruno@clisp.org>
36098
36099         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
36100         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
36101         (struct gl_list_implementation): Add fields search_from_to,
36102         indexof_from_to. Remove fields search, indexof.
36103         (gl_list_search): Use the search_from_to method.
36104         (gl_list_search_from, gl_list_search_from_to): New functions.
36105         (gl_list_indexof): Use the indexof_from_to method.
36106         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
36107         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
36108         (gl_list_search_from, gl_list_search_from_to): New functions.
36109         (gl_list_indexof): Use the indexof_from_to method.
36110         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
36111         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
36112         gl_array_indexof. Add start_index, end_index arguments.
36113         (gl_array_search_from_to): Renamed from gl_array_search. Add
36114         start_index, end_index arguments.
36115         (gl_array_remove, gl_array_list_implementation): Update.
36116         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
36117         gl_carray_indexof. Add start_index, end_index arguments.
36118         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
36119         start_index, end_index arguments.
36120         (gl_carray_remove, gl_carray_list_implementation): Update.
36121         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
36122         gl_linked_search. Add start_index, end_index arguments.
36123         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
36124         start_index, end_index arguments.
36125         (gl_linked_remove): Update.
36126         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
36127         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
36128         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
36129         field to 'size_t'.
36130         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
36131         gl_tree_search. Add start_index, end_index arguments.
36132         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
36133         start_index, end_index arguments.
36134         (gl_tree_remove): Update.
36135         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
36136         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
36137         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
36138         function.
36139         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
36140         gl_tree_search. Add start_index, end_index arguments.
36141         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
36142         start_index, end_index arguments.
36143         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
36144         Update.
36145         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
36146
36147 2006-10-05  Bruno Haible  <bruno@clisp.org>
36148
36149         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
36150
36151         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
36152         fwriteerror_temp): New declarations.
36153         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
36154         (descriptors): New variable.
36155         (cleanup): First, close the descriptors.
36156         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
36157         fclose_temp, fwriteerror_temp): New functions.
36158
36159 2006-10-04  Jim Meyering  <jim@meyering.net>
36160
36161         * lib/fts.c (fts_open): Tiny comment change.
36162
36163 2006-10-04  Bruno Haible  <bruno@clisp.org>
36164
36165         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
36166         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
36167         gl_LOCK_BODY.
36168         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
36169         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
36170         gl_LOCK_EARLY_BODY.
36171         (gl_LOCK): Require gl_LOCK_BODY.
36172
36173 2006-10-04  Bruno Haible  <bruno@clisp.org>
36174
36175         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
36176         (gl_oset_search_atleast): New declaration.
36177         (struct gl_oset_implementation): Add field 'search_atleast'.
36178         (gl_oset_search_atleast): New inline function.
36179         * lib/gl_oset.c (gl_oset_search_atleast): New function.
36180         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
36181         (gl_array_oset_implementation): Update.
36182         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
36183         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
36184         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
36185
36186 2006-10-04  Bruno Haible  <bruno@clisp.org>
36187
36188         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
36189
36190 2006-10-03  Bruno Haible  <bruno@clisp.org>
36191
36192         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
36193         from gl_avltreehash_list_implementation.
36194
36195 2006-10-03  Bruno Haible  <bruno@clisp.org>
36196
36197         * lib/gl_oset.c (gl_oset_add): Fix return type.
36198
36199 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
36200
36201         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
36202
36203 2006-10-02  Eric Blake  <ebb9@byu.net>
36204
36205         * modules/strnlen (Depends-on): Add extensions.
36206
36207 2006-10-02  Eric Blake  <ebb9@byu.net>
36208
36209         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
36210         definition in 2.60+.
36211
36212 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36213
36214         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
36215         checks.
36216
36217 2006-10-02  Bruno Haible  <bruno@clisp.org>
36218
36219         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
36220         to the AUTOMAKE_OPTIONS.
36221         Reported by Jim Meyering.
36222
36223 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
36224
36225         Work around bug in Solaris 10 /proc file system:
36226         /proc/self/fd/NNN/.. isn't the parent directory of
36227         the directory whose file descriptor is NNN.  This needs to
36228         be worked around at run time, not compile time, since a
36229         program might be built on Solaris 8, where things work, and
36230         run on Solaris 10.
36231         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
36232         to use the following interface instead:
36233         (OPENAT_BUFFER_SIZE): New macro.
36234         (openat_proc_name): New function.
36235         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
36236         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
36237         Likewise.
36238         * lib/openat-proc.c: New file.
36239         * modules/openat (Files): Add lib/openat-proc.c.
36240         (Depends-on): Add same-inode, stdbool.
36241         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
36242
36243 2006-09-29  Bruno Haible  <bruno@clisp.org>
36244
36245         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
36246         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
36247         argument. Set stdout_closed before testing for ferror, not after.
36248         (fwriteerror, fwriteerror_no_ebadf): New functions.
36249
36250 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36251
36252         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
36253
36254 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
36255
36256         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
36257         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
36258
36259 2006-09-28  Jim Meyering  <jim@meyering.net>
36260
36261         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
36262         Include <unistd.h>.
36263
36264 2006-09-28  Bruno Haible  <bruno@clisp.org>
36265
36266         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
36267         * modules/linkedhash-list (Depends-on): Likewise.
36268         * modules/rbtreehash-list (Depends-on): Likewise.
36269
36270 2006-09-28  Bruno Haible  <bruno@clisp.org>
36271
36272         * lib/strndup.h: Simplify the redefinition of strndup.
36273         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
36274         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
36275
36276 2006-09-28  Bruno Haible  <bruno@clisp.org>
36277
36278         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
36279         * lib/gl_linkedhash_list.c: Likewise.
36280         * lib/gl_rbtreehash_list.c: Likewise.
36281
36282 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
36283
36284         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
36285         getaddrinfo.
36286
36287         * lib/__fpending.h: Don't include <stdio_ext.h> unless
36288         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
36289         it causes <stdio_ext.h> to cause a compile-time error.
36290         Problem reported by Nelson H. F. Beebe.
36291         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
36292         of HAVE_DECL___PENDING.
36293
36294         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
36295         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
36296         declaration.
36297
36298 2006-09-27  Jim Meyering  <jim@meyering.net>
36299
36300         This file could end up with a definition for a function
36301         named __strndup, rather than rpl_strndup on a system with
36302         incomplete weak_alias support.
36303         * lib/strndup.c (strndup): Rename from __strndup.
36304         Remove #defines that used to map __strndup to strndup.
36305         Don't use K&R prototypes.
36306         Remove LIBC-related code, since this file is not sync'd with glibc.
36307         * lib/strndup.h: Revamp, accordingly.
36308         * m4/strndup.m4: Modernize.
36309
36310 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
36311
36312         * modules/savewd (Depends-on): Add 'raise'.
36313         * lib/savewd.c: Include <signal.h>, for 'raise'.
36314
36315 2006-09-26  Jim Meyering  <jim@meyering.net>
36316
36317         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
36318         when we detect Darwin 8.7.0's acl_get_file bug.
36319         Rearrange to perform the new (below) run-test while $LIBS
36320         contains any acl-related library.  Set USE_ACL at the end.
36321         (gl_ACL_GET_FILE): New function.
36322
36323 2006-09-26  Eric Blake  <ebb9@byu.net>
36324
36325         * lib/verror.c: Include <config.h> unconditionally.
36326
36327 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
36328
36329         * modules/clock-time (Maintainer): Add self.
36330         * modules/getlogin_r (Depends-on): Add extensions.
36331
36332 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36333
36334         * modules/clock-time: New module.
36335         * modules/nanosleep (Depends-on): Add clock-time.
36336         * modules/gethrxtime (Depends-on): Likewise.
36337         * modules/gettime (Depends-on): Likewise.
36338         * modules/settime (Depends-on): Likewise.
36339
36340         * modules/fts-lgpl: Depend on openat.
36341         * modules/mkancesdirs: Depend on savewd.
36342         * modules/mkdir-p: Likewise.
36343
36344 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36345
36346         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
36347
36348         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
36349         `gl_have_arbitrary_file_name_length_limit' to
36350         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
36351         actually works between configure runs.
36352
36353 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36354             Bruno Haible  <bruno@clisp.org>
36355
36356         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
36357
36358 2006-09-25  Jim Meyering  <jim@meyering.net>
36359
36360         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
36361         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
36362
36363 2006-09-25  Eric Blake  <ebb9@byu.net>
36364
36365         * gnulib-tool (func_import, func_create_testdir): Fix typos in
36366         exec's in 2006-09-18 patch when shuffling fds.
36367
36368 2006-09-25  Bruno Haible  <bruno@clisp.org>
36369
36370         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
36371         Reported by Jim Meyering.
36372
36373 2006-09-24  Jim Meyering  <jim@meyering.net>
36374
36375         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
36376         compare a pointer against a literal "0".  That caused failures with
36377         at least HP-UX's hpcc.
36378
36379 2006-09-22  Simon Josefsson  <jas@extundo.com>
36380
36381         * modules/gc-sha1:
36382         * modules/gc-md4:
36383         * modules/gc-hmac-sha1:
36384         * modules/gc-hmac-md5:
36385         * modules/gc-des:
36386         * modules/gc-arcfour: Distribute more files.
36387
36388 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36389
36390         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
36391         (gl_linked_iterator_from_to): Initialize struct completely.
36392         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
36393         (gl_tree_iterator_from_to): Likewise
36394         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
36395         * lib/gl_array_list.c [lint] (gl_array_iterator)
36396         (gl_array_iterator_from_to): Likewise.
36397         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
36398         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
36399         (gl_carray_iterator_from_to): Likewise.
36400
36401         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
36402         * lib/md4.c (md4_process_block): Remove unused variable.
36403         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
36404         parentheses for clarity.
36405
36406 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36407
36408         * modules/bison-i18n (Depends-on): Add gettext.
36409
36410 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36411
36412         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
36413         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
36414         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
36415         also add missing comma that caused broken test.
36416         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
36417         stdlib.h, for `abort'.
36418         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
36419         variables.
36420         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
36421         include unistd.h if present, for `rmdir'.
36422         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
36423         variables.
36424         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
36425         in the process include standard headers for prototypes.
36426         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
36427         gets declared on GNU/Linux.
36428         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
36429         unistd.h, for `rmdir'.
36430         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
36431
36432         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
36433         always true.
36434         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
36435
36436         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
36437
36438 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36439
36440         * gnulib-tool (func_version): Create output all at once.  This
36441         may help avoid triggering unnecessary SIGPIPEs, and at any
36442         rate it doesn't hurt.
36443
36444 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36445             Bruno Haible  <bruno@clisp.org>
36446
36447         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
36448         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
36449         * m4/signed.m4 (bh_C_SIGNED): Likewise.
36450
36451         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
36452         (gl_FUNC_VASPRINTF): Invoke it.
36453
36454 2006-09-22  Bruno Haible  <bruno@clisp.org>
36455
36456         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
36457         getloadavg.c as first argument.
36458
36459 2006-09-22  Bruno Haible  <bruno@clisp.org>
36460
36461         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
36462         at the beginning of the gl_INIT macro.
36463         * modules/getloadavg (configure.ac): Pass $gl_source_base to
36464         gl_GETLOADAVG.
36465
36466 2006-09-22  Bruno Haible  <bruno@clisp.org>
36467
36468         * gnulib-tool (func_create_megatestdir): Don't include the config-h
36469         module.
36470         Suggested by Ralf Wildenhues.
36471
36472 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36473
36474         Import this patch from libc:
36475
36476         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
36477
36478         * lib/regex_internal.c (re_string_reconstruct): Handle
36479         offset < pstr->valid_raw_len && pstr->offsets_needed case.
36480         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
36481         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
36482         re_string_context_at.
36483
36484         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
36485         now requires it.
36486         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
36487         gl_REGEX now does it for us.
36488         (gl_REGEX): Add test taken from
36489         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
36490
36491         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
36492         Check that large offsets work.  Modernize Autoconf usages.
36493         Prefer "yes" to mean a good thing rather than a bad.
36494         Don't put "#define mkstemp" in config.h, as this might interfere
36495         with standard system headers that "#define mkstemp mkstemp64".
36496
36497         * modules/mkstemp (Depends-on): Add extensions, so that
36498         mkstemp is visible on some platforms.
36499         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
36500         (Include): Change to "mkstemp.h" from <stdlib.h>.
36501         (Files): Add mkstemp.h.
36502
36503         * lib/mkstemp.h: New file, since some standard headers
36504         #define mkstemp.
36505         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
36506         Include "mkstemp.h".
36507         Make the _LIBC code resemble glibc original more,
36508         e.g., use K&R style.
36509         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
36510         (mkstemp): Remove, since mkstemp.h does this for us.
36511         * lib/stdlib--.h: Include mkstemp.h.
36512
36513         Import this patch from libc:
36514
36515         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
36516
36517         * lib/tempname.c (__gen_tempname): Change attempts_min
36518         into a macro.  Use preprocessor to decide how to initialize
36519         attempts [Coverity CID 67].
36520
36521 2006-09-20  Bruno Haible  <bruno@clisp.org>
36522
36523         * lib/mkdtemp.c: Import from libc.
36524         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
36525                 * sysdeps/posix/tempname.c (__gen_tempname): Change
36526                 attempts_min into a macro.  Use preprocessor to decide how to
36527                 initialize attempts [Coverity CID 67].
36528         2001-11-27  Paul Eggert  <eggert@twinsun.com>
36529                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
36530                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
36531
36532 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36533
36534         * gnulib-tool (func_exit): New function, to allow to pass the
36535         exit status portably through the trap.  Use everywhere.
36536         (--help, --version): Signal a write error.
36537         (trap): catch SIGPIPE, for write errors.
36538         Exit at the end of the trap, with the correct exit status.
36539
36540 2006-09-19  Karl Berry  <karl@gnu.org>
36541
36542         * doc/gnulib.texi: note about the license texinfo files.
36543
36544 2006-09-19  Eric Blake  <ebb9@byu.net>
36545
36546         * gnulib-tool: Avoid space-tab.
36547
36548 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
36549
36550         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
36551         that prevented coreutils 6.1 from building.  Problem reported
36552         by Petter Reinholdtsen.
36553
36554 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
36555
36556         * gnulib-tool (avoidlist): Fix typo that broke options like
36557         --avoid=lock that are used by coreutils bootstrap.
36558
36559 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
36560
36561         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
36562         more systematically.
36563
36564 2006-09-18  Jim Meyering  <jim@meyering.net>
36565
36566         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
36567
36568 2006-09-18  Bruno Haible  <bruno@clisp.org>
36569
36570         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
36571
36572 2006-09-18  Bruno Haible  <bruno@clisp.org>
36573
36574         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
36575         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
36576         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
36577         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
36578         * m4/gettext.m4: Require autoconf >= 2.52.
36579         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
36580         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
36581         of gl_cv_header_inttypes_h.
36582
36583 2006-09-18  Bruno Haible  <bruno@clisp.org>
36584
36585         * lib/javaversion.c: Include configmake.h.
36586
36587 2006-09-18  Bruno Haible  <bruno@clisp.org>
36588
36589         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
36590         avoid that the while loops be executed in a subshell.
36591
36592 2006-09-18  Bruno Haible  <bruno@clisp.org>
36593
36594         * MODULES.html.sh (func_module): Break long lines.
36595         Suggested by Bruce Korb <bkorb@gnu.org>.
36596
36597 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36598
36599         Speed up by a factor of 1.12.
36600         * gnulib-tool (nl): New variable.
36601         (func_import): Rewrite include directive extraction to only read each
36602         directive once.
36603
36604 2006-09-17  Bruno Haible  <bruno@clisp.org>
36605
36606         * modules/javaversion (Makefile.am): Remove DEFS setting.
36607         (Depends-on): Add configmake, for PKGDATADIR definition.
36608
36609 2006-09-17  Bruno Haible  <bruno@clisp.org>
36610
36611         * gnulib-tool (func_create_testdir): Rewrite all files at once.
36612
36613 2006-09-17  Bruno Haible  <bruno@clisp.org>
36614
36615         * gnulib-tool (func_append): New function, stolen from libtool.m4.
36616         (func_modules_transitive_closure, func_modules_add_dummy,
36617         func_modules_to_filelist, func_import, func_create_testdir,
36618         func_create_megatestdir, ...): Use it wherever possible.
36619         Suggested by Ralf Wildenhues.
36620
36621 2006-09-16  Karl Berry  <karl@gnu.org>
36622
36623         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
36624         to avoid sectioning errors.
36625         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
36626         [ifinfo]: blank line after @center-ed titles.
36627         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
36628         Spell FSF address consistently with others.
36629         (These changes approved by rms.)
36630
36631 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36632
36633         Speed up by a factor of 1.61.
36634         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
36635         already checked module names again.
36636
36637 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36638
36639         Speed up by a factor of 1.13.
36640         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
36641         for new_files, and the input to func_add_or_update.
36642
36643 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36644
36645         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
36646         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
36647
36648 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36649
36650         * modules/mkancesdirs (Depends-on): Add fcntl.
36651         * modules/savewd: New file.
36652         * MODULES.html.sh (File system functions): Add savewd.
36653
36654         * modules/configmake (Makefile.am): Add support for the
36655         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
36656
36657 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36658
36659         * m4/savewd.m4: New file.
36660
36661 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36662
36663         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
36664         (dirchownmod): New arg FD.  All callers changed.
36665         Use FD rather than opening the directory ourself, as opening is
36666         now the caller's responsibility.
36667         * lib/dirchownmod.h: Likewise.
36668         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
36669         hosts that require <sys/types.h> before <sys/stat.h>.  Include
36670         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
36671         (test_dir): Remove.
36672         (mkancesdirs): Return length of prefix of FILE that has already
36673         been made, or -2 if there is a child doing the work.  Redo
36674         algorithm so that it is O(N) rather than O(N**2).  Optimize away
36675         ".", and treat ".." specially since it might stray back into
36676         already-created areas.  Use a subprocess if necessary.  New arg
36677         WD; all users changed.  MAKE_DIR function should now return 1
36678         if it creates a directory that is not readable.  Return -2 if
36679         a child process is spun off.
36680         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
36681         Adjust signature to match code.
36682         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
36683         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
36684         all users changed.
36685         * lib/savewd.c, lib/savewd.h: New files.
36686
36687 2006-09-15  Jim Meyering  <jim@meyering.net>
36688
36689         * modules/rename-dest-slash: New module.
36690         * MODULES.html.sh (posix_compat): Add it here.
36691
36692         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
36693
36694 2006-09-15  Jim Meyering  <jim@meyering.net>
36695
36696         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
36697         file.
36698
36699         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
36700
36701 2006-09-15  Jim Meyering  <jim@meyering.net>
36702
36703         * lib/rename-dest-slash.c (has_trailing_slash): Use
36704         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
36705         (rpl_rename_dest_slash): Perform the cheaper trailing slash
36706         test before testing whether SRC is a directory.
36707         Suggestions from Bruno Haible.
36708
36709         Avoid a warning about an unused variable.
36710         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
36711         into the #ifdef block where it's used.
36712
36713         * lib/rename-dest-slash.c: New file.
36714
36715 2006-09-14  Bruno Haible  <bruno@clisp.org>
36716
36717         * lib/allocsa.c: Include <config.h> unconditionally.
36718         * lib/asnprintf.c: Likewise.
36719         * lib/asprintf.c: Likewise.
36720         * lib/c-strcasecmp.c: Likewise.
36721         * lib/c-strcasestr.c: Likewise.
36722         * lib/c-strncasecmp.c: Likewise.
36723         * lib/c-strstr.c: Likewise.
36724         * lib/classpath.c: Likewise.
36725         * lib/clean-temp.c: Likewise.
36726         * lib/concatpath.c: Likewise.
36727         * lib/copy-file.c: Likewise.
36728         * lib/csharpcomp.c: Likewise.
36729         * lib/csharpexec.c: Likewise.
36730         * lib/execute.c: Likewise.
36731         * lib/fatal-signal.c: Likewise.
36732         * lib/findprog.c: Likewise.
36733         * lib/fwriteerror.c: Likewise.
36734         * lib/gl_array_list.c: Likewise.
36735         * lib/gl_array_oset.c: Likewise.
36736         * lib/gl_avltree_list.c: Likewise.
36737         * lib/gl_avltree_oset.c: Likewise.
36738         * lib/gl_avltreehash_list.c: Likewise.
36739         * lib/gl_carray_list.c: Likewise.
36740         * lib/gl_linked_list.c: Likewise.
36741         * lib/gl_linkedhash_list.c: Likewise.
36742         * lib/gl_list.c: Likewise.
36743         * lib/gl_oset.c: Likewise.
36744         * lib/gl_rbtree_list.c: Likewise.
36745         * lib/gl_rbtree_oset.c: Likewise.
36746         * lib/gl_rbtreehash_list.c: Likewise.
36747         * lib/imaxabs.c: Likewise.
36748         * lib/imaxdiv.c: Likewise.
36749         * lib/javacomp.c: Likewise.
36750         * lib/javaexec.c: Likewise.
36751         * lib/javaversion.c: Likewise.
36752         * lib/linebreak.c: Likewise.
36753         * lib/localcharset.c: Likewise.
36754         * lib/lock.c: Likewise.
36755         * lib/mbchar.c: Likewise.
36756         * lib/mbswidth.c: Likewise.
36757         * lib/mkdtemp.c: Likewise.
36758         * lib/pipe.c: Likewise.
36759         * lib/printf-args.c: Likewise.
36760         * lib/printf-parse.c: Likewise.
36761         * lib/progname.c: Likewise.
36762         * lib/progreloc.c: Likewise.
36763         * lib/readlink.c: Likewise.
36764         * lib/sh-quote.c: Likewise.
36765         * lib/stpcpy.c: Likewise.
36766         * lib/stpncpy.c: Likewise.
36767         * lib/strcasecmp.c: Likewise.
36768         * lib/strcasestr.c: Likewise.
36769         * lib/strcspn.c: Likewise.
36770         * lib/striconv.c: Likewise.
36771         * lib/strncasecmp.c: Likewise.
36772         * lib/strnlen1.c: Likewise.
36773         * lib/strstr.c: Likewise.
36774         * lib/strtok_r.c: Likewise.
36775         * lib/tls.c: Likewise.
36776         * lib/tmpdir.c: Likewise.
36777         * lib/unicodeio.c: Likewise.
36778         * lib/unsetenv.c: Likewise.
36779         * lib/vasnprintf.c: Likewise.
36780         * lib/vasprintf.c: Likewise.
36781         * lib/wait-process.c: Likewise.
36782         * lib/xallocsa.c: Likewise.
36783         * lib/xsetenv.c: Likewise.
36784         * lib/xstriconv.c: Likewise.
36785
36786 2006-09-13  Simon Josefsson  <jas@extundo.com>
36787
36788         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
36789         that internally, suggested by Ralf Wildenhues
36790         <Ralf.Wildenhues@gmx.de>.
36791
36792 2006-09-13  Simon Josefsson  <jas@extundo.com>
36793
36794         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
36795         @LIBOBJS@.
36796         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36797
36798 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36799
36800         * lib/_fpending.c: Include <config.h> unconditionally, since we no
36801         longer worry about uses that don't define HAVE_CONFIG_H.
36802         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
36803         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
36804         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
36805         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
36806         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
36807         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
36808         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
36809         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
36810         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
36811         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
36812         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
36813         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
36814         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
36815         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
36816         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
36817         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
36818         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
36819         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
36820         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
36821         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
36822         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
36823         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
36824         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
36825         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
36826         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
36827         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
36828         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
36829         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
36830         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
36831         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
36832         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
36833         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
36834         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
36835         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
36836         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
36837         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
36838         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
36839         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
36840         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
36841         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
36842         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
36843         Likewise.
36844
36845 2006-09-13  Eric Blake  <ebb9@byu.net>
36846
36847         * lib/getopt.c: Fix typo in last commit.
36848
36849 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
36850
36851         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
36852         dgettext.
36853
36854 2006-09-12  Jim Meyering  <jim@meyering.net>
36855
36856         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
36857         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
36858         Reported by Nelson H. F. Beebe.
36859
36860 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
36861
36862         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
36863         program_invocation_name and program_invocation_short_name are
36864         initialized.
36865         * lib/argp-namefrob.h: Move declarations of program_invocation_name
36866         and program_invocation_short_name to argp.h, so they are visible
36867         to user programs.
36868         * lib/argp.h: Likewise
36869
36870 2006-09-10  Bruno Haible  <bruno@clisp.org>
36871
36872         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
36873         m4/inttypes_h.m4, m4/uintmax_t.m4.
36874
36875 2006-09-10  Bruno Haible  <bruno@clisp.org>
36876
36877         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
36878         gl_AC_TYPE_UINTMAX_T.
36879
36880 2006-09-10  Bruno Haible  <bruno@clisp.org>
36881
36882         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
36883
36884 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36885
36886         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
36887         convention.  Text proposed by Bruno Haible.
36888         (struct argp_option): Document the use of N_() wrappers.
36889
36890         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
36891         '\v', and translate the two parts separately, instead of feeding
36892         the whole string to gettext.  This allows to exclude
36893         '\v' from the strings visible to the translator by writing doc
36894         strings as N_("..") "\v" N_("..").
36895
36896 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
36897
36898         * config/srclist.txt: Undo latest change; the bug was fixed.
36899
36900 2006-09-09  Bruno Haible  <bruno@clisp.org>
36901
36902         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
36903         assignments if building a library without libtool.
36904         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
36905         in func_emit_lib_Makefile_am.
36906         (func_import): When building a static library libfoo.a, arrange to
36907         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
36908         (func_create_testdir): Likewise.
36909         * modules/gc (configure.ac, Makefile.am): If building statically,
36910         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
36911         * modules/iconvme (configure.ac, Makefile.am): Likewise.
36912         * modules/striconv (configure.ac, Makefile.am): Likewise.
36913         Based on a suggestion by Ralf Wildenhues.
36914
36915 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
36916
36917         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
36918         Check for unistd.h too, since Autoconf doesn't assume POSIX.
36919         Also:
36920
36921         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
36922         Add year_2050_test to catch glibc bug 2821
36923         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
36924
36925         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36926         Prefer #ifdef to #if.
36927
36928         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
36929         Return from 'main' instead of calling 'exit'.
36930
36931 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
36932
36933         * lib/mktime.c (guess_time_tm): Fix bug where mktime
36934         returned the maximum time_t value rather than (time_t) -1.
36935         Problem originally reported by William Bardwell
36936         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
36937
36938         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
36939         Moved to here ...
36940         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
36941         ... from here.
36942
36943 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
36944
36945         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
36946         2821 is fixed.
36947
36948 2006-09-08  Jim Meyering  <jim@meyering.net>
36949
36950         Don't make generated files read-only.  That would bother too many
36951         people.  However, do retain the ability to work when targets are
36952         read-only: remove the destination and temporary files before writing
36953         them (when generated via sed or echo), or by using the -f option for
36954         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
36955         * modules/alloca-opt, modules/argz, modules/arpa_inet:
36956         * modules/byteswap, modules/configmake, modules/fcntl:
36957         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
36958         * modules/localcharset, modules/netinet_in, modules/poll:
36959         * modules/stdbool, modules/stdint, modules/sys_select:
36960         * modules/sys_socket, modules/sys_stat, modules/sysexits:
36961
36962 2006-09-08  Jim Meyering  <jim@meyering.net>
36963
36964         Avoid new build failure on FreeBSD 6.0.
36965         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
36966         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
36967         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
36968
36969 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36970
36971         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
36972
36973 2006-09-07  Jim Meyering  <jim@meyering.net>
36974
36975         Fix global typo in last change: use chmod u-w, not chmod u-x.
36976         Spotted by Paul Eggert and Bruce Korb.
36977         * modules/alloca-opt, modules/argz, modules/arpa_inet:
36978         * modules/byteswap, modules/configmake, modules/fcntl:
36979         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
36980         * modules/localcharset, modules/netinet_in, modules/poll:
36981         * modules/stdbool, modules/stdint, modules/sys_select:
36982         * modules/sys_socket, modules/sys_stat, modules/sysexits:
36983
36984 2006-09-06  Jim Meyering  <jim@meyering.net>
36985
36986         Make generated files be read-only.
36987         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
36988         Ensure that each generated file is now read-only.
36989         * modules/argz: Likewise.
36990         * modules/arpa_inet: Likewise.
36991         * modules/byteswap: Likewise.
36992         * modules/configmake: Likewise.
36993         * modules/fcntl: Likewise.
36994         * modules/fnmatch: Likewise.
36995         * modules/getopt: Likewise.
36996         * modules/glob: Likewise.
36997         * modules/inttypes: Likewise.
36998         * modules/netinet_in: Likewise.
36999         * modules/poll: Likewise.
37000         * modules/stdbool: Likewise.
37001         * modules/stdint: Likewise.
37002         * modules/sys_select: Likewise.
37003         * modules/sys_socket: Likewise.
37004         * modules/sys_stat: Likewise.
37005         * modules/sysexits: Likewise.
37006         * modules/localcharset: Same as above, but continue using temporary
37007         file named "t-$@" (why different?) rather than the "$@-t" used
37008         everywhere else.
37009
37010         * modules/sysexits (Makefile.am): Replace literal occurrences
37011         of "sysexit.h" more readable, and more consistent, "$@".
37012
37013 2006-09-06  Bruno Haible  <bruno@clisp.org>
37014
37015         * modules/striconv: New file.
37016         * modules/xstriconv: New file.
37017         * MODULES.html.sh (Internationalization functions): Add striconv,
37018         xstriconv.
37019
37020 2006-09-06  Bruno Haible  <bruno@clisp.org>
37021
37022         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
37023         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
37024         not using libtool correctly.
37025
37026 2006-09-06  Bruno Haible  <bruno@clisp.org>
37027
37028         * lib/striconv.h: New file.
37029         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
37030         iconvstring.c.
37031         * lib/xstriconv.h: New file.
37032         * lib/xstriconv.c: New file.
37033
37034 2006-09-06  Bruno Haible  <bruno@clisp.org>
37035
37036         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37037         lib_..._LDFLAGS.
37038
37039 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37040
37041         * lib/argz_.h: Sync from Libtool.
37042
37043         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
37044                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
37045
37046         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
37047
37048 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
37049
37050         * modules/trim: New file.
37051
37052 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
37053
37054         * lib/trim.h: New file.
37055         * lib/trim.c: New file.
37056
37057 2006-09-05  Bruno Haible  <bruno@clisp.org>
37058
37059         * MODULES.html.sh (String handling): Add trim.
37060
37061 2006-09-04  Karl Berry  <karl@gnu.org>
37062
37063         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
37064         until next release.
37065
37066 2006-09-03  Bruno Haible  <bruno@clisp.org>
37067
37068         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
37069         correctly.
37070
37071 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37072
37073         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
37074         not gl_GETLOADAVG.  Omit unneeded semicolons.
37075         Problems reported by Ralf Wildenhues in
37076         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
37077         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
37078         at the end, which is the usual gnulib style.
37079
37080         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
37081         of doing all the work ourselves.
37082         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
37083         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
37084
37085 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37086
37087         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
37088         Problem reported by Ralf Wildenhues in
37089         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
37090
37091         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
37092         HAVE_STRUCT_STATFS_F_FSTYPENAME.
37093
37094 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37095
37096         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
37097         yesterday's patch by changing test -n to test -z.
37098
37099 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37100
37101         * modules/getloadavg (Files): Add m4/getloadavg.m4.
37102         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
37103         the former is now obsolescent.
37104
37105         * modules/chdir-long (Depends-on): Add fcntl.
37106
37107 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37108
37109         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
37110         obsolescent, and programs should use gnulib instead.
37111         * m4/getloadavg.m4: New file, with contents taken from Autoconf
37112         but with prefixes changed.
37113
37114 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37115
37116         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
37117         or stdbool.h, because they might not exist while configuring.
37118
37119         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
37120         Don't include unistd.h or limits.h; not needed, since chdir-long.h
37121         does that for us.
37122         (O_DIRECTORY): Remove.
37123
37124 2006-08-31  Eric Blake  <ebb9@byu.net>
37125
37126         * gnulib-tool: Don't let emacs change spaces to TAB.
37127
37128 2006-08-31  Bruno Haible  <bruno@clisp.org>
37129
37130         * gnulib-tool: When calling func_import more than once, do it in a
37131         subshell.
37132         Reported by Eric Blake <ebb9@byu.net>.
37133
37134 2006-08-31  Bruno Haible  <bruno@clisp.org>
37135
37136         * gnulib-tool (nl): Remove variable.
37137         (sed_transform_lib_file): Use more robust test for config-h module.
37138         (func_import): Fix typo in 2006-08-25 patch.
37139
37140 2006-08-31  Bruno Haible  <bruno@clisp.org>
37141
37142         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
37143         specified, augment Makefile.am variables instead of assigning them.
37144
37145 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37146
37147         Work around a bug in both the Linux and SunOS 64-bit kernels:
37148         nanosleep mishandles sleeps for longer than 2**31 seconds.
37149         Problem reported by Frank v Waveren in
37150         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
37151         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
37152         Check for nanosleep bug.
37153         (LIB_NANOSLEEP): Append clock_gettime library if needed.
37154
37155 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37156
37157         Work around a bug in both the Linux and SunOS 64-bit kernels:
37158         nanosleep mishandles sleeps for longer than 2**31 seconds.
37159         Problem reported by Frank v Waveren in
37160         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
37161         * lib/nanosleep.c (BILLION): New constant.
37162         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
37163         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
37164         implementation.
37165
37166 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37167
37168         * modules/nanosleep (Depends-on): Add gettime.
37169
37170 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37171         and Simon Josefsson  <jas@extundo.com>
37172         and Oskar Liljeblad  <oskar@osk.mine.nu>
37173
37174         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
37175         * gnulib-tool (func_import): New license type 'unmodifiable license
37176         text'.
37177         * modules/fdl: Use it.  Longer description.
37178         * module/gpl, module/lgpl: New files.
37179
37180 2006-08-30  Jim Meyering  <jim@meyering.net>
37181
37182         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
37183         shadowing the parameter.
37184
37185 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37186
37187         Sync from Libtool:
37188
37189         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37190
37191         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
37192         sharing with gnulib.  Report by Eric Blake.
37193
37194 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37195
37196         * modules/isapipe: New file.
37197         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
37198
37199 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37200
37201         * modules/configmake (Makefile.am): Add a comment, and omit
37202         the CONFIGMAKE_ prefix from generated macro names.  Suggested
37203         by Bruno Haible.
37204
37205 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37206
37207         * m4/isapipe.m4: New file.
37208
37209 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37210
37211         * lib/isapipe.c, lib/isapipe.h: New files.
37212
37213 2006-08-29  Jim Meyering  <jim@meyering.net>
37214
37215         * modules/configmake (Makefile.am): Make configmake.h depend on
37216         Makefile.  Otherwise, a stale configmake.h could hang around.
37217
37218 2006-08-29  Eric Blake  <ebb9@byu.net>
37219
37220         * lib/error.c (error_at_line, print_errno_message): Match libc, after
37221         resolution of upstream bug 3044.
37222
37223 2006-08-29  Bruno Haible  <bruno@clisp.org>
37224
37225         * modules/localcharset (Depends-on): Add configmake.
37226         (Makefile.am): Remove setting of LIBDIR through DEFS.
37227
37228 2006-08-29  Bruno Haible  <bruno@clisp.org>
37229
37230         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
37231         defined.
37232
37233 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37234
37235         * modules/fcntl: New file.
37236         * modules/chdir-safer (Depends-on): Add fcntl.
37237         * modules/fts: Likewise.
37238         * modules/mkdir-p: Likewise.
37239
37240         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
37241         This undoes the most recent change, since we're now addressing the
37242         problem in a different way.
37243
37244         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
37245         into output, since the output might be called Makefile.am even
37246         if $makefile_name is something different.
37247         (func_import): Use $makefile_am rather than
37248         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
37249         empty.
37250
37251         * modules/inttypes (Files): Add m4/inttypes-h.m4.
37252
37253 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37254
37255         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
37256         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
37257         recent change to stdint.m4, since we're now addressing the problem in a
37258         different way.
37259
37260 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37261
37262         * m4/fcntl_h.m4: New file.
37263
37264 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37265
37266         * lib/fcntl_.h: New file.
37267         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
37268         the fcntl module.
37269         * lib/dirchownmod.c: Likewise.
37270         * lib/fts.c: Likewise.
37271
37272         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
37273         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
37274         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
37275         just before including <inttypes.h>, to avoid circular inclusion.
37276
37277 2006-08-28  Jim Meyering  <jim@meyering.net>
37278
37279         * doc/visibility.texi: Actually read and correct the grammar of the
37280         sentence affected by yesterday's change.
37281
37282 2006-08-28  Eric Blake  <ebb9@byu.net>
37283
37284         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
37285         needs wrapper.
37286
37287 2006-08-28  Eric Blake  <ebb9@byu.net>
37288
37289         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
37290
37291 2006-08-28  Eric Blake  <ebb9@byu.net>
37292
37293         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
37294
37295 2006-08-28  Bruno Haible  <bruno@clisp.org>
37296
37297         * modules/c-strstr: New file, from GNU gettext.
37298         * MODULES.html.sh (String handling): Add c-strstr.
37299
37300 2006-08-28  Bruno Haible  <bruno@clisp.org>
37301
37302         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
37303         macros.
37304         Reported by Eric Blake.
37305
37306 2006-08-28  Bruno Haible  <bruno@clisp.org>
37307
37308         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
37309         (VASNPRINTF): Return a string of length > INT_MAX without failing.
37310         * lib/vasprintf.c: Include errno.h, limits.h.
37311         (EOVERFLOW): New fallback definition.
37312         (vasprintf): Test here whether the string length is > INT_MAX.
37313         * lib/vsnprintf.c: Include errno.h, limits.h.
37314         (EOVERFLOW): New fallback definition.
37315         (vsnprintf): Fix bug when generated string was too long for the buffer.
37316         Test here whether the string length is > INT_MAX.
37317
37318 2006-08-28  Bruno Haible  <bruno@clisp.org>
37319
37320         * lib/inttypes_.h (SCNX*): Remove definitions.
37321         Reported by Eric Blake.
37322
37323 2006-08-28  Bruno Haible  <bruno@clisp.org>
37324
37325         * lib/c-strstr.h: New file, from GNU gettext.
37326         * lib/c-strstr.c: New file, from GNU gettext.
37327
37328 2006-08-28  Bruno Haible  <bruno@clisp.org>
37329
37330         * gnulib-tool: Reorder some statements.
37331
37332 2006-08-28  Bruno Haible  <bruno@clisp.org>
37333
37334         * gnulib-tool: New option --makefile-name.
37335         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
37336         $makefile_name.
37337         (func_import): Write $makefile_name to the cache file, and read it from
37338         there unless explicitly specified. Use $makefile_name as file name
37339         instead of Makefile.am. Adjust the recommendations accordingly.
37340
37341 2006-08-28  Bruno Haible  <bruno@clisp.org>
37342
37343         * gnulib-tool (func_verify_module): Check against misapplying patch.
37344
37345 2006-08-28  Bruno Haible  <bruno@clisp.org>
37346
37347         * gnulib-tool (func_relativize, func_relconcat): New functions.
37348         Give an error if --local-dir is given with --update.
37349         Remove trailing slashes from $local_gnulib_dir.
37350         (func_import): Store the relativized $local_gnulib_dir in
37351         gnulib-cache.m4, and read it from there if not specified explicitly.
37352
37353 2006-08-28  Bruno Haible  <bruno@clisp.org>
37354
37355         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
37356         is the current directory. Respect also $local_gnulib_dir.
37357
37358 2006-08-28  Bruno Haible  <bruno@clisp.org>
37359             Simon Josefsson  <jas@extundo.com>
37360
37361         BeOS portability.
37362         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
37363
37364 2006-08-27  Jim Meyering  <jim@meyering.net>
37365
37366         * doc/visibility.texi: Remove duplicate word: "pointer".
37367
37368 2006-08-26  Bruno Haible  <bruno@clisp.org>
37369
37370         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
37371         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
37372         (Makefile.am): Create inttypes.h from inttypes_.h.
37373         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
37374
37375         * modules/imaxabs: New file.
37376
37377         * modules/imaxdiv: New file.
37378
37379 2006-08-26  Bruno Haible  <bruno@clisp.org>
37380
37381         * m4/inttypes.m4: New file.
37382         * m4/_inttypes_h.m4: Remove file.
37383         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
37384         PRI_MACROS_BROKEN.
37385         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
37386
37387         * m4/imaxabs.m4: New file.
37388
37389         * m4/imaxdiv.m4: New file.
37390
37391 2006-08-26  Bruno Haible  <bruno@clisp.org>
37392
37393         * lib/inttypes_.h: New file.
37394         * lib/inttypes.h: Remove file.
37395         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
37396
37397         * lib/imaxabs.c: New file.
37398
37399         * lib/imaxdiv.c: New file.
37400
37401 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37402
37403         New config-h module, so that "make" output needn't be cluttered
37404         by -DHAVE_CONFIG_H.
37405         * MODULES.html.sh (Support for building libraries and executables):
37406         Add config-h.
37407         * modules/config-h: New file.
37408         * gnulib-tool (nl, sed_transform_lib_file): New vars.
37409         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
37410         the config-h module is used.
37411
37412         New configmake module, so that "make" output needn't be cluttered
37413         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
37414         * MODULES.html.sh (Support for building libraries and executables):
37415         Add configmake.
37416         * modules/configmake: New file.
37417
37418 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37419
37420         * m4/config-h.m4: New file.
37421
37422 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37423
37424         * config/srclist.txt: Add elisp-comp.
37425
37426 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37427
37428         * MODULES.html.sh (Support for building libraries and executables):
37429         Add elisp-comp.
37430         * build-aux/elisp-comp: New file.
37431         * modules/elisp-comp: New file.
37432
37433 2006-08-24  Bruno Haible  <bruno@clisp.org>
37434
37435         * gnulib-tool (func_create_testdir): Use non-default values of
37436         sourcebase and m4base.
37437
37438 2006-08-24  Bruno Haible  <bruno@clisp.org>
37439
37440         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
37441         HTML structure.
37442
37443 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37444
37445         * modules/openat (Depends-on): Add lchown.
37446
37447 2006-08-23  Bruno Haible  <bruno@clisp.org>
37448
37449         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
37450         of gl_LOCK_EARLY instead of gl_LOCK.
37451
37452 2006-08-23  Bruno Haible  <bruno@clisp.org>
37453
37454         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
37455         on OSF/1 to no.
37456         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
37457
37458 2006-08-23  Bruno Haible  <bruno@clisp.org>
37459
37460         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
37461         as unusable.
37462
37463         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
37464         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
37465         (gl_LOCK): New macro.
37466
37467 2006-08-22  Simon Josefsson  <jas@extundo.com>
37468
37469         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
37470         to md5 module.
37471
37472 2006-08-22  Simon Josefsson  <jas@extundo.com>
37473
37474         * MODULES.html.sh: Add "Support for maintaining and release
37475         projects".
37476
37477         * build-aux/gnupload: New file, from coreutils.
37478
37479 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
37480
37481         Avoid the need for AC_LIBSOURCES in m4 macros.
37482         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
37483         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
37484         * modules/check-version (EXTRA_DIST): Add check-version.h.
37485         * modules/crc (EXTRA_DIST): Add crc.h.
37486         * modules/des (EXTRA_DIST): Add des.h.
37487         * modules/gc (EXTRA_DIST): Add gc.h.
37488         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
37489         * modules/getline (EXTRA_DIST): Add getline.h.
37490         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
37491         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
37492         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
37493         * modules/md2 (EXTRA_DIST): Add md2.h.
37494         * modules/md4 (EXTRA_DIST): Add md4.h.
37495         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
37496         * modules/read-file (EXTRA_DIST): Add read-file.h.
37497         * modules/readline (EXTRA_DIST): Add readline.h.
37498         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
37499         rijndael-api-fst.h.
37500
37501 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
37502
37503         * m4/rijndael.m4 (gl_ARCFOUR):
37504         * m4/arctwo.m4 (gl_ARCTWO):
37505         * m4/check-version.m4 (gl_CHECK_VERSION):
37506         * m4/crc.m4 (gl_CRC):
37507         * m4/des.m4 (gl_DES):
37508         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
37509         * m4/gc.m4 (gl_GC):
37510         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
37511         * m4/getline.m4 (gl_FUNC_GETLINE):
37512         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
37513         * m4/hmac-md5.m4 (gl_HMAC_MD5):
37514         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
37515         * m4/md2.m4 (gl_MD2):
37516         * m4/md4.m4 (gl_MD4):
37517         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
37518         * m4/read-file.m4 (gl_FUNC_READ_FILE):
37519         * m4/readline.m4 (gl_FUNC_READLINE):
37520         * m4/rijndael.m4 (gl_RIJNDAEL):
37521         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
37522         to get the necessary .h files and whatnot.
37523
37524 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
37525
37526         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
37527         gnulib rather than the other way around.
37528         * config/srclistvars.sh (COREUTILS): Remove.
37529
37530 2006-08-22  Jim Meyering  <jim@meyering.net>
37531
37532         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
37533
37534         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
37535
37536 2006-08-22  Eric Blake  <ebb9@byu.net>
37537
37538         * modules/regexprops-generic: New file.
37539         * MODULES.html.sh (Support for building documentation): List it.
37540
37541 2006-08-22  Eric Blake  <ebb9@byu.net>
37542
37543         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
37544         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
37545         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
37546         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
37547
37548 2006-08-22  Bruno Haible  <bruno@clisp.org>
37549
37550         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
37551         and lib_LTLIBRARIES like the other lib_* variables.
37552
37553 2006-08-22  Bruno Haible  <bruno@clisp.org>
37554
37555         * build-aux/x-to-1.in: New file, from GNU gettext.
37556
37557 2006-08-22  Bruno Haible  <bruno@clisp.org>
37558
37559         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
37560         <utmpx.h> exists.
37561
37562 2006-08-22  Bruno Haible  <bruno@clisp.org>
37563
37564         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
37565         <utmpx.h> exists.
37566
37567 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
37568
37569         BeOS portability.
37570         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
37571         exist.
37572         Problem reported by Bruno Haible.
37573
37574 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
37575
37576         Avoid the need for AC_LIBSOURCES in m4 macros.
37577         * modules/acl (EXTRA_DIST): Add acl.h.
37578         * modules/argmatch (Files): Add m4/argmatch.m4.
37579         (configure.ac): Add gl_ARGMATCH.
37580         (EXTRA_DIST): Renamed from lib_SOURCES, for
37581         consistency with the other modules.  Remove argmatch.c.
37582         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
37583         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
37584         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
37585         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
37586         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
37587         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
37588         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
37589         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
37590         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
37591         * modules/closeout (EXTRA_DIST): Add closeout.h.
37592         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
37593         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
37594         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
37595         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
37596         dirname.h; remove basename.c and stripslash.c.
37597         * modules/exclude (EXTRA_DIST): Add exclude.h.
37598         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
37599         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
37600         * modules/file-type (EXTRA_DIST): Add file-type.h.
37601         * modules/filemode (EXTRA_DIST): Add filemode.h.
37602         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
37603         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
37604         * modules/fpending (EXTRA_DIST): Add __fpending.h.
37605         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
37606         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
37607         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
37608         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
37609         * modules/getdate (EXTRA_DIST): Add getdate.c.
37610         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
37611         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
37612         * modules/getpass (EXTRA_DIST): Add getpass.h.
37613         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
37614         * modules/group-member (EXTRA_DIST): Add group-member.h.
37615         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
37616         * modules/hash (EXTRA_DIST): Add hash.h.
37617         * modules/human (EXTRA_DIST): Add human.h.
37618         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
37619         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
37620         * modules/lchown (EXTRA_DIST): Add lchown.h.
37621         * modules/long-options (EXTRA_DIST): Add long-options.h.
37622         * modules/lstat (EXTRA_DIST): Add lstat.h.
37623         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
37624         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
37625         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
37626         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
37627         * modules/memxor (EXTRA_DIST): Add memxor.h.
37628         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
37629         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
37630         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
37631         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
37632         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
37633         * modules/physmem (EXTRA_DIST): Add physmem.h.
37634         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
37635         * modules/posixver (EXTRA_DIST): Add posixver.h.
37636         * modules/quote (EXTRA_DIST): Add quote.h.
37637         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
37638         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
37639         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
37640         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
37641         regex_internal.h regexec.c.
37642         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
37643         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
37644         * modules/same (EXTRA_DIST): Add same.h.
37645         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
37646         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
37647         * modules/savedir (EXTRA_DIST): Add savedir.h.
37648         * modules/sha1 (EXTRA_DIST): Add sha1.h.
37649         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
37650         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
37651         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
37652         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
37653         * modules/strdup (EXTRA_DIST): Add strdup.h.
37654         * modules/strftime (EXTRA_DIST): Add strftime.h.
37655         * modules/strndup (EXTRA_DIST): Add strndup.h.
37656         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
37657         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
37658         * modules/time_r (EXTRA_DIST): Add time_r.h.
37659         * modules/timespec (EXTRA_DIST): Add timespec.h.
37660         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
37661         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
37662         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
37663         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
37664         * modules/userspec (EXTRA_DIST): Add userspec.h.
37665         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
37666         * modules/utimens (EXTRA_DIST): Add utimens.h.
37667         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
37668         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
37669         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
37670         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
37671         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
37672         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
37673         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
37674         * modules/yesno (EXTRA_DIST): Add yesno.h.
37675
37676 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
37677
37678         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
37679
37680         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
37681         * m4/dev-ino.m4, same-inode.m4: Remove.
37682
37683         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
37684         * m4/acl.m4 (AC_FUNC_ACL):
37685         * m4/backupfile.m4 (gl_BACKUPFILE):
37686         * m4/c-strtod.m4 (gl_C99_STRTOLD):
37687         * m4/canon-host.m4 (gl_CANON_HOST):
37688         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
37689         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
37690         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
37691         * m4/cloexec.m4 (gl_CLOEXEC):
37692         * m4/close-stream.m4 (gl_CLOSE_STREAM):
37693         * m4/closeout.m4 (gl_CLOSEOUT):
37694         * m4/dirfd.m4 (gl_FUNC_DIRFD):
37695         * m4/dirname.m4 (gl_DIRNAME):
37696         * m4/exclude.m4 (gl_EXCLUDE):
37697         * m4/exitfail.m4 (gl_EXITFAIL):
37698         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
37699         * m4/file-type.m4 (gl_FILE_TYPE):
37700         * m4/filemode.m4 (gl_FILEMODE):
37701         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
37702         * m4/fpending.m4 (gl_FUNC_FPENDING):
37703         * m4/fprintftime.m4 (gl_FPRINTFTIME):
37704         * m4/fts.m4 (gl_FUNC_FTS):
37705         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
37706         * m4/getdate.m4 (gl_GETDATE):
37707         * m4/gethrxtime.m4 (gl_GETHRXTIME):
37708         * m4/getpagesize.m4 (gl_GETPAGESIZE):
37709         * m4/getpass.m4 (gl_FUNC_GETPASS):
37710         * m4/gettime.m4 (gl_GETTIME):
37711         * m4/getugroups.m4 (gl_GETUGROUPS):
37712         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
37713         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
37714         * m4/hard-locale.m4 (gl_HARD_LOCALE):
37715         * m4/hash.m4 (gl_HASH):
37716         * m4/idcache.m4 (gl_IDCACHE):
37717         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
37718         * m4/lchown.m4 (gl_FUNC_LCHOWN):
37719         * m4/long-options.m4 (gl_LONG_OPTIONS):
37720         * m4/lstat.m4 (gl_FUNC_LSTAT):
37721         * m4/md5.m4 (gl_MD5):
37722         * m4/memcasecmp.m4 (gl_MEMCASECMP):
37723         * m4/memcoll.m4 (gl_MEMCOLL):
37724         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
37725         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
37726         * m4/memxor.m4 (gl_MEMXOR):
37727         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
37728         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
37729         * m4/modechange.m4 (gl_MODECHANGE):
37730         * m4/mountlist.m4 (gl_MOUNTLIST):
37731         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37732         * m4/openat.m4 (gl_FUNC_OPENAT):
37733         * m4/pathmax.m4 (gl_PATHMAX):
37734         * m4/physmem.m4 (gl_PHYSMEM):
37735         * m4/posixtm.m4 (gl_POSIXTM):
37736         * m4/posixver.m4 (gl_POSIXVER):
37737         * m4/quote.m4 (gl_QUOTE):
37738         * m4/quotearg.m4 (gl_QUOTEARG):
37739         * m4/readtokens.m4 (gl_READTOKENS):
37740         * m4/readutmp.m4 (gl_READUTMP):
37741         * m4/regex.m4 (gl_REGEX):
37742         * m4/safe-read.m4 (gl_SAFE_READ):
37743         * m4/safe-write.m4 (gl_SAFE_WRITE):
37744         * m4/same.m4 (gl_SAME):
37745         * m4/save-cwd.m4 (gl_SAVE_CWD):
37746         * m4/savedir.m4 (gl_SAVEDIR):
37747         * m4/settime.m4 (gl_SETTIME):
37748         * m4/sha1.m4 (gl_SHA1):
37749         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
37750         * m4/stat-macros.m4 (gl_STAT_MACROS):
37751         * m4/stat-time.m4 (gl_STAT_TIME):
37752         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
37753         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
37754         * m4/strdup.m4 (gl_FUNC_STRDUP):
37755         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
37756         * m4/strndup.m4 (gl_FUNC_STRNDUP):
37757         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
37758         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
37759         * m4/time_r.m4 (gl_TIME_R):
37760         * m4/timespec.m4 (gl_TIMESPEC):
37761         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
37762         * m4/unlinkdir.m4 (gl_UNLINKDIR):
37763         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
37764         * m4/userspec.m4 (gl_USERSPEC):
37765         * m4/utimecmp.m4 (gl_UTIMECMP):
37766         * m4/utimens.m4 (gl_UTIMENS):
37767         * m4/xalloc.m4 (gl_XALLOC):
37768         * m4/xgetcwd.m4 (gl_XGETCWD):
37769         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
37770         * m4/xreadlink.m4 (gl_XREADLINK):
37771         * m4/xstrtod.m4 (gl_XSTRTOD):
37772         * m4/yesno.m4 (gl_YESNO):
37773         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
37774         to get the necessary .h files and whatnot.
37775
37776 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
37777             Bruno Haible  <bruno@clisp.org>
37778
37779         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
37780         /bin/sh understanding of '!' conditional negation.
37781
37782 2006-08-21  Jim Meyering  <jim@meyering.net>
37783
37784         * modules/openat (Depends-on): Really alphabetize.
37785
37786         * modules/acl (Depends-on): Add error and quote.
37787
37788         * check-module (find_included_lib_files): Add at-func.c to the
37789         ok-to-include-more-than-once white list.
37790
37791         * modules/openat (Depends-on): Add lstat.  Alphabetize.
37792
37793 2006-08-21  Bruno Haible  <bruno@clisp.org>
37794
37795         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37796         Emit a pkgdata_DATA variable only if some snippets add contents to it.
37797         Reported by Martin Lambers <marlam@marlam.de>.
37798
37799 2006-08-21  Bruno Haible  <bruno@clisp.org>
37800
37801         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
37802         specify an installation location, don't emit a noinst_LIBRARIES or
37803         noinst_LTLIBRARIES assignment.
37804
37805 2006-08-21  Bruno Haible  <bruno@clisp.org>
37806
37807         BeOS portability.
37808         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
37809         BeOS has mbrtowc() but no <wctype.h>.
37810
37811 2006-08-21  Bruno Haible  <bruno@clisp.org>
37812
37813         BeOS portability.
37814         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
37815         exist.
37816
37817 2006-08-21  Bruno Haible  <bruno@clisp.org>
37818
37819         BeOS portability.
37820         * lib/mbchar.h: Include <wctype.h> only if it exists.
37821
37822 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
37823
37824         Remove files that are no longer needed by their respective modules.
37825         * m4/obstack.m4: Remove.
37826         * m4/strerror_r.m4: Remove.
37827         * m4/uint32_t.m4: Remove.
37828         * m4/uintptr_t.m4: Remove.
37829         * m4/ullong_max.m4: Remove.
37830         * m4/xstrtoimax.m4: Remove.
37831         * m4/xstrtoumax.m4: Remove.
37832
37833         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
37834         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
37835         dependencies now capture this.
37836
37837         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
37838         Do not use AC_LIBSOURCES, since gnulib modules now do this.
37839         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
37840         * m4/human.m4 (gl_HUMAN): Likewise.
37841         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
37842         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
37843
37844         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
37845
37846         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
37847         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
37848         stdint.
37849         * m4/human.m4 (gl_HUMAN): Likewise.
37850         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
37851         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
37852         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
37853         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
37854         * m4/xstrtol (gl_XSTRTOL): Likewise.
37855
37856         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
37857         AC_TYPE_LONG_LONG_INT.
37858         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
37859         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
37860         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
37861         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
37862
37863         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
37864         on stdbool.
37865
37866         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
37867         (gl_PREREQ_XSTRTOUL): Remove.
37868
37869         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
37870
37871         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
37872         mode.
37873
37874 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
37875
37876         Add and change modules to make it easier for coreutils to use
37877         gnulib-tool.
37878         * modules/backupfile (Files): Remove m4/d-ino.m4.
37879         (Depends-on): Add d-ino.
37880         * modules/cycle-check (Depends-on): Add stdint.
37881         (lib_SOURCES): Add cycle-check.h.
37882         * modules/d-ino: New module.
37883         * modules/d-type: New module.
37884         * modules/error (Files): Remove m4/strerror_r.m4.
37885         * modules/filemode (Files): Add m4/st_dm_mode.m4.
37886         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
37887         m4/inttypes_h.m4, m4/uintmax_t.m4.
37888         (Depends-on): Add stdint.
37889         (lib_SOURCES): Add fsusage.h.
37890         * modules/getcwd (Files): Remove d-ino.m4.
37891         (Depends-on): Add d-ino.
37892         * modules/getndelim2 (Depends-on): Add stdint.
37893         * modules/glob (Files): Remove m4/d-type.m4.
37894         (Depends-on): Add d-type.
37895         * modules/host-os: New module.
37896         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
37897         m4/inttypes_h.m4, m4/uintmax_t.m4.
37898         * Depends-on: Add stdint.
37899         (lib_SOURCES): Add human.h.
37900         * modules/inttostr (Files): Remove m4/intmax_t.m4,
37901         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
37902         m4/uintmax_t.m4, m4/ulonglong.m4.
37903         (Depends-on): Add stdint.
37904         (EXTRA_DIST): Add inttostr.h.
37905         * modules/lchmod: New module.
37906         * modules/link-follow: New module.
37907         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
37908         (Depends-on): Add lchmod.
37909         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
37910         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
37911         (Depends-on): Add stdint.
37912         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
37913         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
37914         (Depends-on): Add stdint.
37915         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
37916         * modules/perl: New module.
37917         * modules/regex (Depends-on): Add stdint.
37918         * modules/rmdir-errno: New module.
37919         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
37920         m4/intmax_t.m4.
37921         (Depends-on): Add stdint.
37922         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
37923         m4/uintmax_t.m4.
37924         (Depends-on): Add stdint.
37925         * modules/unlink-busy: New module.
37926         * modules/utimecmp (Depends-on): Add stdint.
37927         * modules/uptime: New module.
37928         * modules/winsz-ioctl: New module.
37929         * modules/winsz-termios: New module.
37930         * modules/xnanosleep (Depends-on): Add nanosleep.
37931         * modules/ullong_max: Remove.
37932         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
37933         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
37934         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
37935         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
37936         (Depends-on): Add inttypes.
37937         (lib_SOURCES): Add xstrtol.h.
37938         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
37939         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
37940         * MODULES.html.sh: Move 'assert' into the assert section.
37941         Move 'dummy' into the linking section.
37942         Remove ullong_max.
37943         Add section for compatibility checks for POSIX:2001 functions,
37944         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
37945         winsz-ioctl, and winsz-termios into it.
37946         Add lchmod.
37947         Add top-level Misc section and put host-os, perl, and uptime
37948         into it.
37949
37950 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
37951
37952         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
37953         now assume the stdint module.  Do not include inttypes.h.
37954         * lib/fsusage.h: Likewise.
37955         * lib/getndelim2.c: Likewise.
37956         * lib/human.h: Likewise.
37957         * lib/inttostr.h: Likewise.
37958         * lib/obstack.c: Likewise.
37959         * lib/regex_internal.h: Likewise.
37960         * lib/tempname.c: Likewise.
37961         * lib/utimecmp.c: Likewise.
37962         * lib/xstrtol.h: Likewise.
37963
37964         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
37965
37966         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
37967         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
37968         * lib/xtime.h: Likewise.
37969
37970 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
37971
37972         * modules/openat (Files): Add lib/fchmodat.c.
37973         Fixes problem reported by Jay Youngman.
37974
37975 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
37976
37977         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
37978         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
37979
37980 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
37981             Bruno Haible  <bruno@clisp.org>
37982
37983         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
37984         and is a script that invokes bison. Tighten the code. Add comments.
37985
37986 2006-08-18  Jim Meyering  <jim@meyering.net>
37987
37988         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
37989         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
37990         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
37991         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
37992
37993 2006-08-18  Bruno Haible  <bruno@clisp.org>
37994
37995         * modules/bison-i18n: New file.
37996         * MODULES.html.sh (Internationalization functions): Add it.
37997
37998 2006-08-18  Bruno Haible  <bruno@clisp.org>
37999
38000         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
38001         sys/statvfs.h. When getmntinfo was found, check its declaration and
38002         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
38003
38004 2006-08-18  Bruno Haible  <bruno@clisp.org>
38005
38006         * m4/bison-i18n.m4: New file, from bison.
38007
38008 2006-08-18  Bruno Haible  <bruno@clisp.org>
38009
38010         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
38011         (ME_DUMMY): Treat "kernfs" as a dummy.
38012         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
38013
38014 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38015
38016         Update from coreutils.
38017
38018         2006-08-15  Jim Meyering  <jim@meyering.net>
38019
38020         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
38021
38022         2006-01-17  Jim Meyering  <jim@meyering.net>
38023
38024         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
38025
38026         2006-01-11  Jim Meyering  <jim@meyering.net>
38027
38028         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
38029         Check for the lchmod function.
38030
38031 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38032
38033         Update from coreutils.
38034
38035         * lib/__fpending.h: Add copyright notice.
38036         * lib/fprintftime.h: Likewise.
38037         * lib/savedir.c: Use (C) in copyright notice.
38038         * lib/savedir.h: Likewise.
38039
38040         2006-08-15  Jim Meyering  <jim@meyering.net>
38041
38042         * lib/at-func.c: New file, with the logic of all emulated at-functions.
38043         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
38044         in support of the EXPECTED_ERRNO macro.
38045         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
38046         definitions.  Instead, define the appropriate symbols and include
38047         "at-func.c".
38048         * lib/mkdirat.c (mkdirat): Likewise.
38049         * lib/fchmodat.c (fchmodat): Likewise.
38050         (ENOSYS): Remove definition.
38051         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
38052         it.  Don't include "unistd--.h" -- it wasn't ever used.
38053
38054         2006-01-17  Jim Meyering  <jim@meyering.net>
38055
38056         Rewrite fts.c not to change the current working directory,
38057         by using openat, fstatat, fdopendir, etc..
38058
38059         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
38060         (HAVE_OPENAT_SUPPORT): Define.
38061         [_LIBC] (fchdir): Don't undef or define; no longer used.
38062         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
38063         Now, this `function' always succeeds, and consumes its file descriptor
38064         parameter -- so callers must not close such FDs.  Update callers.
38065         (diropen_fd, opendirat, cwd_advance_fd): New functions.
38066         (diropen): Add parameter, SP.  Adjust all callers.
38067         Implement using diropen_fd, rather than open.
38068         (fts_open): Initialize new member, fts_cwd_fd.
38069         Remove fts_rft-setting code.
38070         (fts_close): Close fts_cwd_fd, if necessary.
38071         (__opendir2): Define in terms of opendir or opendirat,
38072         depending on whether the FST_NOCHDIR flag is set.
38073         (fts_build): Since fts_safe_changedir consumes its FD, and since
38074         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
38075         and close the dup'd file descriptor upon failure.
38076         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
38077         (fts_safe_changedir): Tweak semantics to reflect that this function
38078         now calls cwd_advance_fd and hence consumes its FD argument.
38079         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
38080         [struct FTS] (fts_rft): Remove now-unused member.
38081         [struct FTS] (fts_cycle.state): Improve comment.
38082
38083         * lib/openat.c (openat_needs_fchdir): New function.
38084         * lib/openat.h (openat_needs_fchdir): Declare it.
38085
38086 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
38087
38088         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
38089         Problem and fix reported by Pádraig Brady in
38090         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
38091
38092 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38093
38094         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
38095
38096 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38097
38098         * lib/memcoll.c (memcoll): Optimize for the common case where the
38099         arguments are bytewise equal.
38100
38101 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38102
38103         * doc/regexprops-generic.texi: Add a copyright notice.
38104
38105 2006-08-15  Bruno Haible  <bruno@clisp.org>
38106
38107         * modules/tmpdir (License): Change to LGPL.
38108
38109 2006-08-15  Bruno Haible  <bruno@clisp.org>
38110
38111         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
38112         module.
38113
38114 2006-08-14  Simon Josefsson  <jas@extundo.com>
38115
38116         * config/srclist.txt: Add gnupload.
38117
38118 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38119
38120         Change copyright notice from LGPL 2 to GPL 2, since that's the
38121         standard form used in the gnulib repository.
38122         * tests/test-lock.c: Likewise.
38123         * tests/test-stdint.c: Likewise.
38124         * tests/test-tls.c: Likewise.
38125
38126         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
38127         prelude-manager.  User shorter URLs for GNU projects, without '?'.
38128         Add copyright notice.
38129
38130         * check-module: Add copyright notice.  Output a copyright
38131         notice if "--version" is specified.
38132         * modules/COPYING: New file.
38133         * tests/test-getaddrinfo.c: Add copyright notice.
38134         * tests/test-verify.c: Likewise.
38135
38136 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38137
38138         Change copyright notice from LGPL 2 to GPL 2, since that's the
38139         standard form used in the gnulib repository.
38140         * lib/lock.c: LGPL -> GPL.
38141         * lib/lock.h: Likewise.
38142         * lib/strnlen1.c: Likewise.
38143         * lib/strnlen1.h: Likewise.
38144         * lib/tls.c: Likewise.
38145         * lib/tls.h: Likewise.
38146         * lib/tmpdir.c: Likewise.
38147
38148         * lib/TODO: Remove; this belongs only in coreutils.
38149
38150 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38151
38152         Add copyright notices to long-enough files that lack them, since
38153         otherwise the files aren't clearly free.  Use the same notice that
38154         getdate.texi already uses.
38155         * doc/alloca-opt.texi: Add copyright notice.
38156         * doc/alloca.texi: Likewise.
38157         * doc/ctime.texi: Likewise.
38158         * doc/functions.texi: Likewise.
38159         * doc/gcd.texi: Likewise.
38160         * doc/gnulib-tool.texi: Likewise.
38161         * doc/inet_ntoa.texi: Likewise.
38162         * doc/visibility.texi: Likewise.
38163
38164         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
38165         * doc/quote.texi: Add copyright notice.
38166
38167         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
38168         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
38169         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
38170         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
38171         is now obsolete, and give a pointer to the Sun list.
38172         Add copyright notice.
38173
38174 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38175
38176         * config/srclistvars.sh: Add copyright notice.
38177
38178 2006-08-14  Eric Blake  <ebb9@byu.net>
38179
38180         Import the following change from libc:
38181
38182         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
38183
38184         Upstream bug 2997.
38185         * lib/misc/error.c: Add space between program name and message if file
38186         name is missing.
38187
38188 2006-08-12  Karl Berry  <karl@gnu.org>
38189
38190         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
38191         remove, these originate in gnulib now.
38192
38193 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38194
38195         * doc/Makefile (standards.info standards.html standards.dvi):
38196         Also depend on make-stds.texi.
38197
38198 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38199
38200         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
38201         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
38202
38203         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
38204         in wchar_t.  Problem reported by Eric Blake.
38205
38206         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
38207         LEN is smaller than SIZE.  Suggested by Bruno Haible.
38208         Also, help the compiler to keep LEN in a register.
38209
38210 2006-08-11  Eric Blake  <ebb9@byu.net>
38211
38212         * users.txt: Sort.  Add tar.
38213
38214 2006-08-11  Bruno Haible  <bruno@clisp.org>
38215
38216         * users.txt: New file.
38217
38218 2006-08-11  Bruno Haible  <bruno@clisp.org>
38219
38220         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
38221         before <wchar.h>. Needed for OSF/1 and BSD/OS.
38222
38223 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
38224
38225         * modules/snprintf (Depends-on): Remove minmax.
38226         (Maintainer): Add self and Bruno.
38227
38228 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
38229
38230         * lib/.cppi-disable: Add snprintf.h, socket_.h.
38231         * lib/snprintf.c: Include <errno.h> and <limits.h>.
38232         (EOVERFLOW): Define if the system does not.
38233         Do not include "minmax.h"; it wasn't used.
38234         (snprintf): Don't assume size_t promotes to an unsigned type.
38235         Fix bug when generated string was too long for the buffer: the
38236         buffer's contents are supposed to be the initial prefix of the
38237         output.  Don't assume vasnprintf returns EOVERFLOW if the size
38238         exceeds INT_MAX; do the check ourselves.
38239
38240         Import the following changes from libc:
38241
38242         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
38243
38244         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
38245         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
38246         set wc to the byte which couldn't be converted.
38247         (re_string_reconstruct): Don't clear valid_raw_len before calling
38248         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
38249         tip_context using re_string_context_at.
38250
38251         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
38252
38253         * lib/posix/regex.h: g++ still cannot handled [restrict].
38254
38255         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
38256
38257         * lib/posix/regex.h: Remove special handling for VMS.
38258
38259 2006-08-10  Jim Meyering  <jim@meyering.net>
38260
38261         * modules/same-inode: New module.
38262         * modules/dev-ino: New module.
38263         * modules/cycle-check: Depend on these modules, rather than simply
38264         including their .h files.
38265         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
38266         required via m4/cycle-check.m4.
38267         * modules/same: Depend on new same-inode module, rather than
38268         including same-inode.h.
38269         * modules/chdir-safer: New file.
38270
38271         * modules/chown (Depends-on): Add stat-macros.
38272
38273 2006-08-10  Jim Meyering  <jim@meyering.net>
38274
38275         * m4/cycle-check.m4: New file.
38276         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
38277         * m4/dev-ino.m4, m4/same-inode.m4: New files.
38278
38279 2006-08-10  Eric Blake  <ebb9@byu.net>
38280
38281         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
38282         in from original proposal.
38283
38284 2006-08-10  Eric Blake  <ebb9@byu.net>
38285         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38286
38287         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
38288         namespace.
38289
38290 2006-08-10  Bruno Haible  <bruno@clisp.org>
38291
38292         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
38293         as well.
38294
38295 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38296
38297         Sync from coreutils.
38298
38299         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
38300
38301         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
38302         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
38303
38304 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38305
38306         * modules/restrict: Remove; no longer needed now that we assume
38307         Autoconf 2.59 or later.
38308         * MODULES.html.sh: Remove 'restrict'.
38309         * modules/argp (Depends-on): Remove 'restrict'.
38310         * modules/base64 (Depends-on): Likewise.
38311         * modules/gc (Depends-on): Likewise.
38312         * modules/getaddrinfo (Depends-on): Likewise.
38313         * modules/glob (Depends-on): Likewise.
38314         * modules/inet_ntop (Depends-on): Likewise.
38315         * modules/inet_pton (Depends-on): Likewise.
38316         * modules/memxor (Depends-on): Likewise.
38317         * modules/regex (Depends-on): Likewise.
38318         * modules/strtok_r (Depends-on): Likewise.
38319         * modules/time_r (Depends-on): Likewise.
38320
38321 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38322
38323         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
38324         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
38325         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
38326         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
38327         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
38328         * m4/memxor.m4 (gl_MEMXOR): Likewise.
38329         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
38330         gl_C_RESTRICT replaced by AC_C_RESTRICT.
38331
38332         Merge from coreutils.
38333         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
38334         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
38335         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
38336         * m4/time_r.m4 (gl_TIME_R): Likewise.
38337
38338 2006-08-09  Karl Berry  <karl@gnu.org>
38339
38340         * config/srclist.txt: no more gettext-tools, per Bruno.
38341
38342 2006-08-08  Eric Blake  <ebb9@byu.net>
38343
38344         * modules/verror: New module.
38345         * MODULES.html.sh: Document it.
38346
38347 2006-08-08  Eric Blake  <ebb9@byu.net>
38348
38349         * lib/verror.h, lib/verror.c: New files.
38350
38351 2006-08-08  Eric Blake  <ebb9@byu.net>
38352
38353         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
38354         verror_at_line output complies with GNU Coding Standards even when
38355         file is NULL.
38356
38357 2006-08-07  Bruno Haible  <bruno@clisp.org>
38358
38359         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
38360         versions of AIX.
38361         Reported by Ralf Wildenhues.
38362
38363 2006-08-07  Bruno Haible  <bruno@clisp.org>
38364
38365         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
38366         in an AC_DEFUN. Needed so that the autoconf snippets can use
38367         AC_REQUIRE.
38368
38369 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38370
38371         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38372         Initialize pkgdata_DATA.
38373         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
38374         overriding it.
38375
38376 2006-08-06  Eric Blake  <ebb9@byu.net>
38377
38378         * lib/error.h: Fold in some upstream changes from glibc.
38379         * lib/error.c: Likewise.
38380
38381 2006-08-04  Bruno Haible  <bruno@clisp.org>
38382
38383         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38384         Make the mostlyclean-local rule depend on mostlyclean-generic.
38385         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
38386
38387 2006-07-31  Bruno Haible  <bruno@clisp.org>
38388
38389         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
38390         <stdlib.h>, <string.h>.
38391
38392 2006-07-30  Bruno Haible  <bruno@clisp.org>
38393
38394         * modules/readlink (License): Change to LGPL.
38395
38396 2006-07-30  Bruno Haible  <bruno@clisp.org>
38397
38398         * modules/javaversion (Makefile.am): Distribute javaversion.java and
38399         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
38400         set PKGDATADIR to point to it.
38401
38402 2006-07-30  Bruno Haible  <bruno@clisp.org>
38403
38404         * modules/csharpexec (configure.ac): Comment out macro invocation.
38405         * modules/javaexec (configure.ac): Likewise.
38406         * modules/javacomp-script (configure.ac): Likewise.
38407
38408         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
38409
38410 2006-07-30  Bruno Haible  <bruno@clisp.org>
38411
38412         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
38413         linked-list.
38414
38415 2006-07-30  Bruno Haible  <bruno@clisp.org>
38416
38417         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
38418
38419 2006-07-30  Bruno Haible  <bruno@clisp.org>
38420
38421         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38422         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
38423         get removed.
38424
38425 2006-07-29  Bruno Haible  <bruno@clisp.org>
38426
38427         Make it possible for gnulib-tool to work with locally modified or
38428         augmented gnulib repositories.
38429         * gnulib-tool (func_usage): Document --local-dir option.
38430         (local_gnulib_dir): New variable.
38431         Handle --local-dir option.
38432         (func_lookup_file): New function.
38433         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
38434         (func_get_description, func_get_filelist, func_get_description,
38435         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
38436         func_get_automake_snippet, func_get_include_directive,
38437         func_get_license, func_get_maintainer): Use func_lookup_file.
38438         (func_import, func_create_testdir): Use func_lookup_file.
38439
38440 2006-07-29  Bruno Haible  <bruno@clisp.org>
38441
38442         * modules/setenv (Depends-on): Add unistd.
38443
38444 2006-07-29  Bruno Haible  <bruno@clisp.org>
38445
38446         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
38447
38448 2006-07-29  Bruno Haible  <bruno@clisp.org>
38449
38450         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
38451
38452 2006-07-29  Bruno Haible  <bruno@clisp.org>
38453
38454         * gnulib-tool (import, update): If there is no Makefile.am, look at
38455         aclocal.m4, instead of bailing out.
38456
38457 2006-07-29  Bruno Haible  <bruno@clisp.org>
38458
38459         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
38460         Categorize the options by when they are useful.
38461
38462 2006-07-29  Bruno Haible  <bruno@clisp.org>
38463
38464         * gnulib-tool (func_usage): Document option --no-libtool.
38465         Handle option --no-libtool.
38466         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
38467         for changed semantics of $libtool variable.
38468         (func_import): Likewise. If libtool is not used, show this through
38469         an option --no-libtool.
38470         (func_create_testdir): Update.
38471
38472 2006-07-29  Bruno Haible  <bruno@clisp.org>
38473
38474         * gnulib-tool (func_import): Extend error message about missing
38475         --doc-base.
38476
38477 2006-07-29  Bruno Haible  <bruno@clisp.org>
38478
38479         * gnulib-tool (func_import): Don't create the $docbase directory if
38480         there is no file to store there.
38481
38482 2006-07-29  Bruno Haible  <bruno@clisp.org>
38483
38484         * gnulib-tool (autoconf_minversion): If a --dir option is given and
38485         relevant, look for configure.ac there, not in the current directory.
38486         Also use a simple search for AC_PREREQ, not "autoconf --trace".
38487
38488 2006-07-29  Bruno Haible  <bruno@clisp.org>
38489
38490         * gnulib-tool (SORT): New variable.
38491         (func_usage): Undocument --assume-autoconf option.
38492         Remove --assume-autoconf option handling.
38493         (autoconf_minversion): Determine from the contents of configure.ac.
38494         (func_import): Remove autoconf_minversion handling.
38495         Suggested by Eric Blake.
38496
38497 2006-07-29  Bruno Haible  <bruno@clisp.org>
38498
38499         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
38500
38501 2006-07-29  Bruno Haible  <bruno@clisp.org>
38502
38503         * config/srclist.txt (*setenv.[ch]): Remove rules.
38504
38505 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38506
38507         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
38508
38509 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38510
38511         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
38512         arpa/inet.h.
38513
38514 2006-07-28  Simon Josefsson  <jas@extundo.com>
38515
38516         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
38517         * modules/inet_pton (Depends-on): Likewise.
38518
38519 2006-07-28  Simon Josefsson  <jas@extundo.com>
38520
38521         * m4/netinet_in_h.m4: New file.
38522
38523 2006-07-28  Simon Josefsson  <jas@extundo.com>
38524
38525         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
38526         #include's.
38527
38528 2006-07-28  Simon Josefsson  <jas@extundo.com>
38529
38530         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
38531         #include's.
38532
38533 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
38534
38535         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
38536         setgid on directories only if they set these bits.
38537         * lib/modechange.h: Remove obsolete comment about masks.
38538
38539 2006-07-28  Eric Blake  <ebb9@byu.net>
38540
38541         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
38542         macro expansion.
38543
38544 2006-07-28  Bruno Haible  <bruno@clisp.org>
38545
38546         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
38547
38548 2006-07-28  Bruno Haible  <bruno@clisp.org>
38549
38550         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
38551
38552 2006-07-28  Bruno Haible  <bruno@clisp.org>
38553
38554         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
38555         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
38556         Define fallbacks.
38557         Avoids link error on FreeBSD 4.x.
38558         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
38559
38560         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
38561         encoding.
38562         * lib/mbswidth.c (iswcntrl): Likewise.
38563
38564 2006-07-27  Bruno Haible  <bruno@clisp.org>
38565
38566         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
38567         test.
38568
38569 2006-07-27  Bruno Haible  <bruno@clisp.org>
38570
38571         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
38572         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
38573         defined.
38574
38575 2006-07-26  Eric Blake  <ebb9@byu.net>
38576
38577         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
38578
38579 2006-07-26  Eric Blake  <ebb9@byu.net>
38580
38581         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
38582         like mingw that lack mkstemp.
38583         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
38584         avoid compilation warning on mingw.
38585
38586 2006-07-26  Bruno Haible  <bruno@clisp.org>
38587
38588         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
38589         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
38590         INT_FAST*_MIN, INTPTR_MIN.
38591
38592 2006-07-25  Bruno Haible  <bruno@clisp.org>
38593
38594         * modules/version-etc (Depends-on): Add stdarg.
38595
38596 2006-07-25  Bruno Haible  <bruno@clisp.org>
38597
38598         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
38599         complex commands.
38600
38601 2006-07-25  Bruno Haible  <bruno@clisp.org>
38602
38603         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
38604         defined in <stdarg.h> or config.h.
38605
38606 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
38607
38608         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
38609         (gl_STDIO_SAFER): Remove.
38610
38611 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
38612
38613         * MODULES.html.sh (File stream based Input/Output):
38614         Add fopen-safer, tmpfile-safer; remove stdio-safer.
38615         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
38616         * modules/fopen-safer, modules/tmpfile-safer: New files.
38617         * modules/stdio-safer: Remove.
38618
38619 2006-07-24  Bruno Haible  <bruno@clisp.org>
38620
38621         * modules/tmpdir: New file.
38622         * MODULES.html.sh (File system functions): Add it.
38623
38624 2006-07-24  Bruno Haible  <bruno@clisp.org>
38625
38626         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
38627         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
38628
38629 2006-07-24  Bruno Haible  <bruno@clisp.org>
38630
38631         * modules/clean-temp: New file.
38632
38633 2006-07-24  Bruno Haible  <bruno@clisp.org>
38634
38635         * m4/tmpdir.m4: New file, from GNU gettext.
38636
38637 2006-07-24  Bruno Haible  <bruno@clisp.org>
38638
38639         * lib/tmpdir.h: New file, from GNU gettext.
38640         * lib/tmpdir.c: New file, from GNU gettext.
38641
38642 2006-07-24  Bruno Haible  <bruno@clisp.org>
38643
38644         * lib/clean-temp.h: New file, from GNU gettext.
38645         * lib/clean-temp.c: New file, from GNU gettext.
38646
38647 2006-07-23  Eric Blake  <ebb9@byu.net>
38648
38649         * modules/stdio-safer (Files): Add tmpfile-safer.c.
38650         (Depends-on): Add binary-io.
38651
38652 2006-07-23  Eric Blake  <ebb9@byu.net>
38653
38654         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
38655
38656 2006-07-23  Eric Blake  <ebb9@byu.net>
38657
38658         * lib/tmpfile-safer.c: New file.
38659         * lib/stdio-safer.h (fopen_safer): Add prototype.
38660         * lib/stdio--.h (tmpfile): Make safer.
38661
38662 2006-07-23  Bruno Haible  <bruno@clisp.org>
38663
38664         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
38665         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
38666         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
38667         gl_linked_remove_at): Use it.
38668
38669 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38670         and Simon Josefsson <jas@extundo.com>
38671
38672         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
38673
38674         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
38675
38676 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
38677
38678         * modules/close-stream: New file.
38679         * modules/closeout (Description): Make it clear that it exits
38680         with a diagnostic on error.
38681         (Depends-on): Add close-stream.  Remove fpending, stdbool.
38682         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
38683
38684 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
38685
38686         * m4/close-stream.m4: New file.
38687
38688 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
38689
38690         * lib/close-stream.c, lib/close-stream.h: New files.
38691
38692 2006-07-22  Bruno Haible  <bruno@clisp.org>
38693
38694         Merge from GNU gettext 0.15.
38695
38696         2006-05-01  Bruno Haible  <bruno@clisp.org>
38697
38698                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
38699
38700         2006-07-22  Bruno Haible  <bruno@clisp.org>
38701
38702                 * modules/javaversion: New file.
38703                 * MODULES.html.sh (Java): Add javaversion.
38704
38705         2006-03-12  Bruno Haible  <bruno@clisp.org>
38706
38707                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
38708
38709         2005-12-04  Bruno Haible  <bruno@clisp.org>
38710
38711                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
38712                 (untested).
38713
38714         2006-06-21  Bruno Haible  <bruno@clisp.org>
38715
38716                 Avoid warnings from recent versions of mcs.
38717                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
38718                 -o, -L, -r any more. Use options documented since mcs-1.0
38719                 instead. Similarly for -g.
38720
38721         2005-12-04  Bruno Haible  <bruno@clisp.org>
38722
38723                 * build-aux/csharpcomp.sh.in: Suffix for resources is
38724                 .resources, not .resource.
38725
38726         2005-07-09  Bruno Haible  <bruno@clisp.org>
38727
38728                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
38729                 add a .dll suffix.
38730                 Reported by Mark Junker <mjscod@gmx.de>.
38731
38732         2006-07-22  Bruno Haible  <bruno@clisp.org>
38733
38734                 * modules/gettext: Upgrade to gettext-0.15.
38735                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
38736                 m4/visibility.m4.
38737                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
38738
38739 2006-07-22  Bruno Haible  <bruno@clisp.org>
38740
38741         Merge from GNU gettext 0.15.
38742
38743         2006-03-25  Bruno Haible  <bruno@clisp.org>
38744
38745                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
38746
38747         2006-07-21  Bruno Haible  <bruno@clisp.org>
38748
38749                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
38750                 "1.1".
38751
38752         2006-05-09  Bruno Haible  <bruno@clisp.org>
38753
38754                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
38755                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
38756                 for the conftestver execution.
38757
38758         2006-05-01  Bruno Haible  <bruno@clisp.org>
38759
38760                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
38761                 optional target-version argument. Verify that the compiler
38762                 groks source of the specified source-version, or add -source
38763                 option as necessary. Verify that the compiler produces
38764                 bytecode in the specified target-version, or add -target and
38765                 -source options as necessary. Make the result of the test
38766                 available as variable CONF_JAVAC. Also log error output in
38767                 config.log.
38768
38769         2006-03-11  Bruno Haible  <bruno@clisp.org>
38770
38771                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
38772
38773         2006-05-09  Bruno Haible  <bruno@clisp.org>
38774
38775                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
38776                 CLASSPATH_SEPARATOR to a semicolon.
38777
38778         2006-03-12  Bruno Haible  <bruno@clisp.org>
38779
38780                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
38781                 available as variable CONF_JAVA, for subsequent autoconf
38782                 tests. Also log error output in config.log.
38783
38784         2006-07-19  Bruno Haible  <bruno@clisp.org>
38785
38786                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
38787                 that getline works on glibc2 systems. Needed to avoid trouble
38788                 in relocatable.c.
38789                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
38790
38791         2005-12-04  Bruno Haible  <bruno@clisp.org>
38792
38793                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
38794                 launcher (untested).
38795
38796         2005-12-04  Bruno Haible  <bruno@clisp.org>
38797
38798                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
38799
38800         2006-07-22  Bruno Haible  <bruno@clisp.org>
38801
38802                 * gettext.m4: Update from GNU gettext-0.15.
38803                 * nls.m4: Likewise.
38804                 * po.m4: Likewise.
38805                 * inttypes-pri.m4: Likewise.
38806                 * inttypes-h.m4: Renamed from inttypes.m4.
38807                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
38808
38809 2006-07-22  Bruno Haible  <bruno@clisp.org>
38810
38811         Merge from GNU gettext 0.15.
38812
38813         2005-07-05  Bruno Haible  <bruno@clisp.org>
38814
38815                 * printf-args.c (printf_fetchargs): Work around broken
38816                 definition of wint_t on mingw.
38817
38818         2005-02-12  Bruno Haible  <bruno@clisp.org>
38819
38820                 * xallocsa.h: Add extern "C" for C++.
38821
38822         2006-05-17  Bruno Haible  <bruno@clisp.org>
38823
38824                 Cygwin portability.
38825                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
38826
38827         2006-04-30  Bruno Haible  <bruno@clisp.org>
38828
38829                 * progreloc.c: Include <mach-o/dyld.h> if available.
38830                 (find_executable): Use _NSGetExecutablePath when possible.
38831
38832         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
38833
38834                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
38835                 function.
38836
38837         2005-12-29  Bruno Haible  <bruno@clisp.org>
38838
38839                 * progreloc.c (set_program_name_and_installdir): Fix
38840                 compilation error.
38841
38842         2005-12-04  Bruno Haible  <bruno@clisp.org>
38843
38844                 Cygwin portability.
38845                 * progreloc.c: Include <windows.h> also on Cygwin.
38846                 (find_executable): Add support for Cygwin.
38847                 (set_program_name_and_installdir): Handle also platforms with
38848                 nonempty EXEEXT.
38849
38850         2006-07-11  Bruno Haible  <bruno@clisp.org>
38851
38852                 * javacomp.c: Fix a comment.
38853                 Reported by Jim Meyering.
38854
38855         2006-04-30  Bruno Haible  <bruno@clisp.org>
38856
38857                 * javacomp.h (compile_java_class): Add source_version,
38858                 target_version arguments.
38859                 * javacomp.c: Rewritten to choose only a compiler that
38860                 respects the specified source_version and target_version.
38861
38862         2006-06-27  Bruno Haible  <bruno@clisp.org>
38863
38864                 Assume correct S_ISDIR macro.
38865                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
38866
38867         2006-07-22  Bruno Haible  <bruno@clisp.org>
38868
38869                 * javaversion.h: New file, from GNU gettext.
38870                 * javaversion.c: New file, from GNU gettext.
38871                 * javaversion.java: New file, from GNU gettext.
38872                 * javaversion.class: New file, from GNU gettext.
38873
38874         2006-05-17  Bruno Haible  <bruno@clisp.org>
38875
38876                 Cygwin portability.
38877                 * javaexec.c (execute_java_class): Test for jview program
38878                 also on Cygwin.
38879
38880         2006-04-09  Bruno Haible  <bruno@clisp.org>
38881
38882                 * fatal-signal.c: Don't include string.h.
38883                 (at_fatal_signal): Use a copying loop instead of memcpy.
38884
38885         2005-12-04  Bruno Haible  <bruno@clisp.org>
38886
38887                 * csharpexec.c: Add support for 'clix' launcher (untested).
38888                 (execute_csharp_using_sscli): New function.
38889                 (execute_csharp_program): Call it.
38890
38891         2006-06-21  Bruno Haible  <bruno@clisp.org>
38892
38893                 Avoid warnings from recent versions of mcs.
38894                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
38895                 -o, -L, -r any more. Use options documented since mcs-1.0
38896                 instead. Similarly for -g.
38897
38898         2005-07-09  Bruno Haible  <bruno@clisp.org>
38899
38900                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
38901                 add a .dll suffix.
38902                 Reported by Mark Junker <mjscod@gmx.de>.
38903
38904         2006-06-17  Bruno Haible  <bruno@clisp.org>
38905
38906                 * config.charset: Update for NetBSD 3.0.
38907
38908         2006-05-17  Bruno Haible  <bruno@clisp.org>
38909
38910                 Cygwin portability.
38911                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
38912
38913         2006-05-16  Bruno Haible  <bruno@clisp.org>
38914
38915                 * localcharset.c [CYGWIN]: Include <windows.h>.
38916                 (get_charset_aliases): For Cygwin, return the same CPxxx
38917                 aliases list as under WIN32.
38918                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
38919                 the environment variables. Fall back to GetACP().
38920
38921         2006-04-05  Bruno Haible  <bruno@clisp.org>
38922
38923                 * config.charset: Update Juan Manuel Guerrero's address.
38924
38925         2005-02-12  Bruno Haible  <bruno@clisp.org>
38926
38927                 * allocsa.h: Add extern "C" for C++.
38928
38929         2005-02-10  Bruno Haible  <bruno@clisp.org>
38930
38931                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
38932                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
38933
38934         2006-07-22  Bruno Haible  <bruno@clisp.org>
38935
38936                 * gettext.h: Update to GNU gettext-0.15.
38937
38938 2006-07-22  Bruno Haible  <bruno@clisp.org>
38939
38940         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
38941         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
38942         lib-prefix.m4, longdouble.m4, ssize_t.m4.
38943
38944 2006-07-21  Eric Blake  <ebb9@byu.net>
38945
38946         * modules/stdlib-safer: New file.
38947         * MODULES.html.sh (File stream based Input/Output): Add
38948         stdlib-safer.
38949
38950 2006-07-21  Eric Blake  <ebb9@byu.net>
38951
38952         * lib/stdlib-safer.h: New file from coreutils, required by
38953         stdlib--.h.
38954
38955 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
38956
38957         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
38958
38959 2006-07-20  Bruno Haible  <bruno@clisp.org>
38960
38961         * gnulib-tool: Recognize new option --assume-autoconf.
38962         (autoconf_minversion): New variable.
38963         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
38964
38965 2006-07-20  Bruno Haible  <bruno@clisp.org>
38966
38967         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
38968
38969 2006-07-19  Derek R. Price  <derek@ximbiot.com>
38970
38971         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
38972         Reindent and repaginate.
38973
38974 2006-07-19  Derek Price  <derek@ximbiot.com>
38975
38976         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
38977         Correct grammar.
38978
38979 2006-07-17  Bruno Haible  <bruno@clisp.org>
38980
38981         * modules/list: New file.
38982         * modules/array-list: New file.
38983         * modules/carray-list, modules/carray-list-tests: New files.
38984         * modules/linked-list, modules/linked-list-tests: New files.
38985         * modules/avltree-list, modules/avltree-list-tests: New files.
38986         * modules/rbtree-list, modules/rbtree-list-tests: New files.
38987         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
38988         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
38989         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
38990         * modules/oset: New file.
38991         * modules/array-oset: New file.
38992         * modules/avltree-oset, modules/avltree-oset-tests: New files.
38993         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
38994         * tests/test-carray_list.c: New file.
38995         * tests/test-linked_list.c: New file.
38996         * tests/test-avltree_list.c: New file.
38997         * tests/test-rbtree_list.c: New file.
38998         * tests/test-linkedhash_list.c: New file.
38999         * tests/test-avltreehash_list.c: New file.
39000         * tests/test-rbtreehash_list.c: New file.
39001         * tests/test-avltree_oset.c: New file.
39002         * tests/test-rbtree_oset.c: New file.
39003         * MODULES.html.sh (Container data structures): New section.
39004
39005 2006-07-17  Bruno Haible  <bruno@clisp.org>
39006
39007         * m4/gl_list.m4: New file.
39008
39009 2006-07-17  Bruno Haible  <bruno@clisp.org>
39010
39011         * lib/gl_list.h: New file.
39012         * lib/gl_list.c: New file.
39013         * lib/gl_array_list.h: New file.
39014         * lib/gl_array_list.c: New file.
39015         * lib/gl_carray_list.h: New file.
39016         * lib/gl_carray_list.c: New file.
39017         * lib/gl_linked_list.h: New file.
39018         * lib/gl_linked_list.c: New file.
39019         * lib/gl_anylinked_list1.h: New file.
39020         * lib/gl_anylinked_list2.h: New file.
39021         * lib/gl_avltree_list.h: New file.
39022         * lib/gl_avltree_list.c: New file.
39023         * lib/gl_anyavltree_list1.h: New file.
39024         * lib/gl_anyavltree_list2.h: New file.
39025         * lib/gl_rbtree_list.h: New file.
39026         * lib/gl_rbtree_list.c: New file.
39027         * lib/gl_anyrbtree_list1.h: New file.
39028         * lib/gl_anyrbtree_list2.h: New file.
39029         * lib/gl_anytree_list1.h: New file.
39030         * lib/gl_anytree_list2.h: New file.
39031         * lib/gl_linkedhash_list.h: New file.
39032         * lib/gl_linkedhash_list.c: New file.
39033         * lib/gl_anyhash_list1.h: New file.
39034         * lib/gl_anyhash_list2.h: New file.
39035         * lib/gl_avltreehash_list.h: New file.
39036         * lib/gl_avltreehash_list.c: New file.
39037         * lib/gl_rbtreehash_list.h: New file.
39038         * lib/gl_rbtreehash_list.c: New file.
39039         * lib/gl_anytreehash_list1.h: New file.
39040         * lib/gl_anytreehash_list2.h: New file.
39041
39042         * lib/gl_oset.h: New file.
39043         * lib/gl_oset.c: New file.
39044         * lib/gl_array_oset.h: New file.
39045         * lib/gl_array_oset.c: New file.
39046         * lib/gl_avltree_oset.h: New file.
39047         * lib/gl_avltree_oset.c: New file.
39048         * lib/gl_rbtree_oset.h: New file.
39049         * lib/gl_rbtree_oset.c: New file.
39050         * lib/gl_anytree_oset.h: New file.
39051
39052 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39053
39054         * m4/mkancesdirs.m4: New file.
39055         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
39056         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
39057         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
39058         it.
39059
39060 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39061
39062         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
39063         * lib/mkancesdirs.h: New files.
39064         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
39065         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
39066         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
39067         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
39068         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
39069         callers changed.  Revamp internals significantly, by not
39070         attempting to create directories that are temporarily more
39071         permissive than the final results.  Do not attempt to use
39072         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
39073         This removes some race conditions, fixes some bugs, and simplifies
39074         things.  Use new dirchownmod function to do owner and mode changes.
39075         * lib/mkdir-p.h: Likewise.
39076         * lib/modechange.c (octal_to_mode): New function.
39077         (struct mode_change): New member mentioned.
39078         (make_node_op_equals): New arg mentioned.  All callers changed.
39079         (mode_compile): Keep track of which mode bits the user has explicitly
39080         mentioned.
39081         (mode_adjust): New arg DIR, so that we implement the X op correctly.
39082         New arg PMODE_BITS, to keep track of which mode bits the user
39083         mentioned; it treats S_ISUID and S_ISGID speciall.
39084         All callers changed.
39085         * lib/modechange.h: Likewise.
39086
39087 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39088
39089         * MODULES.html.sh: Add mkancestors.
39090         * modules/mkancesdirs: New module.
39091         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
39092         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
39093         The chdir-safer and afs files are now orphans; I'll remove them
39094         unless someone speaks up.
39095         Add lib/dirchownmod.c, lib/dirchownmod.h.
39096         (Depends-on): Remove alloca, chown, save-cwd, dirname.
39097         Add lchown, mkancesdirs.
39098         (Maintainer): Add self.
39099
39100 2006-07-15  Karl Berry  <karl@gnu.org>
39101
39102         * gnulib-tool: help message wording/arrangement.
39103
39104 2006-07-14  Simon Josefsson  <jas@extundo.com>
39105
39106         * doc/gnulib.texi (Libtool and Windows): New section.
39107
39108 2006-07-12  Simon Josefsson  <jas@extundo.com>
39109
39110         * modules/gendocs (License): Fix license, approved by Karl.
39111
39112 2006-07-12  Eric Blake  <ebb9@byu.net>
39113
39114         * MODULES.html.sh: Add gendocs.
39115
39116 2006-07-11  Eric Blake  <ebb9@byu.net>
39117
39118         * modules/fdl: New module, to install doc/fdl.texi.
39119         * MODULES.html.sh: Add new section for documentation modules.
39120         * gnulib-tool: Avoid space-tab.
39121         (--doc-base): New option, to manage files from doc.
39122
39123 2006-07-11  Eric Blake  <ebb9@byu.net>
39124
39125         * m4/absolute-header.m4: Fix comments to match recent change.
39126
39127 2006-07-11  Eric Blake  <ebb9@byu.net>
39128
39129         * gnulib-tool: List --doc-base before --tests-base.
39130
39131 2006-07-11  Derek R. Price  <derek@ximbiot.com>
39132
39133         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
39134
39135 2006-07-11  Bruno Haible  <bruno@clisp.org>
39136
39137         * README: Mention where to put documentation.
39138
39139 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39140
39141         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
39142
39143 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
39144
39145         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
39146         to stdint.m4.
39147
39148 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
39149
39150         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
39151         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
39152         "no/such/file/stdint.h" when there is no such file, so that
39153         the resulting C code can be parsed by dodgy compilers.
39154         Problems reported by Bob Proulx.
39155
39156 2006-07-10  Derek R. Price  <derek@ximbiot.com>
39157
39158         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
39159         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
39160         macros into the GNU _D_EXACT_NAMLEN.
39161         * lib/savedir.c:  Likewise.
39162         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
39163
39164 2006-07-10  Derek R. Price  <derek@ximbiot.com>
39165         and Paul Eggert  <eggert@cs.ucla.edu>
39166
39167         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
39168         * m4/savedir.m4:
39169         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
39170         macros into the GNU _D_EXACT_NAMLEN.
39171
39172 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39173
39174         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
39175         around the absolute name, to work around a problem with the HP-UX
39176         11.23 native C compiler, reported by Bob Proulx.
39177
39178 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39179
39180         * doc/maintain.texi, make-stds.texi: Sync from
39181         <http://savannah.gnu.org/projects/gnustandards>.
39182
39183 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39184
39185         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
39186
39187 2006-07-09  Jim Meyering  <jim@meyering.net>
39188
39189         * m4/glob.m4: Remove a doubled word in a comment.
39190
39191 2006-07-09  Jim Meyering  <jim@meyering.net>
39192
39193         * lib/argp-pv.c: Remove a doubled word in a comment.
39194         * lib/check-version.c (check_version): Likewise.
39195         * lib/javacomp.c (compile_java_class): Likewise.
39196
39197 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
39198
39199         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
39200         for the benefit of people using Autoconf 2.60.  If you want to
39201         support older Autoconf versions you can copy m4/onceonly_2_57.m4
39202         (or m4/onceonly.m4, if pre-2.57) manually.
39203
39204 2006-07-08  Jim Meyering  <jim@meyering.net>
39205
39206         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
39207         comment.
39208         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
39209         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
39210         comment.
39211
39212 2006-07-08  Jim Meyering  <jim@meyering.net>
39213
39214         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
39215
39216 2006-07-07  Simon Josefsson  <jas@extundo.com>
39217
39218         * tests/test-crc.c: Change expected crc value, the test vector
39219         were probably computed using the old broken crc.c?
39220
39221 2006-07-06  Simon Josefsson  <jas@extundo.com>
39222
39223         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
39224         now the canonical place for the M4 file).
39225
39226         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
39227         from the sys_socket dependency now.
39228
39229         * modules/inet_pton (Files): Ditto.
39230
39231         * modules/inet_ntop (Files): Ditto.
39232
39233 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
39234
39235         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
39236         not gl_PREREQ_GETUSERSHELL.
39237
39238 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39239
39240         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
39241         with only one argument, for Autoconf 2.60.
39242         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
39243         expand to nothing, so add a shell command to avoid syntax error.
39244         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
39245
39246 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39247
39248         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
39249
39250 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39251
39252         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
39253         no longer needed.  Check for isblank decl.
39254         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
39255         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
39256         of existence.
39257
39258 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39259
39260         * lib/getloadavg.c: Use __VMS, not VMS.
39261         * lib/getopt.c: Likewise.
39262         * lib/getpagesize.h: Likewise.
39263         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
39264         and probably does not work.
39265
39266 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39267
39268         * lib/.cppi-disable: Add wcwidth.
39269         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
39270         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
39271         (ISGRAPH): Remove.  All uses changed to isgraph.
39272         (FOLD) [!defined _LIBC]: Remove special case.
39273         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
39274         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
39275         HAVE_ISBLANK.
39276         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
39277         case.
39278
39279 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
39280
39281         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
39282         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
39283         brackets.  Other minor changes to suppress some compiler
39284         warnings.
39285
39286 2006-07-06  Derek R. Price  <derek@ximbiot.com>
39287         and Paul Eggert  <eggert@cs.ucla.edu>
39288
39289         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
39290         of invoking obsolescent AC_HEADER_DIRENT macro.
39291         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
39292         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
39293         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
39294         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
39295         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
39296         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
39297         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
39298         * m4/readdir.m4: Remove; no longer needed.
39299
39300 2006-07-06  Derek R. Price  <derek@ximbiot.com>
39301         and Paul Eggert  <eggert@cs.ucla.edu>
39302
39303         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
39304         Don't worry about this obsolete case any more.
39305         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
39306         directories.
39307         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
39308         worry about this obsolete case any more.
39309         * lib/fts.c: Likewise.
39310         * lib/getcwd.c: Likewise.
39311         * lib/glob.h: Likewise.
39312         * lib/savedir.c: Likewise.
39313
39314 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
39315
39316         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
39317         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
39318         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
39319         needed.
39320         All uses removed.
39321         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
39322         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
39323         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
39324         needed.
39325         * m4/getdate.m4 (gl_GETDATE): Likewise.
39326         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
39327         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
39328         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
39329         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
39330         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
39331         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39332         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
39333         needed.
39334
39335 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
39336
39337         * lib/memcasecmp.c: Include <limits.h>.
39338         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
39339         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
39340         Don't assume isdigit succeeds only on '0' through '9'.
39341
39342 2006-07-05  Eric Blake  <ebb9@byu.net>
39343
39344         * modules/getaddrinfo (Depends-on): Add snprintf.
39345
39346 2006-07-05  Eric Blake  <ebb9@byu.net>
39347
39348         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
39349         to avoid 'header present but could not be compiled' on cygwin.
39350
39351 2006-07-05  Eric Blake  <ebb9@byu.net>
39352
39353         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
39354         missing from netdb.h.
39355         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
39356
39357 2006-07-05  Derek R. Price  <derek@ximbiot.com>
39358
39359         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
39360         no longer needed.
39361         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
39362         * m4/getdate.m4 (gl_GETDATE): Likewise.
39363         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
39364         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
39365         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
39366         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
39367         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39368
39369 2006-07-05  Derek R. Price  <derek@ximbiot.com>
39370
39371         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
39372         All uses of is_space replaced by isspace.
39373         * lib/exit.h: Don't talk about STDC_HEADERS.
39374         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
39375         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
39376         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
39377         replaced by isprint etc.
39378         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
39379         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
39380         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
39381         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
39382         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
39383         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
39384
39385 2006-07-05  Bruno Haible  <bruno@clisp.org>
39386
39387         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
39388         the function exists, before testing against AIX.
39389         Reported by Martin Lambers <marlam@marlam.de>.
39390
39391 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
39392
39393         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
39394         From Mark D. Baushke.
39395
39396 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
39397
39398         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
39399         to the absolute name, not just one, to bypass Sun C 5.8's
39400         "warning: #include of /usr/include/... may be non-portable".
39401
39402 2006-07-04  Eric Blake  <ebb9@byu.net>
39403
39404         * modules/dirname-tests: New test module.
39405         * tests/test-dirname.c: New file, replacing dirname.c
39406         TEST_DIRNAME section that was recently deleted.
39407
39408 2006-07-04  Bruno Haible  <bruno@clisp.org>
39409
39410         Assume ANSI C header files and <ctype.h> functions.
39411         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
39412         (mbsnwidth): Use isprint, iscntrl instead.
39413
39414 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39415
39416         Merge from coreutils.
39417         * MODULES.html.sh: Add xstrtold.
39418         * modules/xstrtold: New file.
39419         * modules/cycle-check (Files): Add lib/same-inode.h.
39420         * modules/dirname (Files): Add m4/double-slash-root.m4.
39421         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
39422         * modules/mkdir-p (Files): Add lib/same-inode.h.
39423         * modules/same (Files): Add lib/same-inode.h.
39424
39425 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39426
39427         * m4/absolute-header.m4: Renamed from full-header-path.m4.
39428         This is to keep the terminology clean; POSIX talks about
39429         "absolute pathnames", not "full pathnames", but the GNU
39430         Coding Standards say to use "path" for something else;
39431         so use "absolute" to keep both sides happy.
39432         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
39433         Set gl_absolute_header, not gl_full_header_path.
39434         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
39435         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
39436         All uses changed.
39437
39438         Merge from coreutils.
39439
39440         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
39441
39442         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
39443         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
39444         want to require the building of c-strtod.o.
39445         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
39446         needs -lm directly.
39447         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
39448
39449         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
39450
39451         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
39452         --as-needed option if available.  Problem reported by Albert Chin in
39453         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
39454         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
39455         cc merely issues a bunch of annoying warnings for --as-needed
39456         (this problem was reported by Bob Proulx).  Also, try linking with
39457         -lm to detect a bug in binutils 2.16 (this problem was reported
39458         by Ralf Wildenhues).
39459
39460         2006-06-18  Jim Meyering  <jim@meyering.net>
39461
39462         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
39463         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
39464         macro.
39465         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
39466         also check for glibc-2.4's abort-inducing bug.
39467
39468         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
39469         Low-probability clean-up should be to use rmdir to get rid of
39470         the just-created directory, not unlink.
39471
39472         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
39473         configure fail, and request a bug report to inform us about it.
39474         Add a comment that, barring reports to the contrary, in 2007 we'll
39475         assume ftruncate is universally available.
39476
39477         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
39478
39479         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
39480
39481         2006-03-12  Jim Meyering  <jim@meyering.net>
39482
39483         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
39484         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
39485         * m4/same.m4 (gl_SAME): Likewise.
39486         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
39487
39488         2006-03-11  Eric Blake  <ebb9@byu.net>
39489
39490         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
39491         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
39492         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
39493         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
39494
39495 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39496
39497         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
39498         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
39499         reported by Mark D. Baushke, one in
39500         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
39501
39502         Merge from coreutils.
39503
39504         * lib/.cppi-disable: Add stdint_.h.
39505         * lib/.cvsignore: Add stdint.h.
39506
39507         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
39508
39509         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
39510         both double and long double versions.
39511         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
39512         * lib/xstrtold.c: New file.
39513         * lib/xstrtod.h (xstrtold): New decl.
39514
39515         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39516
39517         * lib/filemode.c (setst): Remove.
39518         (strmode): Rewrite to avoid setst.  This makes the code shorter,
39519         (arguably) clearer, and the generated code is a bit smaller on my
39520         Debian GNU/Linux stable x86 host.
39521
39522         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
39523
39524         * lib/filemode.c: Include "filemode.h" first, to test the interface.
39525         Assume that filemode.h includes sys/types.h and sys/stat.h.
39526         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
39527         (ftypelet): Reorder to put common cases first, for efficiency.
39528         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
39529         to do 'M'.
39530         (strmode): Renamed from mode_string, and now stores 12 bytes instead
39531         of 10, for compatibility with FreeBSD.  All callers changed.
39532         (filemodestring): Now stores 12 bytes instead of 10, and sets file
39533         types that can't be deduced solely from st_mode.  First arg is now a
39534         const pointer.
39535         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
39536         (strmode): Renamed from mode_string.
39537         (filemodestring): New decl.
39538         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
39539         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
39540         needed.
39541         (S_ISPORT, S_ISWHT): New macros, if not already defined.
39542
39543         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
39544
39545         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
39546         fsusage.h now does that.  Include fsusage.h first, to test interface.
39547         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
39548         at most one method (the old code could have generated decls that
39549         didn't conform to C89, not that this was ever exercised).
39550         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
39551
39552         2006-03-19  Jim Meyering  <jim@meyering.net>
39553
39554         Work even in a chroot where d_ino values for entries in "/"
39555         don't match the stat.st_ino values for the same names.
39556         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
39557         number, iterate through all entries again, using lstat instead.
39558         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
39559         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
39560
39561         * lib/getcwd.c (__getcwd): Clarify a comment.
39562         Use memcpy in place of a call to strcpy.
39563
39564         2006-03-12  Jim Meyering  <jim@meyering.net>
39565
39566         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
39567         matches that of the current directory (which we're about to chdir ".."
39568         out of), then save the dev-ino of the parent, instead.
39569
39570         * lib/same-inode.h (SAME_INODE): New file/macro.
39571         * lib/chdir-safer.c (SAME_INODE): Remove definition.
39572         Include "same-inode.h", instead.
39573         * lib/same.c: Likewise.
39574         * lib/cycle-check.h: Include "same-inode.h".
39575         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
39576         * lib/cycle-check.c (SAME_INODE): Remove definition.
39577         * lib/root-dev-ino.h: Include "same-inode.h".
39578
39579         2006-03-11  Eric Blake  <ebb9@byu.net>
39580
39581         * lib/same.c (same_name): s/base_name/last_component/
39582         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
39583         * lib/filenamecat.c (file_name_concat): Likewise.
39584
39585         2006-03-11  Eric Blake  <ebb9@byu.net>,
39586                     Paul Eggert  <eggert@cs.ucla.edu>
39587
39588         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
39589         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
39590         drive prefix.
39591         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
39592         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
39593         (last_component): New method.
39594         * lib/dirname.c (dir_len): Determine when drive letters need a
39595         subsequent slash.  Preserve // when it is special.
39596         (dir_name): Don't append dot when drive letter is absolute.
39597         [TEST_DIRNAME]: Move into a full-blown gnulib test.
39598         * lib/basename.c (base_name): New semantics - malloc the result.
39599         Preserve // when it is special.  Preserve relative files that look
39600         like drive letters.
39601         (base_len): Preserve // when it is special.
39602         (last_component): New method, similar to old base_name semantics.
39603         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
39604         base_name.  Strip redundant slashes from ///.
39605
39606 2006-07-03  Jim Meyering  <jim@meyering.net>
39607
39608         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
39609         macro is used before the first cycle_check call.
39610
39611 2006-07-03  Eric Blake  <ebb9@byu.net>
39612
39613         * modules/dirname (Depends-on): Add xstrndup.
39614
39615 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
39616
39617         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
39618         test cases, so that config.log is a bit easier to follow.
39619
39620 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
39621
39622         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
39623         both are 64 bits, since this seems to be the tradition, and this
39624         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
39625         we ever run into a host that prefers long long to long in this
39626         case, we'll need another configure-time test.  Problem reported by
39627         Jim Meyering.
39628
39629 2006-07-02  Eric Blake  <ebb9@byu.net>
39630
39631         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
39632
39633 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
39634
39635         * modules/inttypes (Depends-on): No longer depends on stdint.
39636         * modules/stdint (Description): Say more about assumptions.
39637         Say that the fast types might differ.  Say macros are used.
39638         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
39639         (Makefile.am): Revise list of substituted symbols to match
39640         new stdint.m4.
39641         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
39642         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
39643         * tests/test-stdint.c (verify_same_types)
39644         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
39645         the code conforms to C99/C89.
39646         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
39647         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
39648
39649 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
39650
39651         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
39652         but fix a bug, by requiring at least 64 bits.
39653         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
39654         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
39655         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
39656         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
39657
39658         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
39659         changes.  Make 2.59 a prerequisite.  Check and substitute for
39660         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
39661         inttypes.h.  Do not use special include files; just use the
39662         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
39663         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
39664         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
39665         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
39666         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
39667         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
39668         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
39669         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
39670         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
39671         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
39672         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
39673         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
39674         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
39675         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
39676         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
39677         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
39678         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
39679         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
39680         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
39681         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
39682         WINT_MAX.  Check for C99 conformance more strictly, by detecting
39683         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
39684         not check for things that C99 does not require, e.g., int8_t.  If
39685         a test isn't needed unless <stdint.h> isn't working, and is
39686         unlikely to be needed for any other reason, then don't do it
39687         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
39688         size_t, since we assume C89 freestanding at least.  Do not check
39689         for sig_atomic_t, wchar_t, or wint_t, since the code now does
39690         the right thing even if the types are not defined.  Instead use:
39691         (gl_STDINT_TYPE_PROPERTIES): New macro.
39692         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
39693         testing whether <sys/types.h> clashes, as Autoconf does this for
39694         us now.  All uses removed.
39695         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
39696         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
39697         (gl_CHECK_TYPE_SAME):
39698         Remove; no longer needed.
39699         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
39700         exists, since we'll return 0 anyway in that case.
39701         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
39702
39703 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
39704
39705         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
39706         possible collision with system files.
39707         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
39708         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
39709         WCHAR_MIN and WCHAR_MAX in this case.
39710         (<stddef.h>): Do not include; no longer needed.
39711         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
39712         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
39713         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
39714         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
39715         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
39716         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
39717         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
39718         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
39719         !defined(__c99))]: Include in this case too, since it's harmless
39720         now.
39721         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
39722         dangerous to do so.
39723         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
39724         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
39725         (_STDINT_MIN, _STDINT_MAX): New macros.
39726         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
39727         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
39728         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
39729         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
39730         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
39731         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
39732         macros, not typedefs; this simplifies things quite a bit.
39733         Use long int for all types narrower than int64_t.
39734         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
39735         Define in terms of long long int or int64_t or long int,
39736         not int64_t or int32_t.  This saves some compile-time testing.
39737         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
39738         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
39739         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
39740         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
39741         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
39742         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
39743         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
39744         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
39745         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
39746         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
39747         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
39748         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
39749         undef any previous version and define our own version, for
39750         simplicity and consistency with the new macros for types.
39751         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
39752         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
39753         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
39754         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
39755         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
39756         @WINT_T_SUFFIX@ to keep things simple here.
39757         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
39758         Simplify by assuming typical 8/16/32/64 host, since we're
39759         already doing that elsewhere anyway.
39760         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
39761         and assume long long int is 64 bits if available.  This
39762         speeds up 'configure'.
39763
39764 2006-07-01  Eric Blake  <ebb9@byu.net>
39765
39766         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
39767         Reported by Andreas Buening.
39768
39769 2006-07-01  Eric Blake  <ebb9@byu.net>
39770
39771         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
39772
39773 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
39774
39775         * lib/getaddrinfo.c: fixed typo
39776
39777 2006-06-29  Jim Meyering  <jim@meyering.net>
39778
39779         * modules/strftime (Maintainer): Add my name, since with the
39780         FPRINTFTIME changes strftime.c has forked from glibc.
39781
39782 2006-06-29  Eric Blake  <ebb9@byu.net>
39783
39784         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
39785
39786 2006-06-29  Eric Blake  <ebb9@byu.net>
39787
39788         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
39789
39790 2006-06-29  Eric Blake  <ebb9@byu.net>
39791
39792         * lib/stat_.h: New file.
39793
39794 2006-06-29  Eric Blake  <ebb9@byu.net>
39795
39796         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
39797         unused static function.
39798
39799 2006-06-29  Eric Blake  <ebb9@byu.net>
39800
39801         * doc/functions.texi (Function Portability): Document missing lstat
39802         on mingw.
39803
39804 2006-06-29  Eric Blake  <ebb9@byu.net>
39805
39806         * MODULES.html.sh: Add sys_stat.
39807         * modules/sys_stat: New module.
39808         * modules/mkstemp (Depends-on): Add sys_stat.
39809
39810 2006-06-29  Derek R. Price  <derek@ximbiot.com>
39811
39812         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
39813
39814 2006-06-29  Derek R. Price  <derek@ximbiot.com>
39815
39816         * m4/c-bs-a.m4: Removed.
39817
39818 2006-06-29  Derek R. Price  <derek@ximbiot.com>
39819
39820         * lib/strftime.c: Assume strftime() exists.
39821
39822 2006-06-29  Derek Price  <derek@ximbiot.com>
39823
39824         * modules/c-bs-a: Removed - \a is C89.
39825         * MODULES.html.sh: Remove c-bs-a.
39826
39827 2006-06-29  Bruno Haible  <bruno@clisp.org>
39828
39829         * modules/wcwidth (License): Change to LGPL.
39830
39831 2006-06-28  Simon Josefsson  <jas@extundo.com>
39832
39833         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
39834         on _WIN32.
39835
39836         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
39837         getnameinfo.
39838
39839 2006-06-28  Simon Josefsson  <jas@extundo.com>
39840
39841         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
39842
39843 2006-06-28  Simon Josefsson  <jas@extundo.com>
39844
39845         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
39846         functions there.  It will succeed on Windows XP, but on Windows
39847         2000 and (presumably) earlier, it will fail, and use the internal
39848         re-implementation.
39849         (use_win32_p): New function.
39850         (getaddrinfo): Use strtoul on servname, to support numeric ports.
39851         Support AI_NUMERICSERV to disable getservbyname.
39852         (getnameinfo): New function, only supports
39853         NI_NUMERICHOST|NI_NUMERICSERV for now.
39854
39855         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
39856         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
39857         getnameinfo.
39858
39859 2006-06-28  Eric Blake  <ebb9@byu.net>
39860
39861         * modules/wcwidth: New file.
39862         * modules/mbchar (Depends-on): Add wcwidth.
39863         * modules/mbswidth (Depends-on): Add wcwidth.
39864         * MODULES.html.sh: Add wcwidth.
39865
39866 2006-06-28  Eric Blake  <ebb9@byu.net>
39867
39868         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
39869         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
39870
39871 2006-06-28  Eric Blake  <ebb9@byu.net>
39872
39873         * lib/xvasprintf.h: Fix comments.
39874
39875 2006-06-28  Eric Blake  <ebb9@byu.net>
39876
39877         * lib/mbchar.h (wcwidth): Include wcwidth.h.
39878         * lib/mbswidth.c (wcwidth): Move from here...
39879         * lib/wcwidth.h: ...to this new file.
39880
39881 2006-06-28  Derek R. Price  <derek@ximbiot.com>
39882
39883         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
39884
39885         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
39886         it's obsolete.
39887         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
39888
39889 2006-06-28  Derek R. Price  <derek@ximbiot.com>
39890
39891         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
39892         Autoconf 2.60 says this stuff was obsolete.
39893
39894 2006-06-28  Bruno Haible  <bruno@clisp.org>
39895
39896         * modules/wcwidth (Files): Add m4/wchar_t.m4.
39897
39898 2006-06-28  Bruno Haible  <bruno@clisp.org>
39899
39900         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
39901         gt_TYPE_WCHAR_T.
39902
39903 2006-06-28  Bruno Haible  <bruno@clisp.org>
39904
39905         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
39906         declaration for wcwidth.
39907         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
39908
39909 2006-06-28  Bruno Haible  <bruno@clisp.org>
39910
39911         * lib/mkdtemp.c [MINGW]: Include <io.h>.
39912         (mkdir): Define using _mkdir.
39913
39914 2006-06-28  Bruno Haible  <bruno@clisp.org>
39915
39916         * lib/getaddrinfo.h: Fix POSIX URL.
39917         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
39918         _WIN32.
39919         (use_win32_p): Make static.
39920         (getaddrinfo): Reject service name if it is empty or does not consist
39921         solely of decimal digits, or if its value is > 65535.
39922         (getnameinfo): Remove useless casts.
39923
39924 2006-06-27  Simon Josefsson  <jas@extundo.com>
39925
39926         * modules/sys_select: New file, suggested by Bruno Haible, Paul
39927         Eggert and Martin Lambers.
39928
39929 2006-06-27  Simon Josefsson  <jas@extundo.com>
39930
39931         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
39932         Eggert and Martin Lambers.
39933
39934 2006-06-27  Bruno Haible  <bruno@clisp.org>
39935
39936         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
39937         result to 0, not to empty.
39938         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
39939
39940 2006-06-27  Bruno Haible  <bruno@clisp.org>
39941
39942         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
39943
39944 2006-06-26  Simon Josefsson  <jas@extundo.com>
39945
39946         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
39947         present.
39948
39949 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
39950
39951         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
39952         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
39953         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
39954
39955 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
39956
39957         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
39958
39959 2006-06-26  Bruno Haible  <bruno@clisp.org>
39960
39961         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
39962
39963 2006-06-26  Bruno Haible  <bruno@clisp.org>
39964
39965         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
39966
39967 2006-06-26  Bruno Haible  <bruno@clisp.org>
39968
39969         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
39970         SGI C compiler in pre-C99 mode.
39971         Suggested by Mark D. Baushke and Larry Jones.
39972
39973 2006-06-26  Bruno Haible  <bruno@clisp.org>
39974
39975         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
39976         WCHAR_MAX.
39977         Reported by Mark D. Baushke and Larry Jones.
39978
39979 2006-06-26  Bruno Haible  <bruno@clisp.org>
39980
39981         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
39982         in pre-C99 mode.
39983         Suggested by Mark D. Baushke and Larry Jones.
39984
39985 2006-06-23  Simon Josefsson  <jas@extundo.com>
39986             Bruno Haible  <bruno@clisp.org>
39987
39988         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
39989         Emit mostlyclean-local rule.
39990         (func_emit_tests_Makefile_am): Likewise.
39991         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
39992
39993 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
39994
39995         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
39996
39997 2006-06-23  Bruno Haible  <bruno@clisp.org>
39998
39999         * tests/test-stdint.c: Update to match ISO C 99 Technical
40000         Corrigendum 1.
40001
40002 2006-06-23  Bruno Haible  <bruno@clisp.org>
40003
40004         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
40005
40006 2006-06-23  Bruno Haible  <bruno@clisp.org>
40007
40008         * lib/stdint_.h: Treat IRIX like OpenBSD.
40009
40010 2006-06-23  Bruno Haible  <bruno@clisp.org>
40011
40012         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
40013         ISO C 99 Technical Corrigendum 1.
40014
40015 2006-06-22  Simon Josefsson  <jas@extundo.com>
40016
40017         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
40018         MinGW.
40019
40020 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40021
40022         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
40023         needed.  Some compiler complained about some of them.  Problem reported
40024         by Larry Jones in
40025         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
40026
40027 2006-06-21  Simon Josefsson  <jas@extundo.com>
40028
40029         * tests/test-getaddrinfo.c: New file.
40030
40031         * modules/getaddrinfo-tests: New file.
40032
40033         * MODULES.html.sh: Add inet_pton.
40034
40035         * modules/inet_pton: New file.
40036
40037 2006-06-21  Simon Josefsson  <jas@extundo.com>
40038
40039         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
40040         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
40041         of using the (limited) gnulib implementation on Windows XP.
40042
40043         * m4/inet_pton.m4: New file.
40044
40045 2006-06-21  Simon Josefsson  <jas@extundo.com>
40046
40047         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
40048         variable.
40049
40050         * lib/socket_.h: Don't define WINVER.
40051
40052         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
40053         slightly modified to work in gnulib.
40054
40055 2006-06-21  Simon Josefsson  <jas@extundo.com>
40056
40057         * doc/gnulib.texi (Windows sockets): Add.
40058
40059 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
40060
40061         * lib/read-file.c (fread_file): Start with buffer allocation of
40062         0 bytes rather than 1 byte; this simplifies the code.
40063         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
40064         code to free buffer and save/restore errno.
40065         (internal_read_file): Remove unused local.
40066
40067 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
40068
40069         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
40070         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
40071         Problem reported by Denis Excoffier in
40072         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
40073
40074 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40075
40076         * modules/sys_socket, modules/socklen: Include sys/types since
40077         FreeBSD 4.x's sys/socket.h needs it.
40078
40079 2006-06-19  Simon Josefsson  <jas@extundo.com>
40080
40081         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
40082
40083 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
40084
40085         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
40086
40087 2006-06-19  Bruno Haible  <bruno@clisp.org>
40088
40089         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
40090         and FULL_PATH_INTTYPES_H in angle brackets.
40091         Reported by Mark D. Baushke <mdb@gnu.org>.
40092
40093 2006-06-17  Eric Blake  <ebb9@byu.net>
40094
40095         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
40096         errno.
40097
40098 2006-06-17  Bruno Haible  <bruno@clisp.org>
40099
40100         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
40101         <sys/inttypes.h>.
40102
40103 2006-06-17  Bruno Haible  <bruno@clisp.org>
40104
40105         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
40106         whether errno is declared. Assume <errno.h> declares errno.
40107
40108 2006-06-17  Bruno Haible  <bruno@clisp.org>
40109
40110         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
40111
40112 2006-06-17  Bruno Haible  <bruno@clisp.org>
40113
40114         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
40115         problem on Solaris 2.5.1.
40116
40117 2006-06-16  Eric Blake  <ebb9@byu.net>
40118
40119         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
40120         * lib/unicodeio.c [!defined errno]: Likewise.
40121         * lib/strtol.c [!defined errno]: Likewise.
40122         * lib/strtod.c [!defined errno]: Likewise.
40123
40124 2006-06-15  Eric Blake  <ebb9@byu.net>
40125
40126         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
40127
40128 2006-06-15  Eric Blake  <ebb9@byu.net>
40129
40130         * config/srclist.txt (ssize_t.m4): Lose sync.
40131
40132 2006-06-15  Bruno Haible  <bruno@clisp.org>
40133
40134         * modules/stdint (Files): Include m4/full-header-path.m4,
40135         m4/size_max.m4, m4/wchar_t.m4.
40136         (Makefile.am): Many more substitutions.
40137         * modules/stdint-tests: New file.
40138         * tests/test-stdint.c: New file.
40139
40140 2006-06-15  Bruno Haible  <bruno@clisp.org>
40141
40142         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
40143         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
40144         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
40145         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
40146         gl_CHECK_TYPE_SAME): New macros.
40147
40148 2006-06-15  Bruno Haible  <bruno@clisp.org>
40149
40150         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
40151
40152 2006-06-15  Bruno Haible  <bruno@clisp.org>
40153
40154         * lib/stdint_.h: Rewritten to be fully auto-configured.
40155         Fixes bug on HP-UX/IA64.
40156
40157 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
40158
40159         * lib/getdate.y (__attribute__): Don't define if already defined.
40160         Problem reported by Larry Jones.
40161         * lib/utimens.c (__attribute__): Likewise.
40162
40163 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
40164
40165         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
40166         reported by Andreas Schwab.
40167
40168 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40169             Bruno Haible  <bruno@clisp.org>
40170
40171         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
40172         check for the declaration of strnlen and a run test that exposes the
40173         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
40174         rpl_strndup.
40175
40176 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40177             Bruno Haible  <bruno@clisp.org>
40178
40179         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
40180
40181 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40182
40183         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
40184         compile test, for Tru64 4.0D.
40185
40186 2006-05-28  Karl Berry  <karl@gnu.org>
40187
40188         * config/srclist.txt (printf-args.c): lose sync.
40189
40190 2006-05-26  Martin Lambers  <marlam@marlam.de>
40191
40192         * lib/getpass.c: Updates the test for the native W32 API, and adds
40193         missing includes, thus fixing compilation warnings.
40194
40195 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
40196
40197         * lib/exclude.c (exclude_fnmatch): New function.
40198         (excluded_file_name): Call exclude_fnmatch.
40199         * lib/exclude.h (excluded_file_name): New prototype
40200
40201 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
40202
40203         * lib/tempname.c (small_open, large_open): New macros.
40204         (__open, __open64) [!_LIBC]: Remove.
40205         (__gen_tempname): Use small_open and large_open instead of __open
40206         and __open64.  This fixes a portability bug on HP-UX 11.11i
40207         reported by Simon Wing-Tang in
40208         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
40209
40210 2006-05-24  Bruno Haible  <bruno@clisp.org>
40211
40212         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
40213         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
40214         Reported by Thorsten Maerz <torte@netztorte.de> via
40215         Aaron Stone <aaron@serendipity.cx>.
40216
40217 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40218
40219         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
40220         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
40221         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
40222         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
40223         not really conditional on the cache.
40224         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
40225
40226 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40227
40228         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
40229         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
40230         (my_usleep): Don't mishandle maximum value.
40231
40232 2006-05-19  Jim Meyering  <jim@meyering.net>
40233
40234         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
40235
40236 2006-05-17  Bruno Haible  <bruno@clisp.org>
40237
40238         Cygwin portability.
40239         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
40240
40241 2006-05-17  Bruno Haible  <bruno@clisp.org>
40242
40243         * lib/stdint_.h: Fix recognition of Cygwin.
40244
40245 2006-05-15  Bruno Haible  <bruno@clisp.org>
40246
40247         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
40248         on libtool patch by Ralf Wildenhues.
40249
40250 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
40251
40252         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
40253         test for C99 conformance; (bool) 0.5 is an integer constant
40254         expression, but (bool) -0.5 is not.  Problem reported by Fedor
40255         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
40256
40257 2006-05-11  Simon Josefsson  <jas@extundo.com>
40258
40259         * m4/xvasprintf.m4: Fix obvious typo.
40260
40261 2006-05-11  Jim Meyering  <jim@meyering.net>
40262
40263         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
40264         James Lemley.
40265
40266 2006-05-10  Simon Josefsson  <jas@extundo.com>
40267
40268         * lib/md4.c: Typo fix, update copyright years.
40269         (K1, K2): Don't use L because it turn computations into 64-bit on
40270         64-bit platforms.
40271
40272 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40273
40274         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
40275         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
40276         unwanted sign propagation, e.g., on hosts with 64-bit int.
40277         There still are some problems with reeelly weird theoretical hosts
40278         (e.g., 33-bit int) but it's not worth worrying about now.
40279         * lib/sha1.c (rol): Likewise.
40280         (K1, K2, K3, K4): Remove unnecessary L suffix.
40281
40282 2006-05-10  Bruno Haible  <bruno@clisp.org>
40283
40284         * lib/des.c: Cast to avoid warnings.
40285
40286 2006-05-09  Bruno Haible  <bruno@clisp.org>
40287
40288         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
40289         (Depends-on): Depend also on xsize, stdarg.
40290         (configure.ac): Add gl_XVASPRINTF.
40291
40292 2006-05-09  Bruno Haible  <bruno@clisp.org>
40293
40294         * m4/xvasprintf.m4: New file.
40295
40296 2006-05-09  Bruno Haible  <bruno@clisp.org>
40297
40298         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
40299         (EOVERFLOW): Define fallback value.
40300         (xstrcat): New function.
40301         (xvasprintf): Recognize the special case of a string concatenation.
40302
40303 2006-05-08  Eric Blake  <ebb9@byu.net>
40304
40305         * gnulib-tool (func_version): Base copyright year on CVS date.
40306         (func_emit_copyright_notice): New function.
40307         (func_emit_lib_Makefile_am): Use it.
40308         (func_emit_tests_Makefile_am): Likewise.
40309         (func_import): Likewise.
40310
40311 2006-05-08  Bruno Haible  <bruno@clisp.org>
40312
40313         * modules/stdarg: New file.
40314         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
40315
40316 2006-05-08  Bruno Haible  <bruno@clisp.org>
40317
40318         * m4/stdarg.m4: New file, from GNU gettext.
40319
40320 2006-05-08  Bruno Haible  <bruno@clisp.org>
40321
40322         * config/srclist.txt (build-aux/config.rpath): different from latest
40323         release.
40324
40325 2006-05-08  Bruno Haible  <bruno@clisp.org>
40326
40327         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
40328
40329 2006-05-05  Jim Meyering  <jim@meyering.net>
40330
40331         * m4/warning.m4: New file, derived from bison's file by the same name.
40332
40333 2006-05-03  Bruno Haible  <bruno@clisp.org>
40334
40335         * lib/stdint_.h: Shorter URL.
40336         * lib/inttypes.h: Likewise.
40337
40338 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
40339
40340         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
40341
40342 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
40343
40344         * lib/verify.h: Document the internals better.  Most of this change
40345         was written by Bruno Haible.
40346
40347 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
40348
40349         * doc/verify.texi: New file, partly based on a proposal by
40350         Bruno Haible.
40351
40352 2006-05-02  Bruno Haible  <bruno@clisp.org>
40353
40354         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
40355         test from here...
40356         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
40357
40358 2006-04-29  Bruno Haible  <bruno@clisp.org>
40359
40360         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
40361         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
40362
40363 2006-04-29  Bruno Haible  <bruno@clisp.org>
40364
40365         * gnulib-tool: Make --update option actually work.
40366
40367 2006-04-29  Bruno Haible  <bruno@clisp.org>
40368
40369         * doc/gcd.texi: New file.
40370         * doc/gnulib.texi: Include it.
40371
40372 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
40373
40374         * lib/getdate.y (get_date): When adding relative date, start with the
40375         initial time, not with the result of the first mktime call.
40376
40377 2006-04-25  Bruno Haible  <bruno@clisp.org>
40378
40379         * gnulib-tool (func_import): Output the include directives in three
40380         blocks, sorted separately.
40381         Reported by Ben Pfaff <blp@cs.stanford.edu>.
40382
40383 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
40384
40385         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
40386         to define main with arguments, for C++.  Reported by Eric Blake.
40387         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
40388         Prefer 'int main ()' to 'int main (void)', for C++.
40389         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
40390         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
40391         for 'main', for C99 and C++.
40392
40393 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
40394
40395         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
40396         Don't assume that exit status -1 is valid.
40397         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40398         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
40399         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
40400         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
40401         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
40402         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
40403         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
40404         functions can be used without declaring them, or that you can
40405         exit with status -1.
40406         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
40407
40408 2006-04-24  Karl Berry  <karl@gnu.org>
40409
40410         * config/srclist.txt (longdouble.m4): sync lost.
40411
40412 2006-04-24  Eric Blake  <ebb9@byu.net>
40413
40414         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
40415
40416 2006-04-24  Bruno Haible  <bruno@clisp.org>
40417
40418         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
40419         poll() implementation in AIX.
40420         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40421
40422 2006-04-24  Bruno Haible  <bruno@clisp.org>
40423
40424         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
40425         assigned exactly once.
40426
40427 2006-04-23  Claudio Fontana  <claudio@gnu.org>
40428             Bruno Haible  <bruno@clisp.org>
40429
40430         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
40431         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
40432         for AM_CPPFLAGS.
40433
40434 2006-04-23  Bruno Haible  <bruno@clisp.org>
40435
40436         * modules/copy-file: Depend on unistd.
40437         * modules/execute: Likewise.
40438         * modules/fatal-signal: Likewise.
40439         * modules/findprog: Likewise.
40440         * modules/mkdtemp : Likewise.
40441         * modules/pipe: Likewise.
40442         * modules/wait-process: Likewise.
40443
40444 2006-04-23  Bruno Haible  <bruno@clisp.org>
40445
40446         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
40447         condition was already detected.
40448         Reported by Ben Pfaff <blp@cs.stanford.edu>.
40449
40450 2006-04-23  Bruno Haible  <bruno@clisp.org>
40451
40452         * lib/copy-file.c: Include <unistd.h> unconditionally.
40453         * lib/execute.c: Likewise.
40454         * lib/fatal-signal.c: Likewise.
40455         * lib/findprog.c: Likewise.
40456         * lib/mkdtemp.c: Likewise.
40457         * lib/pipe.h: Likewise.
40458         * lib/pipe.c: Likewise.
40459         * lib/wait-process.h: Likewise.
40460
40461 2006-04-23  Bruno Haible  <bruno@clisp.org>
40462
40463         * gnulib-tool (func_usage): Fix --import description. Document
40464         --update.
40465         (func_import): Create temporary file in a temporary directory, if
40466         --dry-run is specified. Silence errors from 'grep' when there are no
40467         m4 files in $m4dir.
40468         (func_create_testdir): Silence errors from 'grep' when there are no
40469         m4 files in $m4dir.
40470         Reported by Karl Berry <karl@freefriends.org>.
40471
40472 2006-04-20  Bruno Haible  <bruno@clisp.org>
40473
40474         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
40475         one argument, so that the code will be portable to Autoconf 2.60.
40476         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
40477         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
40478         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
40479
40480 2006-04-19  Derek Price  <derek@ximbiot.com>
40481             Eric Blake  <ebb9@byu.net>
40482
40483         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
40484         rather than "/full/path.h".  Update comment to match.  Shorten &
40485         generalize m4_translit call via AS_TR_CPP.
40486
40487 2006-04-19  Derek Price  <derek@ximbiot.com>
40488             Eric Blake  <ebb9@byu.net>
40489
40490         * lib/inttypes.h: Correct grammar in comment.
40491
40492 2006-04-18  Derek Price  <derek@ximbiot.com>
40493             Paul Eggert  <eggert@cs.ucla.edu>
40494
40495         * modules/inttypes: New file.
40496         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
40497
40498 2006-04-18  Derek Price  <derek@ximbiot.com>
40499             Paul Eggert  <eggert@cs.ucla.edu>
40500
40501         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
40502         New files.
40503
40504 2006-04-18  Derek Price  <derek@ximbiot.com>
40505             Paul Eggert  <eggert@cs.ucla.edu>
40506
40507         * lib/inttypes.h: New file.
40508         * lib/strtoimax.c: Assume <inttypes.h>.
40509
40510 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
40511
40512         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
40513         isn't mounted.  Problem reported by Kir Kolyshkin.
40514
40515 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
40516
40517         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
40518         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
40519         Derek R. Price.
40520         * lib/regex.h (RE_DUP_MAX): Update comment to match current
40521         implementation.
40522
40523 2006-04-12  Eric Blake  <ebb9@byu.net>
40524
40525         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
40526         is now done automatically by the corresponding Autoconf macro.
40527
40528 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
40529
40530         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
40531         time_r.h.
40532
40533 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40534
40535         Merge regex changes from libc, removing some of our
40536         POSIX-conformance changes that were rejected and redoing them in a
40537         less-intrusive way.
40538
40539         * lib/regcomp.c (re_compile_internal, init_dfa):
40540         Length arg is now size_t, not Idx.  All uses changed.
40541         (peek_token): Forward decl now says internal_function.
40542         (__re_error_msgid, __re_error_msgid_idx):
40543         Now static rather than extern with attribute_hidden.
40544         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
40545         For some reason libc prefers K&R style defns for external functions.
40546         (regerror) [!defined _LIBC]: Likewise.
40547         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
40548         (seek_collating_symbol_entry, lookup_collation_sequence_value):
40549         (build_range_exp, build_collating_symbol):
40550         Use K&R-style defn.
40551         (re_compile_fastmap): Use '\0' to memset, not 0.
40552         (utf8_sb_map): Make the calculations more obvious.
40553         (init_dfa, parse_bracket_exp, build_charclass_op):
40554         Call calloc and cast result, as glibc does.
40555         (init_word_char, fetch_token, peek_token, peek_token_bracket):
40556         (build_range_exp, build_collating_symbol):
40557         Now internal functions.
40558
40559         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
40560
40561         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
40562         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
40563         Don't depend on VMS; depend on __VMS instead, for POSIX
40564         namespace cleanness.
40565         (regoff_t): Define to ssize_t, not long int.
40566
40567         Remove the REG_ macros named below.  Instead, make the old names
40568         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
40569         __USE_GNU_REGEX.
40570         (REG_BACKSLASH_ESCAPE_IN_LISTS):
40571         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
40572         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
40573         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
40574         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
40575         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
40576         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
40577         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
40578         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
40579         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
40580         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
40581         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
40582         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
40583         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
40584         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
40585         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
40586         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
40587         (REG_NREGS):
40588         Remove.  All uses replaced by the old RE_* names.
40589         (RE_BACKSLASH_ESCAPE_IN_LISTS):
40590         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
40591         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
40592         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
40593         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
40594         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
40595         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
40596         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
40597         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
40598         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
40599         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
40600         Don't bother having these macros be independent of each others'
40601         values, since they no longer exist in the POSIX name space.
40602
40603         Rename the following member names back to their old names,
40604         unless !__USE_GNU_REGEX.  All uses changed back.
40605         (buffer): Renamed from re_buffer.
40606         (allocated): Renamed from re_allocated.
40607         (used): Renamed from re_used.
40608         (syntax): Renamed from re_syntax.
40609         (fastmap): Renamed from re_fastmap.
40610         (translate): Renamed from re_translate.
40611         (can_be_null): Renamed from re_can_be_null.
40612         (regs_allocated): Renamed from re_regs_allocated.
40613         (fastmap_accurate): Renamed from re_fastmap_accurate.
40614         (no_sub): Renamed from re_no_sub.
40615         (not_bol): Renamed from re_not_bol.
40616         (not_eol): Renamed from re_not_eol.
40617         (newline_anchor): Renamed from re_newline_anchor.
40618         (num_regs): Renamed from rm_num_regs.
40619         (start): Renamed from rm_start.
40620         (end): Renamed from rm_end.
40621
40622         (free_state): Move up a bit.
40623
40624         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
40625         #define to be empty.
40626         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
40627         when that is what is intended.
40628         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
40629         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
40630         (MAX): New macro.
40631         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
40632         All uses changed back to re_malloc, etc.  It's now the caller's
40633         responsibility to check for overflow; all callers changed.
40634         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
40635         (re_x2nrealloc): Remove.
40636         (free_state): Remove decl.
40637
40638         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
40639         (re_set_registers, re_exec):
40640         Use K&R-style defn.
40641
40642         2006-01-31  Roland McGrath  <roland@redhat.com>
40643
40644         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
40645         Reported by Mike Frysinger <vapier@gentoo.org>.
40646
40647         2006-01-15  Andreas Jaeger  <aj@suse.de>
40648
40649         [BZ #1950]
40650         * lib/regex_internal.c (re_string_reconstruct): Adjust for
40651         build_wcs_upper_buffer change.
40652         (build_wcs_upper_buffer): Change return type.
40653
40654         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
40655
40656         * lib/regex_internal.h: Include <stdint.h> if available.
40657
40658         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
40659
40660         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
40661
40662         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40663
40664         * lib/regcomp.c: Adjust for changed secondary hash function.
40665
40666         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
40667
40668         * lib/regex.h: Pretty printing.
40669         Clean up namespace a bit.
40670
40671         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
40672
40673         * lib/regexec.c (update_cur_sifted_state, check_arrival,
40674         check_arrival_add_next_nodes): Avoid using uninitialized variable.
40675
40676         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
40677                     Ulrich Drepper  <drepper@redhat.com>
40678
40679         [BZ #1302]
40680         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
40681         changed.
40682         (bitset_word_t): Renamed from bitset_word.  All uses changed.
40683
40684         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
40685
40686         [BZ #281]
40687         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
40688         * lib/regcomp.c: Remove unnecessary uses of
40689         unsigned RE_TRANSLATE_TYPE.
40690         * lib/regex_internal.h: Likewise.
40691         * lib/regex_internal.c: Likewise.
40692         * lib/regexec.c: Likewise.
40693         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
40694
40695         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
40696
40697         * lib/regexec.c (find_recover_state): Remove unnecessary
40698         initialization.
40699         (transit_state_bkref): Make DFA a const pointer.
40700         (get_subexp): Likewise.
40701         (check_arrival): Likewise.
40702         (update_cur_sifted_state): Likewise.
40703         (re_search_internal): Likewise.
40704         (prune_impossible_nodes): Likewise.
40705         (acquire_init_state_context): Likewise.
40706         (proceed_next_node): Likewise.
40707         (set_regs): Likewise.
40708         (free_fail_stack_return): Likewise.
40709         (check_arrival_expand_ecl): Mark DFA parameter as const.
40710         (check_arrival_expand_ecl_sub): Likewise.
40711         (check_subexp_limits): Likewise.
40712         (sub_epsilon_src_nodes):  Likewise.
40713         (add_epsilon_src_nodes):  Likewise.
40714         (merge_state_array): Likewise.
40715         (update_regs): Likewise.
40716         (build_trtable): Likewise.
40717         (sift_states_backward): Mark MCTX parameter as const.
40718         (build_sifted_states): Likewise.
40719         (update_cur_sifted_state): Likewise.
40720         (sift_states_mkref): Likewise.
40721         (check_arrival_expand_ecl): Mark eclosure as const.
40722         (check_dst_limits_calc_pos_1): Likewise.
40723         * lib/regex_internal.h (re_match_context_t): Make dfa a const
40724         pointer.
40725
40726         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
40727
40728         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
40729         (transit_state_sb): Likewise.
40730         (transit_state_mb): Likewise.
40731         (sift_states_iter_mb): Likewise.
40732         (check_arrival_add_next_nodes): Likewise.
40733         (check_node_accept_bytes): Change first parameter to pointer-to-const.
40734         [_LIBC] (re_search_2_stub): Use mempcpy.
40735
40736         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
40737         mbrtowc for very simple UTF-8 case.
40738
40739         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
40740         a pointer-to-const.
40741         (re_acquire_state_context): Likewise.
40742         * lib/regex_internal.h: Adjust prototypes.
40743
40744         * lib/regex.c: Prevent using C++ compilers.
40745
40746         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
40747         (re_acquire_state_context): Likewise.
40748
40749 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40750
40751         * modules/regex (Depends-on): Add ssize_t.
40752
40753 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40754
40755         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
40756         translation table.
40757
40758 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40759
40760         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
40761
40762 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
40763             Bruno Haible  <bruno@clisp.org>
40764
40765         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
40766         <sys/types.h> and <inttypes.h>.
40767
40768 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40769
40770         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
40771         `__error_t_defined', so argp.h will not typedef the former.
40772
40773 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
40774
40775         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
40776         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
40777         glibc names.  Even if glibc is changed to conform to POSIX, the
40778         traditional names will be available anyway, since regex depends on
40779         the extensions module.  Also, fix a longstanding typo in the
40780         implementation of Spencer ERE test #75 from grep 2.3.  Problems
40781         reported by Emanuele Giaquinta.  Also, change sense of cached
40782         variable, so that the message makes sense.
40783
40784 2006-03-24  Simon Josefsson  <jas@extundo.com>
40785
40786         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
40787         including some doc fixes.
40788         (base64_encode_alloc): Fix +1 bug on allocation failures.
40789
40790 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40791
40792         * lib/base64.c (base64_encode): Do not read past end of array with
40793         unsanitized input on systems with CHAR_BIT > 8.
40794
40795 2006-03-24  Eric Blake  <ebb9@byu.net>
40796
40797         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
40798
40799 2006-03-22  Karl Berry  <karl@gnu.org>
40800
40801         * config/srclist.txt (*setenv.[ch]): get from coreutils.
40802         * config/srclistvars.sh (COREUTILS): new var.
40803
40804 2006-03-17  Jim Meyering  <jim@meyering.net>
40805
40806         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
40807         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
40808
40809 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
40810
40811         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
40812         no longer needs it.  Instead, check that regoff_t is as least
40813         as wide as ptrdiff_t.
40814
40815         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
40816         so that our regex.h stays compatible with the installed regex.
40817         This is helpful for installers who configure --without-included-regex.
40818         Problem reported by Emanuele Giaquinta.
40819
40820 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
40821
40822         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
40823         Typedef to long int, not to off_, as POSIX will likely change
40824         in that direction.
40825
40826 2006-03-15  Eric Blake  <ebb9@byu.net>
40827
40828         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
40829
40830 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
40831
40832         * lib/argp-help.c (validate_uparams): Fix typo
40833         * lib/argp-parse.c (argp_default_options): Consistently begin help
40834         messages with a lowercase letter.
40835
40836 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
40837
40838         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
40839         overrun buffers and shouldn't be used (much as gets shouldn't be
40840         used).
40841         * lib/time_r.c (asctime_r, ctime_r): Likewise.
40842
40843 2006-03-08  Simon Josefsson  <jas@extundo.com>
40844
40845         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
40846         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40847
40848 2006-03-08  Simon Josefsson  <jas@extundo.com>
40849
40850         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
40851         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40852
40853 2006-03-08  Simon Josefsson  <jas@extundo.com>
40854
40855         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
40856         signal that configure disabled the device.
40857
40858 2006-03-08  Simon Josefsson  <jas@extundo.com>
40859
40860         * build-aux/maint.mk: Fix refresh-po, to handle no translated
40861         languages.
40862
40863 2006-03-07  Simon Josefsson  <jas@extundo.com>
40864
40865         * modules/getopt (Depends-on): Add unistd.
40866
40867         * modules/unistd: New file.
40868
40869 2006-03-07  Simon Josefsson  <jas@extundo.com>
40870
40871         * modules/gc-random: New file.
40872
40873 2006-03-07  Simon Josefsson  <jas@extundo.com>
40874
40875         * m4/unistd_h.m4: New file.
40876
40877 2006-03-07  Simon Josefsson  <jas@extundo.com>
40878
40879         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
40880         test to be side-effect free by storing the result in the cache
40881         variable gl_cv_lib_readline, and moving the assignment of
40882         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
40883         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40884
40885 2006-03-07  Simon Josefsson  <jas@extundo.com>
40886
40887         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
40888         error on missing devices (the functions will return an error).
40889
40890         * m4/gc.m4: Move random stuff to gc-random.m4
40891
40892 2006-03-07  Simon Josefsson  <jas@extundo.com>
40893
40894         * lib/unistd_.h: New file.
40895
40896 2006-03-07  Simon Josefsson  <jas@extundo.com>
40897
40898         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
40899
40900 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
40901
40902         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
40903         Problem reported by Juan Manuel Guerrero.
40904
40905 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
40906
40907         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
40908         the unistd module.
40909         * lib/getlogin_r.c: Likewise.
40910         * lib/getlogin_r.h: Likewise.
40911         * lib/glob.c: Likewise.
40912         * lib/pagealign_alloc.c: Likewise.
40913         * lib/unistd_.h: Remove; no longer needed.
40914
40915 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
40916
40917         * MODULES.html.sh (Support for systems lacking POSIX:2001):
40918         Add unistd.
40919         * modules/c-stack (Depends-on): Add unistd.
40920         * modules/getlogin_r: Likewise.
40921         * modules/glob: Likewise.
40922         * modules/pagealign_alloc: Likewise.
40923         * modules/unistd (Files): Remove lib/unistd_.h.
40924         (EXTRA_DIST): Remove.
40925         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
40926         need unistd_.h.
40927         (MOSTLYCLEANFILES): Remove unistd.h-t.
40928
40929 2006-03-03  Simon Josefsson  <jas@extundo.com>
40930
40931         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
40932
40933 2006-03-03  Simon Josefsson  <jas@extundo.com>
40934
40935         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
40936         libidn and bison.
40937
40938 2006-03-03  Simon Josefsson  <jas@extundo.com>
40939
40940         * build-aux/maint.mk: Add indent target.
40941
40942 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
40943
40944         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
40945         our replacement poll.h in any case, to avoid a differing
40946         declaration from a system header.  Seen on AIX.
40947
40948 2006-03-01  Simon Josefsson  <jas@extundo.com>
40949
40950         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
40951         <kasal@ucw.cz>.
40952
40953 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40954
40955         * modules/gettime (Depends-on): Add extensions module.
40956         * modules/nanosleep (Depends-on): Likewise.
40957         * modules/settime (Depends-on): Likewise.
40958
40959 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40960
40961         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
40962         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
40963         pedantically.
40964         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40965         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
40966
40967         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
40968         not "==".  Reported by Ralf Wildenhues.
40969
40970 2006-03-01  Karl Berry  <karl@gnu.org>
40971
40972         * doc/Copyright/request-*: new files, synced from gnuorg.
40973
40974 2006-03-01  Karl Berry  <karl@gnu.org>
40975
40976         * config/srclist.txt (Copyright/*): new entries.
40977
40978 2006-02-28  Simon Josefsson  <jas@extundo.com>
40979
40980         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
40981
40982 2006-02-27  Simon Josefsson  <jas@extundo.com>
40983
40984         * lib/base64.h: Indent #define's.  From Jim Meyering
40985         <jim@meyering.net>.
40986
40987 2006-02-27  Jim Meyering  <jim@meyering.net>
40988
40989         Revert the change of 2006-02-24, so these files can continue
40990         to be sync'd from gettext.
40991         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
40992         of `config.h'.
40993
40994 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
40995
40996         * modules/intprops: New file.
40997         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
40998         Add intprops.
40999         * modules/getloadavg (Files): Remove lib/intprops.h.
41000         (Depends-on): Add intprops.
41001         * modules/human: Likewise.
41002         * modules/inttostr: Likewise.
41003         * modules/openat: Likewise.
41004         * modules/sig2str: Likewise.
41005         * modules/userspec: Likewise.
41006         * modules/utimecmp: Likewise.
41007         * modules/xnanosleep: Likewise.
41008         * modules/xstrtol: Likewise.
41009
41010 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
41011
41012         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
41013         * modules/lock-tests (TESTS): Use $(EXEEXT).
41014         * modules/tls-tests: Likewise.
41015         * modules/argp-tests: Likewise.
41016         (check_PROGRAMS): New var, replacing...
41017         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
41018
41019 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41020
41021         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
41022         `config.h'.
41023
41024 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
41025
41026         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
41027
41028 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41029
41030         Sync from coreutils.
41031         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
41032         gl_CHDIR_SAFER.
41033
41034 2006-02-22  Jim Meyering  <jim@meyering.net>
41035
41036         Sync from coreutils.
41037         * m4/chdir-safer.m4: New file.
41038
41039 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
41040
41041         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
41042         AT_FDCWD exceeds INT_MAX.
41043         * lib/openat.h (AT_FDCWD): Likewise.
41044
41045 2006-02-17  Eric Blake  <address@hidden>
41046
41047         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
41048
41049 2006-02-16  Simon Josefsson  <jas@extundo.com>
41050
41051         * modules/getaddrinfo (Depends-on): Add sys_socket.
41052
41053 2006-02-15  Simon Josefsson  <jas@extundo.com>
41054
41055         * build-aux/maint.mk: Add dsyntax-check rule.
41056
41057 2006-02-15  Eric Blake  <ebb9@byu.net>
41058
41059         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
41060         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
41061         'present but cannot compile' warnings on cygwin.
41062         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
41063         use ws2tcpip.h if sys/socket.h works.
41064         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
41065         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
41066
41067 2006-02-14  Simon Josefsson  <jas@extundo.com>
41068
41069         * modules/maintainer-makefile (Files): Rename.
41070
41071         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
41072         and (the local) Makefile.cfg to maint-cfg.mk.
41073
41074         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
41075         to the latter.
41076
41077         * modules/maintainer-makefile: New module.
41078
41079         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
41080         severaly stripped to make it possible to build it up from scratch
41081         with reliable tests.
41082
41083         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
41084         fixes to permit overriding the default actions when configure and
41085         makefile are not available.
41086
41087 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
41088
41089         Sync from coreutils.
41090         * modules/lstat (Depends-on): Don't depend on xalloc.
41091         (License): Change from GPL to LGPL, since this is now simply a
41092         replacement for a libc function.
41093
41094 2006-02-14  Jim Meyering  <jim@meyering.net>
41095
41096         Sync from coreutils.
41097
41098         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
41099         failure on deficient systems, and simplify gnulib lgpl dependencies.
41100         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
41101         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
41102
41103         * lib/xalloc-die.c: Remove unused definition of N_.
41104
41105 2006-02-14  Jim Meyering  <jim@meyering.net>
41106
41107         Sync from coreutils.
41108         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
41109         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
41110         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
41111         double-quote uses of that variable, to accommodate the rare case in
41112         which getmntent is available in none of the libraries checked.  This
41113         happens at least on FreeBSD 5.0.
41114
41115 2006-02-13  Simon Josefsson  <jas@extundo.com>
41116
41117         * gnulib-tool (Usage): Fix --import, from
41118         karl@freefriends.org (Karl Berry).
41119
41120 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
41121
41122         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
41123
41124 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
41125
41126         * lib/argp-namefrob.h: Restore changes accidentally lost during the
41127         "autoupdate" on 2005-12-12.
41128
41129 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
41130
41131         * modules/closeout (Depends-on): Remove atexit.
41132
41133 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
41134
41135         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
41136         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
41137
41138 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
41139
41140         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
41141         __EXTENSIONS__ if this causes compilation to fail.  Problem
41142         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
41143         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
41144
41145 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
41146
41147         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
41148         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
41149         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
41150         All uses changed.
41151
41152 2006-01-26  Simon Josefsson  <jas@extundo.com>
41153
41154         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
41155         prototype is visible on mingw32.
41156
41157         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
41158         for mingw32.
41159
41160         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
41161         mingw32).
41162
41163 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
41164
41165         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
41166         attempt to open for write; this always fails, at least on POSIX
41167         hosts.  This reinstates the 2006-01-09 change, which was
41168         inadvertently removed.
41169
41170 2006-01-26  Bruno Haible  <bruno@clisp.org>
41171
41172         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
41173         Reported by Paul Eggert.
41174
41175 2006-01-26  Bruno Haible  <bruno@clisp.org>
41176             Paul Eggert  <eggert@cs.ucla.edu>
41177
41178         * lib/stdbool_.h (_Bool)
41179         [(! (defined __cplusplus || defined __BEOS__)
41180           && !defined __GNUC__
41181           && !(defined __HP_cc || defined __xlc__
41182                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
41183                || defined __sgi))]:
41184         #define to signed char in these cases too; this simplifies
41185         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
41186         etc., separately) and makes it more conservative.
41187
41188 2006-01-25  Simon Josefsson  <jas@extundo.com>
41189
41190         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
41191         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
41192         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
41193
41194 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
41195
41196         * lib/argp-namefrob.h: Bugfix. Remove stray #
41197
41198 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
41199
41200         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
41201         so that we test the test.
41202         Check for yet another HP-UX cc bug involving *bool |= bool.
41203
41204 2006-01-25  Karl Berry  <karl@gnu.org>
41205
41206         * config/srclist.txt (vasnprintf.c): sync lost.
41207
41208 2006-01-25  Jim Meyering  <jim@meyering.net>
41209
41210         Sync from the stable (b5) branch of coreutils:
41211
41212         * lib/fts.c (fts_children): Don't let close() clobber errno from
41213         failed fchdir().
41214
41215         * lib/fts.c (fts_stat): When following a symlink-to-directory,
41216         don't necessarily interpret stat-fails+lstat-succeeds as indicating
41217         a dangling symlink.  That can also happen at least for ELOOP.
41218         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
41219         FYI, this bug predates the inclusion of fts.c in coreutils.
41220
41221         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
41222         in their own block, so pre-c99 compilers don't object.
41223
41224         Avoid the double-free (first in fts_read, second in fts_close) that
41225         would occur when an `active' directory is made inaccessible (e.g.,
41226         via chmod a-x) during a traversal.
41227         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
41228         before returning.  Reproduce this failure by
41229         mkdir -p a/b; cd a; chmod a-x . b
41230         Reported by Stavros Passas.
41231
41232 2006-01-25  Jim Meyering  <jim@meyering.net>
41233
41234         * lib/fileblocks.c: Remove more useless parentheses.
41235         * lib/readutmp.h: Likewise.
41236
41237 2006-01-25  Bruno Haible  <bruno@clisp.org>
41238
41239         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
41240         warnings.
41241         Reported by Paul Eggert.
41242
41243 2006-01-25  Bruno Haible  <bruno@clisp.org>
41244
41245         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
41246         rid of a trap command. For Solaris sh.
41247         Reported by Mark D. Baushke <mdb@gnu.org>.
41248
41249 2006-01-24  Simon Josefsson  <jas@extundo.com>
41250
41251         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
41252         Bruno.
41253
41254 2006-01-24  Karl Berry  <karl@gnu.org>
41255
41256         * config/srclist.txt (argp-namefrob.h): sync lost.
41257
41258 2006-01-24  Jim Meyering  <jim@meyering.net>
41259
41260         * modules/openat (Files): Add lib/intprops.h.
41261         From Mark D. Baushke.
41262
41263 2006-01-24  Jim Meyering  <jim@meyering.net>
41264
41265         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
41266         Reported by Mark D. Baushke.
41267
41268 2006-01-24  Jim Meyering  <jim@meyering.net>
41269
41270         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
41271
41272 2006-01-24  Bruno Haible  <bruno@clisp.org>
41273
41274         * modules/strnlen (Maintainer): Change from glibc to all.
41275
41276 2006-01-24  Bruno Haible  <bruno@clisp.org>
41277
41278         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
41279         Patch by Paul Eggert.
41280
41281 2006-01-24  Bruno Haible  <bruno@clisp.org>
41282
41283         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
41284         already has it.
41285         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
41286         2005-11-26.
41287
41288         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
41289         'signed char' to avoid problems with the built-in _Bool type.
41290         Reported by Paul Eggert on 2005-11-26.
41291
41292 2006-01-24  Bruno Haible  <bruno@clisp.org>
41293
41294         * gnulib-tool (func_import): Avoid constructing complicated sed
41295         expressions inside backquote.
41296         Report and solution by Mark D. Baushke <mdb@gnu.org>.
41297
41298 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
41299
41300         These changes imported from libc.
41301         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
41302         test and two separate function calls.
41303         * lib/strndup.c (__strndup): Add libc_hidden_def.
41304
41305 2006-01-23  Simon Josefsson  <jas@extundo.com>
41306
41307         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
41308         Remove the test_*_SOURCES variable: automake infers it by default.
41309         * modules/tls-tests: Likewise.
41310
41311 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
41312
41313         Work around porting bugs reported by Dieter in
41314         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
41315         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
41316         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
41317         Include "getopt.h" first, to check interface.
41318         (getenv): Declare only if defined HAVE_DECL_GETENV &&
41319         !HAVE_DECL_GETENV.
41320         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
41321         (__strndup): Revert to K&R-style function dfns, the glibc style.
41322         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
41323         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
41324         Include strnlen.h first, to get prototype properly.
41325         (strnlen): Renamed from __strnlen.
41326         Remove weak alias.
41327
41328 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
41329
41330         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
41331
41332 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
41333
41334         * config/srclist.txt: Adjust to reflect glibc reorganization.
41335         This affects only comments.
41336
41337 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
41338
41339          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
41340          Reported by Bruce Korb <bkorb@gnu.org>.
41341
41342 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
41343
41344         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
41345         to pacify gcc -Wswitch-default.
41346
41347 2006-01-22  Bruno Haible  <bruno@clisp.org>
41348
41349         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
41350         temporary buffer for sprintf, take into account the precision also
41351         for 'd', 'i', 'u', 'o', 'x', 'X'.
41352
41353 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
41354
41355         * modules/argp-tests: New module
41356         * tests/test-argp.c: New file
41357         * tests/test-argp-2.sh: New file
41358
41359 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
41360
41361         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
41362         (__argp_base_name): Removed
41363         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
41364         typo.
41365         (__argp_base_name): Provide macro definition or extern declaration
41366         depending on the configuration
41367
41368 2006-01-20  Simon Josefsson  <jas@extundo.com>
41369
41370         * modules/inet_ntop (Depends-on): Depend on sys_socket.
41371
41372 2006-01-20  Simon Josefsson  <jas@extundo.com>
41373
41374         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
41375
41376 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
41377
41378         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
41379         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
41380         Suggested by Bruno Haible.
41381
41382 2006-01-20  Karl Berry  <karl@gnu.org>
41383
41384         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
41385         until changes propagate, I guess.
41386
41387 2006-01-19  Simon Josefsson  <jas@extundo.com>
41388
41389         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
41390
41391 2006-01-19  Simon Josefsson  <jas@extundo.com>
41392
41393         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
41394
41395 2006-01-19  Simon Josefsson  <jas@extundo.com>
41396
41397         * gnulib-tool: Set check_PROGRAMS.
41398
41399         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
41400         modules/des-tests, modules/gc-arcfour-tests,
41401         modules/gc-arctwo-tests, modules/gc-des-tests,
41402         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
41403         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
41404         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
41405         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
41406         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
41407         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
41408         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
41409         test_*_SOURCES.
41410
41411 2006-01-18  Simon Josefsson  <jas@extundo.com>
41412
41413         * modules/socklen (Depends-on): Depend on sys_socket.
41414
41415 2006-01-18  Simon Josefsson  <jas@extundo.com>
41416
41417         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
41418         modules/des-tests, modules/gc-arcfour-tests,
41419         modules/gc-arctwo-tests, modules/gc-des-tests,
41420         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
41421         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
41422         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
41423         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
41424         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
41425         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
41426         $(EXEEXT) to automake TESTS variable, for mingw32.
41427
41428 2006-01-17  Simon Josefsson  <jas@extundo.com>
41429
41430         * modules/socklen (Include): Need sys/socket.h.
41431
41432 2006-01-17  Bruno Haible  <bruno@clisp.org>
41433
41434         * modules/ssize_t (Include): Add <sys/types.h>.
41435
41436 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
41437
41438         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
41439         it's not portable and it doesn't work with cross-compiles.
41440         Problem reported by Bruno Haible.  Fix missing-$ typo in
41441         'test "gl_cv_ignore_unused_libraries" ...' that prevented
41442         -zignore from being used with Sun's C compiler.
41443
41444 2006-01-12  Simon Josefsson  <jas@extundo.com>
41445
41446         * lib/base64.c: Fix warning, reported by Bruno Haible
41447         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
41448
41449 2006-01-12  Bruno Haible  <bruno@clisp.org>
41450
41451         * modules/ldd: New file.
41452         * build-aux/ldd.sh.in: New file.
41453         * MODULES.html.sh (Support for building libraries and executables): Add
41454         ldd.
41455
41456 2006-01-12  Bruno Haible  <bruno@clisp.org>
41457
41458         * m4/ldd.m4: New file.
41459
41460 2006-01-12  Bruno Haible  <bruno@clisp.org>
41461
41462         * gnulib-tool (func_import, func_create_testdir): Don't go into an
41463         endless loop while replacing $auxdir with build-aux.
41464
41465 2006-01-11  Simon Josefsson  <jas@extundo.com>
41466
41467         * lib/stdint_.h (SIZE_MAX): Add missing (.
41468
41469 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
41470
41471         Sync from coreutils.
41472         * lib/md5.c: Fix commentary typos.
41473         (alignof, UNALIGNED_P): No need for a GCC-specific version.
41474         * lib/md5.h (__attribute__): Remove; unused.
41475         * lib/sha1.c: Fix commentary to match md5 better.
41476         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
41477         so that we don't need to worry about alignment.  All uses changed.
41478         This merges the 2005-10-28 md5 change into sha1.
41479
41480 2006-01-11  Jim Meyering  <jim@meyering.net>
41481
41482         Sync from coreutils.
41483         * lib/md5.c (OP): Fix spacing.
41484
41485 2006-01-11  Bruno Haible  <bruno@clisp.org>
41486
41487         Ensure automatic ordering between gl_LOCK and gl_ARGP.
41488         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
41489         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
41490
41491 2006-01-11  Bruno Haible  <bruno@clisp.org>
41492
41493         Ensure automatic ordering between gl_LOCK and gl_ARGP.
41494         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
41495         the "early" section as well.
41496
41497 2006-01-11  Bruno Haible  <bruno@clisp.org>
41498
41499         Avoid "ar: no archive members specified" error on MacOS X.
41500         * gnulib-tool (func_modules_add_dummy): New function.
41501         (func_import, func_create_testdir): Invoke it.
41502
41503 2006-01-11  Bruno Haible  <bruno@clisp.org>
41504
41505         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
41506         with $auxdir in AC_CONFIG_FILES statements.
41507
41508 2006-01-11  Bruno Haible  <bruno@clisp.org>
41509
41510         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41511         Initialize also noinst_HEADERS to empty.
41512
41513 2006-01-11  Bruno Haible  <bruno@clisp.org>
41514
41515         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
41516         variables.
41517         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
41518         autoreconf.
41519
41520 2006-01-11  Bruno Haible  <bruno@clisp.org>
41521
41522         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
41523         overridable by the user.
41524         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41525
41526 2006-01-10  Simon Josefsson  <jas@extundo.com>
41527
41528         * modules/sys_socket: New file.
41529
41530 2006-01-10  Simon Josefsson  <jas@extundo.com>
41531
41532         * m4/sys_socket_h.m4: New file.
41533
41534 2006-01-10  Simon Josefsson  <jas@extundo.com>
41535
41536         * lib/socket_.h: New file.
41537
41538 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41539
41540         * modules/readutmp (Maintainer): Add myself.
41541
41542 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41543
41544         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
41545         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
41546         People who are still concerned with buggy memcmp implementations
41547         can invoke gl_FUNC_MEMCMP themselves.
41548
41549 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41550
41551         * lib/regex_internal.h (BITSET_WORD_BITS):
41552         Work around a bug in 64-bit PGC (before version 6.1-2), where the
41553         preprocessor mishandles large unsigned values as if they were signed.
41554         Problem reported by Claudio Fontana in
41555         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
41556
41557 2006-01-10  Jim Meyering  <jim@meyering.net>
41558
41559         Avoid the double-free (first in fts_read, second in fts_close) that
41560         would occur when an `active' directory is made inaccessible (e.g.,
41561         via chmod a-x) during a traversal.
41562         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
41563         before returning.  Reproduce this failure by
41564         mkdir -p a/b; cd a; chmod a-x . b
41565         Reported by Stavros Passas.
41566
41567         Sync from coreutils.
41568         * lib/sha1.c: Tweak grammar in a comment.
41569
41570 2006-01-10  Jim Meyering  <jim@meyering.net>
41571
41572         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
41573         Patch by Joerg Sonnenberger.
41574
41575 2006-01-10  Bruno Haible  <bruno@clisp.org>
41576
41577         * modules/readutmp: Depend on module free.
41578         * modules/strtok_r: Depend on module restrict.
41579
41580 2006-01-10  Bruno Haible  <bruno@clisp.org>
41581
41582         * modules/gettext (configure.ac): Add an invocation of
41583         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
41584
41585 2006-01-10  Bruno Haible  <bruno@clisp.org>
41586
41587         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
41588         Reported by Werner Lemberg <wl@gnu.org>.
41589
41590 2006-01-10  Bruno Haible  <bruno@clisp.org>
41591
41592         * lib/localcharset.c: Update from GNU gettext.
41593
41594 2006-01-10  Bruno Haible  <bruno@clisp.org>
41595
41596         * lib/argp.h (__const): Remove macro. Use const instead.
41597         * lib/argp-fmtstream.h (__const): Likewise.
41598         * lib/glob_.h (__const): Remove macro.
41599         * lib/glob-libc.h: Use const instead of __const.
41600
41601 2006-01-10  Bruno Haible  <bruno@clisp.org>
41602
41603         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
41604         variable.
41605         Needed to avoid an automake error regarding the 'gettext' module.
41606
41607 2006-01-09  Simon Josefsson  <jas@extundo.com>
41608
41609         * modules/inet_ntop (Depends-on): Add restrict.
41610
41611 2006-01-09  Simon Josefsson  <jas@extundo.com>
41612
41613         * modules/gc-rijndael-tests (License): Put under LGPL.
41614
41615         * modules/gc-des-tests (License): Likewise.
41616
41617         * modules/gc-arcfour-tests (License): Likewise.
41618
41619         * modules/gc-arctwo-tests (License): Likewise.
41620
41621         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
41622
41623         * modules/gc-hmac-sha1-tests (Files): Likewise.
41624
41625         * modules/gc-hmac-md5-tests (License): Likewise.
41626
41627         * modules/gc-sha1-tests (License): Likewise.
41628
41629         * modules/gc-md5-tests (License): Likewise.
41630
41631         * modules/gc-md4-tests (License): Likewise.
41632
41633         * modules/gc-md2-tests (License): Likewise.
41634
41635         * modules/gc-tests (License): Likewise.
41636
41637         * modules/des-tests (License): Likewise.
41638
41639         * modules/md4-tests (License): Likewise.
41640
41641         * modules/md2-tests (License): Likewise.
41642
41643 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
41644
41645         Sync from coreutils:
41646
41647         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
41648         * modules/lib-ignore: New file.
41649         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
41650         chdir-safer.m4, lchmod.m4.
41651         * modules/openat: Add mkdirat.c, openat-priv.h.
41652
41653 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
41654
41655         Sync from coreutils.
41656         * m4/lib-ignore.m4: New file.
41657         * m4/lchmod.m4: New file.
41658
41659 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
41660
41661         Sync from coreutils.
41662         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
41663         for write access: POSIX says that must fail.
41664         * lib/fts.c (diropen): Likewise.
41665         * lib/save-cwd.c (save_cwd): Likewise.
41666         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
41667         well, for minor improvements on hosts that lack O_DIRECTORY.
41668         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
41669         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
41670         Fall back on chown if open failed with EACCES.
41671
41672         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
41673         Report an error at compile-time if only a 1-second nominal clock
41674         resolution is found.
41675
41676         * lib/lchmod.h: New file.
41677         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
41678         (make_dir_parents): Use lchown rather than chown, and
41679         lchmod rather than chmod.
41680
41681         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
41682         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
41683         "proc" reported by n0dalus.
41684
41685         * lib/mountlist.c: Include <limits.h>.
41686         (dev_from_mount_options)
41687         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
41688         New function.  It no longer assumes "dev=" has the System V meaning
41689         on Linux (since it doesn't).  It also parses "dev=" more carefully.
41690         (read_file_system_list)
41691         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
41692         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
41693         dev= in that case.
41694
41695         * lib/posixtm.h (PDS_PRE_2000): New macro.
41696         * lib/posixtm.c (year): Arg is now syntax_bits rather than
41697         allow_century.  All usages changed.  Reject dates outside the range
41698         1969-1999 if PDS_PRE_2000 is used.
41699
41700 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
41701
41702         Sync from coreutils.
41703         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
41704         (Time of day items): Mention the possibility of leap seconds.
41705         Problem reported by Dr. David Alan Gilbert.
41706
41707 2006-01-09  Jim Meyering  <jim@meyering.net>
41708
41709         Sync from coreutils.
41710
41711         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
41712
41713         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
41714
41715         * lib/modechange.c (mode_compile): Reject an invalid mode string
41716         that starts with an octal digit.  From Andreas Gruenbacher.
41717
41718         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
41719         and dup to open_safer and dup_safer, respectively.
41720         (openat_permissive): Fix typo in comment.
41721
41722         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
41723         "gettext.h"; either no longer needed or are guaranteed by openat.h.
41724         (_): Remove; no longer needed.
41725         (openat): Renamed from rpl_openat; no need for rpl_openat
41726         since openat.h renames openat for us.
41727         Replace most of the body with a call to openat_permissive,
41728         to avoid duplicate code.
41729         Port to (probably hypothetical) environments were mode_t is
41730         wider than int.
41731         (openat_permissive): Require mode arg, so that we can check
41732         types better.  Put it just after flags.  Change cwd failure
41733         indicator from pointer-to-bool to pointer-to-errno-value.
41734         All callers changed.
41735         Invoke openat_save_fail and/or openat_restore_fail if
41736         cwd_errno is null, so that openat can call us.
41737         (openat_permissive, fdopendir, fstatat, unlinkat):
41738         Simplify errno handling to avoid some duplicate code,
41739         as it's OK to set errno on success.
41740         * lib/openat.h: Revamp code so that function macros depend on
41741         __OPENAT_PREFIX only, not also on AT_FDCWD.
41742         (openat_ro): Remove.  Caller changed to use openat_permissive.
41743         (openat_permissive): Now a macro, if not a function.
41744         (openat_restore_fail, openat_save_fail): Now always functions,
41745         since mkdirat needs them even if __OPENAT_PREFIX is defined.
41746
41747         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
41748         and openat.c.
41749         * lib/mkdirat.c: Include openat-priv.h.
41750         Remove definitions of macros defined therein.
41751         * lib/openat.c: Likewise.
41752
41753         * lib/mkdirat.c (mkdirat): New file and function.
41754         * lib/openat.h (mkdirat): Declare.
41755
41756         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
41757
41758         * lib/openat.h (openat_permissive): Declare.
41759         (openat_ro): Define.
41760
41761         * lib/openat.c (EXPECTED_ERRNO): New macro.
41762         (openat_permissive): New function -- used in remove.c rewrite.
41763         (all functions): Set errno just before returning, only if there
41764         was an actual failure.
41765         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
41766
41767         Emulate openat-family functions using Linux's procfs, if possible.
41768         Idea and some code based on Ulrich Drepper's glibc changes.
41769
41770         * lib/openat.c: (BUILD_PROC_NAME): New macro.
41771         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
41772         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
41773         before falling back on save_cwd and restore_cwd.
41774         (fdopendir, fstatat, unlinkat): Likewise.
41775
41776         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
41777         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
41778
41779         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
41780         as second argument to va_arg.  Otherwise, some versions of gcc
41781         warn that `if this code is reached, the program will abort'.
41782
41783 2006-01-09  Jim Meyering  <jim@meyering.net>
41784
41785         Sync from coreutils.
41786         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
41787         Require openat-priv.h.
41788
41789 2006-01-09  Bruno Haible  <bruno@clisp.org>
41790
41791         * modules/strnlen (Include): Use strnlen.h.
41792
41793 2006-01-09  Bruno Haible  <bruno@clisp.org>
41794
41795         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
41796
41797 2006-01-09  Bruno Haible  <bruno@clisp.org>
41798
41799         * lib/sysexit_.h (EX_OK): New macro.
41800         Suggested by Martin Lambers <marlam@marlam.de>.
41801
41802 2006-01-09  Bruno Haible  <bruno@clisp.org>
41803
41804         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
41805         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
41806
41807 2006-01-09  Bruno Haible  <bruno@clisp.org>
41808
41809         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
41810         numbers.
41811
41812 2006-01-09  Bruno Haible  <bruno@clisp.org>
41813
41814         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
41815         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
41816         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
41817         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
41818
41819 2006-01-09  Bruno Haible  <bruno@clisp.org>
41820
41821         * build-aux/javacomp.sh.in: New file, moved from lib/.
41822         * modules/javacomp-script (Files): Update.
41823         (configure.ac): Add AC_CONFIG_FILES invocation.
41824         (EXTRA_DIST): Remove variable.
41825
41826         * build-aux/javaexec.sh.in: New file, moved from lib/.
41827         * modules/javaexec (Files): Update.
41828         (configure.ac): Add AC_CONFIG_FILES invocation.
41829         (EXTRA_DIST): Remove javaexec.sh.in.
41830
41831         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
41832         * modules/csharpcomp-script (Files): Update.
41833         (configure.ac): Add AC_CONFIG_FILES invocation.
41834         (EXTRA_DIST): Remove variable.
41835
41836         * build-aux/csharpexec.sh.in: New file, moved from lib/.
41837         * modules/csharpexec (Files): Update.
41838         (configure.ac): Add AC_CONFIG_FILES invocation.
41839         (EXTRA_DIST): Remove csharpexec.sh.in.
41840
41841 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
41842
41843         Sync from coreutils.
41844
41845         Add POSIX ACL support
41846         * lib/acl.h (copy_acl, set_acl): Add declarations.
41847         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
41848         systems other than Linux.
41849         (chmod_or_fchmod): New function: use fchmod when possible,
41850         and chmod otherwise.
41851         (file_has_acl): Add a POSIX ACL implementation, with a
41852         Linux-specific subcase.
41853         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
41854         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
41855         acls are unsupported.
41856         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
41857         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
41858         are unsupported.
41859
41860 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
41861
41862         Sync from coreutils.
41863         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
41864
41865 2006-01-07  Bruno Haible  <bruno@clisp.org>
41866
41867         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
41868         gl_EARLY.
41869
41870 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41871
41872         * lib/strftime.c (tzname): Don't declare if it is already #defined.
41873         Problem reported for Mingw by Mark Junker.
41874
41875 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41876
41877         * README: Gnulib normally doesn't generate a tarball.
41878
41879 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
41880
41881         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
41882         long int, not int, for nanosecond counts, so that people who are
41883         used to POSIX struct timespec won't be surprised.  Reported by Jim
41884         Meyering.
41885
41886 2005-12-28  Bruno Haible  <bruno@clisp.org>
41887
41888         * build-aux/config.rpath: Update from GNU gettext.
41889
41890 2005-12-16  Jim Meyering  <jim@meyering.net>
41891
41892         * modules/fprintftime: New module.
41893         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
41894
41895 2005-12-16  Jim Meyering  <jim@meyering.net>
41896
41897         * m4/fprintftime.m4: New file.
41898
41899 2005-12-16  Jim Meyering  <jim@meyering.net>
41900
41901         * lib/fprintftime.c, lib/fprintftime.h: New files.
41902
41903 2005-12-15  Simon Josefsson  <jas@extundo.com>
41904
41905         * modules/socklen (configure.ac): Fix M4 macro name, to align with
41906         new m4/socklen.m4.
41907
41908 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
41909
41910         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
41911         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
41912
41913 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
41914
41915         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
41916         * lib/argp-help.c (fill_in_uparams): Check if the constructed
41917         struct uparams is valid. Fall back to the default values if it is
41918         not.
41919
41920 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41921
41922         * modules/argp (Files): Add argp-pin.c
41923         (Depends-on): dirname
41924         (lib_SOURCES): Add argp-pin.c
41925
41926 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41927
41928         * m4/argp.m4:  Check if program_invocation_name and
41929         program_invocation_short_name are declared and define appropriate
41930         macros if they are not.
41931
41932 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41933
41934         * lib/argp-help.c (__argp_base_name): New function
41935         (__argp_short_program_name): Rewrite using __argp_base_name
41936         * lib/argp-namefrob.h: Define program_invocation_name and
41937         program_invocation_short_name if requested
41938         (__argp_base_name): Add prototype
41939         * lib/argp-parse.c (argp_def): Use gettext wrappers
41940         (argp_default_parser): Use __argp_base_name
41941         * lib/argp-pin.c: New file. Defines program_invocation_name and
41942         program_invocation_short_name on systems that lack them.
41943
41944 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
41945
41946         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
41947         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
41948         porting problem reported by Georg Schwarz in
41949         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
41950
41951 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
41952
41953         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
41954         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
41955         porting problem reported by Georg Schwarz in
41956         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
41957
41958 2005-12-05  Bruno Haible  <bruno@clisp.org>
41959
41960         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
41961         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
41962         Reported by Mark Junker <mjscod@gmx.de>.
41963
41964 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
41965
41966         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
41967         Use implementation from Albert Chin, with some
41968         comments/corrections by Stepan Kasal and myself.
41969
41970 2005-12-02  Bruno Haible  <bruno@clisp.org>
41971
41972         * gnulib-tool (func_import): Accept GPLed build tool modules when
41973         --lgpl is given.
41974         * modules/csharpcomp-script: New file.
41975         * modules/csharpcomp: Depend on it.
41976         * modules/javacomp-script: New file.
41977         * modules/javacomp: Depend on it.
41978         Suggested by Simon Josefsson.
41979
41980 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
41981
41982         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
41983         statement, to work around an HP-UX 10.20 compiler bug reported by
41984         Peter O'Gorman.
41985
41986 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
41987
41988         * modules/savedir (Depends-on): Add openat.
41989
41990 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
41991
41992         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
41993         (uintmax_t) [defined uintmax_t]: Do not declare.
41994         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
41995         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
41996         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
41997         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
41998         sake of portability to weird hosts that C allows (though we don't
41999         know of any practical examples).
42000
42001         * lib/savedir.h (fdsavedir): New decl.
42002         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
42003         contains most of the former guts of savedir.
42004         (savedir): Use savedirstream.
42005         Include "openat.h".
42006
42007 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
42008
42009         * modules/obstack (Files): Add m4/ulonglong.m4.
42010         Problem reported by Davide Angelocola.
42011
42012 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
42013
42014         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
42015         coreutils no longer futzes with rounding modes.
42016
42017 2005-11-14  Jim Meyering  <jim@meyering.net>
42018
42019         * lib/mkstemp-safer.c: Include <config.h>, required for possible
42020         replacement of mkstemp.
42021
42022 2005-11-10  Simon Josefsson  <jas@extundo.com>
42023
42024         * lib/readline.c: Remove EOL.
42025
42026 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42027
42028         * modules/gethrxtime (Depends-on): Add gettime.
42029
42030 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42031
42032         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
42033         or gettimeofday; no longer needed.
42034
42035 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42036
42037         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
42038         time business.
42039         (gethrxtime) [! (HAVE_NANOUPTIME
42040         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
42041         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
42042         our own approximation.
42043
42044 2005-11-08  Eric Blake  <ebb9@byu.net>
42045
42046         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
42047
42048 2005-11-08  Eric Blake  <ebb9@byu.net>
42049
42050         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
42051
42052 2005-11-04  Bruno Haible  <bruno@clisp.org>
42053
42054         * gnulib-tool: Implement --update mode.
42055
42056 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
42057
42058         Fix porting problem reported by Theodoros V. Kalamatianos.
42059         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
42060         Don't assume that futimes failing means we must fail.
42061
42062 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
42063
42064         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
42065         variables to suggest the intended function of the PATH_MAX check.
42066
42067 2005-10-30  Kean Johnston  <jkj@sco.com>
42068
42069         Trivial changes to support SCO systems.
42070         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
42071         as PATH_MAX.
42072         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
42073         where __ptr is null when no I/O is pending.
42074
42075 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
42076
42077         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
42078         leave errno alone.  Problem reported by Dmitry V. Levin.
42079
42080 2005-10-28  Simon Josefsson  <jas@extundo.com>
42081
42082         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
42083         Test more.
42084
42085         * tests/test-gc-md2.c, tests/test-md2.c: New files.
42086
42087         * modules/md2, modules/md2-tests: New files.
42088
42089 2005-10-28  Simon Josefsson  <jas@extundo.com>
42090
42091         * m4/inet_ntop.m4: More tests.
42092
42093         * m4/gc-md2.m4, md2.m4: New file.
42094
42095 2005-10-28  Simon Josefsson  <jas@extundo.com>
42096
42097         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
42098         "restrict" keywords, as per POSIX.  Protect the function
42099         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
42100         Don't use K&R prototypes.  Check the sprintf return values.
42101         Re-define EAFNOSUPPORT if not present.  Indent.
42102
42103         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
42104         suggested by Bruno Haible <bruno@clisp.org>.
42105
42106         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
42107
42108         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
42109
42110         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
42111         libgcrypt).
42112
42113         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
42114
42115         * lib/md2.h, lib/md2.c: New files.
42116
42117 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
42118
42119         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
42120         errno alone.  Problem reported by Frederic Jolliton.
42121
42122 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42123
42124         * modules/verify (License): Change from GPL to LGPL.  This is a
42125         tiny module and there are apparently near-equivalents that are
42126         under the BSD license.
42127
42128 2005-10-24  Simon Josefsson  <jas@extundo.com>
42129
42130         * modules/sha1: Relicense to LGPL.
42131
42132 2005-10-24  Simon Josefsson  <jas@extundo.com>
42133
42134         * lib/md4.h: Shrink buffer size, now that we changed the type.
42135
42136 2005-10-23  Simon Josefsson  <jas@extundo.com>
42137
42138         * gnulib-tool (func_import): Fix --tests-base.
42139
42140 2005-10-22  Simon Josefsson  <jas@extundo.com>
42141
42142         * modules/arcfour (Depends-on): Need stdint.
42143
42144 2005-10-22  Simon Josefsson  <jas@extundo.com>
42145
42146         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
42147         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
42148
42149 2005-10-22  Simon Josefsson  <jas@extundo.com>
42150
42151         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
42152         suggested by Bruno Haible <bruno@clisp.org>.
42153
42154 2005-10-22  Simon Josefsson  <jas@extundo.com>
42155
42156         * lib/crc.h: Include stddef.h, for size_t.
42157
42158 2005-10-22  Simon Josefsson  <jas@extundo.com>
42159
42160         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
42161         arcfour_context struct (simplify test vector testing in GNU
42162         Shishi).
42163
42164 2005-10-21  Simon Josefsson  <jas@extundo.com>
42165
42166         * modules/des, modules/des-tests: New files.
42167
42168         * modules/gc-des, modules/gc-des-tests: New files.
42169
42170         * tests/test-des.c, tests/test-gc-des.c: New file.
42171
42172 2005-10-21  Simon Josefsson  <jas@extundo.com>
42173
42174         * modules/arctwo, modules/arctwo-tests: New files.
42175
42176         * tests/test-arctwo.c: New file.
42177
42178         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
42179
42180         * tests/test-gc-arctwo.c: New file.
42181
42182 2005-10-21  Simon Josefsson  <jas@extundo.com>
42183
42184         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
42185         Bruno Haible <bruno@clisp.org>.
42186
42187         * m4/gc-des.m4: New file.
42188
42189 2005-10-21  Simon Josefsson  <jas@extundo.com>
42190
42191         * m4/arctwo.m4: New file.
42192
42193         * m4/gc-arctwo.m4: New file.
42194
42195 2005-10-21  Simon Josefsson  <jas@extundo.com>
42196
42197         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
42198         block.
42199
42200 2005-10-21  Simon Josefsson  <jas@extundo.com>
42201
42202         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
42203         <bruno@clisp.org>.
42204
42205         * lib/hmac-sha1.c (hmac_sha1): Likewise.
42206
42207         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
42208         Bruno Haible <bruno@clisp.org>.
42209
42210         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
42211         <bruno@clisp.org>.
42212
42213 2005-10-21  Simon Josefsson  <jas@extundo.com>
42214
42215         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
42216
42217 2005-10-21  Simon Josefsson  <jas@extundo.com>
42218
42219         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
42220
42221 2005-10-21  Simon Josefsson  <jas@extundo.com>
42222
42223         * lib/des.h, lib/des.c: New files.
42224
42225         * lib/gc-gnulib.c: Support DES.c
42226
42227 2005-10-21  Simon Josefsson  <jas@extundo.com>
42228
42229         * lib/arctwo.h, lib/arctwo.c: New files.
42230
42231         * lib/gc-gnulib.c: Support ARCTWO.
42232
42233 2005-10-21  Simon Josefsson  <jas@extundo.com>
42234
42235         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
42236         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42237
42238 2005-10-21  Simon Josefsson  <jas@extundo.com>
42239
42240         * gnulib-tool (func_import, func_create_testdir): Define automake
42241         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
42242         Makefile.am snippet),
42243         suggested by Bruno Haible <bruno@clisp.org>.
42244
42245         * modules/gc (Makefile.am): Use it.
42246
42247 2005-10-21  Bruno Haible  <bruno@clisp.org>
42248
42249         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
42250         patch.
42251
42252 2005-10-19  Simon Josefsson  <jas@extundo.com>
42253
42254         * tests/test-gc-rijndael.c: New file.
42255
42256         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
42257
42258 2005-10-19  Simon Josefsson  <jas@extundo.com>
42259
42260         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
42261         interface too.
42262
42263 2005-10-19  Simon Josefsson  <jas@extundo.com>
42264
42265         * tests/test-gc-arcfour.c: New file.
42266
42267         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
42268
42269 2005-10-19  Simon Josefsson  <jas@extundo.com>
42270
42271         * modules/gc-md4, modules/gc-md4-tests: New file.
42272
42273         * tests/test-gc-md4.c: New file.
42274
42275 2005-10-19  Simon Josefsson  <jas@extundo.com>
42276
42277         * m4/gc-md4.m4: New file.
42278
42279 2005-10-19  Simon Josefsson  <jas@extundo.com>
42280
42281         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
42282         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
42283         <kasal@ucw.cz>.
42284
42285 2005-10-19  Simon Josefsson  <jas@extundo.com>
42286
42287         * m4/gc-arcfour.m4: New file.
42288
42289         * m4/gc-rijndael.m4: New file.
42290
42291 2005-10-19  Simon Josefsson  <jas@extundo.com>
42292
42293         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
42294
42295 2005-10-19  Simon Josefsson  <jas@extundo.com>
42296
42297         * lib/gc-gnulib.c: Support ARCFOUR.
42298
42299 2005-10-19  Simon Josefsson  <jas@extundo.com>
42300
42301         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
42302         support.
42303
42304         * lib/gc.h: Add ECB enum type.
42305
42306         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
42307
42308 2005-10-18  Simon Josefsson  <jas@extundo.com>
42309
42310         * tests/test-md5.c: New file.
42311
42312         * modules/md5-tests: New file.
42313
42314 2005-10-18  Simon Josefsson  <jas@extundo.com>
42315
42316         * tests/test-md4.c: New file.
42317
42318         * modules/md4, modules/md4-tests: New files.
42319
42320 2005-10-18  Simon Josefsson  <jas@extundo.com>
42321
42322         * m4/md4.m4: New file.
42323
42324 2005-10-18  Simon Josefsson  <jas@extundo.com>
42325
42326         * lib/md4.h, lib/md4.c: New files, based on md5.?.
42327
42328 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
42329
42330         * gnulib-tool (func_create_testdir): Omit the second check whether
42331         BUILT_SOURCES in nonempty.
42332
42333 2005-10-17  Simon Josefsson  <jas@extundo.com>
42334
42335         * tests/test-rijndael.c: New file.
42336
42337 2005-10-17  Simon Josefsson  <jas@extundo.com>
42338
42339         * modules/sha1: Depend on stdint instead of md5.
42340
42341         * modules/md5: Depend on stdint, remove uint32_t.
42342
42343 2005-10-17  Simon Josefsson  <jas@extundo.com>
42344
42345         * modules/gc-sha1-tests: New file.
42346
42347         * tests/test-gc-sha1.c: New file.
42348
42349 2005-10-17  Simon Josefsson  <jas@extundo.com>
42350
42351         * m4/md5.m4: Remove call to uint32_t.m4.
42352
42353 2005-10-17  Simon Josefsson  <jas@extundo.com>
42354
42355         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
42356
42357         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
42358         md5.h.
42359
42360         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
42361
42362         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
42363
42364 2005-10-17  Simon Josefsson  <jas@extundo.com>
42365
42366         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
42367
42368 2005-10-17  Simon Josefsson  <jas@extundo.com>
42369
42370         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
42371
42372 2005-10-17  Simon Josefsson  <jas@extundo.com>
42373
42374         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
42375
42376         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
42377
42378 2005-10-17  Bruno Haible  <bruno@clisp.org>
42379
42380         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
42381         that it can also be used in a test.
42382
42383 2005-10-16  Bruno Haible  <bruno@clisp.org>
42384
42385         * gnulib-tool (func_emit_tests_Makefile_am): Also define
42386         TESTS_ENVIRONMENT, so that individual tests can augment it.
42387
42388         * gnulib-tool (func_create_testdir): Use an intermediate target for
42389         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
42390         macros, like $(ALLOCA_H), which cannot be passed through the command
42391         line.
42392
42393 2005-10-15  Simon Josefsson  <jas@extundo.com>
42394
42395         * modules/rijndael-tests: New file.
42396
42397         * modules/rijndael: New file.
42398
42399 2005-10-15  Simon Josefsson  <jas@extundo.com>
42400
42401         * m4/rijndael.m4: New file.
42402
42403 2005-10-15  Simon Josefsson  <jas@extundo.com>
42404
42405         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
42406
42407         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
42408
42409 2005-10-14  Simon Josefsson  <jas@extundo.com>
42410
42411         * tests/test-arcfour.c: New file.
42412
42413         * modules/arcfour, modules/arcfour-tests: New files.
42414
42415 2005-10-14  Simon Josefsson  <jas@extundo.com>
42416
42417         * m4/arcfour.m4: New file.
42418
42419 2005-10-14  Simon Josefsson  <jas@extundo.com>
42420
42421         * lib/arcfour.h, lib/arcfour.c: New files.
42422
42423 2005-10-14  Roland McGrath  <roland@redhat.com>
42424
42425         Import from libc.  [BZ #1331]
42426         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
42427         macro argument.
42428         Reported by Matej Vela <vela@debian.org>.
42429
42430 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42431
42432         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
42433         include <wchar.h>; no longer needed.
42434
42435 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42436
42437         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
42438
42439 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
42440         and  Ulrich Drepper  <drepper@redhat.com>
42441
42442         Import from libc.
42443         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
42444         instead of inline stream orientation test and two separate
42445         function calls.  Pay no attention to USE_IN_LIBIO.
42446
42447 2005-10-13  Simon Josefsson  <jas@extundo.com>
42448
42449         * modules/gc-hmac-md5-tests: New file.
42450
42451         * tests/test-gc-hmac-sha1.c: New file.
42452
42453         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
42454
42455         * modules/gc-hmac-md5-tests: New file.
42456
42457         * tests/test-gc-md5.c: New file.
42458
42459         * modules/gc-md5-tests: New file.
42460
42461 2005-10-13  Simon Josefsson  <jas@extundo.com>
42462
42463         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
42464         Move memory allocation outside of loop.
42465
42466 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
42467
42468         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
42469         intermediate directory is in a read-only file system.  Problem
42470         reported by Eric Blake.
42471
42472 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
42473
42474         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
42475
42476 2005-10-12  Simon Josefsson  <jas@extundo.com>
42477
42478         * tests/test-hmac-sha1.c: New file.
42479
42480         * modules/hmac-sha1-tests: New file.
42481
42482         * modules/hmac-sha1: New file.
42483
42484 2005-10-12  Simon Josefsson  <jas@extundo.com>
42485
42486         * modules/gc-sha1: New file.
42487
42488 2005-10-12  Simon Josefsson  <jas@extundo.com>
42489
42490         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
42491
42492         * tests/test-gc-pbkdf2-sha1.c: New file.
42493
42494 2005-10-12  Simon Josefsson  <jas@extundo.com>
42495
42496         * modules/gc-md5, modules/gc-hmac-md5: New files.
42497
42498         * modules/gc (Files): Remove md5, memxor and hmac files.
42499
42500 2005-10-12  Simon Josefsson  <jas@extundo.com>
42501
42502         * m4/gc-pbkdf2-sha1.m4: New file.
42503
42504         * m4/gc-hmac-sha1.m4: New file.
42505
42506         * m4/gc-sha1: New file.
42507
42508         * m4/hmac-sha1.m4: New file.
42509
42510 2005-10-12  Simon Josefsson  <jas@extundo.com>
42511
42512         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
42513
42514         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
42515
42516 2005-10-12  Simon Josefsson  <jas@extundo.com>
42517
42518         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
42519         suggested by Bruno Haible <bruno@clisp.org>.
42520
42521 2005-10-12  Simon Josefsson  <jas@extundo.com>
42522
42523         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
42524
42525 2005-10-12  Simon Josefsson  <jas@extundo.com>
42526
42527         * lib/gc-pbkdf2-sha1.c: New file.
42528
42529         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
42530
42531 2005-10-12  Simon Josefsson  <jas@extundo.com>
42532
42533         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
42534
42535         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
42536
42537 2005-10-12  Simon Josefsson  <jas@extundo.com>
42538
42539         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
42540         GC_USE_HMAC_MD5, respectively.
42541
42542         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
42543         (gc_md5): Fix typo.
42544
42545         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
42546
42547         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
42548
42549         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
42550
42551 2005-10-12  Bruno Haible  <bruno@clisp.org>
42552
42553         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
42554         Reported by Stepan Kasal <kasal@ucw.cz>.
42555
42556 2005-10-11  Simon Josefsson  <jas@extundo.com>
42557
42558         * tests/test-crc.c: New file.
42559
42560         * modules/crc, modules/crc-tests: New files.
42561
42562 2005-10-11  Simon Josefsson  <jas@extundo.com>
42563
42564         * m4/crc.m4: New file.
42565
42566 2005-10-11  Simon Josefsson  <jas@extundo.com>
42567
42568         * lib/gc.h: Add gc_hash and gc_hash_buffer.
42569
42570         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
42571
42572         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
42573
42574 2005-10-11  Simon Josefsson  <jas@extundo.com>
42575
42576         * lib/crc.h, lib/crc.c: New files.
42577
42578         * lib/gc.h (gc_hash_buffer): Add doc.
42579
42580 2005-10-11  Bruno Haible  <bruno@clisp.org>
42581
42582         * modules/c-strcasestr: New file.
42583         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
42584
42585 2005-10-11  Bruno Haible  <bruno@clisp.org>
42586
42587         * modules/c-strcase: New file.
42588         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
42589
42590 2005-10-11  Bruno Haible  <bruno@clisp.org>
42591
42592         * lib/strcasecmp.c: Include limits.h.
42593         (strcasecmp): Avoid integer overflow on exotic platforms.
42594         * lib/strncasecmp.c: Include limits.h.
42595         (strncasecmp): Avoid integer overflow on exotic platforms.
42596         Reported by Paul Eggert.
42597
42598 2005-10-11  Bruno Haible  <bruno@clisp.org>
42599
42600         * lib/c-strcasestr.h: New file, from GNU gettext.
42601         * lib/c-strcasestr.c: New file, from GNU gettext.
42602
42603 2005-10-11  Bruno Haible  <bruno@clisp.org>
42604
42605         * lib/c-strcase.h: New file, from GNU gettext.
42606         * lib/c-strcasecmp.c: New file, from GNU gettext.
42607         * lib/c-strncasecmp.c: New file, from GNU gettext.
42608
42609 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42610
42611         * modules/mempcpy (License): GPL -> LGPL.
42612         * modules/strchrnul (License): Likewise.
42613         * modules/sysexits (License): Likewise.
42614
42615 2005-10-08  Simon Josefsson  <jas@extundo.com>
42616
42617         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
42618
42619 2005-10-07  Simon Josefsson  <jas@extundo.com>
42620
42621         * m4/memxor.m4: Remove gl_C_RESTRICT call.
42622
42623 2005-10-06  Simon Josefsson  <jas@extundo.com>
42624
42625         * tests/test-hmac-md5.c: New file.
42626
42627         * modules/hmac-md5-tests: New file.
42628
42629         * modules/hmac-md5: New file.
42630
42631 2005-10-06  Simon Josefsson  <jas@extundo.com>
42632
42633         * m4/hmac-md5.m4: New file.
42634
42635         * m4/memxor.m4: Require gl_C_RESTRICT.
42636
42637 2005-10-06  Simon Josefsson  <jas@extundo.com>
42638
42639         * lib/memxor.c (memxor): Avoid casts and warnings.
42640
42641 2005-10-06  Simon Josefsson  <jas@extundo.com>
42642
42643         * lib/hmac-md5.c: New file.
42644
42645         * lib/hmac.h: New file.
42646
42647 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42648
42649         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
42650         promotes to int, not unsigned int, to catch the AIX 5.3
42651         compiler bug.
42652
42653 2005-10-05  Simon Josefsson  <jas@extundo.com>
42654
42655         * modules/memxor: New file.
42656
42657         * modules/iconv (Files): Move config.rpath to havelib, it is used
42658         there.
42659
42660         * modules/havelib (Files): Add config.rpath.
42661
42662 2005-10-05  Simon Josefsson  <jas@extundo.com>
42663
42664         * m4/memxor.m4: New file.
42665
42666 2005-10-05  Simon Josefsson  <jas@extundo.com>
42667
42668         * lib/memxor.c (memxor): Fix compiler error.
42669
42670         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
42671         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
42672
42673         * lib/memxor.h, lib/memxor.c: New files.
42674
42675         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
42676         we assume all systems have it, suggested by Jim Meyering
42677         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
42678         any systems lack sys/socket.h; mingw32 is known to lack it, but we
42679         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
42680         same reasons.
42681
42682 2005-10-05  Simon Josefsson  <jas@extundo.com>
42683
42684         * config/srclist.txt: Add glibc bug 1423 for md5.h.
42685
42686 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42687
42688         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
42689         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
42690         needed, since the source code now assumes these .h files.
42691
42692 2005-10-05  Derek Price  <derek@ximbiot.com>
42693
42694         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
42695
42696 2005-10-05  Bruno Haible  <bruno@clisp.org>
42697
42698         * modules/stdint (License): Change to LGPL.
42699
42700 2005-10-04  Simon Josefsson  <jas@extundo.com>
42701
42702         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
42703         D. Baushke" <mdb@gnu.org>.
42704
42705 2005-10-04  Bruno Haible  <bruno@clisp.org>
42706
42707         * lib/verify.h (verify_true): Provide alternative definition for C++.
42708
42709 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
42710
42711         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
42712         (SSIZE_MAX): New macro, if not already defined.
42713         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
42714         than 2 GiB.
42715
42716 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
42717
42718         Sync from coreutils.
42719         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
42720         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
42721         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
42722         ULLONG_MAX doesn't work with 2.7.2.1.
42723
42724 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
42725
42726         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
42727         From Ben Pfaff.
42728
42729         * modules/exclude (Depends-on): Depend on verify.
42730         * modules/strtoimax (Depends-on): Likewise.
42731         * modules/utimecmp (Depends-on): Likewise.
42732
42733 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
42734
42735         * lib/exclude.c: Include verify.h.
42736         (verify): Remove.  All callers changed to use verify.h's version.
42737         * lib/strtoimax.c: Likewise.
42738         * lib/utimecmp.c: Likewis.e
42739
42740         Sync from coreutils.
42741         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
42742         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
42743         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
42744         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
42745         bother returning ENOSYS if settimeofday or stime fails; just let
42746         them return whatever errno they want to return.
42747         * lib/utimens.c: Include unistd.h, for dup2.
42748         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
42749         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
42750
42751 2005-10-02  Jim Meyering  <jim@meyering.net>
42752
42753         Sync from coreutils.
42754         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
42755         from glibc-2.2.5 that fails for read-only files.
42756
42757 2005-10-02  Jim Meyering  <jim@meyering.net>
42758
42759         Sync from coreutils.
42760         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
42761         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
42762         `#if HAVE_CONFIG_H'.
42763         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
42764         Remove AT_FDCWD test.
42765         Do not consume the fd unless successful.
42766         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
42767         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
42768         block, so that we don't even try to compile it if settimeofday is
42769         available.  This works around a compilation failure on OSF1 V5.1,
42770         due to stime requiring a `long int*' while tv_sec is `int'.
42771
42772 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
42773
42774         Sync from coreutils.
42775         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
42776         against `yes', rather than just testing for nonempty.
42777
42778 2005-10-01  Simon Josefsson  <jas@extundo.com>
42779
42780         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
42781         and Darwin.
42782
42783         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
42784         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
42785         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
42786         freeaddrinfo and gai_strerror are declared by the POSIX headers.
42787         Check if struct addrinfo is declared.
42788
42789 2005-10-01  Simon Josefsson  <jas@extundo.com>
42790
42791         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
42792         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
42793         AI_* and EAI_* definitions.  Protect function declarations.
42794
42795 2005-10-01  Jim Meyering  <jim@meyering.net>
42796
42797         Sync from coreutils.
42798
42799         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
42800         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
42801         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
42802         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
42803         in the inet and nsl libraries.  Required on Solaris 5.7.
42804
42805 2005-10-01  Jim Meyering  <jim@meyering.net>
42806
42807         Sync from coreutils.
42808         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
42809         in the inet and nsl libraries.  Required on Solaris 5.7.
42810
42811 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
42812
42813         * lib/getdelim.c (getdelim): Remove unused variables.
42814
42815 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42816
42817         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
42818         so that the code works even with ancient cpp.  Portability problem
42819         with GCC 2.7.2.1 reported by Thomas M.Ott.
42820
42821 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42822
42823         * modules/regex (Depends-on): Add strcase.
42824
42825         * modules/gethostname (Licence): Change from GPL to LGPL, since
42826         gethostname.c is a trivial implementation of a standard library
42827         function.
42828         * modules/poll (License): Change from GPL to LGPL, since it's
42829         derived from LGPL code.
42830
42831 2005-09-27  Jim Meyering  <jim@meyering.net>
42832
42833         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
42834         HAVE_CONFIG_H.
42835
42836         * lib/intprops.h (signed_type_or_expr__): Define.
42837         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
42838         for unsigned types.
42839
42840 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
42841
42842         * lib/verify.h (verify_expr): Remove, replacing with:
42843         (verify_true): New macro that returns true instead of void.
42844         (verify_type__): Remove.
42845         (verify): Use verify_true rather than verify_type__.
42846
42847 2005-09-26  Bruno Haible  <bruno@clisp.org>
42848
42849         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
42850         is necessary.
42851         (lib_SOURCES): Remove mbchar.c.
42852         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
42853         (Files): Add m4/mbrtowc.m4.
42854         * modules/mbiter: Likewise.
42855         * modules/mbuiter: Likewise.
42856
42857 2005-09-26  Bruno Haible  <bruno@clisp.org>
42858
42859         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
42860         compile mbchar.c if they are not both present.
42861         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
42862         * m4/mbiter.m4 (gl_MBITER): Likewise.
42863         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
42864         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
42865         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
42866
42867 2005-09-25  Jim Meyering  <jim@meyering.net>
42868
42869         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
42870         also uses socklen_t.
42871
42872 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
42873
42874         * lib/utimens.c (ENOSYS): Define if not already defined.
42875         (futimens): Support having a null PATH if the file descriptor
42876         is nonnegative.
42877
42878         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
42879         Remove.
42880         (__attribute): Define to empty unless GCC 3.1 or later.
42881         This works around a core dump on OpenBSD 3.4, which has GCC
42882         2.95.3, which dumps core when given __attribute__(()).  It also
42883         simplifies other tests, since we really don't want to bother with
42884         worrying about which ancient version of GCC supported what.
42885         Original problem reported by Yoann Vandoorselaere, with part of
42886         the fix suggested by Derek Price.
42887
42888 2005-09-24  Jim Meyering  <jim@meyering.net>
42889
42890         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
42891         so we can once again use a positive bitfield width of 1 -- now we
42892         don't have to explain why we were using a bitfield width of 2.
42893
42894 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
42895
42896         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
42897         and similarly for the other external symbols.  Problem reported
42898         by James Gallager.
42899
42900         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
42901         bug reported by Jim Meyering.
42902
42903         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
42904         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
42905         not needed, since socklen is a prerequisite module.
42906
42907 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
42908
42909         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
42910         Problem reported by Eric Blake.
42911         (getaddrinfo): Initialize se so that it's not garbage.
42912         Redo internal storage allocation so that it doesn't make unportable
42913         assumptions about alignment.
42914         Fix a memory leak.
42915
42916         * lib/utimens.c (futimens): Use futimesat if available.
42917         Prefer it to futimes since it doesn't have the futimes bug.
42918
42919         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
42920         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
42921         Instead, declare a function that returns a pointer to an array,
42922         and use verify_type__ to declare the size of the array.
42923         Problem and germ of a solution reported by Bruno Haible.
42924         (verify_type__): Use 2, not 1, for bitfield size, to avoid
42925         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
42926
42927 2005-09-23  Jim Meyering  <jim@meyering.net>
42928
42929         Sync from coreutils.
42930         Correct build failure (socklen_t not defined) on at least
42931         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
42932         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
42933
42934 2005-09-23  Jim Meyering  <jim@meyering.net>
42935
42936         * modules/getaddrinfo (Depends-on): Add socklen.
42937
42938 2005-09-23  Bruno Haible  <bruno@clisp.org>
42939
42940         * tests/test-verify.c: New file.
42941
42942 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
42943
42944         Sync from coreutils.
42945
42946         * modules/argmatch (Depends-on): Add verify.
42947         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
42948         unistd-safer.
42949         * modules/save-cwd (Depends-on): Likewise.
42950
42951         * modules/openat (Files): Add lib/openat-die.c.
42952         (Depends-on): Remove error, exitfail.
42953         Add dirname.
42954
42955         * modules/verify: New file.
42956         * MODULES.html.sh (Diagnostics <assert.h>): New section,
42957         with "verify" module.
42958
42959 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
42960
42961         Sync from coreutils.
42962
42963         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
42964         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
42965         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
42966         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
42967         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
42968         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
42969         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
42970         Don't bother checking for string.h, stdlib.h, unistd.h.
42971         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
42972         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
42973         module's job.
42974         * m4/jm-macros.m4 (gl_MACROS): Likewise.
42975         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
42976
42977         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
42978         (gl_GETDATE): Use it.
42979
42980         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
42981
42982 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
42983
42984         Sync from coreutils.
42985
42986         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
42987         stat-time.h.
42988         * lib/argmatch.h: Include verify.h
42989         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
42990         (ARGMATCH_ASSERT): Remove; unused.
42991         * lib/canonicalize.c: Assume STDC_HEADERS.
42992         * lib/exclude.c: Include "strcase.h".
42993         * lib/regex_internal.h [!defined _LIBC]: Likewise.
42994         * lib/getusershell.c: Include stdio--.h rather than stdio.h
42995         and stdio-safer.h.
42996         (getusershell): Call fopen, not fopen_safer.
42997         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
42998         Do not include unistd-safer.h.
42999         (save_cwd): Don't call fd_safer; no longer needed
43000         now that we include fcntl--.h.
43001
43002         * lib/getdate.y (relative_time): New type.
43003         (RELATIVE_TIME_0): New constant.
43004         (parser_control): Use relative_time instead of doing it ourselves.
43005         (%union): Add new relative_time rel member.
43006         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
43007         Now typeless.
43008         (relunit, relunit_snumber): Now of type rel.
43009         (zone, rel, relunit, get_date): Adjust to above changes.
43010
43011         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
43012         Do not include unistd-safer.h.
43013         (getloadavg): Don't call fd_safer; no longer needed
43014         now that we include fcntl--.h.
43015
43016         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
43017         (make_dir_parents): Treat ENOSYS like EEXIST.
43018
43019         Improve quality of diagnostics on restore_cwd failure.
43020         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
43021         (make_dir_parents): Last arg is now int * (for errno), not bool *.
43022         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
43023         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
43024         each time through the loop.  Do not diagnose restore_cwd failure;
43025         that is the caller's job (and perhaps the caller does not care).
43026
43027         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
43028         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
43029         If the file already exists but is not a directory, don't bother
43030         to try to make its parents.
43031         Close potential file descriptor leak if we can't chdir("/") (!).
43032         Don't always return true if chdir($PWD) fails; return true only
43033         if the requested action was done successfully (except for the
43034         chdir($PWD)).
43035         Don't log final directory unless we actually made it.
43036         Refactor to avoid duplicate code to fix up permissions.
43037         Don't attempt to fix up parent permissions if chdir($PWD) fails.
43038
43039         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
43040         to make it a bit faster and (I hope) clearer.
43041         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
43042         Fix bug in formats like %2N.
43043
43044         * lib/verify.h: New file.
43045
43046 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43047
43048         Sync from coreutils.
43049         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
43050
43051 2005-09-22  Jim Meyering  <jim@meyering.net>
43052
43053         Sync from coreutils.
43054
43055         * m4/lstat.m4 (gl_FUNC_LSTAT):
43056         Use AC_LIBSOURCES to require lstat.c and lstat.h.
43057         Remove obsolete comment.
43058         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
43059         * m4/xstrtod.m4: Likewise.
43060
43061         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
43062
43063 2005-09-22  Jim Meyering  <jim@meyering.net>
43064
43065         Sync from coreutils.
43066
43067         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
43068
43069         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
43070         the .tm_year member, since otherwise gcc-4.0 would now warn about
43071         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
43072
43073         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
43074         order to avoid an unsuppressible warning from gcc on 64-bit systems.
43075
43076         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
43077         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
43078         when run in a time zone for which daylight savings time is in effect
43079         for the starting date.
43080
43081         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
43082         stop us from restricting permissions of just-created absolute-named
43083         directories.
43084         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
43085         to restore initial working directory.
43086         * lib/mkdir-p.c (make_dir_parents): New parameter:
43087         different_working_dir, to tell caller if/when we change the working
43088         directory and are unable to return to the initial one.
43089         * lib/mkdir-p.h (make_dir_parents): Update prototype.
43090         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
43091         `return false'.  This fixes a bug introduced on 2004-07-30.
43092
43093         * lib/openat.c (fdopendir): Be sure to close the supplied
43094         file descriptor before returning.  This makes our replacement
43095         implementation a little closer to Solaris's, where fdopendir
43096         ties the file descriptor to the returned DIR* pointer.
43097         * lib/openat.c (unlinkat): New function.
43098         * lib/openat.h (unlinkat): Add prototype.
43099         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
43100         (openat_restore_fail): Rename from openat_restore_die.
43101         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
43102
43103         Provide an alternative to exiting immediately upon save_cwd or
43104         restore_cwd failure.  Now, an application can arrange e.g.,
43105         to perform a longjump in that case.
43106         * lib/openat.c: Include dirname.h.
43107         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
43108         (rpl_openat, fdopendir, fstatat): Call openat_save_die
43109         and openat_restore_die rather than calling error directly.
43110         Don't include "error.h" or "exitfail.h"; they're no longer needed.
43111
43112         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
43113         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
43114         define.
43115
43116         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
43117         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
43118                             int utc, int nanoseconds);
43119         Background:
43120         date should not have to allocate a megabyte of virtual memory to
43121         handle a format argument like +%1048575T.  When implemented with
43122         strftime, it must allocate such a buffer, use strftime to fill it
43123         in, print it, then free it.
43124         With fprintftime, it simply prints everything and exits.
43125         With no need for memory allocation, that's one fewer way to fail.
43126         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
43127         optional field width, not before, so we accept %9:z, not %:9z.
43128         (my_strftime): Be sure to use L_('x') for literals.
43129
43130         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
43131         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
43132         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
43133         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
43134         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
43135         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
43136         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
43137         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
43138         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
43139         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
43140         * lib/xgethostname.c, lib/xreadlink.c:
43141         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
43142
43143         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
43144         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
43145         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
43146         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
43147         and don't include <sys/file.h>).
43148
43149 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
43150
43151         Sync from coreutils.
43152
43153         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
43154         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
43155         [!LDAV_DONE]: Avoid unused variable warning.
43156
43157 2005-09-21  Bruno Haible  <bruno@clisp.org>
43158
43159         * lib/unicodeio.h (unicode_to_mb): New declaration.
43160
43161 2005-09-20  Derek Price  <derek@ximbiot.com>
43162
43163         * lib/getaddrinfo.c: Don't include <netdb.h> included from
43164         getaddrinfo.h.
43165
43166 2005-09-20  Bruno Haible  <bruno@clisp.org>
43167
43168         * gnulib-tool: Remove trailing slashes from the values specified for
43169         --source-base, --m4-base, --tests-base, --aux-dir.
43170         Suggested by Simon Josefsson <jas@extundo.com>.
43171
43172 2005-09-20  Bruno Haible  <bruno@clisp.org>
43173
43174         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
43175         func_modules_to_filelist, func_import, func_create_testdir): Make all
43176         sorting results locale-independent, so that gnulib-cache.m4 doesn't
43177         change when gnulib-tool is invoked in a different locale.
43178
43179 2005-09-19  Simon Josefsson  <jas@extundo.com>
43180
43181         * m4/socklen.m4: Fix typo.
43182
43183 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43184
43185         Use a consistent style for including <config.h>.
43186         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
43187         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
43188         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
43189         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
43190         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
43191         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
43192         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
43193         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
43194         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
43195         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
43196         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
43197         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
43198         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
43199         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
43200         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
43201         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
43202         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
43203         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
43204         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
43205         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
43206         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
43207         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
43208         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
43209         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
43210         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
43211         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
43212         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
43213         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
43214         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
43215         lib/xstrtoumax.c, lib/yesno.c:
43216         Standardize inclusion of config.h.
43217         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
43218         lib/inttostr.h:  Removed inclusion of config.h from header files.
43219         * lib/inttostr.c:  Adjusted in-tree users.
43220         * lib/timespec.h: Remove superfluous warning to include config.h.
43221         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
43222         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
43223         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
43224         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
43225         config.h with HAVE_CONFIG_H.
43226
43227 2005-09-19  Jim Meyering  <jim@meyering.net>
43228
43229         * modules/pathmax (License): Change to LGPL.
43230
43231 2005-09-19  Derek Price  <derek@ximbiot.com>
43232
43233         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
43234
43235 2005-09-19  Bruno Haible  <bruno@clisp.org>
43236
43237         * gnulib-tool (import): Provide default for --tests-base.
43238
43239 2005-09-19  Bruno Haible  <bruno@clisp.org>
43240
43241         * doc/quote.texi: New file, extracted from gnulib.texi.
43242         * doc/ctime.texi: New file, extracted from gnulib.texi.
43243         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
43244         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
43245         * doc/gnulib.texi: Include them.
43246
43247 2005-09-18  Bruno Haible  <bruno@clisp.org>
43248
43249         Portability fix.
43250         * gnulib-tool (func_readlink): New function.
43251         (func_ln_if_changed): Use it.
43252
43253 2005-09-18  Bruno Haible  <bruno@clisp.org>
43254
43255         * gnulib-tool: Support --with-tests also with --import.
43256         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
43257         (func_import): Use variables $testsbase and $inctests. Emit a
43258         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
43259         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
43260         SUBDIRS += $testsdir.
43261         (func_create_testdir): Update.
43262
43263 2005-09-18  Bruno Haible  <bruno@clisp.org>
43264
43265         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
43266         instead of $dry_run.
43267         (func_cp_if_changed, func_mv_if_changed): Remove functions.
43268         (func_ln_if_changed): Don't handle dry-run here.
43269         (func_import): In dry-run mode, detect more precisely which actions
43270         would be performed, and don't use "...ing" verbs.
43271
43272 2005-09-18  Bruno Haible  <bruno@clisp.org>
43273
43274         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
43275         (func_import): Use join on two temporary files instead of three nested
43276         loops, in order to determine which files are new or old.
43277
43278 2005-09-18  Bruno Haible  <bruno@clisp.org>
43279
43280         * gnulib-tool (func_import): Comment out code that spits out the
43281         new files with --dry-run.
43282
43283 2005-09-18  Bruno Haible  <bruno@clisp.org>
43284
43285         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
43286
43287 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
43288
43289         * lib/stat-time.h: New file.
43290         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
43291         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
43292         in a different way.
43293         (timespec_cmp): New function.
43294         * lib/utimecmp.c: Include stat-time.h.
43295         (SYSCALL_RESOLUTION): Depend on whether various struct stat
43296         members exist, not on the obsolescent ST_MTIM_NSEC.
43297         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
43298
43299 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
43300
43301         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
43302
43303 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
43304
43305         * MODULES.html.sh (File system functions): Add stat-time.
43306         * modules/stat-time: New file.
43307         * modules/timespec (Files): Remove m4/st_mtim.m4; this
43308         is now done in a different way, by the stat-time module.
43309         * modules/utimecmp (Depends-on): Add stat-time.
43310
43311 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43312
43313         * m4/st_mtim.m4: Remove.  Superseded by...
43314         * m4/stat-time.m4: New file.
43315         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
43316         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
43317
43318 2005-09-15  Derek Price  <derek@ximbiot.com>
43319
43320         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
43321
43322 2005-09-15  Derek Price  <derek@ximbiot.com>
43323
43324         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
43325         * lib/regex_internal.c: Ditto, using this...
43326         (__GNUC_PREREQ): ...new macro.
43327         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
43328         using...
43329         (__GNUC_PREREQ): ...this new macro.
43330
43331         * lib/strstr.h: Include string.h. Define strstr as a macro here.
43332
43333 2005-09-15  Derek Price  <derek@ximbiot.com>
43334             Paul Eggert  <eggert@cs.ucla.edu>
43335
43336         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
43337         changes, consolidating in...
43338         * lib/regex_internal.h: ...this file.
43339
43340 2005-09-13  Jim Meyering  <jim@meyering.net>
43341
43342         * lib/canon-host.c: Filter through gnu indent and reword comments
43343         slightly.
43344         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
43345
43346 2005-09-13  Derek Price  <derek@ximbiot.com>
43347
43348         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
43349         failure.
43350         Reported by Jim Meyering  <jim@meyering.net>.
43351
43352 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43353
43354         * lib/base64.c: Typo.
43355         (base64_encode): Put b64str in initialized data section.
43356
43357 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
43358
43359         Merge glibc and coreutils changes into gnulib, plus a few
43360         extra fixes.
43361         * lib/md5.c: Use #error rather than a string.
43362         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
43363         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
43364         (__attribute__): Define to empty for non recent-GCC.
43365         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
43366         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
43367         Renamed from their non-__ counterparts, with new macros replacing
43368         them if not _LIBC.  Add __THROW attribute.
43369         (rol): Remove.
43370         (struct md5_ctx): Align buffer if using GCC.
43371         * lib/sha1.h (struct sha1_ctx): Likewise.
43372         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
43373         The old name was backwards.
43374         (NOTSWAP): Remove; not used.
43375         (rol): New macro, moved here from md5.h.
43376         (sha1_process_block): Remove a FIXME that doesn't make sense.
43377
43378 2005-09-12  Derek Price  <derek@ximbiot.com>
43379
43380         Return usable errors from canon-host.
43381         * lib/canon-host.h: New file.
43382         * lib/canon-host.c (canon_host): Wrap...
43383         (canon_host_r): ...this new function, which now relies exclusively on
43384         getaddrinfo.
43385         (ch_strerror): New function.
43386         (last_cherror): New global.
43387         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
43388         interface.
43389         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
43390         void *.
43391         (freeaddrinfo): Free ai->ai_canonname when set.
43392
43393 2005-09-12  Derek Price  <derek@ximbiot.com>
43394
43395         Make canon-host require getaddrinfo.
43396         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
43397         AC_LIBSOURCE canon-host.h.  Call...
43398         (gl_PREREQ_CANON_HOST): ...this new function, which requires
43399         gl_GETADDRINFO.
43400         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
43401
43402 2005-09-12  Derek Price  <derek@ximbiot.com>
43403
43404         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
43405         LGPL.
43406         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
43407
43408 2005-09-12  Derek Price  <derek@ximbiot.com>
43409
43410         * lib/gai_strerror.c: Include config.h when available.  Include
43411         getaddrinfo.h before other headers to test interface.
43412         Reported by Larry Jones <lawrence.jones@ugs.com>.
43413
43414 2005-09-12  Derek Price  <derek@ximbiot.com>
43415             Paul Eggert  <eggert@cs.ucla.edu>
43416
43417         * modules/glob (Files): Add glob-libc.h.
43418
43419 2005-09-12  Derek Price  <derek@ximbiot.com>
43420             Paul Eggert  <eggert@cs.ucla.edu>
43421
43422         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
43423         glob_.h, glob-libc.h.
43424         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
43425
43426 2005-09-12  Derek Price  <derek@ximbiot.com>
43427             Paul Eggert  <eggert@cs.ucla.edu>
43428
43429         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
43430         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
43431         protecting things that should be done only in gnulib contexts.
43432         * lib/glob_.h: New file, containing only the glob things needed for
43433         gnulib.
43434         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
43435         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
43436         (glob, globfree, glob_pattern_p): Now defined simply in terms of
43437         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
43438         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
43439         and to respect the namespace rules better.
43440
43441 2005-09-08  Simon Josefsson  <jas@extundo.com>
43442
43443         * modules/socklen: New file.
43444
43445 2005-09-08  Simon Josefsson  <jas@extundo.com>
43446
43447         * m4/socklen.m4: New file.
43448
43449 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43450
43451         * modules/utimens (Files): Add m4/utimbuf.m4, since
43452         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
43453         Reported by Sergey Poznyakoff.
43454
43455 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43456
43457         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
43458         definitions, since that's the preferred style in glibc.
43459         Fix a minor spacing issue, and update copyright notice to match
43460         glibc's.
43461
43462 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43463
43464         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
43465
43466 2005-09-06  Simon Josefsson  <jas@extundo.com>
43467
43468         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
43469         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
43470
43471 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43472
43473         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
43474         warning.
43475
43476 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43477
43478         * config/srclist.txt: Add glibc bug 1302.
43479
43480 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
43481
43482         Change bitset word type from unsigned int to unsigned long int,
43483         as this has better performance on typical 64-bit hosts.
43484         Port bitset code to hosts with unusual word sizes.
43485         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
43486         (build_collating_symbol):
43487         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
43488         argument is a bitset.  This is merely a style issue, but it makes
43489         it clearer that an entire array is expected.
43490         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
43491         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
43492         Port to the case where bitset_word is not the same as unsigned int.
43493         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
43494         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
43495         Likewise.
43496         * lib/regexec.c (check_dst_limits_calc_pos_1,
43497         check_subexp_matching_top):
43498         (build_trtable, group_nodes_into_DFAstates):
43499         Likewise.
43500         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
43501         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
43502         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
43503         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
43504         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
43505         * lib/regcomp.c (optimize_subexps, lower_subexp):
43506         Work even if bitset_word has holes in its bitwise representation.
43507         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
43508         * lib/regexec.c (check_dst_limits_calc_pos_1,
43509         check_subexp_matching_top):
43510         Likewise.
43511         * lib/regex_internal.c (re_string_reconstruct):
43512         Don't assume UCHAR_MAX == 255.
43513         * lib/regex_internal.h (bitset_set_all): Likewise.
43514         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
43515         All uses changed.
43516         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
43517         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
43518         All uses changed.
43519         (BITSET_WORD_MAX): New macro.
43520         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
43521         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
43522         (bitset_empty, bitset_copy):
43523         Prefer sizeof (bitset) to multiplying it out ourselves.
43524         (bitset_not_merge): Remove; unused.
43525         (bitset_contain): Return bool, not unsigned int with one bit on.
43526         All callers changed.
43527         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
43528         alignment than re_node_set; do this by defining a new internal
43529         type struct dests_alloc and using it to allocate memory.
43530
43531 2005-09-05  Bruno Haible  <bruno@clisp.org>
43532
43533         * gnulib-tool (func_import): Fix comparison in handling of symbolic
43534         links.
43535
43536 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
43537
43538         * modules/size_max (Makefile.am): Add size_max.h
43539
43540 2005-09-04  Derek Price  <derek@ximbiot.com>
43541
43542         * gnulib-tool (func_import): Fix reversed $symbolic logic.
43543
43544 2005-09-03  Simon Josefsson  <jas@extundo.com>
43545
43546         * gnulib-tool: Fix typo.
43547
43548 2005-09-03  Simon Josefsson  <jas@extundo.com>
43549
43550         * config/srclist.txt: Add glibc bug 1293.
43551
43552 2005-09-03  Derek Price  <derek@ximbiot.com>
43553
43554         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
43555         From Larry Jones <lawrence.jones@ugs.com>.
43556
43557 2005-09-02  Simon Josefsson  <jas@extundo.com>
43558
43559         * modules/socklen: New file.
43560
43561 2005-09-02  Simon Josefsson  <jas@extundo.com>
43562
43563         * modules/havelib: New module.
43564
43565         * modules/gettext, modules/iconv, modules/lock, modules/readline:
43566         Use havelib.
43567
43568 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
43569
43570         Check for arithmetic overflow when calculating sizes, to prevent
43571         some buffer-overflow issues.  These patches are conservative, in the
43572         sense that when I couldn't determine whether an overflow was possible,
43573         I inserted a run-time check.
43574         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
43575         macros.
43576         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
43577         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
43578         (re_xnrealloc, re_x2nrealloc): New inline functions.
43579         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
43580         parse_bracket_exp):
43581         (build_equiv_class, build_charclass): Check for arithmetic overflow
43582         in size expression calculations.
43583         * lib/regex_internal.c (re_string_realloc_buffers):
43584         (build_wcs_upper_buffer, re_node_set_add_intersect):
43585         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
43586         (re_dfa_add_node, register_state): Likewise.
43587         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
43588         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
43589         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
43590         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
43591
43592 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
43593
43594         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
43595         m4/ulonglong.m4.  Problem reported by Martin Lambers.
43596
43597 2005-09-02  Bruno Haible  <bruno@clisp.org>
43598
43599         Support for lib vs. lib64 distinction on biarch platforms.
43600         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
43601         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
43602         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
43603
43604 2005-09-02  Bruno Haible  <bruno@clisp.org>
43605
43606         * gnulib-tool (import): In the other first-use case, provide defaults
43607         as well.
43608
43609 2005-09-02  Bruno Haible  <bruno@clisp.org>
43610
43611         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
43612         patches not yet found in the latest gettext release.
43613
43614 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43615
43616         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
43617         to avoid a collision with bits/local_lim.h in glibc.
43618         All uses changed.  Problem reported by Dmitry V. Levin in
43619         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
43620
43621         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
43622         bugs in int versus size_t comparisons.
43623         (re_string_context_at): Fix bug where the code assumed that
43624         Idx is signed.
43625
43626         Use bool where appropriate.
43627         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
43628         All callers changed.
43629         (calc_eclosure_iter): Likewise, for ROOT arg.
43630         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
43631         (build_charclass_op): Likewise, for NON_MATCH arg.
43632         * lib/regex_internal.c (re_string_allocate, re_string_construct):
43633         (re_string_construct_common): Likewise, for ICASE arg.
43634         * lib/regexec.c (re_search_2_stub, re_search_stub):
43635         Likewise, for RET_LEN arg.
43636         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
43637         (set_regs): Likewise, for FL_BACKTRACK arg.
43638         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
43639         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
43640         (calc_eclosure_iter, parse_bracket_exp):
43641         Use bool for internal variables that are booleans.
43642         * lib/regexec.c (re_search_internal, check_matching,
43643         proceed_next_node):
43644         (set_regs, build_sifted_states, sift_states_bkref):
43645         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
43646         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
43647         (find_collation_sequence_value):
43648         Likewise.
43649         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
43650         (re_node_set_compare):
43651         Return bool, not int. All callers changed.
43652         * lib/regexec.c (check_halt_node_context, check_dst_limits):
43653         (build_trtable, check_node_accept): Likewise.
43654         * lib/regex_internal.h: Include stdbool.h.
43655
43656         Fix bugs uncovered when converting to bool.
43657         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
43658         failure instead of charging ahead blindly.
43659         * lib/regex_internal.c (register_state): Likewise.
43660         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
43661         for freeing internal storage.
43662         (group_nodes_into_DFA_states): Use unsigned int, not int, for
43663         bitset pieces used as boolean, to avoid undefined behavior
43664         on hosts that do int overflow checking.
43665
43666 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43667
43668         * config/srclist.txt: Add glibc bugs 1285-1287.
43669
43670 2005-09-01  Jim Meyering  <jim@meyering.net>
43671
43672         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
43673         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
43674         Require gl_STAT_MACROS, too.
43675
43676 2005-09-01  Bruno Haible  <bruno@clisp.org>
43677
43678         * gnulib-tool (import): In the first-use case, provide defaults.
43679
43680 2005-09-01  Bruno Haible  <bruno@clisp.org>
43681
43682         * gnulib-tool (func_import): Remove the .tmp files.
43683
43684 2005-09-01  Bruno Haible  <bruno@clisp.org>
43685
43686         * gnulib-tool (func_import): Fix handling of symbolic links.
43687
43688 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43689
43690         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
43691         old glibc regex code mishandles strings longer than 2**31 bytes.
43692         This patch fixes this when the regex code is used in gnulib
43693         (i.e., outside glibc).
43694
43695         This patch should not affect the use of the regex code inside
43696         glibc.  No doubt this problem also needs to be handled for glibc
43697         as well, but the result will be an incompatible change to the
43698         glibc ABI, and the old ABI will have to be supported too.  That
43699         can be the the subject for another patch.
43700
43701         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
43702         governing whether the rest of this patch is active.  By default,
43703         the macro is disabled and the patch has no effect.
43704         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
43705         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
43706         (struct re_pattern_buffer, re_search, re_search_2, re_match):
43707         (re_match_2, re_set_registers): Use the new types.
43708         * lib/regex_internal.h (Idx, re_hashval_t): New types.
43709         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
43710         New macros.
43711         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
43712         (re_string_context_at, bin_tree_t, re_dfastate_t):
43713         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
43714         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
43715         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
43716         (re_string_char_size_at, re_string_wchar_at):
43717         (re_string_elem_size_at):
43718         Use the new types and macros to port to 64-bit hosts.
43719         Use unsigned types for internal values, so that the code
43720         mostly works even for arrays larger than SSIZE_MAX.
43721         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
43722         (search_duplicated_node, calc_eclosure_iter, fetch_number):
43723         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
43724         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
43725         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
43726         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
43727         (calc_inveclosure, parse_dup_op, build_range_exp):
43728         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
43729         (fetch_number, create_token_tree, mark_opt_subexp):
43730         Likewise.
43731         * lib/regex_internal.c (re_string_construct_common,
43732         create_ci_newstate):
43733         (create_cd_newstate, re_string_allocate, re_string_construct):
43734         (re_string_realloc_buffers, build_wcs_upper_buffer):
43735         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
43736         (re_string_reconstruct, re_string_peek_byte_case):
43737         (re_string_fetch_byte_case, re_string_context_at):
43738         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
43739         (re_node_set_init_copy, re_node_set_add_intersect):
43740         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
43741         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
43742         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
43743         (re_acquire_state, re_acquire_state_context, register_state):
43744         Likewise.
43745         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
43746         search_cur_bkref_entry):
43747         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
43748         (re_search_internal, re_search_2_stub, re_search_stub)
43749         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
43750         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
43751         (update_cur_sifted_state, check_dst_limits):
43752         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
43753         (check_subexp_limits, sift_states_bkref, merge_state_array):
43754         (check_subexp_matching_top, get_subexp, get_subexp_sub):
43755         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
43756         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
43757         (expand_bkref_cache, check_node_accept_bytes):
43758         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
43759         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
43760         (acquire_init_state_context, check_halt_node_context):
43761         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
43762         (sift_states_backward, clean_state_log_if_needed):
43763         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
43764         (find_recover_state, transit_state_sb, transit_state_mb):
43765         (transit_state_bkref, build_trtable, match_ctx_clean):
43766         Likewise.
43767         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
43768         to work around an assumption that REG_MISSING is negative.
43769
43770         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
43771         (seek_collating_symbol_entry) [defined _LIBC]:
43772         (lookup_collation_sequence_value) [defined _LIBC]:
43773         (build_range_exp, build_collating_symbol) [defined _LIBC]:
43774         Use prototypes rather than old-style function definitions.
43775         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
43776         (transit_state_sb) [0]:
43777         (find_collation_sequence_value) [defined _LIBC]: Likewise.
43778
43779         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
43780         rm_eo.
43781
43782         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
43783         (optimize_subexps, lower_subexp):
43784         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
43785         since the signed shift might overflow.  Use 1u<<31 instead.
43786         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
43787         Likewise.
43788         * lib/regexec.c (check_dst_limits_calc_pos_1,
43789         check_subexp_matching_top): Likewise.
43790
43791         * lib/regcomp.c (optimize_subexps, lower_subexp):
43792         Use CHAR_BIT rather than 8, for clarity.
43793         * lib/regexec.c (check_dst_limits_calc_pos_1):
43794         (check_subexp_matching_top): Likewise.
43795         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
43796         have to worry about portability issues when shifting it left.
43797         Remove no-longer-needed test for table_size > 0.
43798         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
43799         in a word, as the resulting behavior is undefined.
43800         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
43801         in one case, a <= should have been an <, and in another case the
43802         whole test was missing.
43803         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
43804         the standard name CHAR_BIT.
43805         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
43806         this is not true on one's complement and signed-magnitude hosts.
43807
43808         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
43809         next_last_offset.
43810         (struct re_dfa_t): Remove unused member states_alloc.
43811         * lib/regcomp.c (init_dfa): Don't initialize unused members.
43812
43813 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43814
43815         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
43816         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
43817         and large-file glibc and in 32-bit large-file Solaris.
43818
43819 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43820
43821         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
43822         lengths fit in regoff_t; this isn't true if regoff_t is the same
43823         width as size_t.
43824         * lib/regex.c (re_search_internal): 5th arg is LAST_START
43825         (= START + RANGE) instead of RANGE.  This avoids overflow
43826         problems when regoff_t is the same width as size_t.
43827         All callers changed.
43828         (re_search_2_stub): Check for overflow when adding the
43829         sizes of the two strings.
43830         (re_search_stub): Check for overflow when adding START
43831         to RANGE; if it occurs, substitute the extreme value.
43832
43833 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43834
43835         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
43836
43837 2005-08-31  Jim Meyering  <jim@meyering.net>
43838
43839         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
43840         a pointer-to-const.
43841         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
43842         (register_state): Likewise.
43843         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
43844         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
43845         (group_nodes_into_DFAstates): Likewise.
43846
43847 2005-08-31  Jim Meyering  <jim@meyering.net>
43848
43849         * check-module: Add a FIXME comment.
43850
43851 2005-08-31  Eric Blake  <ebb9@byu.net>
43852
43853         * modules/unistd-safer (Files): Add unistd--.h.
43854         * modules/stdio-safer (Files): Add stdio--.h.
43855
43856 2005-08-31  Derek Price  <derek@ximbiot.com>
43857
43858         * lib/getdelim.c (getdelim): Return EOF on EOF.
43859         Reported by Larry Jones <lawrence.jones@ugs.com>.
43860
43861 2005-08-31  Bruno Haible  <bruno@clisp.org>
43862
43863         Avoid unnecessary diffs in the generated lib/Makefile.am.
43864         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
43865         the generated files.
43866         (func_import): Don't set cmd.
43867
43868 2005-08-31  Bruno Haible  <bruno@clisp.org>
43869
43870         * lib/strstr.c: Include <stddef.h>, for NULL.
43871         * lib/strcasestr.c: Likewise.
43872         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
43873
43874 2005-08-31  Bruno Haible  <bruno@clisp.org>
43875
43876         * gnulib-tool: New option --macro-prefix.
43877         (func_import): Use macro_prefix.
43878         (import): Handle option --macro-prefix.
43879
43880 2005-08-31  Bruno Haible  <bruno@clisp.org>
43881
43882         * gnulib-tool (import): Rename most ac_* variables to cached_*.
43883         Also use new variables cached_lgpl, cached_libtool.
43884
43885 2005-08-31  Bruno Haible  <bruno@clisp.org>
43886
43887         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
43888         always instantiating them.
43889
43890 2005-08-31  Bruno Haible  <bruno@clisp.org>
43891
43892         * gnulib-tool (func_import): Read the previous cached settings
43893         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
43894         earlier added by gnulib but are now dropped. Warn when a gnulib file
43895         overwrites a non-gnulib file.
43896
43897 2005-08-31  Bruno Haible  <bruno@clisp.org>
43898
43899         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
43900         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
43901         projects that don't keep autogenerated files in CVS. Put into
43902         actioncmd only the specified modules, not the transitive closure.
43903
43904 2005-08-31  Bruno Haible  <bruno@clisp.org>
43905
43906         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
43907         Create directories that shall be filled.
43908         (import): Don't look for gl_* macros in configure.ac. Recurse across
43909         all directories containing a gnulib-cache.m4 files, if meaningful.
43910
43911 2005-08-31  Bruno Haible  <bruno@clisp.org>
43912
43913         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
43914         (import): Set seen_libtool when we see gl_LIBTOOL.
43915
43916 2005-08-31  Bruno Haible  <bruno@clisp.org>
43917
43918         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
43919         declaration macro definitions from generated gnulib.m4.
43920
43921 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
43922
43923         * lib/iconvme.h: Add prototype for iconv_alloc.
43924
43925 2005-08-29  Simon Josefsson  <jas@extundo.com>
43926
43927         * lib/iconvme.c: Fix errno.
43928
43929 2005-08-29  Bruno Haible  <bruno@clisp.org>
43930
43931         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
43932         that it works when the directory contains spaces.
43933
43934 2005-08-29  Bruno Haible  <bruno@clisp.org>
43935
43936         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
43937
43938 2005-08-29  Bruno Haible  <bruno@clisp.org>
43939
43940         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
43941         Emit more advice.
43942
43943 2005-08-29  Bruno Haible  <bruno@clisp.org>
43944         and Stepan Kasal  <kasal@ucw.cz>
43945
43946         * check-module: If more parameters are given, check each of them
43947         separately; add more exceptions, as noted by Jim Meyering.
43948         (check_module): New procedure.
43949         (%exempt_header): Now contains all exceptions.
43950
43951 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
43952
43953         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
43954
43955 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
43956
43957         * lib/iconvme.c: Split iconv_string into iconv_alloc.
43958
43959 2005-08-28  Bruno Haible  <bruno@clisp.org>
43960
43961         * m4/gnulib-tool.m4: New file.
43962
43963 2005-08-27  Jim Meyering  <jim@meyering.net>
43964
43965         * modules/unistd-safer (Files): Add pipe-safer.c.
43966         * modules/fcntl-safer (Files): Add creat-safer.c.
43967
43968 2005-08-27  Jim Meyering  <jim@meyering.net>
43969
43970         * m4/stdlib-safer.m4: New file.  From coreutils.
43971         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
43972         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
43973         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
43974         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
43975         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
43976
43977 2005-08-27  Jim Meyering  <jim@meyering.net>
43978
43979         * lib/fopen-safer.c: Merge minor changes from coreutils.
43980         * lib/dup-safer.c: Likewise.
43981         * lib/fd-safer.c: Likewise.
43982
43983         Merge from coreutils.
43984         * lib/stdio--.h: New file.
43985         * lib/stdlib--.h: New file.
43986         * lib/mkstemp-safer.c: New file.
43987
43988         GNU tar needs these.
43989         * lib/pipe-safer.c: New file.
43990         * lib/creat-safer.c: New file.
43991         * lib/fcntl--.h (creat): Define to creat_safer.
43992         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
43993         * lib/unistd--.h (pipe): Define to pipe_safer.
43994         * lib/unistd-safer.h: Declare pipe_safer.
43995
43996 2005-08-26  Simon Josefsson  <jas@extundo.com>
43997
43998         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
43999         Haible <bruno@clisp.org>.
44000
44001 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
44002
44003         * lib/regex_internal.h: Remove all references to
44004         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
44005         or better.
44006         (bitset_not, bitset_merge, bitset_not_merge):
44007         (bitset_mask, re_string_allocate, re_string_construct):
44008         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
44009         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
44010         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
44011         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
44012         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
44013         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
44014         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
44015         (re_acquire_state_context):
44016         Remove unnecessary forward decls.
44017         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
44018         Put __attribute at function definition,
44019         now that the function decl has been removed.
44020         * lib/regex_internal.c (re_string_peek_byte_case):
44021         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
44022         Likewise.
44023
44024 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
44025
44026         * m4/regex.m4: Add AC_PREREQ(2.50).
44027         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
44028
44029 2005-08-25  Simon Josefsson  <jas@extundo.com>
44030
44031         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
44032         __fsetlocking.
44033
44034 2005-08-25  Simon Josefsson  <jas@extundo.com>
44035
44036         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
44037         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
44038         GLIBC specific code.
44039
44040 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44041
44042         Make regex safe for g++.  This fixes one real bug (an "err"
44043         that should have been "*err").  g++ problem reported by
44044         Sam Steingold.
44045         * lib/regex_internal.h (re_calloc): New macro, consistent with
44046         re_malloc etc.  All callers of calloc changed to use re_calloc.
44047         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
44048         not int.  All callers changed.
44049         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
44050         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
44051         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
44052         (find_recover_state): Change "err" to "*err"; this fixes what
44053         appears to be a real bug.
44054         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
44055         versus int.
44056
44057 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44058
44059         * modules/regex (Depends-on): Add malloc, since the code
44060         assumes that !malloc(0) means failure.
44061
44062 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44063
44064         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
44065
44066         alloca modernization/simplification for regex.
44067         * lib/regex.c: Remove portability cruft for alloca.  This no longer
44068         needs to be at the start of the file, and can be moved into
44069         regex_internal.h and simplified.
44070         * lib/regex_internal.h: Include <alloca.h>.
44071         (__libc_use_alloca) [!defined _LIBC]: New macro.
44072         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
44073         now works outside glibc.
44074
44075 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44076
44077         * config/srclist.txt: Add glibc bugs 1241, 1245.
44078
44079 2005-08-25  Jim Meyering  <jim@meyering.net>
44080
44081         * lib/open-safer.c: Include <config.h>.
44082         Otherwise, we'd lose LARGEFILE support in any file using
44083         e.g. "fcntl--.h"
44084
44085 2005-08-25  Bruno Haible  <bruno@clisp.org>
44086
44087         * m4/minmax.m4: Require autoconf 2.52.
44088         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
44089         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
44090         alternatives of translit over the alphabet.
44091         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
44092
44093 2005-08-24  Simon Josefsson  <jas@extundo.com>
44094
44095         * tests/test-getpass.c: New file.
44096
44097 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44098
44099         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
44100         for GNU regex features.
44101
44102 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44103
44104         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
44105         * lib/regex.h (regerror): Likewise.
44106
44107         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
44108         requires this.  (The code never needed it.)
44109
44110         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
44111         All uses of recently-renamed identifiers changed to use the new,
44112         POSIX-compliant names.  The code will build and run just fine
44113         without these changes, but it's better to eat our own dog food
44114         and use the standard-conforming names.
44115
44116         * lib/regex.h: Fix a multitude of POSIX name space violations.
44117         These changes have an effect only for programs that define
44118         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
44119         do not change anything for programs compiled in the normal way.
44120         Also, there is no effect on the ABI.
44121
44122         (_REGEX_SOURCE): New macro.
44123         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
44124         defined and _GNU_SOURCE is not; this fixes a name space violation.
44125
44126         Rename the following macros to obey POSIX requirements.
44127         The old names are still visible as macros if _REGEX_SOURCE is defined.
44128         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
44129         RE_BACKSLASH_ESCAPE_IN_LISTS.
44130         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
44131         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
44132         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
44133         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
44134         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
44135         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
44136         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
44137         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
44138         (REG_INTERVALS): renamed from RE_INTERVALS.
44139         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
44140         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
44141         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
44142         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
44143         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
44144         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
44145         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
44146         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
44147         RE_UNMATCHED_RIGHT_PAREN_ORD.
44148         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
44149         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
44150         (REG_DEBUG): renamed from RE_DEBUG.
44151         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
44152         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
44153         unusual, since we can't clash with the POSIX REG_ICASE.
44154         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
44155         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
44156         (REG_NO_SUB): renamed from RE_NO_SUB.
44157         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
44158         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
44159         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
44160         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
44161         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
44162         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
44163         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
44164         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
44165         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
44166         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
44167         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
44168         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
44169         RE_SYNTAX_POSIX_MINIMAL_BASIC.
44170         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
44171         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
44172         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
44173         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
44174         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
44175         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
44176         (REG_FIXED): Renamed from REGS_FIXED.
44177         (REG_NREGS): Renamed from RE_NREGS.
44178
44179         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
44180         of other REG_* macros, since POSIX says the user is allowed to
44181         #undef these macros selectively.
44182
44183         (reg_errcode_t): Update comment stating what other tables need
44184         to be consistent.
44185
44186         Rename the following enum values to obey POSIX requirements.
44187         The old names are still visible as macros.
44188         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
44189         is not defined, since GNU is supposed to be a superset of POSIX as
44190         much as possible, and since we want reg_errcode_t to be a signed
44191         type for implementation consistency.
44192         (_REG_NOERROR): Renamed from REG_NOERROR.
44193         (_REG_NOMATCH): Renamed from REG_NOMATCH.
44194         (_REG_BADPAT): Renamed from REG_BADPAT.
44195         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
44196         (_REG_ECTYPE): Renamed from REG_ECTYPE.
44197         (_REG_EESCAPE): Renamed from REG_EESCAPE.
44198         (_REG_ESUBREG): Renamed from REG_ESUBREG.
44199         (_REG_EBRACK): Renamed from REG_EBRACK.
44200         (_REG_EPAREN): Renamed from REG_EPAREN.
44201         (_REG_EBRACE): Renamed from REG_EBRACE.
44202         (_REG_BADBR): Renamed from REG_BADBR.
44203         (_REG_ERANGE): Renamed from REG_ERANGE.
44204         (_REG_ESPACE): Renamed from REG_ESPACE.
44205         (_REG_BADRPT): Renamed from REG_BADRPT.
44206         (_REG_EEND): Renamed from REG_EEND.
44207         (_REG_ESIZE): Renamed from REG_ESIZE.
44208         (_REG_ERPAREN): Renamed from REG_ERPAREN.
44209         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
44210         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
44211         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
44212         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
44213
44214         (_REG_RE_NAME, _REG_RM_NAME): New macros.
44215         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
44216         changed.  But support the old name if the new one is not defined
44217         and if _REGEX_SOURCE.
44218
44219         Change the following member names in struct re_pattern_buffer.
44220         The old names are still supported if !_REGEX_SOURCE.
44221         The new names are always supported, regardless of _REGEX_SOURCE.
44222         (re_buffer): Renamed from buffer.
44223         (re_allocated): Renamed from allocated.
44224         (re_used): Renamed from used.
44225         (re_syntax): Renamed from syntax.
44226         (re_fastmap): Renamed from fastmap.
44227         (re_translate): Renamed from translate.
44228         (re_can_be_null): Renamed from can_be_null.
44229         (re_regs_allocated): Renamed from regs_allocated.
44230         (re_fastmap_accurate): Renamed from fastmap_accurate.
44231         (re_no_sub): Renamed from no_sub.
44232         (re_not_bol): Renamed from not_bol.
44233         (re_not_eol): Renamed from not_eol.
44234         (re_newline_anchor): Renamed from newline_anchor.
44235
44236         Change the following member names in struct re_registers.
44237         The old names are still supported if !_REGEX_SOURCE.
44238         The new names are always supported, regardless of _REGEX_SOURCE.
44239         (rm_num_regs): Renamed from num_regs.
44240         (rm_start): Renamed from start.
44241         (rm_end): Renamed from end.
44242
44243         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
44244         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
44245         Prepend __ to parameter names.
44246
44247         Undo yesterday's changes.
44248
44249 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44250
44251         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
44252         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
44253         lib/regex.c.
44254
44255 2005-08-24  Jim Meyering  <jim@meyering.net>
44256
44257         Sync from coreutils.
44258         * m4/fcntl-safer.m4: New file.
44259
44260         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
44261         and object files for this module.
44262
44263 2005-08-24  Jim Meyering  <jim@meyering.net>
44264
44265         Sync from coreutils.
44266         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
44267
44268 2005-08-24  Jim Meyering  <jim@meyering.net>
44269
44270         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
44271         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
44272
44273 2005-08-24  Jim Meyering  <jim@meyering.net>
44274
44275         * modules/fcntl-safer: New module.
44276         * modules/fts (Depends-on): Add fcntl-safer.
44277         * MODULES.html.sh (File descriptor based Input/Output):
44278         Add fcntl-safer.
44279
44280 2005-08-24  Bruno Haible  <bruno@clisp.org>
44281
44282         Support for unit test modules.
44283         * modules/README: Mention tests modules.
44284         * modules/TEMPLATE-TESTS: New file.
44285         * gnulib-tool: New options --extract-tests-module, --with-tests and
44286         --tests-base (unused for the moment).
44287         (testsbase, inctests): New variables.
44288         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
44289         (func_verify_module): Exclude TEMPLATE-TESTS.
44290         (func_verify_nontests_module, func_verify_tests_module): New functions.
44291         (func_get_dependencies): Add implicit dependency for tests modules.
44292         (func_get_tests_module): New function.
44293         (func_modules_transitive_closure): When --with-tests was specified,
44294         include the unit tests as well, unless explicitly avoided.
44295         (func_emit_lib_Makefile_am): Ignore the tests modules here.
44296         (func_emit_tests_Makefile_am): New function.
44297         (func_create_testdir): When --with-tests was specified, emit a
44298         tests/ directory.
44299         * MODULES.html.sh (Future developments): Update.
44300
44301 2005-08-24  Bruno Haible  <bruno@clisp.org>
44302
44303         * modules/tls-tests: New file.
44304         * tests/test-tls.c: New file, from GNU gettext.
44305
44306 2005-08-24  Bruno Haible  <bruno@clisp.org>
44307
44308         * modules/lock-tests: New file.
44309         * tests/test-lock.c: New file, from GNU gettext.
44310
44311 2005-08-24  Bruno Haible  <bruno@clisp.org>
44312
44313         * lib/lock.h: Add multiple inclusion guard.
44314         * lib/tls.h: Add multiple inclusion guard.
44315
44316 2005-08-24  Bruno Haible  <bruno@clisp.org>
44317
44318         * gnulib-tool: Add support for the --aux-dir option to
44319         --create-testdir, --create-megatestdir, --test, --megatest.
44320         (func_create_testdir, func_create_megatestdir): Optionally emit a
44321         AC_CONFIG_AUX_DIR directive.
44322         (create-testdir, create-megatestdir, test, megatest): Provide a
44323         default value for $auxdir.
44324
44325 2005-08-24  Bruno Haible  <bruno@clisp.org>
44326
44327         * gnulib-tool (import): Use compound statement instead of subshell
44328         where possible.
44329
44330 2005-08-24  Bruno Haible  <bruno@clisp.org>
44331
44332         * gnulib-tool (import): Change --aux-dir default to "build-aux".
44333
44334 2005-08-24  Bruno Haible  <bruno@clisp.org>
44335
44336         * gnulib-tool (func_version): Update.
44337
44338 2005-08-24  Bruno Haible  <bruno@clisp.org>
44339
44340         * gnulib-tool (func_import, func_create_testdir,
44341         func_create_megatestdir): Quote all autoconf macro arguments.
44342
44343 2005-08-24  Bruno Haible  <bruno@clisp.org>
44344
44345         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
44346         option --force, because --force causes the aclocal.m4 of each
44347         subdirectory to be newer than the corresponding config.h.in.
44348
44349 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44350
44351         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
44352         All contents moved to gl_REGEX.
44353         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
44354         assume that it does.
44355
44356 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44357
44358         * lib/regex.h (REG_NOSYS)
44359         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
44360         Define, since POSIX requires it as of 2001.
44361         (_REG_ENOSYS)
44362         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
44363         New private symbol, used to keep the enum signed in all cases.
44364         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
44365         Youngman in
44366         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
44367
44368         * lib/regex_internal.c (re_string_skip_chars, register_state):
44369         (calc_state_hash):
44370         Remove forward decls; no longer needed now that we use prototypes.
44371         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
44372         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
44373         (clean_state_log_if_needed): Likewise.
44374
44375 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44376
44377         * config/srclist.txt: Add glibc bugs 1231-1233.
44378
44379 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44380
44381         Fix problems reported by Sam Steingold in
44382         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
44383         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
44384         assumed that reg_errcode_t is a signed type, which is not
44385         necessarily true if _XOPEN_SOURCE is not defined.
44386         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
44387         since some compilers warn about it otherwise.
44388
44389 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44390
44391         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
44392         (init_word_char, create_initial_state, duplicate_node_closure):
44393         (fetch_token, peek_token_bracket, build_range_exp):
44394         (build_collating_symbol): Remove forward decls; no longer needed
44395         now that we use prototypes.
44396
44397         * lib/regcomp.c:
44398         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
44399         (re_compile_fastmap_iter, regcomp, regerror, regfree):
44400         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
44401         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
44402         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
44403         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
44404         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
44405         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
44406         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
44407         (build_range_exp, build_collating_symbol, parse_bracket_exp):
44408         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
44409         (build_charclass, build_charclass_op, fetch_number, create_tree):
44410         (create_token_tree, mark_opt_subexp, duplicate_tree):
44411         Use prototypes rather than old-style definitions.
44412
44413         * lib/regex_internal.c:
44414         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
44415         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
44416         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
44417         (re_string_reconstruct, re_string_peek_byte_case):
44418         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
44419         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
44420         (re_node_set_init_copy, re_node_set_add_intersect):
44421         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
44422         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
44423         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
44424         (re_acquire_state, re_acquire_state_context, register_state):
44425         (create_ci_newstate, create_cd_newstate, free_state):
44426         Likewise.
44427         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
44428         re_search_2):
44429         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
44430         (re_search_internal, prune_impossible_nodes):
44431         (acquire_init_state_context, check_matching, static):
44432         (check_halt_node_context, check_halt_state_context, proceed_next_node):
44433         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
44434         (update_regs, sift_states_backward, build_sifted_states):
44435         (clean_state_log_if_needed, merge_state_array):
44436         (update_cur_sifted_state, add_epsilon_src_nodes):
44437         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
44438         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
44439         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
44440         (find_recover_state, check_subexp_matching_top, transit_state_mb):
44441         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
44442         (check_arrival, check_arrival_add_next_nodes):
44443         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
44444         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
44445         (check_node_accept_bytes, check_node_accept, extend_buffers):
44446         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
44447         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
44448         (sift_ctx_init):
44449         Likewise.
44450
44451         * lib/regex_internal.h:
44452         (re_string_allocate, re_string_construct, re_string_reconstruct):
44453         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
44454         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
44455         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
44456         (re_string_context_at, re_string_peek_byte_case):
44457         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
44458         is defined, since we now use prototypes always.
44459
44460         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
44461         C89 or better.  All uses removed.
44462
44463 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44464
44465         * config/srclist.txt: Add glibc bugs 1220-1227.
44466
44467 2005-08-20  Jim Meyering  <jim@meyering.net>
44468
44469         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
44470         of unused local, dfa.
44471
44472 2005-08-20  Bruno Haible  <bruno@clisp.org>
44473
44474         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
44475
44476 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44477
44478         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
44479         (re_node_set_insert_last, re_dfa_add_node):
44480         Rename local variables to avoid GCC shadowing warnings.
44481
44482 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44483
44484         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
44485         [defined lint]: Suppress bogus uninitialized-variable warnings.
44486
44487         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
44488         and let the caller return REG_ESPACE if out of space.  This
44489         removes an uninitialied-variable warning with GCC 4.0.1, and also
44490         avoids taking the address of a local variable.  All callers
44491         changed.
44492
44493 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44494
44495         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
44496         $LIBCSRC/posix/regexec.c.
44497         Add glibc bug 1217 for regcomp.c.
44498
44499 2005-08-19  Jim Meyering  <jim@meyering.net>
44500
44501         * lib/regexec.c (proceed_next_node): Redo local variables to
44502         avoid GCC shadowing warnings.
44503
44504 2005-08-18  Bruno Haible  <bruno@clisp.org>
44505
44506         * lib/strstr.c (strstr): Fix return value in multibyte case.
44507         * lib/strcasestr.c (strcasestr): Likewise.
44508
44509 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44510
44511         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
44512
44513 2005-08-17  Jim Meyering  <jim@meyering.net>
44514
44515         Make the %s format (seconds since the epoch) work for a negative
44516         number and when used with a zero-padded field width, e.g. %015s.
44517
44518         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
44519         label so that it precedes the code to set `digits'.  Otherwise,
44520         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
44521         print `00-22'.  Now, it prints `-0022', as it should.
44522
44523 2005-08-17  Bruno Haible  <bruno@clisp.org>
44524
44525         * modules/strstr (Files): Add m4/mbrtowc.m4.
44526         (Depends-on): Add mbuiter.
44527
44528 2005-08-17  Bruno Haible  <bruno@clisp.org>
44529
44530         * modules/strcasestr: New file.
44531         * MODULES.html.sh (String handling, based on ANSI C 89): Add
44532         strcasestr.
44533
44534 2005-08-17  Bruno Haible  <bruno@clisp.org>
44535
44536         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
44537
44538 2005-08-17  Bruno Haible  <bruno@clisp.org>
44539
44540         * modules/mbuiter: New file.
44541         * MODULES.html.sh (Extended multibyte and wide character utilities):
44542         Add mbuiter.
44543
44544 2005-08-17  Bruno Haible  <bruno@clisp.org>
44545
44546         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
44547         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
44548
44549 2005-08-17  Bruno Haible  <bruno@clisp.org>
44550
44551         * m4/strcasestr.m4: New file.
44552
44553 2005-08-17  Bruno Haible  <bruno@clisp.org>
44554
44555         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
44556         * lib/strstr.c: Completely rewritten, with multibyte locale support.
44557
44558 2005-08-17  Bruno Haible  <bruno@clisp.org>
44559
44560         * lib/strcasestr.h: New file.
44561         * lib/strcasestr.c: New file.
44562
44563 2005-08-17  Bruno Haible  <bruno@clisp.org>
44564
44565         * lib/strcasecmp.c: Use mbuiter.h.
44566
44567 2005-08-17  Bruno Haible  <bruno@clisp.org>
44568
44569         * lib/mbuiter.h: New file.
44570
44571 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44572
44573         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
44574         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
44575         and gl_GETOPT are both invoked via different paths (as happens
44576         with GNU tar CVS because it uses both argp and getopt), the former
44577         wins.
44578
44579 2005-08-16  Bruno Haible  <bruno@clisp.org>
44580
44581         * modules/tls: New file.
44582         * MODULES.html.sh (Multithreading): Add tls.
44583
44584 2005-08-16  Bruno Haible  <bruno@clisp.org>
44585
44586         * modules/strnlen1: New file.
44587         * MODULES.html.sh (String handling): Add strnlen1.
44588
44589 2005-08-16  Bruno Haible  <bruno@clisp.org>
44590
44591         * modules/strcase (Files): Add m4/mbrtowc.m4.
44592         (Depends-on): Add strnlen1, mbchar.
44593
44594 2005-08-16  Bruno Haible  <bruno@clisp.org>
44595
44596         * modules/mbiter: New file.
44597         * MODULES.html.sh (Extended multibyte and wide character utilities):
44598         Add mbiter.
44599
44600 2005-08-16  Bruno Haible  <bruno@clisp.org>
44601
44602         * modules/mbfile: New file.
44603         * MODULES.html.sh (Extended multibyte and wide character utilities):
44604         Add mbfile.
44605
44606 2005-08-16  Bruno Haible  <bruno@clisp.org>
44607
44608         * modules/mbchar: New file.
44609         * MODULES.html.sh (Extended multibyte and wide character utilities):
44610         New section.
44611
44612 2005-08-16  Bruno Haible  <bruno@clisp.org>
44613
44614         * m4/tls.m4: New file, from GNU gettext.
44615
44616 2005-08-16  Bruno Haible  <bruno@clisp.org>
44617
44618         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
44619         always.
44620         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
44621
44622 2005-08-16  Bruno Haible  <bruno@clisp.org>
44623
44624         * m4/mbiter.m4: New file.
44625
44626 2005-08-16  Bruno Haible  <bruno@clisp.org>
44627
44628         * m4/mbfile.m4: New file.
44629
44630 2005-08-16  Bruno Haible  <bruno@clisp.org>
44631
44632         * m4/mbchar.m4: New file.
44633
44634 2005-08-16  Bruno Haible  <bruno@clisp.org>
44635
44636         * lib/tls.h: New file, from GNU gettext.
44637         * lib/tls.c: New file, from GNU gettext.
44638
44639 2005-08-16  Bruno Haible  <bruno@clisp.org>
44640
44641         * lib/strnlen1.h: New file.
44642         * lib/strnlen1.c: New file.
44643
44644 2005-08-16  Bruno Haible  <bruno@clisp.org>
44645
44646         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
44647         (mbi_init): Update.
44648         (mbi_avail, mbi_advance): Let the iteration end before the terminating
44649         NUL byte, not after it.
44650
44651 2005-08-16  Bruno Haible  <bruno@clisp.org>
44652
44653         * lib/strcase.h (strcasecmp): Add note in comments.
44654         * lib/strncasecmp.c: Use code from strcasecmp.c.
44655         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
44656         (strcasecmp): Work correctly in multibyte locales.
44657
44658 2005-08-16  Bruno Haible  <bruno@clisp.org>
44659
44660         * lib/mbiter.h: New file.
44661
44662 2005-08-16  Bruno Haible  <bruno@clisp.org>
44663
44664         * lib/mbfile.h: New file.
44665
44666 2005-08-16  Bruno Haible  <bruno@clisp.org>
44667
44668         * lib/mbchar.h: New file.
44669         * lib/mbchar.c: New file.
44670
44671 2005-08-16  Bruno Haible  <bruno@clisp.org>
44672
44673         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
44674         the valid ones. Makes the comparison operations transitive:
44675         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
44676         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
44677
44678 2005-08-15  Simon Josefsson  <jas@extundo.com>
44679
44680         * modules/ssize_t (License): Change to 'unlimited'.
44681
44682         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
44683
44684 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44685
44686         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
44687         Add comments for each pending glibc patch.
44688
44689 2005-08-15  Bruno Haible  <bruno@clisp.org>
44690
44691         * lib/regex.h (__restrict_arr): Don't define to __restrict if
44692         __cplusplus is defined.
44693
44694 2005-08-14  Jim Meyering  <jim@meyering.net>
44695
44696         Sync from coreutils.
44697
44698         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
44699         Use the hash-table-based cycle-detection code not just when
44700         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
44701         Reported by James Youngman in
44702         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
44703         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
44704         FTS_TIGHT_CYCLE_CHECK.
44705         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
44706         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
44707         once again.
44708         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
44709         * lib/fts.c (fd_safer): Remove decl.
44710         Include fcntl--.h rather than unistd-safer.h
44711         (fts_safe_changedir): Don't call fd_safer; no longer needed
44712         now that we include fcntl--.h.
44713
44714 2005-08-12  Simon Josefsson  <jas@extundo.com>
44715
44716         * modules/getndelim2: Use ssize_t module.
44717         * modules/getnline: Likewise.
44718         * modules/safe-read: Likewise.
44719         * modules/xreadlink: Likewise.
44720
44721         * modules/ssize_t: New file.
44722
44723 2005-08-12  Simon Josefsson  <jas@extundo.com>
44724
44725         * m4/readline.m4: Look for termcap, curses or ncurses if required.
44726
44727 2005-08-12  Simon Josefsson  <jas@extundo.com>
44728
44729         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
44730         ssize_t.
44731
44732 2005-08-12  Simon Josefsson  <jas@extundo.com>
44733
44734         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
44735         readline, getdelim and check_version.
44736         (Support for systems lacking ISO C 99: Sizes of integer types):
44737         Add size_max.
44738
44739 2005-08-12  Bruno Haible  <bruno@clisp.org>
44740
44741         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
44742
44743 2005-08-11  Simon Josefsson  <jas@extundo.com>
44744
44745         * modules/readline: New file.
44746
44747         * modules/strnlen (Files): Add strnlen.h.
44748
44749 2005-08-11  Simon Josefsson  <jas@extundo.com>
44750
44751         * m4/readline.m4: New file.
44752
44753 2005-08-11  Simon Josefsson  <jas@extundo.com>
44754
44755         * lib/readline.h, readline.c: New file.
44756
44757 2005-08-11  Simon Josefsson  <jas@extundo.com>
44758
44759         * doc/gnulib.texi (Initial import, Finishing touches): Mention
44760         gl_AVOID.
44761
44762 2005-08-11  Bruno Haible  <bruno@clisp.org>
44763
44764         * lib/strnlen.h (strnlen): Change parameter name to match comment.
44765
44766 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
44767
44768         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
44769
44770 2005-08-10  Simon Josefsson  <jas@extundo.com>
44771
44772         * tests/test-iconvme.c: New file.
44773
44774 2005-08-10  Simon Josefsson  <jas@extundo.com>
44775
44776         * m4/strnlen.m4: New file.
44777
44778         * m4/strndup.m4: Don't check for strnlen declaration, done in
44779         strnlen.m4.
44780
44781 2005-08-10  Simon Josefsson  <jas@extundo.com>
44782
44783         * lib/strndup.c: Use strnlen.h.
44784
44785         * lib/strnlen.h: New file.
44786
44787 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44788
44789         * README: Typos.
44790
44791 2005-08-02  Simon Josefsson  <jas@extundo.com>
44792
44793         * modules/readline: New file.
44794
44795 2005-08-02  Simon Josefsson  <jas@extundo.com>
44796
44797         * modules/getdelim: New file.
44798
44799         * modules/getline: Rewrite, don't use getndelim2.
44800
44801 2005-08-02  Simon Josefsson  <jas@extundo.com>
44802
44803         * m4/getline.m4: Separate out getdelim stuff into separate module.
44804
44805         * m4/getdelim.m4: New file.
44806
44807 2005-08-02  Simon Josefsson  <jas@extundo.com>
44808
44809         * lib/getline.h, getline.c: Rewrite.
44810
44811         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
44812
44813 2005-07-31  Bruno Haible  <bruno@clisp.org>
44814
44815         * lib/lock.h (gl_lock_initializer): New macro.
44816         (gl_lock_define_initialized): Use it.
44817         (gl_rwlock_initializer): New macro.
44818         (gl_rwlock_define_initialized): Use it.
44819         (gl_recursive_lock_initializer): New macro.
44820         (gl_recursive_lock_define_initialized): Use it.
44821
44822 2005-07-30  Karl Berry  <karl@gnu.org>
44823
44824         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
44825         Report from Ben Pfaff, regarding getopt.
44826
44827 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
44828
44829         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
44830         normal way.
44831         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
44832         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
44833         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
44834         (gl_GETOPT): Use the new macros.  Most of the implementation
44835         is moved to the new macros.  This is for programs like Emacs
44836         that don't want all the functionality of gl_GETOPT.
44837
44838 2005-07-26  Bruno Haible  <bruno@clisp.org>
44839
44840         * m4/lock.m4: Update from GNU gettext.
44841
44842 2005-07-26  Bruno Haible  <bruno@clisp.org>
44843
44844         * lib/lock.h: Update from GNU gettext.
44845         * lib/lock.c: Update from GNU gettext.
44846
44847 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
44848
44849         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
44850         obsolescent AC_TRY_RUN.  Include the default includes files, for
44851         'exit'.
44852
44853 2005-07-24  Bruno Haible  <bruno@clisp.org>
44854
44855         * modules/visibility: New file.
44856         * MODULES.html.sh (Misc): Add visibility.
44857
44858 2005-07-24  Bruno Haible  <bruno@clisp.org>
44859
44860         * m4/visibility.m4: New file.
44861
44862 2005-07-24  Bruno Haible  <bruno@clisp.org>
44863
44864         * doc/visibility.texi: New file.
44865
44866 2005-07-22  Bruno Haible  <bruno@clisp.org>
44867
44868         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
44869         $(ALLOCA_H), redundant through BUILT_SOURCES.
44870         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
44871         redundant through BUILT_SOURCES.
44872         * modules/byteswap (Makefile.am): Remove explicit dependency on
44873         $(BYTESWAP_H), redundant through BUILT_SOURCES.
44874         * modules/fnmatch (Makefile.am): Remove explicit dependency on
44875         $(FNMATCH_H), redundant through BUILT_SOURCES.
44876         * modules/getopt (Makefile.am): Remove explicit dependency on
44877         $(GETOPT_H), redundant through BUILT_SOURCES.
44878         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
44879         redundant through BUILT_SOURCES.
44880         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
44881         redundant through BUILT_SOURCES.
44882         * modules/stdbool (Makefile.am): Remove explicit dependency on
44883         $(STDBOOL_H), redundant through BUILT_SOURCES.
44884         * modules/stdint (Makefile.am): Remove explicit dependency on
44885         $(STDINT_H), redundant through BUILT_SOURCES.
44886         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
44887         Remove explicit dependency on $(SYSEXITS_H).
44888         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
44889
44890 2005-07-18  Simon Josefsson  <jas@extundo.com>
44891
44892         * lib/check-version.c (check_version): Accept identical versions too.
44893
44894 2005-07-18  Bruno Haible  <bruno@clisp.org>
44895
44896         * modules/lock: New file.
44897         * MODULES.html.sh (Multithreading): New section.
44898
44899 2005-07-18  Bruno Haible  <bruno@clisp.org>
44900
44901         * m4/lock.m4: New file, from GNU gettext.
44902
44903 2005-07-18  Bruno Haible  <bruno@clisp.org>
44904
44905         * lib/lock.h: New file, from GNU gettext.
44906         * lib/lock.c: New file, from GNU gettext.
44907
44908 2005-07-18  Bruno Haible  <bruno@clisp.org>
44909
44910         * lib/lock.h (gl_once_t): New type.
44911         (gl_once_define, gl_once): New macros.
44912         * lib/lock.c (fresh_once): New variable.
44913         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
44914         functions.
44915
44916 2005-07-16  Simon Josefsson  <jas@extundo.com>
44917
44918         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
44919         workaround, suggested by Bruno.
44920
44921 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
44922
44923         * modules/xalloc (Depends-on): Add xalloc-die.
44924         * modules/xvasprintf (Depends-on): Add xalloc-die.
44925
44926 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
44927
44928         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
44929         with a minor change.
44930
44931 2005-07-15  Bruno Haible  <bruno@clisp.org>
44932
44933         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
44934         When using lib/poll.c, define poll as rpl_poll.
44935
44936 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
44937
44938         * modules/argp (Depends-on): Remove unlocked-io.
44939
44940 2005-07-14  Derek Price  <derek@ximbiot.com>
44941
44942         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
44943         for glob symlink bug.
44944
44945 2005-07-14  Bruno Haible  <bruno@clisp.org>
44946
44947         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
44948         Instead, test for *_unlocked function declarations directly.
44949
44950 2005-07-11  Simon Josefsson  <jas@extundo.com>
44951
44952         * modules/size_max: New file.
44953
44954         * modules/xsize: Depend on size_max module for size_max.m4.
44955
44956 2005-07-11  Simon Josefsson  <jas@extundo.com>
44957
44958         * lib/size_max.h: New file.
44959
44960 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
44961
44962         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
44963         copyright symbol and the year.
44964         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
44965         (version_etc_va): Use parameterized copyright notice.
44966         Reword to conform to the current GNU coding standards.
44967
44968 2005-07-11  Karl Berry  <karl@gnu.org>
44969
44970         * doc/gnulib.texi (Quoting): new node.
44971         (Initial import): more info, from Patrice.
44972
44973 2005-07-11  Bruno Haible  <bruno@clisp.org>
44974
44975         * gnulib-tool (func_usage): Document option --avoid.
44976         (Command line options): Handle --avoid.
44977         (func_acceptable): New function.
44978         (func_modules_transitive_closure): Use it.
44979
44980 2005-07-11  Bruno Haible  <bruno@clisp.org>
44981
44982         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
44983         Reported by Jim Meyering.
44984
44985 2005-07-10  Bruno Haible  <bruno@clisp.org>
44986
44987         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
44988         Needed when size_t is smaller than 'unsigned int'.
44989         Reported by Paul Eggert.
44990
44991 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44992
44993         * modules/argp (Depends-on): Add unlocked-io
44994
44995 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44996
44997         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
44998         block of defines.
44999
45000 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45001
45002         * config/srclist.txt: Comment out regcomp.c, since we have a porting
45003         fix now.
45004
45005 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
45006         and Paul Eggert  <eggert@cs.ucla.edu>
45007
45008         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
45009         in wint_t, not wchar_t.  Remove now-unnecessary cast.
45010
45011 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45012
45013         * modules/regex (Files): Add lib/regex_internal.c,
45014         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
45015         (Depends-on): Add extensions.
45016         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
45017
45018 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45019
45020         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
45021         pathconf.
45022         * m4/same.m4 (gl_SAME): Likewise.
45023         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
45024
45025         * m4/regex.m4: Adjust to new libc regex implementation.
45026         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
45027         all the .c and .h parts of (the new) regex.
45028         Quote the m4 stuff better.
45029         Check for RE_ICASE bug of old gnulib.
45030         Check for REG_STARTEND of recent libc.
45031         Rename local variables from jm_* to gl_*.
45032         Quote operand of "test -f".
45033         Say "recent enough" version of libc, not "version 2".
45034         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
45035         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
45036         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
45037         Remove check for btowc, isascii.
45038         Require AM_LANGINFO_CODESET.
45039
45040 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45041
45042         * lib/regex.c, regex.h: Sync from libc.
45043         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
45044         * lib/regexec.c:
45045         New files, synced from libc, except that regex_internal.h
45046         currently has a small porting fix.
45047
45048 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45049
45050         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
45051         regex_internal.c, regexec.c.
45052         Add regex_internal.h too, but as a comment, since the libc version
45053         is currently broken in gnulib mode.
45054
45055 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45056
45057         Support programs like Emacs that use gnulib but not gettext.
45058         * MODULES.html.sh (Internationalization functions): Add gettext-h.
45059         * modules/gettext-h: New file.
45060         * modules/gettext (Files): Remove lib/gettext.h.
45061         (Depends-on): Add gettext-h.
45062         (Makefile.am): Remove lib_SOURCES.
45063         * modules/argmatch, modules/c-stack, modules/closeout:
45064         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
45065         * modules/execute, modules/file-type, modules/getaddrinfo:
45066         * modules/getopt, modules/human, modules/javacomp:
45067         * modules/javaexec, modules/mkdir-p, modules/obstack:
45068         * modules/openat, modules/pagealign_alloc, modules/pipe:
45069         * modules/quotearg, modules/regex, modules/rpmatch:
45070         * modules/unicodeio, modules/userspec, modules/version-etc:
45071         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
45072         * modules/xsetenv:
45073         Depend on gettext-h, not gettext.
45074
45075 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45076
45077         * gnulib-tool (func_import): Add support for 'public domain' license.
45078         * modules/alloca, modules/atexit, modules/memmove:
45079         Now public domain, not GPL.
45080         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
45081         * modules/realloc, modules/strerror, modules/strtod:
45082         Now LGPL, not GPL.
45083
45084 2005-07-05  Bruno Haible  <bruno@clisp.org>
45085
45086         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
45087         autoconf CVS. Needed for mingw.
45088
45089 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45090
45091         Remove the dependency of the strftime module on the tzset module.
45092         * modules/strftime (Depends-on): Remove dependency on tzset.
45093
45094 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45095
45096         Remove the dependency of the strftime module on the tzset module.
45097         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
45098         gl_FUNC_TZSET_CLOBBER.
45099
45100 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45101
45102         Remove the dependency of the strftime module on the tzset module.
45103         * lib/strftime.c (my_strftime)
45104         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
45105         Copy the input structure, to work around some of the bug with
45106         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
45107         Solaris releases, you should also use the tzset module, but we won't
45108         require it as a dependency any more since we don't want LGPLed code
45109         to depend on GPLed code.
45110
45111 2005-07-02  Jim Meyering  <jim@meyering.net>
45112
45113         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
45114         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
45115         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
45116         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
45117
45118 2005-07-02  Jim Meyering  <jim@meyering.net>
45119
45120         * lib/backupfile.c (backup_args): Change a `0' to NULL.
45121
45122 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45123
45124         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
45125         declares only 'struct timespec;' (!).
45126
45127 2005-07-01  Jim Meyering  <jim@meyering.net>
45128
45129         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
45130         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
45131         * lib/save-cwd.c, tempname.c:
45132         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
45133         and don't include <sys/file.h>).
45134
45135 2005-06-29  Jim Meyering  <jim@meyering.net>
45136
45137         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
45138         type name.  Use the variable name instead.
45139         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
45140         Likewise.
45141
45142 2005-06-28  Simon Josefsson  <jas@extundo.com>
45143
45144         * modules/check-version (Files): Add check-version.m4.
45145
45146 2005-06-28  Simon Josefsson  <jas@extundo.com>
45147
45148         * m4/check-version.m4: New file, suggested by Jim Meyering
45149         <jim@meyering.net>.
45150
45151 2005-06-28  Simon Josefsson  <jas@extundo.com>
45152
45153         * lib/check-version.h, lib/check-version.c: New files.
45154
45155 2005-06-28  Simon Josefsson  <jas@extundo.com>
45156
45157         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
45158         collision with global variable.  Better indentation.  Don't
45159         increment buffer pointer beyond buffer end.  Based on comments
45160         from Paul Eggert <eggert@cs.ucla.edu>.
45161
45162         * lib/base64.h: Indent.
45163
45164 2005-06-28  Simon Josefsson  <jas@extundo.com>
45165
45166         * doc/gnulib.texi (Library version handling): New section.
45167
45168 2005-06-28  Jim Meyering  <jim@meyering.net>
45169
45170         * check-module (find_included_lib_files): Hard-code another
45171         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
45172         but modules/fts-lgpl (correctly) does not list those files.
45173
45174         * modules/canonicalize (Files): Add lib/pathmax.h.
45175
45176 2005-06-25  Simon Josefsson  <jas@extundo.com>
45177
45178         * modules/check-version: New file.
45179
45180 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
45181
45182         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
45183         initializer of struct addrinfo, as an indication that we don't
45184         care how many members the structure has.
45185
45186 2005-06-24  Derek Price  <derek@ximbiot.com>
45187         and Bruno Haible  <bruno@clisp.org>
45188
45189         Remove stat module & update lstat.
45190         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
45191         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45192         * m4/stat.m4: Remove this file.
45193
45194 2005-06-24  Derek Price  <derek@ximbiot.com>
45195         and Bruno Haible  <bruno@clisp.org>
45196
45197         Remove stat module & update lstat.
45198         * lib/stat.c: Remove this file...
45199         (slash_aware_lstat): ...moving this content and its support...
45200         * lib/lstat.c (rpl_lstat): ...into here.
45201         * lib/lstat.h: New file.
45202
45203 2005-06-24  Derek Price  <derek@ximbiot.com>
45204         and Bruno Haible  <bruno@clisp.org>
45205
45206         Remove stat module & update lstat.
45207         * config/srclist.txt (libc sources): Remove stat.
45208
45209 2005-06-24  Derek Price  <derek@ximbiot.com>
45210         and Bruno Haible  <bruno@clisp.org>
45211
45212         Remove stat module & update lstat.
45213         * MODULES.html.sh (stat): Remove.
45214         * MODULES.html: Regenerated.
45215         * modules/lstat (Description): Correct function name.
45216         (Files): Add "lstat.h".
45217         (Depends-on): Remove stat, add xalloc, stat-macros.
45218         * modules/stat: Remove this file.
45219         (Include): Add "lstat.h", remove <sys/stat.h>.
45220
45221 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
45222
45223         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
45224         (ranged_convert): Don't save conversion in a temporary struct.
45225         This causes a warning with GCC 4.0.0, and anyway in the typical
45226         case it's not worth the extra 100 bytes or so of code.
45227         (ranged_convert, __mktime_internal): When calling a function via a
45228         pointer P, use P () rather than (*P) (), as we now assume C89 or
45229         better.
45230
45231 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45232
45233         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
45234         "who -r" failed to give output.  Problem reported by Tim Waugh.
45235
45236         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
45237         (xcalloc): Use it to avoid needless tests.
45238         Problem reported by Jim Meyering.
45239
45240 2005-06-20  Derek Price  <derek@ximbiot.com>
45241
45242         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
45243         unnecessary for Autoconfs > 2.59c.
45244
45245 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45246
45247         * lib/argp.h (__option_is_short): Check upper limit of
45248         __key. Isprint() requires its argument to have the value
45249         of an unsigned char or EOF.
45250
45251 2005-06-16  Jim Meyering  <jim@meyering.net>
45252
45253         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
45254         when either N or S is zero.
45255
45256 2005-06-16  Derek Price  <derek@ximbiot.com>
45257
45258         * m4/bison.m4: Declare YACC & YFLAGS precious.
45259
45260 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
45261
45262         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
45263         multibyte string or pattern, fall back on unibyte matching.
45264         Problem reported by James Youngman.
45265
45266 2005-06-08  Bruno Haible  <bruno@clisp.org>
45267
45268         * modules/csharpcomp: New file.
45269         * MODULES.html.sh (C#): Add csharpcomp.
45270
45271 2005-06-08  Bruno Haible  <bruno@clisp.org>
45272
45273         * m4/csharpcomp.m4: New file, from GNU gettext.
45274
45275 2005-06-08  Bruno Haible  <bruno@clisp.org>
45276
45277         * lib/csharpcomp.h: New file, from GNU gettext.
45278         * lib/csharpcomp.c: New file, from GNU gettext.
45279         * lib/csharpcomp.sh.in: New file, from GNU gettext.
45280
45281 2005-06-08  Bruno Haible  <bruno@clisp.org>
45282
45283         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
45284         warning on mingw.
45285
45286 2005-06-07  Derek Price  <derek@ximbiot.com>
45287
45288         Sync from CVS.
45289         * lib/glob_.h: Indent nested #ifdef.
45290
45291 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
45292
45293         Sync from coreutils.
45294         Use "file name" when talking about file names, instead of "filename"
45295         or "path", as per the GNU coding standards.
45296         * lib/mkdir-p.c: Renamed from makepath.c.
45297         (make_dir_parents): Renamed from make_path.  All callers changed.
45298         * lib/mkdir-p.h: Likewise.  All includers changed.
45299         * lib/filenamecat.c: Renamed from path-concat.c.
45300         (file_name_concat): Renamed from path_concat.  All callers changed.
45301         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
45302         * lib/filenamecat.h: Likewise.  All includers changed.
45303         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
45304         in comments or local variable names.
45305         * lib/basename.c: Likewise.
45306         * lib/canonicalize.c, canonicalize.h: Likewise.
45307         * lib/dirname.c, dirname.h: Likewise.
45308         * lib/euidaccess.c: Likewise.
45309         * lib/exclude.c: Likewise
45310         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
45311         * lib/fsusage.c, fsuage.h: Likewise.
45312         * lib/fts.c, fts_.h: Likewise.
45313         * lib/getcwd.c: Likewise.
45314         * lib/getloadavg.c: Likewise.
45315         * lib/mkstemp.c: Likewise.
45316         * lib/mountlist.c, mountlist.h: Likewise.
45317         * lib/openat.c, openat.h: Likewise.
45318         * lib/readlink-stub.c: Likewise.
45319         * lib/readutmp.c, readutmp.h: Likewise.
45320         * lib/rename.c: Likewise.
45321         * lib/rmdir.c: Likewise.
45322         * lib/same.c: Likewise.
45323         * lib/savedir.c: Likewise.
45324         * lib/stripslash.c: Likewise.
45325         * lib/tempname.c: Likewise.
45326         * lib/xreadlink.c: Likewise.
45327         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
45328         All uses changed.
45329         * lib/exclude.h: Likewise.
45330
45331         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
45332         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
45333         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
45334         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
45335         * lib/pathmax.h: Include <limits.h> unconditionally, since other
45336         files have been getting away with it for years (MORE/BSD 4.3
45337         is extinct now).
45338         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
45339         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
45340
45341         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
45342         Define to 256, not 255, as per modern POSIX.
45343
45344 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
45345
45346         Sync from coreutils.
45347         Use "file name" when talking about file names, instead of "filename"
45348         or "path", as per the GNU coding standards.
45349         * MODULES.html.sh: mkdir-p renamed from makepath.
45350         filenamecat renamed from path-concat.
45351         * modules/filenamecat: Renamed from modules/path-concat.
45352         (Files): filenamecat.h and filenamecat.c renamed from
45353         path-concat.h and path-concat.c.
45354         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
45355         (Include): filenamecat.h, not path-concat.h.
45356         * modules/mkdir-p: Renamed from modules/makepath.
45357         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
45358         makepath.c.
45359         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
45360         (Include): mkdir-p.h, not makepath.h.
45361
45362 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
45363
45364         Sync from coreutils.
45365         * m4/mkdir-p.m4: Renamed from makepath.m4.
45366         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
45367         Rename files from makepath.c to mkdir-p.c, and from
45368         makepath.h to mkdir-p.h.
45369         * m4/filenamecat.m4: Renamed from path-concat.m4.
45370         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
45371         Rename files from path-concat.c to filenamecat.c,
45372         and from path-concat.h to filenamecat.h.
45373         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
45374         "file name" in local variables or comments.
45375         * m4/rename.m4: Likewise.
45376
45377 2005-06-01  Bruno Haible  <bruno@clisp.org>
45378
45379         * modules/csharpexec: New file.
45380         * MODULES.html.sh (C#): New section.
45381
45382 2005-06-01  Bruno Haible  <bruno@clisp.org>
45383
45384         * m4/csharp.m4: New file, from GNU gettext.
45385         * m4/csharpexec.m4: New file, from GNU gettext.
45386
45387 2005-06-01  Bruno Haible  <bruno@clisp.org>
45388
45389         * lib/csharpexec.h: New file, from GNU gettext.
45390         * lib/csharpexec.c: New file, from GNU gettext.
45391         * lib/csharpexec.sh.in: New file, from GNU gettext.
45392
45393 2005-05-31  Derek Price  <derek@ximbiot.com>
45394             Paul Eggert  <eggert@cs.ucla.edu>
45395
45396         Sync from cvs.
45397         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
45398
45399 2005-05-31  Derek Price  <derek@ximbiot.com>
45400             Paul Eggert  <eggert@cs.ucla.edu>
45401
45402         Sync from cvs.
45403         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
45404
45405 2005-05-29  Derek Price  <derek@ximbiot.com>
45406
45407         * config/srclist.txt (glob_.h, glob.c): Add these files.
45408
45409 2005-05-29  Derek Price  <derek@ximbiot.com>
45410
45411         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
45412         * modules/glob: New file.
45413         * modules/getlogin_r: Add link to POSIX spec in description.
45414
45415 2005-05-29  Derek Price  <derek@ximbiot.com>
45416             Paul Eggert  <eggert@cs.ucla.edu>
45417
45418         * m4/glob.m4: New file.
45419
45420 2005-05-29  Derek Price  <derek@ximbiot.com>
45421             Paul Eggert  <eggert@cs.ucla.edu>
45422
45423         * lib/glob_.h, lib/glob.c: New files.
45424
45425 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
45426
45427         * modules/fts (Files): Remove m4/inttypes-pri.m4.
45428         * modules/fts-lgpl (Depends-on): Remove gettext.
45429
45430 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
45431
45432         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
45433         and don't require gt_INTTYPES_PRI.
45434
45435 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
45436
45437         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
45438
45439         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
45440         the configuration hassle isn't worth it.
45441         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
45442         (LONGEST_MODIFIER, PRIuMAX): Remove.
45443
45444 2005-05-27  Bruno Haible  <bruno@clisp.org>
45445
45446         * lib/getlogin_r.h: Remove second include of <stddef.h>.
45447
45448 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
45449
45450         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
45451         _POSIX_PTHREAD_SEMANTICS for Solaris.
45452
45453 2005-05-25  Derek Price  <derek@ximbiot.com>
45454
45455         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
45456
45457 2005-05-25  Derek Price  <derek@ximbiot.com>
45458             Paul Eggert  <eggert@cs.ucla.edu>
45459
45460         * modules/getlogin_r, m4/getlogin_r.m4: New files.
45461         * lib/getlogin_r.c, getlogin_r.h: New files.
45462
45463 2005-05-25  Bruno Haible  <bruno@clisp.org>
45464             Derek Price  <derek@ximbiot.com>
45465
45466         * lib/getlogin_r.h: Simplify API documentation.
45467
45468 2005-05-23  Derek Price  <derek@ximbiot.com>
45469
45470         * modules/minmax (Files): Add m4/minmax.m4.
45471         (configure.ac): Add gl_MINMAX.
45472
45473 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
45474
45475         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
45476         so that unistd-safer.h (GPL'ed code) need not be included.
45477
45478 2005-05-22  Bruno Haible  <bruno@clisp.org>
45479
45480         * m4/minmax.m4: New file.
45481         Based on a patch by Derek Price <derek@ximbiot.com>.
45482
45483 2005-05-22  Bruno Haible  <bruno@clisp.org>
45484
45485         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
45486         (INT64_MIN): Fix definition.
45487         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
45488
45489         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
45490         NEED_SIGNED_INT_TYPES.
45491
45492         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
45493         HAVE_SYSTEM_INTTYPES.
45494
45495 2005-05-22  Bruno Haible  <bruno@clisp.org>
45496
45497         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
45498         Also include <sys/param.h> if it defines MIN, MAX.
45499         Based on a patch by Derek Price <derek@ximbiot.com>.
45500
45501 2005-05-21  Jim Meyering  <jim@meyering.net>
45502
45503         * modules/fts (Files): Add m4/inttypes-pri.m4.
45504         (Depends-on): Add lstat and remove gettext.  Alphabetize.
45505
45506 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
45507
45508         New fts module.
45509         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
45510         (setup_dir, free_dir): New functions.
45511         (enter_dir, leave_dir): Define trivial
45512         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
45513         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
45514         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
45515         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
45516         Move to fts-cycle.c.
45517         (fts_open): Use setup_dir.
45518         (fts_close): Use free_dir.
45519         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
45520         This adds a label and some gotos, but the alternatives were messier.
45521         Check for memory allocation failure when entering a dir.
45522         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
45523         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
45524         (FTS): New member fts_cycle, that is a union that contains the
45525         old active_dir_ht and cycle_state.  All uses changed to mention
45526         fts_cycle.ht and fts_cycle.state.
45527         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
45528         fts.c, with the following changes:
45529         (setup_dir, free_dir): New functions.
45530         (enter_dir): Now returns bool.  Return true if successful, false
45531         if memory exhausted.  All callers changed.
45532         Do not bother partly cleaning up on
45533         memory allocation failure; that is free_dir's job.
45534         However, free ad if hash_insert fails, to avoid memory leak.
45535         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
45536         fts->fts_options to see which union member to use.
45537
45538 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
45539
45540         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
45541         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
45542
45543 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
45544
45545         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
45546
45547 2005-05-20  Jim Meyering  <jim@meyering.net>
45548
45549         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
45550         Now a macro, to pacify GCC.
45551
45552 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
45553
45554         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
45555         of -1.
45556
45557 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
45558
45559         * lib/chown.c (rpl_chown): Return -1 on failure.
45560
45561 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
45562
45563         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
45564         Don't check for stddef.h.
45565         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
45566         don't use its results.
45567         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
45568         since we include them unconditionally.  Don't require
45569         AM_STDBOOL_H, since stdbool is a prerequisite.
45570         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
45571         since we assume C89 or better.
45572         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
45573         as we don't use their results.
45574         Don't check for fchdir, memmove, memset, strrchr, as we use
45575         them unconditionally.
45576         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
45577         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
45578
45579 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
45580
45581         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
45582         Include <stddef.h> unconditionally, since we assume C89 now.
45583         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
45584         * lib/fts.c: Include fts_.h first, to check interface.
45585         Do not include intprops.h; no longer needed.
45586         Include cycle-check.h and hash.h, since fts_.h no longer does.
45587         Remove unnecessary casts of closedir to void.
45588         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
45589         decide whether to decrement nlinks.
45590         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
45591         (FTS): Use struct hash_table * instead of Hash_table, so that
45592         we no longer need to include hash.h here.
45593
45594 2005-05-18  Jim Meyering  <jim@meyering.net>
45595
45596         * modules/dirfd (License): Change to LGPL.  Most of the code
45597         is already in the public domain.
45598
45599 2005-05-18  Jim Meyering  <jim@meyering.net>
45600
45601         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
45602         Reported by Yoann Vandoorselaere.
45603
45604 2005-05-17  Jim Meyering  <jim@meyering.net>
45605
45606         * m4/fts.m4: New file, from coreutils.
45607
45608 2005-05-17  Jim Meyering  <jim@meyering.net>
45609
45610         * lib/fts.c, lib/fts_.h: New files, from coreutils.
45611
45612 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
45613
45614         Sync from coreutils.
45615         * m4/unlinkdir.m4: New file.
45616
45617 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
45618
45619         Sync from coreutils.
45620         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
45621         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
45622         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
45623         White space changes only.
45624         * lib/makepath.c (make_path): Port to hosts where leading "//" is
45625         special.
45626         * lib/yesno.c: Include getline.h, not ctype.h.
45627         (yesno): Don't remove leading white space; POSIX doesn't allow it.
45628         Use getline to remove arbitrary restriction on response length.
45629
45630 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
45631
45632         * config/srclist-update: Spell out "Street" in FSF postal
45633         mail address; this is the style the FSF seems to prefer.
45634
45635         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
45636         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
45637         this updates FSF postal mail address.
45638
45639         Sync from coreutils.
45640         * modules/unlinkdir: New file.
45641         * modules/yesno (Depends-on): Add getline.
45642         * MODULES.html.sh (File system functions): Add unlinkdir.
45643
45644 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
45645
45646         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
45647         lib/strsep.h:
45648         Change the initial comment to refer to GPL, not LGPL.
45649         gnulib-tool will change it to LGPL as needed.
45650
45651         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
45652         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
45653         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
45654         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
45655         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
45656         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
45657         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
45658         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
45659         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
45660         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
45661         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
45662         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
45663         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
45664         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
45665         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
45666         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
45667         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
45668         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
45669         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
45670         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
45671         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
45672         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
45673         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
45674         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
45675         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
45676         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
45677         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
45678         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
45679         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
45680         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
45681         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
45682         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
45683         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
45684         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
45685         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
45686         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
45687         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
45688         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
45689         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
45690         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
45691         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
45692         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
45693         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
45694         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
45695         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
45696         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
45697         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
45698         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
45699         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
45700         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
45701         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
45702         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
45703         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
45704         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
45705         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
45706         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
45707         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
45708         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
45709         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
45710         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
45711         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
45712         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
45713         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
45714         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
45715         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
45716         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
45717         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
45718         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
45719         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
45720         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
45721         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
45722         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
45723         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
45724         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
45725         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
45726         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
45727         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
45728         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
45729         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
45730         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
45731         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
45732         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
45733         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
45734         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
45735         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
45736         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
45737         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
45738         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
45739         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
45740         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
45741         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
45742         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
45743         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
45744         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
45745         lib/yesno.c, lib/yesno.h:
45746         Update FSF postal mail address.
45747
45748 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
45749
45750         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
45751         tests/test-memmem.c, tests/test-stpncpy.c:
45752         Update FSF postal mail address.
45753
45754 2005-05-13  Bruno Haible  <bruno@clisp.org>
45755
45756         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
45757         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
45758         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
45759         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
45760         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
45761         Add support for 64-bit integers in the MSVC compiler.
45762
45763 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45764
45765         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
45766
45767 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
45768
45769         * gnulib-tool (func_import): Sort and uniquify recommended includes.
45770
45771 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
45772
45773         * doc/getdate.texi (General date syntax): Don't say that date
45774         date --iso-8601=ns generates acceptable dates; it doesn't yet.
45775         Problem reported by Nic Ferrier.
45776
45777 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45778
45779         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
45780         specified in ai_socktype. Fix invalid ai_protocol
45781         check. ai_protocol is usually set to 0 or depending on
45782         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
45783         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
45784         ai_socktype / ai_protocol in the returned addrinfo structure.
45785
45786 2005-05-10  Simon Josefsson  <jas@extundo.com>
45787
45788         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
45789         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45790
45791 2005-05-10  Karl Berry  <karl@gnu.org>
45792
45793         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
45794         (from http://www.gnu.org/licenses).
45795         * doc/COPYING.LIB: also rename to COPYING.LESSER.
45796         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
45797         fdl.texi suffices.
45798
45799 2005-05-10  Karl Berry  <karl@gnu.org>
45800
45801         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
45802         (COPYING.DOC): remove.
45803
45804         * config/srclist-update: new FSF address.
45805
45806 2005-05-10  Derek Price  <derek@ximbiot.com>
45807
45808         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
45809         possible.
45810
45811 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45812             Bruno Haible  <bruno@clisp.org>
45813
45814         * modules/inet_ntop: New file.
45815         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
45816         inet_ntop.
45817
45818 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45819             Bruno Haible  <bruno@clisp.org>
45820
45821         * m4/inet_ntop.m4: New file.
45822
45823 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45824             Bruno Haible  <bruno@clisp.org>
45825
45826         * lib/inet_ntop.h: New file.
45827         * lib/inet_ntop.c: New file, from glibc with modifications.
45828
45829 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
45830
45831         * modules/time_r (License): Change to LGPL.
45832         * modules/extensions (License): Change to LGPL.  Actually,
45833         the license is more permissive than that, but currently gnulib-tool
45834         doesn't know how to handle more-permissive licenses.
45835
45836         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
45837         Problem reported by Dave Love.
45838
45839 2005-05-08  Jim Meyering  <jim@meyering.net>
45840
45841         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
45842         blank.
45843
45844 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
45845
45846         * modules/argmatch (Depends-on): Add stdbool.
45847         * modules/backupfile (Depends-on): Likewise.
45848         * modules/chdir-long (Depends-on): Likewise.
45849         * modules/closeout (Depends-on): Likewise.
45850         * modules/cycle-check (Depends-on): Likewise.
45851         * modules/dirname (Depends-on): Likewise.
45852         * modules/fnmatch (Depends-on): Likewise.
45853         * modules/fsusage (Depends-on): Likewise.
45854         * modules/fwriteerror (Depends-on): Likewise.
45855         * modules/getcwd (Depends-on): Likewise.
45856         * modules/getloadavg (Depends-on): Likewise.
45857         * modules/hard-locale (Depends-on): Likewise.
45858         * modules/makepath (Depends-on): Likewise.
45859         * modules/mountlist (Depends-on): Likewise.
45860         * modules/nanosleep (Depends-on): Likewise.
45861         * modules/posixtm (Depends-on): Likewise.
45862         * modules/quotearg (Depends-on): Likewise.
45863         * modules/readtokens (Depends-on): Likewise.
45864         * modules/readtokens0 (Depends-on): Likewise.
45865         * modules/readutmp (Depends-on): Likewise.
45866         * modules/save-cwd (Depends-on): Likewise.
45867         * modules/strftime (Depends-on): Likewise.
45868         * modules/userspec (Depends-on): Likewise.
45869         * modules/utimecmp (Depends-on): Likewise.
45870         * modules/xgetcwd (Depends-on): Likewise.
45871         * modules/xnanosleep (Depends-on): Likewise.
45872         * modules/xstrtod (Depends-on): Likewise.
45873         * modules/yesno (Depends-on): Likewise.
45874
45875 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
45876
45877         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
45878         needless checks.
45879
45880 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
45881
45882         Merge from coreutils.  Among other things,
45883         add bulletproofing for cases where stdin, stdout, or stderr are closed.
45884         * lib/fd-safer.c: New file.
45885         * lib/fcntl-safer.h, open-safer.c: Remove.
45886         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
45887         * lib/dup-safer.c: Include unistd-safer.h first.
45888         Don't include errno.h.
45889         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
45890         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
45891         * lib/file-type.c: Rely on file-type.h change.
45892         * lib/getloadavg.c: Include unistd-safer.h.
45893         (getloadavg): Use safer open.
45894         * lib/getusershell.c: Include "stdio-safer.h".
45895         (getusershell): Use safer fopen.
45896         * lib/long-options.c (long_options): Use NULL rather than 0.
45897         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
45898         'free'.
45899         * lib/modechange.c: Likewise.
45900         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
45901         (MODE_DONE): New constant.
45902         (struct mode_change): Remove 'next' member.
45903         (make_node_op_equals): New function; like the old one of the
45904         same name, except it allocates an array.
45905         (mode_compile, mode_create_from_ref): Use it.
45906         (mode_compile): Allocate result as an array, not a linked list.
45907         Parse octal string ourself, so that we catch mistakes like "+0".
45908         (mode_adjust): Arg is an array, not a linked list.
45909         * lib/modechange.c: Include stat-macros.h, xalloc.h.
45910         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
45911         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
45912         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
45913         Remove.  This is now stat-macros.h's job.
45914         (talloc): Remove.  All callers replaced by xalloc, so that
45915         our invokers don't have to worry about reporting memory failures.
45916         (make_node_op_equals): Remove.
45917         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
45918         New constants.
45919         (struct mode_change): Moved here from modechange.h.
45920         (mode_append_entry): Remove.
45921         (mode_compile): Remove MASKED_OPS arg, since it encouraged
45922         apps to have incorrect behavior.  Use simpler algorithm for head
45923         and tail.  Don't futz with umask; that's now the job of mode_adjust.
45924         Detect more invalid usages rather than having somewhat-random behavior.
45925         Don't insert an "a=" action, as that leads to incorrect behavior.
45926         (mode_compile, mode_create_from_ref): Return NULL on error instead
45927         of an enum, since now there's only one way to have an error.  All
45928         callers changed.
45929         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
45930         at the correct time.  Simplify calculation of "+u" and its ilk.
45931         Don't mishandle "+X".
45932         (mode_free): Remove "register" and localize decls.
45933         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
45934         (struct mode_change): Move to modechange.c; callers don't
45935         need to see this stuff.
45936         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
45937         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
45938         (mode_change, mode_adjust): Reflect the new signatures noted above.
45939         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
45940         that might redefine system include files.
45941         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
45942         (my_usleep): Use NULL rather than (void *) 0.
45943         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
45944         Use siginterrupt to specify that system calls should be interrupted.
45945         (rpl_nanosleep): Move initialization of suspended closer to call of
45946         my_usleep.
45947         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
45948         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
45949         (desirable_utmp_entry): New function.
45950         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
45951         using x2nrealloc, to simplify logic.
45952         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
45953         size calculation.  Do not assume utmp file is a regular file.
45954         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
45955         (READ_UTMP_CHECK_PIDS): New constant.
45956         * lib/save-cwd.c: Include unistd-safer.h.
45957         (save_cwd): Use fd_safer.
45958         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
45959         [!_LIBC] Include "stat-macros.h" instead.
45960         * lib/unistd-safer.h (fd_safer): New decl.
45961
45962 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
45963
45964         * modules/getloadavg (Depends-on): Add unistd-safer.
45965         * modules/getusershell (Depends-on): Add stdio-safer.
45966         * modules/lstat (Depends-on): Remove xalloc.
45967         * modules/mkstemp (Depends-on): Add stat-macros.
45968         * modules/modechange (Depends-on): Remove xstrtol.
45969         Add stat-macros, xalloc.
45970         * modules/save-cwd (Depends-on): Add unistd-safer.
45971         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
45972         * modules/unistd-safer (Files): Add lib/fd-safer.c
45973         (Makefile.am): Remove lib_SOURCES.
45974
45975         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
45976         Remove fcntl-safer; unistd-safer supersedes it.
45977
45978 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
45979
45980         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
45981         AC_HEADER_STAT.
45982         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
45983         (gl_PREREQ_CHOWN): Remove.
45984         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
45985         it.  Don't require AC_HEADER_STAT.
45986         (gl_PREREQ_LSTAT): Remove.
45987         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
45988         Don't require AC_HEADER_STAT.
45989         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
45990         (gl_PREREQ_RMDIR): Remove.
45991         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
45992         mention stat-macros.h or AC_HEADER_STAT, since we'll make
45993         the stat-macros module a prerequisite.
45994         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
45995         * m4/filemode.m4 (gl_FILEMODE): Likewise.
45996         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
45997         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
45998         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
45999         variable names.
46000         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
46001         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
46002         variable prefixes.
46003         * m4/fcntl-safer.m4: Remove.
46004         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
46005         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
46006         Invoke gl_PREREQ_FD_SAFER.
46007         (gl_PREREQ_FD_SAFER): New macro.
46008         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
46009         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
46010         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
46011         Remove duplicate call to AC_LIBOBJ(readutmp).
46012         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
46013
46014         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
46015         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
46016
46017 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
46018
46019         * MODULES.html.sh (Misc): Add byteswap.
46020
46021 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46022
46023         * modules/getcwd (Depends-on): Add extensions.
46024         * modules/openat (Depends-on): Likewise.
46025
46026 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46027
46028         * modules/byteswap: New file.
46029
46030 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46031
46032         * m4/byteswap.m4: New file.
46033
46034 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46035
46036         * lib/byteswap_.h: New file.
46037
46038 2005-04-25  Karl Berry  <karl@gnu.org>
46039
46040         * m4/gettext.m4: Update from GNU gettext 0.14.4.
46041
46042 2005-04-25  Albert Chin  <china@thewrittenword.com>
46043
46044         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
46045         Toolkit C bug.
46046
46047 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
46048
46049         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
46050         (func_ln_if_changed) Remove forcibly for no error message
46051         in case file does not exist.
46052
46053 2005-04-19  Simon Josefsson  <jas@extundo.com>
46054
46055         * gnulib-tool (Options): Make --symlink mean --symbolic.
46056
46057 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
46058
46059         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
46060
46061 2005-04-16  Simon Josefsson  <jas@extundo.com>
46062
46063         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
46064
46065 2005-04-15  Simon Josefsson  <jas@extundo.com>
46066
46067         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
46068
46069 2005-04-15  Simon Josefsson  <jas@extundo.com>
46070
46071         * gnulib-tool: Rename --symlink to --symbolic.
46072
46073 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
46074
46075         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
46076         symbolic links to files instead of copying/moving.  Add --aux-dir,
46077         specifying directory relative --dir where auxiliary build tools
46078         are placed.
46079
46080 2005-04-14  Bruno Haible  <bruno@clisp.org>
46081
46082         * modules/allocsa (License): Change to LGPL.
46083         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
46084
46085 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
46086
46087         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
46088         that "UTC +1 second" continues to work.  Problem reported
46089         by Dmitry V. Levin.
46090         (relunit_snumber): New rule.
46091         (relunit): Use it.
46092
46093 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46094
46095         * lib/getdate.y (universal_time_zone_table): New constant.
46096         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
46097         universal_time_zone_table.
46098         (lookup_zone): Prefer universal_time_zone_table to
46099         local_time_zone_table, so that "GMT" time stamps are allowed in
46100         London during the summer.  Problem reported by Ian Abbott.
46101
46102 2005-04-12  Jim Meyering  <jim@meyering.net>
46103
46104         * lib/human.c (humblock): Set *options even when returning due to
46105         xstrtoumax conversion failure.  Thanks to a used-uninitialized
46106         warning from gcc-4.
46107
46108 2005-04-09  Jim Meyering  <jim@meyering.net>
46109
46110         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
46111         -Wuninitialized: initialize tm0.tm_year.
46112
46113 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
46114
46115         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
46116         count, since there's no maximum.  All uses changed.
46117         Add member dsts_seen.
46118         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
46119         not being INT_MAX.
46120         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
46121         Use pc_rels_seen to decide whther a date is absolute.
46122
46123         * lib/getdate.y (number): Don't overwrite year.
46124         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
46125         check.
46126
46127 2005-04-02  Simon Josefsson  <jas@extundo.com>
46128
46129         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
46130         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
46131
46132 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
46133
46134         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
46135         where no absolute path name can be longer than PATH_MAX.
46136
46137 2005-03-27  Jim Meyering  <jim@meyering.net>
46138
46139         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
46140
46141 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
46142
46143         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
46144         "one's complement" -> "ones' complement" in comment, as per Knuth.
46145         "value of type" -> "type or expression" in comment.
46146         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
46147
46148 2005-03-26  Jim Meyering  <jim@meyering.net>
46149
46150         Comment nits.
46151         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
46152         Correct typos: s/or/of/.
46153
46154 2005-03-26  Jim Meyering  <jim@meyering.net>
46155
46156         * modules/check-include-files: Move to ../ and rename to...
46157         * check-module: ...this.
46158
46159 2005-03-25  Jim Meyering  <jim@meyering.net>
46160
46161         * modules/xvasprintf (Files): Add xalloc.h.
46162
46163 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
46164
46165         * modules/gettext (Files): config/config.rpath ->
46166         build-aux/config.rpath
46167         * modules/iconv (Files): Likewise.
46168         Problem reported by Oskar Liljeblad.
46169
46170 2005-03-23  Jim Meyering  <jim@meyering.net>
46171
46172         * modules/check-include-files: New script to check for
46173         missing dependencies, multiple includes, etc.
46174
46175         * modules/c-strtold (Depends-on): Add xalloc.
46176         * modules/c-strtod (Depends-on): Add xalloc.
46177         * modules/hash (Depends-on): Add xalloc.
46178         (Files): Remove lib/xalloc.h.
46179
46180         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
46181         * modules/userspec (Files): Add lib/inttostr.h.
46182
46183 2005-03-23  Jim Meyering  <jim@meyering.net>
46184
46185         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
46186
46187 2005-03-22  Jim Meyering  <jim@meyering.net>
46188
46189         * modules/stat-macros: New module.
46190         * modules/canonicalize, modules/euidaccess, modules/file-type,
46191         * modules/filemode, modules/lchown, modules/makepath,
46192         * modules/rmdir, modules/stat: Depend on new stat-macros module
46193         rather than listing lib/stat-macros.h manually.
46194         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
46195
46196 2005-03-22  Jim Meyering  <jim@meyering.net>
46197
46198         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
46199
46200 2005-03-22  Bruno Haible  <bruno@clisp.org>
46201
46202         * config/srclist.txt: Replace target directory 'config' with
46203         'build-aux'.
46204         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
46205         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
46206         ../build-aux/.
46207
46208 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
46209
46210         * modules/chdir-long (Depends-on): Add mempcpy.
46211
46212         * modules/acl, modules/backupfile, modules/c-strtod,
46213         modules/c-strtold, modules/canon-host, modules/canonicalize,
46214         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
46215         modules/exclude, modules/exitfail, modules/file-type,
46216         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
46217         modules/getdate, modules/getline, modules/getpagesize,
46218         modules/getpass, modules/getugroups, modules/group-member,
46219         modules/hard-locale, modules/hash, modules/human, modules/idcache,
46220         modules/inttostr, modules/long-options, modules/makepath,
46221         modules/md5, modules/memcasecmp, modules/memcoll,
46222         modules/modechange, modules/mountlist, modules/path-concat,
46223         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
46224         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
46225         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
46226         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
46227         modules/strftime, modules/strndup, modules/strverscmp,
46228         modules/timespec, modules/unlocked-io, modules/userspec,
46229         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
46230         modules/yesno:
46231         Remove lib_SOURCES line from Makefile.am section, as this is now
46232         done automatically by the corresponding Autoconf macro.
46233
46234 2005-03-21  Jim Meyering  <jim@meyering.net>
46235
46236         Changes imported from coreutils.
46237
46238         * lib/cycle-check.c: Don't include xalloc.h.
46239
46240         * lib/path-concat.c: Don't include assert.h.
46241         (path_concat): Remove assertion that would have triggered
46242         for ABASE starting with more than one slash.
46243         Reported by Andreas Schwab.
46244
46245         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
46246         properly when ABASE is an absolute file name.
46247         Correct the description of this function.
46248         Include <assert.h>.
46249         Add an assertion and a test driver.
46250         This fixes a bug introduced on 2004-07-02.
46251         Andreas Schwab reported the resulting failure of cp --parents:
46252         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
46253
46254 2005-03-21  Jim Meyering  <jim@meyering.net>
46255
46256         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
46257         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
46258
46259 2005-03-21  Jim Meyering  <jim@meyering.net>
46260         and  Paul Eggert  <eggert@cs.ucla.edu>
46261
46262         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
46263         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
46264         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
46265         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
46266         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
46267         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
46268         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
46269         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
46270         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
46271         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
46272         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
46273         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
46274         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
46275         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
46276         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
46277         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
46278         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
46279         for these modules.
46280
46281 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
46282
46283         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
46284         (which shouldn't happen), generate nothing instead of returning 0
46285         immediately, so that nstrftime (NULL, ...) doesn't return 0.
46286
46287 2005-03-16  Bruno Haible  <bruno@clisp.org>
46288
46289         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
46290         HAVE_LONGLONG_64BIT.
46291
46292 2005-03-16  Bruno Haible  <bruno@clisp.org>
46293
46294         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
46295         HAVE_LONGLONG_64BIT.
46296
46297 2005-03-16  Bruno Haible  <bruno@clisp.org>
46298
46299         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
46300         HAVE_LONGLONG_64BIT.
46301
46302 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
46303
46304         * lib/strftime.c (my_strftime): Prepend space to format so that we can
46305         reliably distinguish strftime failure from empty output on POSIX
46306         hosts.
46307
46308 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
46309
46310         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
46311         (iconv_string): Don't guess a size-zero buffer, as that might cause
46312         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
46313         result would be 'too large', where 'too large' is (heuristically)
46314         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
46315         overflow concerns.  This will prevent some unwanted malloc failures
46316         when the inputs are very large.
46317
46318 2005-03-15  Karl Berry  <karl@gnu.org>
46319
46320         * config/srclist.txt (config.rpath): from gettext.
46321         * config/config.rpath: update.
46322
46323 2005-03-15  Bruno Haible  <bruno@clisp.org>
46324
46325         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
46326         to 'negate'.
46327
46328         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
46329         variable.
46330
46331         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
46332         results.
46333
46334 2005-03-14  Simon Josefsson  <jas@extundo.com>
46335
46336         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
46337         <fx@gnu.org>.
46338
46339 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
46340
46341         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
46342         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
46343         intprops.h.
46344         * lib/strtol.c: Likewise.
46345
46346 2005-03-14  Jim Meyering  <jim@meyering.net>
46347
46348         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
46349         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
46350         to be nonzero so that we (and caller) can detect the difference
46351         between a valid zero-length expansion and an error return, even
46352         when the underlying strftime fails before writing anything into
46353         that location.
46354
46355 2005-03-14  Bruno Haible  <bruno@clisp.org>
46356
46357         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
46358         Update from GNU gettext 0.14.3.
46359
46360 2005-03-10  Jim Meyering  <jim@meyering.net>
46361
46362         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
46363
46364 2005-03-10  Jim Meyering  <jim@meyering.net>
46365
46366         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
46367         so that this module works on systems without fchdir.
46368
46369 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46370
46371         Factor int-properties macros into a single file, except for
46372         glibc-related files.
46373         * lib/intprops.h: New file.
46374         * lib/getloadavg.c: Include it instead of limits.h.
46375         (INT_STRLEN_BOUND): Remove.
46376         * lib/human.c: Include intprops.h.
46377         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
46378         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
46379         302/1000.
46380         * lib/inttostr.h: Include intprops.h instead of limits.h.
46381         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
46382         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
46383         for consistency with intprops.h.
46384         (time_t_is_integer, twos_complement_arithmetic): Use them.
46385         * lib/sig2str.h: Include <signal.h>, intprops.h.
46386         (INT_STRLEN_BOUND): Remove.
46387         * lib/strftime.c (TYPE_SIGNED): Remove.
46388         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
46389         * lib/strtol.c: Adjust comments to match intprops.h.
46390         * lib/userspec.c: Include intprops.h.
46391         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
46392         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
46393         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
46394         instead of rolling our own expressions.
46395         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
46396
46397         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
46398         instead of int.
46399         (my_strftime): Do not mishandle years close to INT_MAX, by doing
46400         the right thing even if adding 1900 would overflow.  Similarly
46401         for tm_mon + 1 and tm_yday + 1.
46402         Make %Y always equivalent to %C%y, and similarly for %G and %g.
46403         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
46404         (DO_SIGNED_NUMBER): New macro.
46405         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
46406
46407 2005-03-07  Bruno Haible  <bruno@clisp.org>
46408
46409         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
46410
46411 2005-03-07  Bruno Haible  <bruno@clisp.org>
46412
46413         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
46414
46415 2005-03-04  Derek R. Price  <derek@ximbiot.com>
46416
46417         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
46418         (func_import): Only replace files via --import when they have actually
46419         changed.
46420
46421 2005-03-03  Derek R. Price  <derek@ximbiot.com>
46422
46423         * m4/mmap-anon.m4: New file.
46424         * m4/pagealign_alloc.m4: New file.
46425
46426 2005-03-03  Derek R. Price  <derek@ximbiot.com>
46427             Bruno Haible  <bruno@clisp.org>
46428
46429         * modules/pagealign_alloc: New file.
46430         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
46431
46432 2005-03-03  Derek R. Price  <derek@ximbiot.com>
46433             Bruno Haible  <bruno@clisp.org>
46434
46435         * lib/pagealign_alloc.h: New file.
46436         * lib/pagealign_alloc.c: New file.
46437
46438 2005-03-03  Bruno Haible  <bruno@clisp.org>
46439
46440         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
46441         Use an all-permissive copyright notice, recommended by RMS.
46442
46443 2005-03-02  Bruno Haible  <bruno@clisp.org>
46444
46445         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
46446         of AIX, the replacement has to be done only after <string.h> is
46447         included, therefore not in config.h. stpncpy.h does the replacement,
46448         and stpncpy.c uses it.
46449
46450 2005-03-02  Bruno Haible  <bruno@clisp.org>
46451
46452         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
46453         stpncpy.c uses it.
46454
46455 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46456
46457         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
46458         The workaround isn't strictly needed for POSIX conformance, and
46459         it's too much of a pain to configure and maintain.  We'll ask
46460         people to fix their kernels instead.
46461         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
46462         (NANOSLEEP_BUG_WORKAROUND): Remove.
46463         (xnanosleep): Remove the workaround.
46464
46465 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46466
46467         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
46468         Reported by Derek Price.
46469         (Include): Add "timespec.h".
46470
46471         * modules/xnanosleep (Depends-on): Remove gethrxtime.
46472
46473 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46474
46475         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
46476         to detect nanosleep bug.
46477
46478 2005-03-01  Bruno Haible  <bruno@clisp.org>
46479
46480         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
46481
46482 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
46483
46484         * modules/gethrxtime: New file.
46485         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
46486         (Depends-on): Add gethrxtime.
46487         (configure.ac): Add gl_XNANOSLEEP.
46488         (Makefile.am): Remove lib_SOURCES line.
46489
46490 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
46491
46492         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
46493         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
46494
46495 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
46496
46497         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
46498         * lib/timespec.h (gettime): Return void, since it always
46499         succeeds now.  All uses changed.
46500         * lib/gettime.c (gettime) Likewise.
46501         [HAVE_NANOTIME]: Prefer nanotime.
46502         Assume gettimeofday succeeds, as POSIX requires.
46503         Assime time () succeeds, since other code already does.
46504         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
46505         (timespec_subtract): Remove.
46506         (NANOSLEEP_BUG_WORKAROUND): New constant.
46507         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
46508         things considerably.  Use it only on GNU/Linux hosts, since the
46509         workaround shouldn't be needed elsewhere.
46510
46511 2005-02-24  Bruno Haible  <bruno@clisp.org>
46512
46513         * modules/gettext (Files): Add m4/glibc2.m4.
46514
46515 2005-02-24  Bruno Haible  <bruno@clisp.org>
46516
46517         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
46518         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
46519         * m4/progtest.m4:
46520         Update from GNU gettext 0.14.2.
46521         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
46522
46523 2005-02-24  Bruno Haible  <bruno@clisp.org>
46524
46525         * lib/localcharset.c: Update from GNU gettext 0.14.2.
46526         * lib/config.charset: Update from GNU gettext 0.14.2.
46527
46528 2005-02-24  Bruno Haible  <bruno@clisp.org>
46529
46530         * lib/gettext.h: Update from GNU gettext 0.14.2.
46531
46532 2005-02-23  Simon Josefsson  <jas@extundo.com>
46533
46534         * m4/iconvme.m4: New file.
46535
46536 2005-02-23  Jim Meyering  <jim@meyering.net>
46537
46538         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
46539         change.
46540         Thanks to Bruno Haible for catching it.
46541
46542 2005-02-22  Simon Josefsson  <jas@extundo.com>
46543
46544         * modules/iconvme: New file.
46545
46546         * MODULES.html.sh: Add iconvme.
46547
46548 2005-02-22  Simon Josefsson  <jas@extundo.com>
46549
46550         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
46551
46552 2005-02-22  Simon Josefsson  <jas@extundo.com>
46553
46554         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
46555
46556 2005-02-22  Jim Meyering  <jim@meyering.net>
46557
46558         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
46559         s/ifndef/ifdef/.
46560
46561 2005-02-20  Neil Conway  <neilc@samurai.com>
46562
46563         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
46564         returned by OSX/Darwin if the specified buffer is not large
46565         enough for the hostname.
46566
46567 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46568
46569         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
46570         pass it to _help, otherwise the latter coredumps trying to
46571         dereference state.root_argp.
46572
46573 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
46574
46575         * modules/chdir-long (Depends-on): Add memrchr.
46576         * modules/memrchr (Files): Add lib/memrchr.h.
46577         (Include): "memrchr.h".
46578
46579 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
46580
46581         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
46582
46583 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
46584
46585         * lib/memrchr.h: New file.
46586         * lib/chdir-long.c: Include it.
46587         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
46588         Don't bother including stddef.h.
46589
46590 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
46591
46592         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
46593         inclusion.
46594         Include <sys/types.h>, for dev_t.
46595         (ME_DUMMY, ME_REMOTE): Move from here....
46596         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
46597         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
46598         Dmitry V. Levin.
46599         Include mountlist.h first, to test the interface.
46600
46601 2005-01-29  Bruno Haible  <bruno@clisp.org>
46602
46603         * lib/progname.c (program_name): Initialize.
46604         Needed when linking statically on MacOS X.
46605
46606 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
46607
46608         Sync from coreutils.
46609         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
46610         (Depends-on): Add c-strtod.
46611         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
46612
46613 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
46614
46615         Sync from coreutils.
46616         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
46617
46618         Remove files that are specific to coreutils.
46619         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
46620
46621 2005-01-28  Bruno Haible  <bruno@clisp.org>
46622
46623         * modules/javacomp: New file.
46624         * MODULES.html.sh (Java): Add javacomp.
46625
46626 2005-01-28  Bruno Haible  <bruno@clisp.org>
46627
46628         * m4/javacomp.m4: New file, from GNU gettext.
46629
46630 2005-01-28  Bruno Haible  <bruno@clisp.org>
46631
46632         * lib/javacomp.sh.in: New file, from GNU gettext.
46633         * lib/javacomp.h: New file, from GNU gettext.
46634         * lib/javacomp.c: New file, from GNU gettext.
46635
46636 2005-01-26  Simon Josefsson  <jas@extundo.com>
46637
46638         * lib/gai_strerror.c: Use GPL in header.
46639
46640 2005-01-26  Bruno Haible  <bruno@clisp.org>
46641
46642         * modules/javaexec: New file.
46643         * MODULES.html.sh (Java): Add javaexec.
46644
46645 2005-01-26  Bruno Haible  <bruno@clisp.org>
46646
46647         * m4/javaexec.m4: New file, from GNU gettext.
46648
46649 2005-01-26  Bruno Haible  <bruno@clisp.org>
46650
46651         * lib/javaexec.sh.in: New file, from GNU gettext.
46652         * lib/javaexec.h: New file, from GNU gettext.
46653         * lib/javaexec.c: New file, from GNU gettext.
46654
46655 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46656
46657         * modules/lchown (Depends-on): Remove lchown.h
46658
46659 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46660
46661         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
46662         must be defined if the header file was not found, in order
46663         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
46664
46665 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46666
46667         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
46668         initializers for struct pentry_state.
46669         (__argp_error): Check return value of __asprintf
46670         (__argp_failure): Translate error message
46671
46672         * lib/argp-parse.c: Removed braces around the expansion of N_()
46673
46674 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46675
46676         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
46677         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
46678         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
46679         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
46680         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
46681         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
46682         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
46683         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
46684         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
46685         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
46686         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
46687         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
46688         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
46689         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
46690         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
46691         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
46692         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
46693         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
46694         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
46695         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
46696         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
46697         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
46698         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
46699         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
46700         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
46701         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
46702         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
46703         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
46704         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
46705         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
46706         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
46707         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
46708         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
46709         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
46710         xstrtol.m4, xstrtoumax.m4, yesno.m4:
46711         Use an all-permissive copyright notice, recommended by RMS.
46712
46713 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
46714
46715         * modules/chdir-long (Depends-on): Remove mempcpy.
46716
46717 2005-01-21  Jim Meyering  <jim@meyering.net>
46718
46719         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
46720         same value as for Solaris 9.
46721
46722         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
46723         component length.  This included changing the parameter to be
46724         of type `char *' rather than `char const *'.
46725         * lib/chdir-long.h (chdir_long): Update prototype.
46726
46727         * lib/openat.c (fdopendir, fstatat): New functions.
46728         * lib/openat.h: Include headers required for use of DIR and struct
46729         stat.
46730         [AT_SYMLINK_NOFOLLOW]: Define.
46731         (fdopendir, fstatat): Add prototypes.
46732
46733 2005-01-21  Bruno Haible  <bruno@clisp.org>
46734
46735         * modules/classpath: New file.
46736         * MODULES.html.sh (Java): Add classpath.
46737
46738 2005-01-21  Bruno Haible  <bruno@clisp.org>
46739
46740         * lib/classpath.h: New file, from GNU gettext.
46741         * lib/classpath.c: New file, from GNU gettext.
46742
46743 2005-01-20  Simon Josefsson  <jas@extundo.com>
46744
46745         * modules/version-etc-fsf: New file.
46746
46747 2005-01-20  Simon Josefsson  <jas@extundo.com>
46748
46749         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
46750         * lib/version-etc.c: Remove version_etc_copyright.
46751         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
46752         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
46753
46754 2005-01-20  Simon Josefsson  <jas@extundo.com>
46755
46756         * lib/base64.h (isbase64): Add.
46757
46758         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
46759         using a unsigned prototype, don't inline.
46760         (base64_decode): Use it.
46761
46762 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46763
46764         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
46765         it.
46766
46767 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46768
46769         * lib/save-cwd.c (save_cwd): Remove code to support the case
46770         where fchdir is missing or flaky.
46771
46772 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46773
46774         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
46775
46776 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
46777
46778         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
46779         AC_LIBSOURCES now does this.
46780         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
46781         with new ullong_max module.
46782
46783 2005-01-19  Bruno Haible  <bruno@clisp.org>
46784
46785         * modules/sh-quote: New file.
46786         * MODULES.html.sh (Executing programs): Add sh-quote.
46787
46788 2005-01-19  Bruno Haible  <bruno@clisp.org>
46789
46790         * lib/sh-quote.h: New file, from GNU gettext.
46791         * lib/sh-quote.c: New file, from GNU gettext.
46792
46793 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
46794
46795         Merge from coreutils.
46796         * m4/ullong_max.m4: New file.
46797         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
46798         (gl_MACROS): Assume localeconv exists.
46799
46800 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
46801
46802         Merge changes from coreutils, as described below in several
46803         changelogs dated today.
46804
46805         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
46806         (O_DIRECTORY): Remove; not needed here, since "." must be
46807         a directory.  All uses removed.
46808         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
46809         universal on Suns, and we also need to test for IRIX.
46810         Revamp code to use 'if' rather than '#if'.
46811         Avoid unnecessary comparison of cwd->desc to 0.
46812
46813         * lib/utimens.c (futimens): Robustify the previous patch, by checking
46814         for known valid error numbers rather than observed invalid ones.
46815
46816 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
46817
46818         * modules/ullong_max: New file.
46819
46820         * modules/chdir-long, modules/openat: New files.
46821         * modules/save-cwd (Depends-on): Depend on chdir-long.
46822         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
46823
46824 2005-01-18  Jim Meyering  <jim@meyering.net>
46825
46826         Merge from coreutils.
46827         * m4/chdir-long.m4, m4/openat.m4: New files.
46828         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
46829         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
46830         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
46831         is sane and DOES follow symlinks.  Besides, testing 20 different
46832         systems found no broken chown implementations.
46833         Prompted by a change in rsync's copy of this macro.
46834         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
46835
46836         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
46837
46838         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
46839         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
46840         NULL-means-set-to-current-time semantics.
46841         Remove temporary file immediately, rather than waiting
46842         for configure's at-exit trap code to do it.
46843
46844 2005-01-18  Jim Meyering  <jim@meyering.net>
46845
46846         * lib/version-etc.c (version_etc_copyright): Update copyright date.
46847
46848         * lib/utimens.c (futimens): Account for the fact that futimes
46849         can also fail with errno == ENOSYS or errno == ENOENT.
46850         Patch from Dmitry V. Levin.
46851
46852         Change the name of the robust chdir function from chdir to chdir_long.
46853         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
46854         (restore_cwd): Use chdir_long, not chdir.
46855         * lib/chdir-long.c: Renamed from chdir.c.
46856         * lib/chdir-long.h: Renamed from chdir.h.
46857         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
46858         Hurd.
46859
46860 2005-01-18  Bruno Haible  <bruno@clisp.org>
46861
46862         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
46863         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
46864         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
46865         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
46866         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
46867         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
46868         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
46869         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
46870         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
46871         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
46872         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
46873         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
46874         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
46875         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
46876         Use an all-permissive copyright notice, recommended by RMS.
46877
46878 2005-01-18  Bob Proulx  <bob@proulx.com>
46879
46880         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
46881         simplify offsetof() macro construct to avoid compile failure with
46882         native HP-UX 11.0 ANSI C compiler.
46883
46884 2005-01-17  Bruno Haible  <bruno@clisp.org>
46885
46886         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
46887         redundant because stpncpy.m4 takes care of it.
46888
46889 2005-01-17  Bruno Haible  <bruno@clisp.org>
46890
46891         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
46892
46893 2005-01-17  Bruno Haible  <bruno@clisp.org>
46894
46895         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
46896         used.
46897
46898 2005-01-17  Bruno Haible  <bruno@clisp.org>
46899
46900         * lib/fwriteerror.h (fwriteerror): Change specification to include
46901         fclose.
46902         * lib/fwriteerror.c: Include <stdbool.h>.
46903         (fwriteerror): At the end, close the file stream. Record whether
46904         stdout was already closed.
46905
46906 2005-01-17  Bruno Haible  <bruno@clisp.org>
46907
46908         * lib/execute.c (environ): Declare if needed.
46909         * lib/pipe.c (environ): Likewise.
46910         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
46911
46912 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46913
46914         * modules/argp: Depend on vsnprintf
46915
46916 2005-01-10  Jim Meyering  <jim@meyering.net>
46917
46918         * modules/closeout (Depends-on): Add atexit.
46919
46920 2005-01-06  Bruno Haible  <bruno@clisp.org>
46921
46922         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
46923
46924 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
46925
46926         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
46927         definitions to be after all include files, to avoid collisions.
46928         Problem reported by Bob Proulx.
46929
46930 2005-01-04  Jim Meyering  <jim@meyering.net>
46931
46932         Changes imported from coreutils.
46933         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
46934         as the mkstemp template, use a temporary directory and an
46935         8.3-friendly template to avoid trouble on systems like DJGPP.
46936         Reported by Juan M. Guerrero via Stepan Kasal.
46937         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
46938         close. Remove the temporary directory right away, rather than waiting
46939         for configure's at-exit trap code to do it.
46940         Suggestion from Stepan Kasal.
46941
46942 2005-01-01  Simon Josefsson  <jas@extundo.com>
46943
46944         * gnulib-tool: Print #include directives when --import'ing.
46945
46946 2004-12-28  Simon Josefsson  <jas@extundo.com>
46947
46948         * tests/test-base64.c: Include required header files.  Remove
46949         unused variables.
46950
46951 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
46952
46953         * modules/error (Depends-on): Remove gettext.
46954
46955 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
46956
46957         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
46958         not needed.  This removes a dependency on the gettext module.
46959         [defined _LIBC]: Do not include <libintl.h>; not needed.
46960
46961 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
46962
46963         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
46964         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
46965
46966 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
46967
46968         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
46969         HAVE_DECL_STRTOLD.
46970
46971 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
46972
46973         * modules/getdate (Depends-on): Remove alloca-opt.
46974
46975 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
46976
46977         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
46978
46979 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
46980
46981         * lib/argp-parse.c: Include <stddef.h>.
46982         (alignof, alignto): New macros.
46983         (parser_init): Don't assume that void * is aligned sufficiently
46984         for struct option.
46985
46986         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
46987         need to extend the stack.
46988         (YYINITDEPTH): New macro, so that the initial stack isn't overly
46989         large.
46990
46991 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46992
46993         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
46994
46995 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
46996
46997         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
46998         (2004-10-24) change.  Apparently this was a false alarm.
46999
47000         * modules/getdate: Depend on alloca-opt, not alloca.
47001
47002 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
47003
47004         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
47005         Remove now-obsolete comment about AIX.
47006         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
47007         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
47008         (YYMAXDEPTH): New macro.
47009
47010 2004-12-18  Simon Josefsson  <jas@extundo.com>
47011
47012         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
47013
47014 2004-12-18  Bruno Haible  <bruno@clisp.org>
47015
47016         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
47017
47018 2004-12-18  Bruno Haible  <bruno@clisp.org>
47019
47020         * lib/fatal-signal.c (fatal_signals): Make non-const.
47021         (init_fatal_signals): New function.
47022         (uninstall_handlers, install_handlers): Ignore signals that were set to
47023         SIG_IGN.
47024         (at_fatal_signal): Call init_fatal_signals.
47025         (init_fatal_signal_set): Likewise. Ignore signals that were set to
47026         SIG_IGN.
47027         Reported by Paul Eggert.
47028
47029 2004-12-18  Bruno Haible  <bruno@clisp.org>
47030
47031         * doc/alloca.texi: New file.
47032         * doc/alloca-opt.texi: New file.
47033
47034 2004-12-17  Jim Meyering  <jim@meyering.net>
47035
47036         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
47037         Otherwise, install-sh could exit with improper exit status when
47038         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
47039
47040 2004-12-16  Simon Josefsson  <jas@extundo.com>
47041
47042         * tests/test-base64.c: Add license.
47043
47044 2004-12-15  Stepan Kasal  <address@hidden>
47045
47046         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
47047
47048 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
47049
47050         * modules/getcwd (Files): Add m4/d-ino.m4.
47051         Suggested by Mark D. Baushke.
47052
47053 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
47054
47055         * lib/getdate.y (textint): New member "negative".
47056         (time_zone_hhmm): New function.
47057         Expect 14 shift-reduce conflicts, not 13.
47058         (o_colon_minutes): New rule.
47059         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
47060         (yylex): Set the "negative" member of signed numbers.
47061
47062 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
47063
47064         * doc/getdate.texi (Time of day items, Time zone items):
47065         Describe new formats +00:00, UTC+00:00.
47066
47067 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
47068
47069         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
47070         spurious "-l"s.  Problem reported by Stepan Kasal.
47071
47072 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
47073
47074         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
47075         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
47076
47077 2004-12-04  Simon Josefsson  <jas@extundo.com>
47078
47079         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
47080         Vandoorselaere <yoann@prelude-ids.org>.
47081
47082 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47083
47084         Changes imported from coreutils.
47085         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
47086         exist.
47087         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
47088
47089 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47090
47091         Changes imported from coreutils.
47092         * lib/hard-locale.c: Assume <locale.h> exists.
47093         Include "strdup.h".
47094         (GLIBC_VERSION): New macro.
47095         (hard_locale): Assume setlocale exists.
47096         Rewrite to avoid #ifdef.
47097         Use strdup rather than malloc + strcpy.
47098         * lib/human.c: Assume <locale.h> exists.
47099         (human_readable): Assume localeconv exists.
47100
47101 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47102
47103         * modules/hard-locale (Depends-on): Add strdup.
47104
47105 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
47106
47107         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
47108         convert T2, not T.  (Imported from libc.)
47109
47110 2004-11-30  Simon Josefsson  <jas@extundo.com>
47111
47112         * modules/restrict (License): Change to LGPL.
47113
47114 2004-11-30  Simon Josefsson  <jas@extundo.com>
47115
47116         * m4/restrict.m4: Add copyright and copying conditions.
47117
47118 2004-11-30  Simon Josefsson  <jas@extundo.com>
47119
47120         * m4/base64.m4: New file.
47121
47122 2004-11-30  Simon Josefsson  <jas@extundo.com>
47123
47124         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
47125         base64.
47126
47127         * tests/test-base64.c: New file.
47128
47129         * modules/base64: New file.
47130
47131 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
47132
47133         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
47134         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
47135
47136         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
47137
47138 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
47139
47140         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
47141         (__getcwd.c): Don't restore errno; glibc doesn't.
47142         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
47143         first, falling back to our code only if its results look suspicious.
47144         Ensure that the resulting buffer is only as large as necessary.
47145
47146         * lib/readutmp.c: Include readutmp.h first.
47147         Include <errno.h>, since readutmp.h no longer does that.
47148         * lib/readutmp.h: Don't include <errno.h>,
47149         <sys/param.h>, <time.h>; not needed to establish interface.
47150         (errno): Remove decl.
47151         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
47152         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
47153         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
47154
47155 2004-11-28  Simon Josefsson  <jas@extundo.com>
47156
47157         * lib/base64.h, base64.c: New file.
47158
47159 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
47160
47161         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
47162
47163 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
47164
47165         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
47166         (Depends-on): Remove pathmax, same.  Add mempcpy.
47167         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
47168         (Makefile.am): Append getcwd.h to lib_SOURCES.
47169         (Include): Add getcwd.h.
47170         (Maintainer): Change from Jim Meyering to "all, glibc",
47171         since getdate now uses intended-for-glibc code.
47172         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
47173         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
47174
47175 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
47176
47177         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
47178         HP's ANSI C compiler.
47179         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
47180         Declaring int functions causes warnings on some modern systems and
47181         shouldn't be needed to compile on ancient ones.
47182         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
47183         defined.
47184
47185         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
47186         with the following changes.
47187         (__set_errno): Parenthesize properly.
47188         Include <stdbool.h>.
47189         (MIN, MAX, MATCHING_INO): New macros.
47190         (__getcwd): Define with prototype, not K&R form.
47191         Use heuristics to allocate default buffer on stack if possible.
47192         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
47193         behavior, and to avoid the PATH_MAX limit when computing
47194         ../../../../...
47195         Use MATCHING_INO to compare inode number to file.
47196         Check for arithmetic overflow in size calculations.
47197         Fix bug in reallocation of dot array that caused getcwd to fail
47198         on directories nested deeper than 75.
47199         Be more careful about saving errno on error.
47200         Do not use realloc; use only free+malloc, as this is a bit
47201         more flexible and avoids a needless copy operation.
47202         Do not inspect st_dev and st_ino for symbolic links; POSIX
47203         doesn't specify the latter.
47204         Check for closedir errors.
47205         Avoid needless casts.
47206         Use "#ifdef weak_alias" around weak_alias, to be like other
47207         glibc code.
47208         The following changes to getcwd.c have effect only when used in
47209         gnulib; they have no effect inside glibc proper.
47210         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
47211         as alloca isn't used.
47212         (alloca, __alloca): Likewise.
47213         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
47214         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
47215         unconditionally, as gnulib assumes C89 or better.
47216         Do not include <sys/param.h>.
47217         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
47218         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
47219         better.
47220         (NULL) [!defined NULL]: Remove; we assume C89 or better.
47221         Include <dirent.h> in a way that is compatible with modern Autoconf.
47222         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
47223         New macros, if not already defined.
47224         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
47225         Use "_LIBC", not "defined _LIBC", for consistency.
47226         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
47227         a mempcpy module.
47228         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
47229         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
47230         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
47231         credit only to Jim Meyering and adjust the copyright dates.
47232         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
47233         <stdlib.h>, <unistd.h>, "pathmax.h".
47234         Instead, include "xgetcwd.h" (first) and "getcwd.h".
47235         (INITIAL_BUFFER_SIZE): Remove.
47236         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
47237
47238 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
47239
47240         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
47241         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
47242         Use the _ONCE methods, for efficiency.
47243         Check for fcntl.h.  In test program, include <errno.h>
47244         and <fcntl.h> if available.  Remove old K&R cruft from
47245         test program.  Check for common errors in GNU/Linux,
47246         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
47247         don't do AC_LIBOBJ, as that's getcwd.m4's job.
47248         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
47249         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
47250         name accordingly.
47251         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
47252         accommodate new getcwd.c.
47253         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
47254         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
47255         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
47256         that's all we need now.
47257
47258 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47259
47260         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
47261         argp-parse.c depends on getopt internals, that means we should
47262         always use our getopt, to be on the safe side.
47263         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
47264         order not to spoil the result of an eventual previous invocation
47265         of gl_GETOPT_SUBSTITUTE.
47266
47267 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47268
47269         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
47270         redefinition warnings. To avoid them, include the defines
47271         in `#if !defined __need_getopt ... #endif'. The only place
47272         where __getopt_argv_const is used is in definitions
47273         of getopt_long and getopt_long_only below, which are as well
47274         protected by `#ifndef __need_getopt'.
47275         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
47276         __need_getopt after including <stdio.h> and <unistd.h> These
47277         headers might have defined it.
47278
47279 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
47280
47281         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
47282
47283 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
47284
47285         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
47286         (futimens): New function, which uses futimes if available.
47287         (futimens, utimens): Support timespec==NULL, with same semantics
47288         as utime and utimens.
47289         * lib/utimens.h (futimens): New decl.
47290
47291 2004-11-23  Jim Meyering  <jim@meyering.net>
47292
47293         * lib/getopt_.h: Remove trailing blanks.
47294
47295 2004-11-23  Jim Meyering  <jim@meyering.net>
47296
47297         * lib/__fpending.c: Add comment.
47298
47299 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
47300
47301         * modules/canonicalize (Depends-on): Add xreadlink.
47302         Problem reported by James Youngman.
47303
47304 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
47305
47306         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
47307         New macros.
47308         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
47309         optopt): Use them instead of invoking ## directly; otherwise, the
47310         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
47311
47312 2004-11-19  Bruno Haible  <bruno@clisp.org>
47313
47314         * lib/strtok_r.c: Move comments from here...
47315         * lib/strtok_r.h: ... to here.
47316
47317 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
47318
47319         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
47320         implementations that mishandle size_t overflow.
47321
47322 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
47323
47324         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
47325         might fail.  Problem reported by Yoann Vandoorselaere.
47326         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
47327         implementations that mishandle size_t overflow.
47328
47329 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
47330
47331         * modules/canon-host (Depends-on): Add strdup.
47332
47333 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
47334
47335         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
47336
47337 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
47338
47339         * lib/canon-host.c: Include "strdup.h".
47340         (canon_host): Use getaddrinfo if available, so that IPv6 works.
47341         Use strdup instead of malloc/strcpy to duplicate strings.
47342
47343         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
47344         (human_space_before_unit): New constant.
47345         * lib/human.c (human_readable): Support it.
47346
47347         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
47348         (xgetcwd): Set errno correctly when failing.
47349         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
47350         the failure is actually due to a PATH_MAX problem.
47351
47352         Further getopt changes to make it more likely that glibc will
47353         buy the changes back.
47354         * lib/getopt.c (POSIXLY_CORRECT): New constant.
47355         (getopt): Use it, so to preserve glibc semantic
47356         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
47357         when compiling for libc.
47358         * lib/getopt_.h (__getopt_argv_const): Bring it back.
47359         (getopt_long, getopt_long_only): Use it.
47360
47361         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
47362         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
47363         (getopt): Argv is now char * const *, as per standard.
47364         (_getopt_internal_r, _getopt_internal): Argv is now char **,
47365         not char *__getopt_argv_const *.
47366         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
47367         _getopt_long_only_r): Likewise.
47368         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
47369         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
47370         _getopt_long_r, _getopt_long_only_r): Likewise.
47371         * lib/getopt_.h (__getopt_argv_const): Remove.
47372         (getopt): Argv is now char * const *, as per standard.
47373
47374         * lib/getdate.y (tORDINAL): New token.
47375         (day, relunit): Allow it for relative times.
47376         (relative_time_table): Use tORDINAL for ordinals.
47377
47378 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
47379
47380         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
47381         Document that "second" isn't allowed as an ordinal number.
47382
47383 2004-11-16  Jim Meyering  <jim@meyering.net>
47384
47385         * modules/closeout (Depends-on): Add fpending.
47386
47387 2004-11-15  Jim Meyering  <jim@meyering.net>
47388
47389         * lib/closeout.c: Include "__fpending.h" once again.
47390         Include <stdbool.h>.
47391         (close_stdout): Don't fail just because stdout was closed initially,
47392         since some programs don't write to stdout in the normal course of
47393         operation (other than --version and --help), and we don't want this
47394         function to make e.g. `touch file >&-' fail.
47395         But do fail if it was closed and someone has tried to write to it.
47396         E.g., `printf foo >&-' must fail.
47397
47398 2004-11-13  Jim Meyering  <jim@meyering.net>
47399
47400         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
47401
47402 2004-11-12  Simon Josefsson  <jas@extundo.com>
47403
47404         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
47405         small doc fix is still pending.
47406
47407 2004-11-11  Simon Josefsson  <jas@extundo.com>
47408
47409         * modules/strtok_r: New file.
47410
47411         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47412         strtok_r.
47413
47414 2004-11-11  Simon Josefsson  <jas@extundo.com>
47415
47416         * m4/strtok_r.m4: New file.
47417
47418         * m4/getopt.m4: Replace opterr.
47419
47420 2004-11-11  Simon Josefsson  <jas@extundo.com>
47421
47422         * lib/strtok_r.h, strtok_r.c: New file.
47423
47424 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
47425
47426         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
47427         of replacing opterr, getopt, etc.  This should handle the
47428         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
47429
47430 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
47431
47432         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
47433         we can stop lying to compilers about the constness of argv when we
47434         are compiled outside glibc.
47435         (getopt, getopt_long, getopt_long_only): Use it.
47436         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
47437         _getopt_internal, getopt): Likewise.
47438         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
47439         _getopt_long_only_r): Likewise.
47440         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
47441         _getopt_long_r, _getopt_long_only_r): Likewise.
47442
47443         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
47444         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
47445         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
47446         the other external symbols.
47447         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
47448         declaration, since the above renaming now works around collisions.
47449
47450 2004-11-11  Jim Meyering  <jim@meyering.net>
47451
47452         * lib/linebreak.c: Remove trailing blanks.
47453         * lib/alloca_.h: Likewise.
47454         * lib/acosl.c: Likewise.
47455         * lib/euidaccess.c: Likewise.
47456         * lib/allocsa.h: Likewise.
47457
47458 2004-11-10  Simon Josefsson  <jas@extundo.com>
47459
47460         * m4/getaddrinfo.m4: New file.
47461
47462 2004-11-10  Simon Josefsson  <jas@extundo.com>
47463
47464         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
47465
47466 2004-11-10  Simon Josefsson  <jas@extundo.com>
47467
47468         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47469         getaddrinfo.
47470
47471         * modules/getaddrinfo: New file.
47472
47473 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47474
47475         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
47476
47477 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47478
47479         * lib/mktime.c (SHR): New macro, which is a portable
47480         substitute for >> that should work even on Crays.
47481         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
47482         Problem reported by Mark D. Baushke in
47483         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
47484         * lib/getdate.y (SHR): Likewise.
47485         (tm_diff): Use it.
47486         * lib/strftime.c (SHR): Likewise.
47487         (tm_diff): Use it.
47488         * lib/quotearg.c (struct quoting_options): Use unsigned int for
47489         quote_these_too, so that right shifts are well defined.  All uses
47490         changed.
47491
47492 2004-11-10  Jim Meyering  <jim@meyering.net>
47493
47494         Ensure that no close failure goes unreported.
47495         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
47496         return early when it seems there's nothing to flush.
47497         Don't include __fpending.h.
47498
47499 2004-11-10  Jim Meyering  <jim@meyering.net>
47500
47501         * modules/closeout (Depends-on): Remove fpending.
47502
47503 2004-11-10  Jim Meyering  <jim@meyering.net>
47504
47505         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
47506
47507 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
47508
47509         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
47510         gl_FUNC_STRFTIME.
47511         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
47512         and AC_REQUIRE when possible, to avoid duplicate checks.
47513         Check for <wchar.h>.
47514
47515 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
47516
47517         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
47518
47519 2004-11-09  Bruno Haible  <bruno@clisp.org>
47520
47521         * m4/sockpfaf.m4: New file.
47522
47523 2004-11-05  Bruno Haible  <bruno@clisp.org>
47524
47525         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
47526         Reported by Mark D. Baushke <mdb@cvshome.org>.
47527
47528 2004-11-04  Bruno Haible  <bruno@clisp.org>
47529
47530         2004-09-11  Bruno Haible  <bruno@clisp.org>
47531                 * allocsa.valgrind: New file.
47532         2004-02-06  Bruno Haible  <bruno@clisp.org>
47533                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
47534                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
47535                 Reported by Christopher Seip <chris.seip@hp.com>.
47536
47537 2004-11-04  Bruno Haible  <bruno@clisp.org>
47538
47539         * modules/allocsa (Files): Add lib/allocsa.valgrind.
47540         (Makefile.am): Distribute it.
47541
47542 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
47543
47544         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
47545         with errno == ERANGE if the buffer is too small.
47546         Problem reported by Mark D. Baushke.
47547
47548 2004-11-03  Albert Chin  <china@thewrittenword.com>
47549             Paul Eggert  <eggert@cs.ucla.edu>
47550
47551         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
47552         equivalent, substitute $ac_type for equivalent type rather than
47553         blindly using uint32_t *always* which won't work if uint32_t is not
47554         available.  Define _UINT32_T to work around typedef of uint32_t if
47555         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
47556         2.5.1.
47557
47558 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
47559
47560         * m4/jm-macros.m4: Sync from coreutils.
47561         (gl_MACROS): Check for mbrlen, for pathchk.
47562         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
47563
47564 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
47565
47566         * lib/xreadlink.c (MAXSIZE): New macro.
47567         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
47568         size does not exceed MAXSIZE.  Avoid cast.
47569         As suggested by Mark D. Baushke in
47570         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
47571         if readlink fails with buffer size just under MAXSIZE, try again
47572         with MAXSIZE.
47573
47574 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
47575
47576         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
47577
47578 2004-11-02  Derek R. Price  <derek@ximbiot.com>
47579         and  Paul Eggert  <eggert@cs.ucla.edu>
47580
47581         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
47582         (get_date): Overparenthesize to avoid GCC warning.
47583
47584 2004-11-02  Bruno Haible  <bruno@clisp.org>
47585
47586         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
47587         returns void.
47588
47589 2004-11-02  Bruno Haible  <bruno@clisp.org>
47590
47591         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
47592         function returns void.
47593
47594 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
47595
47596         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
47597         fflush_unlocked, flockfile, funlockfile, funlockfile,
47598         fputs_unlocked, putc_unlocked.
47599
47600 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
47601
47602         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
47603         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
47604         already declared.
47605
47606 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
47607
47608         * modules/getdate (Files): Add doc/getdate.texi.
47609         (Depends-on): Add setenv, xalloc.
47610
47611 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
47612
47613         * lib/getdate.y: Add support for TZ="foo" within a date string.
47614         Fix some bugs near time_t boundaries.  Reject dates with
47615         out-of-range components, e.g., "Sept 31".
47616         Include <stdlib.h>, "setenv.h", "xalloc.h".
47617         (ISDIGIT_LOCALE): Remove; unused.
47618         Note that the TZ and time functions used here are not reentrant.
47619         (mktime_ok, get_tz): New functions.
47620         (TZBUFSIZE): New constant.
47621         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
47622         This requires that we sometimes generate our own TZ="XXX..." setting.
47623
47624 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
47625
47626         * doc/getdate.texi: New file, from coreutils with modifications for
47627         the new TZ parsing.
47628
47629 2004-10-27  Derek R. Price  <derek@ximbiot.com>
47630
47631         * lib/mktime.c (not_equal_tm): Remove redundant check.
47632
47633 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
47634
47635         * modules/regex (lib_SOURCES): Add regex.c.
47636         Reported by James Youngman in
47637         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
47638
47639 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
47640
47641         * lib/getdate.y: Use Bison 1.875 features, and some minor
47642         code cleanups.  This change does not affect semantics.
47643         Don't include <stdlib.h>; no longer needed.
47644         Don't include unlocked-io.h; only the "#if TEST" code uses
47645         stdio, and performance isn't crucial there.
47646         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
47647         Bison 1.875 features as described below.
47648         All uses of "PC." replaced by "pc->".
47649         (YYSTYPE): Add a forward declaration.
47650         (yylex, yyerror): Use full prototypes in forward decls.
47651         Use "%pure-parser" rather than obsolescent "%pure_parser".
47652         Use %parse-param and %lex-param instead of obsolescent
47653         YYPARSE_PARAM and YYLEX_PARAM.
47654         (meridian_table, month_and_day_table, time_units_table,
47655         relative_time_table, time_zone_table, military_table,
47656         lookup_zone, lookup_word, get_date):
47657         Use NULL instead of 0 where appropriate.
47658         (to_hour): Avoid abort (), to avoid a dependency on
47659         stdlib.h.
47660         (yyerror, yylex): Now accepts parser_control * arg.
47661         (main) [TEST]: Use '\0' rather than 0 for char.
47662
47663 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
47664
47665         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
47666
47667 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
47668
47669         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
47670         It's now the caller's responsibility to handle the case where
47671         !HAVE_GETPAGESIZE && !defined getpagesize.
47672
47673         * lib/mktime.c (leapyear): Arg is long int, not int.
47674
47675 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
47676
47677         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
47678
47679 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
47680
47681         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
47682         missing.  Problem reported by James Youngman.
47683
47684 2004-10-16  Simon Josefsson  <jas@extundo.com>
47685
47686         * gnulib-tool: Fix comments.  Fix parse problem.
47687         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
47688
47689 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
47690
47691         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
47692         implementation of getopt_long.  Problem reported by Alexander Taler in:
47693         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
47694
47695 2004-10-15  Bruno Haible  <bruno@clisp.org>
47696
47697         * gnulib-tool: Untabify. Initialize supplied_libname.
47698         (func_usage): More homogenous output.
47699         (func_modules_transitive_closure, func_modules_to_filelist,
47700         func_emit_lib_Makefile_am): New functions.
47701         (func_import): New function, extracted from big case statement. Use
47702         func_get_license, func_modules_transitive_closure,
47703         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
47704         opt_lgpl. Don't use test -a, as it's not portable.
47705         (func_create_testdir): Use func_modules_transitive_closure,
47706         func_modules_to_filelist, func_emit_lib_Makefile_am.
47707
47708 2004-10-15  Bruno Haible  <bruno@clisp.org>
47709
47710         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
47711
47712 2004-10-15  Bruno Haible  <bruno@clisp.org>
47713
47714         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
47715         the portions belonging to each module.
47716         Suggested by Derek Robert Price <derek@ximbiot.com>.
47717
47718 2004-10-12  Simon Josefsson  <jas@extundo.com>
47719
47720         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
47721         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
47722         to real functions.
47723
47724 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47725
47726         * modules/vsnprintf: New file.
47727
47728 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47729
47730         * m4/vsnprintf.m4: New file.
47731
47732 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47733
47734         * lib/vsnprintf.h: New file.
47735         * lib/vsnprintf.c: New file.
47736
47737 2004-10-11  Bruno Haible  <bruno@clisp.org>
47738
47739         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
47740         vsnprintf.
47741
47742 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
47743
47744         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
47745
47746 2004-10-07  Bruno Haible  <bruno@clisp.org>
47747
47748         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
47749         fits into the provided buffer.
47750
47751 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
47752
47753         * lib/diacrit.c, diacrit.h: Add GPL notice.
47754
47755         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
47756         notice.
47757         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
47758         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
47759         This avoids a potential constant-folding bug.
47760
47761 2004-10-05  Bruno Haible  <bruno@clisp.org>
47762
47763         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
47764         for the declaration of strsep.
47765
47766 2004-10-05  Bruno Haible  <bruno@clisp.org>
47767
47768         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
47769
47770 2004-10-04  Simon Josefsson  <jas@extundo.com>
47771
47772         * modules/memmem: New file.
47773         * tests/test-memmem.c: New file.
47774         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
47775
47776 2004-10-04  Simon Josefsson  <jas@extundo.com>
47777
47778         * m4/memmem.m4: New file.
47779
47780 2004-10-04  Simon Josefsson  <jas@extundo.com>
47781
47782         * lib/memmem.h: New file.
47783         * lib/memmem.c: New file, taken from glibc.
47784
47785 2004-10-04  Simon Josefsson  <jas@extundo.com>
47786
47787         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
47788         '#ifdef USE_UNLOCKED_IO'.
47789
47790 2004-10-04  Simon Josefsson  <jas@extundo.com>
47791
47792         * config/srclist.txt: Add memmem from glibc.
47793
47794 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
47795
47796         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
47797
47798         * modules/argmatch, modules/argp, modules/closeout, modules/error,
47799         modules/exclude, modules/getdate, modules/getline,
47800         modules/getndelim2, modules/getpass, modules/getpass-gnu,
47801         modules/getusershell, modules/linebuffer, modules/md5,
47802         modules/mountlist, modules/posixtm, modules/readtokens,
47803         modules/readutmp, modules/regex, modules/sha1,
47804         modules/version-etc, modules/yesno:
47805         Remove dependency on unlocked-io.
47806
47807 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
47808
47809         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
47810
47811         * m4/unlocked-io.m4: Add copyright notice.
47812         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
47813
47814 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
47815
47816         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
47817         * lib/xmalloc.c (xmemdup): Likewise.
47818         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
47819         XFREE): Remove these long-obsolescent macros.
47820         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
47821         * lib/xstrdup.c: Remove.
47822
47823         * lib/regex.c (re_comp): Cast gettext return value to char *,
47824         Problem reported by Martin Neitzel via Mark D. Baushke.
47825
47826 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
47827
47828         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
47829         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
47830         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
47831         regex.c, sha1.c, version-etc.c, yesno.c:
47832         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
47833         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
47834         the includer's responsibility.
47835
47836         Sync from coreutils.
47837
47838         * lib/modechange.c (mode_compile): Don't decrement a pointer that
47839         points to the start of a string, as the C Standard says the
47840         resulting behavior is undefined.
47841
47842         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
47843         simple -> simple_backups, numbered_existing ->
47844         numbered_existing_backups, numbered -> numbered_backups
47845         to avoid shadowing problems.  All uses changed.
47846         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
47847         * lib/backupfile.c (check_extension, numbered_backup):
47848         Rename locals to avoid shadowing 'basename'.
47849         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
47850         once.
47851
47852         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
47853         * lib/.cvsignore: Add getopt.h.
47854
47855 2004-10-04  Bruno Haible  <bruno@clisp.org>
47856
47857         * modules/README: New file.
47858         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
47859         not a module.
47860
47861 2004-10-02  Jim Meyering  <jim@meyering.net>
47862
47863         * lib/dirfd.h, getpagesize.h: Add copyright notice.
47864
47865 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47866
47867         * modules/strsep: New file.
47868
47869 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47870
47871         * m4/strsep.m4: New file.
47872
47873 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47874
47875         * lib/strsep.h: New file.
47876         * lib/strsep.c: New file.
47877
47878 2004-10-01  Simon Josefsson  <jas@extundo.com>
47879
47880         * lib/snprintf.c (snprintf): Handle size==0.
47881
47882 2004-10-01  Simon Josefsson  <jas@extundo.com>
47883             Bruno Haible  <bruno@clisp.org>
47884
47885         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
47886         (snprintf): Declare 'args'.
47887
47888 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
47889
47890         * lib/snprintf.c: Remove comments as to why each header is needed.
47891
47892 2004-10-01  Bruno Haible  <bruno@clisp.org>
47893
47894         * MODULES.html.sh: Add strsep.
47895
47896 2004-09-30  Simon Josefsson  <jas@extundo.com>
47897
47898         * modules/snprintf: New file.
47899
47900 2004-09-30  Simon Josefsson  <jas@extundo.com>
47901
47902         * m4/snprintf.m4: New file.
47903
47904 2004-09-30  Simon Josefsson  <jas@extundo.com>
47905
47906         * lib/snprintf.h, lib/snprintf.c: New files.
47907
47908 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47909
47910         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
47911         (hol_entry_help): Never translate an empty string.
47912         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
47913         * lib/argp.h (OPTION_NO_TRANS): New option.
47914
47915 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
47916
47917         * modules/argp (Maintainer): Replace Simon Josefsson
47918         by Sergey Poznyakoff.
47919
47920 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
47921
47922         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
47923         changes merged back into glibc.
47924
47925 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
47926
47927         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
47928
47929 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
47930
47931         * lib/xvasprintf.c: Include xalloc.h.
47932         (xvasprintf): Use xalloc_die, not xmalloc_die.
47933
47934 2004-09-29  Bruno Haible  <bruno@clisp.org>
47935
47936         * modules/alloca-opt: New file, derived from modules/alloca.
47937         * modules/allocsa: Depend on alloca-opt instead of alloca.
47938         * modules/setenv: Likewise.
47939         * modules/vasnprintf: Likewise.
47940         * MODULES.html.sh: Add alloca-opt.
47941
47942 2004-09-28  Simon Josefsson  <jas@extundo.com>
47943
47944         * gnulib-tool: New parameter --lgpl, to asseert that modules are
47945         LGPL, and to replace license template from GPL to LGPL.
47946
47947 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
47948
47949         * modules/dummy: Change license to LGPL.
47950
47951 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
47952
47953         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
47954
47955 2004-09-24  Simon Josefsson  <jas@extundo.com>
47956
47957         * modules/minmax (License): Change from GPL to LGPL.
47958
47959 2004-09-23  Simon Josefsson  <jas@extundo.com>
47960
47961         * gnulib-tool (--import): Typo.
47962
47963 2004-09-23  Simon Josefsson  <jas@extundo.com>
47964
47965         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
47966
47967 2004-09-22  Bruno Haible  <bruno@clisp.org>
47968
47969         * modules/*: Add 'License' field.
47970         * gnulib-tool: Accept --extract-license option.
47971         (func_get_license): New function.
47972
47973 2004-09-21  Bruno Haible  <bruno@clisp.org>
47974
47975         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
47976         Reported by Simon Josefsson.
47977
47978 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
47979
47980         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
47981         gl_AC_TYPE_LONG_LONG.
47982
47983 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
47984
47985         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
47986
47987 2004-09-18  Simon Josefsson  <jas@extundo.com>
47988         and  Paul Eggert  <eggert@cs.ucla.edu>
47989
47990         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
47991         calls with autoreconf.  Define GL_LIB.
47992
47993 2004-09-14  Karl Berry  <karl@gnu.org>
47994
47995         * config/srclist.txt: unsync setenv.c, sigh.
47996
47997 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
47998
47999         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
48000         Problem reported by Bruno Haible in:
48001         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
48002
48003 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
48004
48005         * config/srclist.txt: Comment out argp-pvh.c.
48006
48007 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
48008
48009         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
48010         in case some system header has #define'd it.  Problem reported by
48011         Soeren D. Schulze in
48012         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
48013
48014 2004-09-09  Karl Berry  <karl@gnu.org>
48015
48016         * regex.[ch]: delete from the root.  These were supposed to be
48017                 synced with emacs cvs, but this has not happened for about
48018                 a year, and anyway nothing else uses emacs regex.[ch].
48019                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
48020                 lib/regex[.ch] is untouched.
48021
48022 2004-09-09  Bruno Haible  <bruno@clisp.org>
48023
48024         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
48025
48026 2004-09-09  Bruno Haible  <bruno@clisp.org>
48027
48028         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
48029         modifications.
48030         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
48031
48032 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
48033
48034         * modules/xvasprintf: New file.
48035         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
48036
48037 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
48038
48039         * lib/xvasprintf.h: New file.
48040         * lib/xvasprintf.c: New file.
48041         * lib/xasprintf.c: New file.
48042
48043 2004-09-08  Bruno Haible  <bruno@clisp.org>
48044
48045         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
48046
48047 2004-09-08  Bruno Haible  <bruno@clisp.org>
48048
48049         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
48050         length is > INT_MAX.
48051         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
48052         more.
48053
48054 2004-09-08  Bruno Haible  <bruno@clisp.org>
48055
48056         * lib/stdint_.h: New file, taken from GNU clisp.
48057
48058 2004-09-08  Bruno Haible  <bruno@clisp.org>
48059             Oskar Liljeblad  <oskar@osk.mine.nu>
48060
48061         * modules/stdint: New file.
48062         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
48063
48064 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48065
48066         Import from coreutils.
48067         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
48068         strings on unbounded length.  alloca's performance benefits aren't
48069         that important here.
48070         (V_STRDUP): Remove.
48071         (parse_with_separator): New function, with most of the internals
48072         of the old parse_user_spec.  Allow user to omit both user and group,
48073         for compatibility with FreeBSD.
48074         Clone only the user name, not the entire spec.
48075         Do not set *uid, *gid unless entirely successful.
48076         Avoid memory leak in some failing cases.
48077         Fix regression for USER.GROUP reported by Dmitry V. Levin in
48078         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
48079         (parse_user_spec): Rewrite to use parse_with_separator.
48080
48081 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48082
48083         * modules/userspec: Don't depend on alloca.
48084
48085 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48086
48087         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
48088
48089 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
48090
48091         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
48092         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
48093         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
48094
48095 2004-08-16  Simon Josefsson  <jas@extundo.com>
48096
48097         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
48098         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
48099         Add --dry-run for --import.
48100         Let user provided command line parameters override configure.ac
48101         settings.
48102
48103 2004-08-12  Simon Josefsson  <jas@extundo.com>
48104
48105         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
48106         as discussed with Paul Eggert in threads rooted at
48107         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
48108         and
48109         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
48110         Before, the test was empty, and relied on ELIDE_CODE in source
48111         code.)
48112         (gl_PREREQ_GETOPT): New macro.
48113         (gl_GETOPT): Use them.
48114
48115 2004-08-12  Simon Josefsson  <jas@extundo.com>
48116
48117         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
48118         * lib/getopt_.h: Renamed from getopt.h.
48119
48120 2004-08-12  Simon Josefsson  <jas@extundo.com>
48121
48122         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
48123         Change default library name from libfoo to libgnu.
48124         Now, if you have a configure.ac that says:
48125                 gl_SOURCE_BASE(gl)
48126                 gl_M4_BASE(gl/m4)
48127                 gl_MODULES(error getopt etcetera)
48128                 gl_INIT
48129         you can import all you need by running:
48130                 ../gnulib/gnulib-tool --import
48131
48132         * modules/getopt (Files): Rename getopt.h to getopt_.h.
48133         (Makefile.am): Rewrite, use logic from argz.
48134         (Include): Use <getopt.h> instead of "getopt.h".
48135
48136 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48137
48138         * modules/argp (Files): Add m4/unlocked-io.m4.
48139         (Depends-on): Add extensions.
48140
48141 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48142
48143         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
48144         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
48145         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
48146         Check for program_invocation_name, program_invocation_short_name,
48147         flockfile, funlockfile, features.h, _getopt_long_only_r.
48148
48149 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48150
48151         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
48152         its complicated substitute.
48153         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
48154         and program_invocation_name.
48155         (__argp_basename) [!_LIBC]: Remove; the only use was
48156         replaced by its body.
48157         (__argp_short_program_name): Change condition from
48158         !defined __argp_short_program_name to
48159         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
48160         to match argp-namefrob.h.
48161         (__argp_failure): Don't assume strerror_r returns char *.
48162         * lib/argp-parse.c (N_): Define unconditionally.
48163         (argp_default_options): Fill out initializers with 0 to avoid
48164         gcc warnings.
48165
48166 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48167
48168         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
48169         getopt1.c.
48170
48171 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48172
48173         Merge from coreutils.
48174
48175         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
48176
48177         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
48178         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
48179
48180 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48181
48182         Merge from coreutils.
48183
48184         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
48185         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
48186         for Reliant Unix 5.43.
48187
48188         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
48189         (union fooround): Use uintmax_t, not long int.
48190         The rest is a merge from libc:
48191         [defined _LIBC]: Include <shlib-compat.h>.
48192         (_obstack) [defined _LIBC]: Remove after 2.3.4.
48193
48194         * lib/settime.c (settime): Recode to avoid warning with
48195         Sun Forte C 6U2.
48196
48197         * lib/strverscmp.c: Convert to UTF-8.
48198
48199 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48200
48201         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
48202         m4/uintmax_t.m4.
48203
48204 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48205
48206         * modules/xalloc-die: New file.
48207         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
48208
48209         * modules/md5 (Files): Add m4/uint32_t.m4.
48210         * modules/sha1: Renamed from modules/sha.
48211         (Files):
48212         Rename lib/sha.h to lib/sha1.h.
48213         Rename lib/sha.c to lib/sha1.c.
48214         Rename m4/sha.m4 to m4/sha1.m4.
48215         (lib_SOURCES): Likewise.
48216         (configure.ac): Rename gl_SHA to gl_SHA1.
48217         (Include): sha.h -> sha1.h.
48218
48219 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48220
48221         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
48222         * m4/sha1.m4: Renamed from sha.m4.
48223         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
48224
48225 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48226
48227         * lib/obstack.h (obstack_empty_p):
48228         Don't assume that chunk->contents is suitably aligned.
48229         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
48230         Likewise. Problem reported by Benno in
48231         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
48232
48233         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
48234         readable.  This could be improved further but it'd take some work.
48235
48236 2004-08-08  Simon Josefsson  <jas@extundo.com>
48237
48238         * modules/xgethostname (Depends-on): Remove exit and error (not
48239         used).
48240
48241         * modules/getpass-gnu: Add getpass.h.
48242         (Depends-on): Add stdbool.
48243         * modules/getpass: Add getpass.h.
48244
48245 2004-08-08  Simon Josefsson  <jas@extundo.com>
48246
48247         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
48248         Check getpass declaration.
48249
48250 2004-08-08  Simon Josefsson  <jas@extundo.com>
48251
48252         * lib/xgethostname.c: Don't include error.h (not used).
48253
48254         * lib/getpass.h: Add.
48255         * lib/getpass.c: Include getpass.h first.
48256
48257 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
48258
48259         * lib/xalloc-die.c: New file.
48260         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
48261         All uses removed.
48262         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
48263         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
48264         xalloc-die.c.
48265         (_, N_, xalloc_die): Move to xalloc-die.c.
48266         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
48267         so that we needn't mess with xalloc_msg_memory_exhausted.
48268
48269         * lib/sha1.h: Renamed from sha.h.
48270         (SHA1_H): Renamed from _SHA_H.
48271         (sha1_ctx): Renamed from sha_ctx.
48272         (sha1_init_ctx): Renamed from sha_init_ctx.
48273         (sha1_process_block): Renamed from sha_process_block.
48274         (sha1_process_bytes): Renamed from sha_process_bytes.
48275         (sha1_finish_ctx): Renamed from sha_finish_ctx.
48276         (sha1_read_ctx): Renamed from sha_read_ctx.
48277         (sha1_stream): Renamed from sha_stream.
48278         (sha1_buffer): Renamed from sha_buffer.
48279         * lib/sha1.c: Likewise; renamed from sha.c.
48280         Do not include <sys/types.h>.
48281         Include <stddef.h> rather than <stdlib.h>.
48282
48283 2004-08-08  Bruno Haible  <bruno@clisp.org>
48284
48285         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
48286         FILESYSTEM_PREFIX_LEN.
48287         * lib/progreloc.c: Likewise.
48288         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
48289
48290 2004-08-06  Simon Josefsson  <jas@extundo.com>
48291
48292         * modules/progname (Depends-on): Don't depend on stdbool.
48293
48294 2004-08-06  Simon Josefsson  <jas@extundo.com>
48295
48296         * modules/getsubopt: New file.
48297         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48298         getsubopt.
48299
48300 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
48301
48302         More merge from coreutils.
48303
48304         * m4/utimens.m4, m4/utimecmp.m4: New files.
48305         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
48306         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
48307         prereq.m4, sha.m4: Import changes from coreutils.
48308
48309 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
48310
48311         More merge from coreutils.
48312         * modules/raise, modules/readtokens0, modules/utimens:
48313         * modules/utimecmp, module/xnanosleep: New files.
48314         * modules/strftime: Add lib/strftime.h.
48315         Change include from <time.h> to "strftime.h".
48316         * modules/yesno: Add lib/yesno.h.
48317         * modules/backupfile: Remove lib/addext.c.
48318         * modules/euidaccess: Add stat-macros.h.
48319         * modules/canonicalize, modules/euidaccess,
48320         modules/filemode, modules/lchown, modules/makepath,
48321         modules/rmdir, modules/stat: Likewise.
48322
48323 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
48324
48325         Merge from tar.
48326         * lib/argp-help.c (make_hol, hol_append): Don't assume that
48327         SIZE_MAX is a valid preprocessor constant.
48328         (__argp_basename): Change from "#ifndef _LIBC"
48329         to "#ifndef __argp_short_program_name", so that
48330         we don't compile these functions for tar.
48331
48332         More merges from coreutils.
48333         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
48334         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
48335         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
48336         * lib/addext.c: Remove; no longer needed.
48337         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
48338         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
48339         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
48340         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
48341         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
48342         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
48343         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
48344         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
48345         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
48346         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
48347         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
48348         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
48349         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
48350         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
48351         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
48352         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
48353         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
48354         Import changes from coreutils.
48355
48356 2004-08-05  Simon Josefsson  <jas@extundo.com>
48357
48358         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
48359
48360 2004-08-05  Simon Josefsson  <jas@extundo.com>
48361
48362         * m4/getsubopt.m4: New file.
48363
48364 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
48365
48366         Merge from coreutils.
48367
48368         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
48369         * m4/getcwd-path-max.m4: New files.
48370
48371         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
48372         FILESYSTEM_PREFIX_LEN ->
48373         FILE_SYSTEM_PREFIX_LEN.
48374         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
48375         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
48376         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
48377         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
48378
48379         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
48380         prerequisite modules now handle the DOS stuff.
48381         Don't check for unistd.h.
48382
48383 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
48384
48385         Merge from coreutils.
48386
48387         * lib/.gdb-history: Remove; this doesn't belong here.
48388
48389         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
48390         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
48391         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
48392         * lib/getcwd.c: New files.
48393
48394         * lib/dirname.h: Include <stdbool.h>.
48395         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
48396         for consistency with POSIX terminology.  All uses changed.
48397         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
48398         (strip_trailing_slashes): Use bool for booleans.
48399         * lib/stripslash.c (strip_trailing_slashes): Likewise.
48400
48401         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
48402         sometimes returns a positive errno value even when it succeeds.
48403         (print_errno_message) [!LIBC]: Fall back on strerror if
48404         __strerror_r fails.
48405
48406         * lib/path-concat.c (mempcpy): Don't define if a system header defines
48407         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
48408         (longest_relative_suffix): New function.
48409         (path_concat): Use it.  Assume first argument is not NULL.
48410         Port to DOS.  Omit redundant separators.
48411         Report an error instead of returning NULL.
48412         Use mempcpy instead of memcpy.
48413         (xpath_concat): Remove: not declared or used.
48414
48415         * lib/same.h: Include <stdbool.h>
48416         (same_name): Return bool, not int.
48417         * lib/same.c (same_name): Likewise.
48418         (errno): Don't declare; we assume C89 or better now.
48419
48420         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
48421         if not already defined.
48422
48423         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
48424         * lib/dup-safer.c (errno): Likewise.
48425
48426 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
48427
48428         Merge from coreutils.
48429         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
48430         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
48431         * modules/path-concat: Don't depend on strdup.
48432
48433 2004-08-03  Simon Josefsson  <jas@extundo.com>
48434
48435         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
48436         * lib/progname.h: Don't include stdbool.h.
48437
48438 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
48439
48440         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
48441         * MODULES.html.sh (func_all_modules): Remove fatal.
48442
48443 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
48444
48445         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
48446
48447 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
48448
48449         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
48450         working.
48451
48452 2004-08-02  Simon Josefsson  <jas@extundo.com>
48453
48454         * lib/getsubopt.h: New file, with comments from Bruno Haible.
48455         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
48456         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
48457
48458 2004-08-01  Simon Josefsson  <jas@extundo.com>
48459
48460         * lib/xgetdomainname.c: Include stdlib.h, for free().
48461
48462 2004-07-19  Bruno Haible  <bruno@clisp.org>
48463
48464         * MODULES.html.sh (func_all_modules): Add dummy.
48465
48466 2004-07-16  Simon Josefsson  <jas@extundo.com>
48467
48468         * modules/dummy: New file.
48469
48470 2004-07-16  Simon Josefsson  <jas@extundo.com>
48471
48472         * lib/dummy.c: New file.
48473
48474 2004-07-16  Bruno Haible  <bruno@clisp.org>
48475
48476         * lib/backupfile.h: Add extern "C" for C++.
48477         * lib/closeout.h: Likewise.
48478         * lib/copy-file.h: Likewise.
48479         * lib/findprog.h: Likewise.
48480         * lib/full-write.h: Likewise.
48481         * lib/pathname.h: Likewise.
48482         * lib/progname.h: Likewise.
48483         * lib/stpcpy.h: Likewise.
48484         * lib/stpncpy.h: Likewise.
48485         * lib/strcase.h: Likewise.
48486         * lib/strstr.h: Likewise.
48487         * lib/xalloc.h: Likewise.
48488
48489         * lib/mbswidth.h: Add extern "C" for C++.
48490         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
48491
48492 2004-07-13  Robert Millan  <robertmh@gnu.org>
48493
48494         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
48495
48496 2004-07-09  Simon Josefsson  <jas@extundo.com>
48497
48498         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
48499         failed without this.)
48500
48501 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
48502
48503         * modules/chown (Files): Add lib/fchown-stub.c, since
48504         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
48505
48506 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
48507
48508         * lib/fchown-stub.c: New file.
48509
48510 2004-06-24  Jim Meyering  <jim@meyering.net>
48511
48512         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
48513
48514 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48515
48516         * modules/argz: Omit "#include".
48517
48518         * MODULES.html.sh (func_all_modules): Add calloc, to match
48519         2004-06-01 addition of calloc module.
48520
48521 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48522
48523         * m4/argz.m4: New file, which is autoupdated from libtool.
48524
48525 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48526
48527         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
48528         libtool.
48529
48530 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48531
48532         * config/srclist-update: Don't insist on "USA." before the
48533         close-comment, as libtool omits the period and puts the */ on a
48534         separate line.
48535         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
48536         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
48537
48538 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
48539
48540         * modules/argz: New file.
48541         * MODULES.html.sh (func_all_modules): Add argz.
48542
48543 2004-06-12  Jim Meyering  <jim@meyering.net>
48544         and  Paul Eggert  <eggert@cs.ucla.edu>
48545
48546         * modules/hash (Files): Add lib/xalloc.h.
48547         * modules/pipe (Depends-on): Add wait-process.
48548         * modules/stat (Depends-on): Add xalloc.
48549         * modules/userspec (Files): Add lib/userspec.h.
48550         * modules/xstrto
48551
48552         Upgrade from gettext-0.13.
48553         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
48554         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
48555         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
48556
48557 2004-06-10  Jim Meyering  <jim@meyering.net>
48558
48559         * lib/calloc.c: New file.
48560
48561 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
48562
48563         * lib/getdate.y (yylex): Allow space between sign and number.
48564         Problem reported by Dan Jacobson.
48565
48566 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
48567
48568         Merge from coreutils CVS.
48569
48570         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
48571         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
48572         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
48573         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
48574         xstrtol.m4: Fix copyright date and/or serial number.
48575
48576         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
48577         See if we need an fchown replacement.
48578         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
48579         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
48580         and use the replacement function if we detect either defect.
48581
48582         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
48583         gl_UTIMECMP.
48584
48585 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
48586         and  Jim Meyering  <jim@meyering.net>
48587
48588         Merge from coreutils CVS.
48589
48590         * lib/stat-macros.h: New file, with contents from file-type.h
48591         and coreutils' system.h.
48592         * lib/file-type.c: Include "stat-macros.h".
48593         * lib/file-type.h (file_type): Move all macro definitions to new file,
48594         stat-macros.h.
48595
48596         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
48597         Wrap old code with this conditional.
48598         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
48599         function that does not dereference symlinks.
48600         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
48601
48602         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
48603         dependency problems.
48604         (xreadlink): Accept new arg SIZE, for efficiency.
48605         All decls and uses changed.
48606         * lib/xreadlink.h: Include <stddef.h>, for size_t.
48607
48608         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
48609         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
48610
48611         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
48612         sysexits.h.
48613
48614 2004-06-01  Jim Meyering  <jim@meyering.net>
48615
48616         * m4/calloc.m4: New file.
48617
48618 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
48619
48620         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
48621         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
48622         Also, fix a typo in a diagnostic.
48623
48624 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
48625
48626         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
48627         or AC_FUNC_REALLOC.
48628
48629 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
48630
48631         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
48632         macros to be defined.
48633         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
48634         the allocator returns NULL because the requested size is zero.
48635
48636 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48637
48638         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
48639         var.  Add comment explaining why libc still defines it.  This
48640         merges the following patch from glibc:
48641         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
48642
48643 2004-05-20  Andreas Schwab  <schwab@suse.de>
48644
48645         * m4/free.m4: Replace free if it not known to work, not the other
48646         way round.
48647
48648 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
48649
48650         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
48651         present in glibc since revision 1.1 of this file.
48652         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
48653         obstack_alignment_mask, obstack_alloc, obstack_base,
48654         obstack_blank, obstack_blank_fast, obstack_chunk_size,
48655         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
48656         obstack_grow0, obstack_init, obstack_int_grow,
48657         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
48658         obstack_next_free, obstack_object_size, obstack_ptr_grow,
48659         obstack_ptr_grow_fast, obstack_room): Remove declarations of
48660         nonexistent functions.
48661
48662 2004-05-18  Karl Berry  <karl@gnu.org>
48663
48664         * config/srclist.txt: break link for vasnprintf.c.
48665
48666 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
48667
48668         Port obstack to the AS/400, where pointers are 16 bytes wide and
48669         you cannot cast an integer to a valid pointer.  This patch is
48670         currently waiting to be integrated into glibc; see
48671         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
48672
48673         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
48674         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
48675         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
48676         (struct obstack): temp member is now a union of a pointer and
48677         an integer, instead of an integer.  All integer uses changed.
48678         This does not affect the physical layout of struct obstack,
48679         except on hosts (like the AS/400) where the size or alignment of
48680         void * is greater than that of ptrdiff_t.
48681         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
48682         __STDC__)]: Store temporary in pointer member of union, not
48683         integer member.
48684         * lib/obstack.c: Include <stddef.h>, for offsetof.
48685         (struct fooalign): Remove; it doesn't need a name.
48686         (union fooround): Change double to long double, and add void *.
48687         (DEFAULT_ALIGNMENT): Use offsetof to compute.
48688         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
48689         not a macro.  Hence the values are always int; so remove all
48690         casts-to-int in uses.
48691
48692 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
48693
48694         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
48695         we can get this patch merged into glibc.
48696
48697 2004-05-17  Derek R. Price  <derek@ximbiot.com>
48698             Paul Eggert  <eggert@cs.ucla.edu>
48699
48700         * m4/argp: Depend on alloca.
48701
48702 2004-05-17  Derek R. Price  <derek@ximbiot.com>
48703             Paul Eggert  <eggert@cs.ucla.edu>
48704
48705         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
48706         freecoding.
48707
48708 2004-05-17  Bruno Haible  <bruno@clisp.org>
48709
48710         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
48711         precision that consists of a '.' followed by an empty digit string.
48712         Patch by Tor Lillqvist <tml@iki.fi>.
48713
48714 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
48715
48716         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
48717         for backward compatibility with older code.  We need our own
48718         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
48719         it under some other name, and our alloca.h will define it.
48720
48721 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
48722             Derek Price  <derek@ximbiot.com>
48723
48724         * lib/alloca.c: Include <alloca.h>, to get our interface.
48725         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
48726         include <alloca.h> first.  Use C89 prototype for alloca; this
48727         requires including <stddef.h> for size_t.  Use extern "C" if C++.
48728         Use #elif for simplicity, since we can assume C89 now.
48729         Don't try to source the system alloca.h since it will not be found
48730         and to prevent recursively including its replacement.
48731         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
48732         * lib/regex.c: Likewise.
48733
48734 2004-05-16  Derek Price  <derek@ximbiot.com>
48735             Paul Eggert  <eggert@cs.ucla.edu>
48736
48737         getline cleanup.  This changes the getndelim2 API: both order of
48738         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
48739         no delimiter).
48740
48741         * lib/getline.c: Don't include stddef.h or stdio.h, since our
48742         interface does that.
48743         (getline): Always use getdelim, so that we don't have two
48744         copies of this code.
48745         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
48746         if available.
48747         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
48748         (GETNDELIM2_MAXIMUM): New macro.
48749         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
48750         instead of the old practice of delim2==0.  All callers changed.
48751         Return -1 on overflow, instead of returning junk.
48752         Do not set *linesize unless allocation succeeds.
48753         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
48754         that we include sys/types.h.
48755         * lib/getnline.h: Likewise.
48756         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
48757         (getndelim2): Reorder arguments.
48758         * lib/getnline.c (getnline, getndelim):
48759         Don't discard the NMAX argument.
48760         (getnline): Invoke getndelim, to avoid code duplication.
48761         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
48762         of (size_t) -1 by callers of the getnline family.
48763
48764 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48765
48766         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
48767         Check for gettimeofday.
48768         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
48769         Check for settimeofday, stime.
48770
48771 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48772
48773         * lib/nanosleep.c (suspended): Change its type from int to
48774         sig_atomic_t volatile.
48775         (first_call): Make it private to rpl_nanosleep, and have it
48776         be zero initially as that's a bit faster.
48777         (my_usleep): Round up fractional times instead of truncating them,
48778         as this is the usual meaning for 'sleep'.
48779
48780         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
48781         doesn't work.
48782         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
48783         (ENOSYS): Define if not defined.
48784         (settime): Fall back on stime if it exists and settimeofday fails.
48785         But don't bother with fallbacks if a method fails with errno == EPERM.
48786
48787 2004-05-11  Jim Meyering  <jim@meyering.net>
48788
48789         Prior to this change, the save_cwd caller required read access to the
48790         current directory on most systems (ones with the fchdir function).
48791
48792         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
48793         fails, try write-only, and finally, resort to using xgetcwd.
48794
48795 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
48796
48797         * lib/obstack.c, obstack.h: Import changes from libc.
48798
48799 2004-04-28  Bruno Haible  <bruno@clisp.org>
48800
48801         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
48802         also implicitly appends .exe to executables.
48803         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
48804         accepts Windows pathnames.
48805         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
48806         Treat Cygwin like Windows, since it now accepts Windows pathnames.
48807         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
48808         Treat Cygwin like Windows, since it now accepts Windows pathnames.
48809         Reported by Derek Robert Price <derek@ximbiot.com>.
48810
48811 2004-04-21  Karl Berry  <karl@gnu.org>
48812
48813         * config/srclist.txt (localcharset.c): break sync.
48814
48815 2004-04-20  Paul Eggert  <eggert@twinsun.com>
48816
48817         * m4/host-os.m4: Add a copyright notice.
48818
48819 2004-04-20  Jim Meyering  <jim@meyering.net>
48820
48821         Change UTILS_ to gl_ in AC_DEFINE'd names.
48822         Change utils_- and jm_-prefixed variables, too.
48823         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
48824         UTILS_FUNC_MKDIR_TRAILING_SLASH.
48825         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
48826
48827         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
48828         Don't emit trailing blanks.
48829         Also rename jm_-prefixed variables to have gl_ prefix.
48830
48831         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
48832         Also rename jm_-prefixed variables to have gl_ prefix.
48833
48834         * m4/jm-macros.m4: Reflect the renamings.
48835         * m4/prereq.m4: Likewise.
48836
48837 2004-04-20  Jim Meyering  <jim@meyering.net>
48838
48839         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
48840         memory.
48841
48842 2004-04-20  Jim Meyering  <jim@meyering.net>
48843             Bruno Haible  <bruno@clisp.org>
48844
48845         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
48846         memory when realloc fails.
48847
48848 2004-04-19  Jim Meyering  <jim@meyering.net>
48849
48850         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
48851         now that readutmp.c may call `free (0)'.
48852
48853 2004-04-19  Bruno Haible  <bruno@clisp.org>
48854
48855         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
48856         * m4/inttypes_h.m4: Likewise.
48857         * m4/stdint_h.m4: Likewise.
48858         * m4/intmax_t.m4: Likewise.
48859         * m4/uintmax_t.m4: Likewise.
48860
48861 2004-04-18  Jim Meyering  <jim@meyering.net>
48862
48863         * m4/prereq.m4: Don't forbid jm_ prefix.
48864
48865         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
48866         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
48867         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
48868         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
48869         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
48870         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
48871         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
48872         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
48873         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
48874         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
48875         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
48876         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
48877         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
48878         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
48879         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
48880         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
48881         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
48882         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
48883         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
48884
48885 2004-04-18  Jim Meyering  <jim@meyering.net>
48886
48887         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
48888         failure, don't leak memory and do call END_UTMP_ENT.
48889
48890 2004-04-16  Jim Meyering  <jim@meyering.net>
48891
48892         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
48893         coreutils' stat program.
48894         (gl_PREREQ): Don't require jm_PREREQ_STAT.
48895
48896 2004-04-11  Paul Eggert  <eggert@twinsun.com>
48897
48898         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
48899         C89.
48900         (CHAR_BIT): Remove, since we assume C89.
48901         Include <stdint.h> if available, as per current Autoconf CVS advice.
48902
48903 2004-03-31  Jim Meyering  <jim@meyering.net>
48904
48905         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
48906         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
48907         * m4/xalloc.m4: Likewise.
48908
48909 2004-03-30  Paul Eggert  <eggert@twinsun.com>
48910
48911         Merge from coreutils.
48912
48913         * m4/inttostr.m4: New file.
48914         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
48915         Require AM_STDBOOL_H and gl_TIMESPEC instead.
48916         Require gl_CLOCK_TIME.
48917         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
48918
48919 2004-03-30  Paul Eggert  <eggert@twinsun.com>
48920
48921         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
48922         not bool, to be more consistent with Unix conventions.
48923         Suggested by Bruno Haible.
48924
48925         Merge from coreutils.
48926
48927         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
48928         * lib/umaxtostr.c: New files.
48929
48930         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
48931         the usual <time.h> dance.
48932         (get_date): Change signature to support fractional time stamps.
48933         All callers changed.
48934         * lib/getdate.y: Include "getdate.h" first, as we can now
48935         assume C89 and don't need to worry about 'const'.
48936         Similarly, include "unlocked-io.h" near start, not in middle.
48937         Include <limits.h>.
48938         (textint.value): Use long int rather than int.
48939         (textint.digits): Use size_t rather than int.
48940         (BILLION, LOG10_BILLION): New constants.
48941         (parser_control): New member rel_ns.  Members day_ordinal,
48942         time_zone, month, day, hour, minutes, rel_year, rel_month,
48943         rel_day, rel_hour, rel_minutes, rel_seconds
48944         are now long int, not int.  Member seconds is now struct timespec,
48945         not int.  New member timespec_seen.  Members dates_seen, days_seen,
48946         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
48947         not int.
48948         (%union.intval): Now long int, not int.
48949         New member timespec.
48950         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
48951         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
48952         (spec): Now is a timespec or an item list.
48953         (timespec, items): New nonterminals.
48954         (time, rel, relunit, number, get_date):
48955         Add support for fractional seconds.
48956         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
48957         (gmtime, localtime, mktime): Remove decls; not needed with C89.
48958         (to_hour): First arg is now long int, not int.
48959         (to_year): Returns long int, not int.
48960         Don't treat year -70 like 70.
48961         (tm_diff): Returns long int, not int.
48962         (lookup_word): Use bool instead of int when appropriate.
48963         (yylex): Use size_t for count, not int.
48964         Detect overflow when parsing large integer constants.
48965         Add support for fractions.
48966         (get_date): Make pointers 'const' if possible.
48967         Use more-portable code to detect integer overflow.
48968         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
48969         Don't use ctime; it's not reliable if the year has >4 digits.
48970
48971         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
48972         This is for compatibility with BSD.
48973
48974         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
48975         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
48976         From coreutils' system.h.
48977
48978         * lib/userspec.c: Don't include "posixver.h".
48979         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
48980         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
48981         compatible extension.  Simplify code by removing a boolean int
48982         that was always nonzero if a string was nonnull.
48983
48984 2004-03-30  Jim Meyering  <jim@meyering.net>
48985
48986         Merge from coreutils.
48987
48988         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
48989         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
48990         on some systems one must include <grp.h> before it.
48991         Reported by Christian Krackowizer.
48992
48993 2004-03-30  Jim Meyering  <jim@meyering.net>
48994
48995         Merge from coreutils.
48996
48997         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
48998
48999         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
49000         an empty input stream.
49001
49002         * lib/readtokens.c: Include <stdbool.h>.
49003         (readtoken): Use `size_t' rather than int/long.
49004         All callers adjusted.
49005         Use `bool' rather than `int' where appropriate.
49006         Use memset rather than an explicit loop.
49007         Use x2nrealloc rather than xrealloc.
49008         Allow the use of `\0' as a delimiter.
49009         (readtokens): Likewise.
49010         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
49011
49012 2004-03-30  Jim Meyering  <jim@meyering.net>
49013
49014         * m4/realloc.m4: Remove file, since now it does no more than
49015         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
49016         the `configure.ac' section of module/realloc.
49017         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
49018
49019 2004-03-30  Bruno Haible  <bruno@clisp.org>
49020
49021         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
49022         nonnull.
49023
49024 2004-03-29  Paul Eggert  <eggert@twinsun.com>
49025
49026         Merge changes to getloadavg.c from coreutils and Emacs.
49027
49028         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
49029         Define to an expression, not to the empty string.
49030         Include cloexec.h and xalloc.h.
49031         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
49032         Use set_cloexec_flag rather than rolling our own.
49033         * lib/cloexec.c, lib/cloexec.h: New files.
49034
49035 2004-03-29  Paul Eggert  <eggert@twinsun.com>
49036
49037         * m4/cloexec.m4: New file.
49038
49039 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49040
49041         * lib/getopt.h: Sync with libc CVS.
49042
49043 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49044             Bruno Haible  <bruno@clisp.org>
49045
49046         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
49047         mbswidth.
49048
49049 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49050             Bruno Haible  <bruno@clisp.org>
49051
49052         * lib/mbswidth.h: Include <wchar.h> only if
49053         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
49054         <wchar.h>.
49055         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
49056
49057 2004-03-09  Paul Eggert  <eggert@twinsun.com>
49058
49059         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
49060         Sync with libc CVS.
49061         * lib/getopt_int.h: New file, also synced from libc.
49062
49063 2004-03-09  Paul Eggert  <eggert@twinsun.com>
49064
49065         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
49066         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
49067         Bring back getopt.c, getopt.h, getopt1.c.
49068
49069 2004-03-07  Paul Eggert  <eggert@twinsun.com>
49070
49071         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
49072         All uses changed.  Check for sa_sigaction member; this fixes
49073         a bug first reported by Jason Andrade in
49074         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
49075
49076 2004-03-07  Paul Eggert  <eggert@twinsun.com>
49077
49078         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
49079         '#if' expressions.  Unlike the code it replaces, it does not
49080         depend on (defined _SC_PAGESIZE).  However, it does depend on
49081         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
49082         first reported by Jason Andrade in
49083         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
49084
49085 2004-02-25  Simon Josefsson  <jas@extundo.com>
49086
49087         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
49088
49089 2004-02-25  Simon Josefsson  <jas@extundo.com>
49090
49091         * lib/strdup.h: New file.
49092         * lib/strdup.c: Include it.
49093         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
49094         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
49095
49096 2004-02-23  Karl Berry  <karl@gnu.org>
49097
49098         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
49099         (from fencepost.gnu.org:/gd/gnuorg).
49100
49101 2004-02-23  Karl Berry  <karl@gnu.org>
49102
49103         * config/srclistvars.sh (GNUORG) [karl]: redefine.
49104         * config/srclist.txt: add maintain/standards documents.
49105
49106 2004-02-18  Bruno Haible  <bruno@clisp.org>
49107
49108         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
49109         Reported by Derek Robert Price <derek@ximbiot.com>.
49110
49111 2004-02-16  Karl Berry  <karl@gnu.org>
49112
49113         * config/mkinstalldirs, install-sh: update from automake.
49114
49115 2004-02-06  Karl Berry  <karl@gnu.org>
49116
49117         * m4/po.m4: update from gettext 0.14.1.
49118
49119 2004-02-06  Karl Berry  <karl@gnu.org>
49120
49121         * lib/config.charset: update from gettext 0.14.1.
49122
49123 2004-02-05  Paul Eggert  <eggert@twinsun.com>
49124
49125         Add comments and code, prompted by suggestions from Bruno Haible
49126         for sh-quote.
49127         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
49128         describing the enum quoting_style values.
49129         * lib/quotearg.c (quotearg_alloc): New function.
49130         (quotearg_buffer_restyled): Treat lone { and } as special.
49131         Treat = as special.  Work around bug with older shells
49132         that "see" a '\' that is really the 2nd byte of a multibyte char.
49133         Quote empty string with shell_quoting_style.
49134
49135 2004-02-03  Bruno Haible  <bruno@clisp.org>
49136
49137         * m4/pipe.m4: New file, from GNU gettext.
49138
49139 2004-02-03  Bruno Haible  <bruno@clisp.org>
49140
49141         * lib/pipe.h: New file, from GNU gettext.
49142         * lib/pipe.c: New file, from GNU gettext.
49143
49144 2004-01-27  Bruno Haible  <bruno@clisp.org>
49145
49146         * m4/execute.m4: New file, from GNU gettext.
49147
49148 2004-01-27  Bruno Haible  <bruno@clisp.org>
49149
49150         * lib/execute.h: New file, from GNU gettext.
49151         * lib/execute.c: New file, from GNU gettext.
49152         * lib/w32spawn.h: New file, from GNU gettext.
49153
49154 2004-01-24  Paul Eggert  <eggert@twinsun.com>
49155
49156         Merge from diffutils.
49157
49158         * lib/file-type.c (file_type): Add typed memory objects.
49159         * lib/file-type.h (S_TYPEISTMO): New macro.
49160
49161         * lib/c-stack.h (c_stack_action): Remove argv argument.
49162         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
49163         (die): Don't calculate message unless segv_action returns.
49164         (get_stack_location, min_address_from_argv, max_address_from_argv,
49165         volatile stack_base, volatile_stack_size): Remove.
49166         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
49167         that every segmentation violation is a stack overflow.  (Ouch!)
49168         See Debian bug 136249 (still outstanding) for more info about why
49169         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
49170
49171 2004-01-24  Paul Eggert  <eggert@twinsun.com>
49172
49173         Exit-status fix from coreutils.
49174
49175         Use exit_failure consistently in place of EXIT_FAILURE,
49176         so that program exit statuses are consistent on failure.
49177
49178         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
49179         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
49180         * lib/argmatch.h: Comment fix to match the above.
49181         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
49182         Now a macro referring to exit_failure, instead of a separate
49183         variable.  Include "exitfail.h" to get it.
49184         * lib/xstrtol.h: Include "exitfail.h".
49185         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
49186
49187         * lib/long-options.c (parse_long_options): Use prototype
49188         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
49189         for clarity.
49190
49191 2004-01-21  Jim Meyering  <jim@meyering.net>
49192
49193         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
49194         so as not to conflict with a different-sized __mktime_internal
49195         function in GNU libc.
49196         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
49197         Problem building statically-linked `ls' reported by Michael Brunnbauer.
49198
49199 2004-01-20  Karl Berry  <karl@gnu.org>
49200
49201         * config/config.guess: update from config.
49202
49203         * config/srclistvars.sh: GNUWWWLICENSES for karl.
49204
49205 2004-01-20  Bruno Haible  <bruno@clisp.org>
49206
49207         Safer stack allocation.
49208         * lib/setenv.c: Include allocsa.h.
49209         (alloca): Remove fallback definition.
49210         (freea): Remove macro.
49211         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
49212         instead of freea.
49213
49214 2004-01-20  Bruno Haible  <bruno@clisp.org>
49215
49216         * m4/eealloc.m4: New file, from GNU gettext.
49217
49218 2004-01-20  Bruno Haible  <bruno@clisp.org>
49219
49220         * m4/allocsa.m4: New file, from GNU gettext.
49221
49222 2004-01-20  Bruno Haible  <bruno@clisp.org>
49223
49224         * lib/xallocsa.h: New file, from GNU gettext.
49225         * lib/xallocsa.c: New file, from GNU gettext.
49226
49227 2004-01-20  Bruno Haible  <bruno@clisp.org>
49228
49229         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
49230
49231 2004-01-20  Bruno Haible  <bruno@clisp.org>
49232
49233         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
49234         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
49235         specially.
49236
49237 2004-01-20  Bruno Haible  <bruno@clisp.org>
49238
49239         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
49240         patch.
49241
49242 2004-01-20  Bruno Haible  <bruno@clisp.org>
49243
49244         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
49245
49246 2004-01-20  Bruno Haible  <bruno@clisp.org>
49247
49248         * lib/eealloc.h: New file.
49249
49250 2004-01-20  Bruno Haible  <bruno@clisp.org>
49251
49252         * lib/binary-io.h: Avoid warnings on Cygwin.
49253
49254 2004-01-20  Bruno Haible  <bruno@clisp.org>
49255
49256         * lib/allocsa.h: New file, from GNU gettext.
49257         * lib/allocsa.c: New file, from GNU gettext.
49258
49259 2004-01-18  Karl Berry  <karl@gnu.org>
49260
49261         * doc/gpl.texi, doc/lgpl.texi: new files.
49262
49263 2004-01-18  Karl Berry  <karl@gnu.org>
49264
49265         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
49266         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
49267
49268 2004-01-15  Paul Eggert  <eggert@twinsun.com>
49269
49270         Merge from coreutils.
49271
49272         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
49273         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
49274         (gl_DEFAULT_POSIX2_VERSION): Move
49275         the documentation from 'configure' into 'config.hin',
49276         so that 'configure --help' isn't burdened by it and
49277         we don't have to worry about its formatting there.
49278         Reword the documentation so that it's more succinct
49279         and can be run together into a single paragraph.
49280         * m4/same.m4 (gl_SAME): Check for pathconf.
49281
49282 2004-01-15  Paul Eggert  <eggert@twinsun.com>
49283
49284         Merge from coreutils.
49285
49286         * lib/posixver.c: Include posixver.h.
49287
49288         * lib/same.c: Include <stdbool.h>, <limits.h>.
49289         (_POSIX_NAME_MAX): Define if not defined.
49290         (MIN): New macro.
49291         (same_name): If file names are silently truncated, report
49292         that the file names are the same if they are the same after
49293         the silent truncation.
49294
49295         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
49296         conversion function.
49297         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
49298         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
49299         longer needed.
49300
49301 2004-01-15  Jim Meyering  <jim@meyering.net>
49302
49303         Merge from coreutils.
49304
49305         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
49306         if no library is required.
49307         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
49308         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
49309         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
49310         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
49311         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
49312         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
49313         value, $ac_cv_search_crypt, if it's "none required".
49314         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
49315         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
49316         not gl_FUNC_GETLOADAVG.
49317         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
49318         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
49319
49320 2004-01-15  Jim Meyering  <jim@meyering.net>
49321
49322         Merge from coreutils.
49323
49324         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
49325         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
49326         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
49327
49328         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
49329         optional configure-time default.
49330
49331         * lib/version-etc.c (version_etc_copyright): Update copyright date.
49332
49333         * lib/xreadlink.c (xreadlink): Correct outdated comment.
49334
49335 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
49336
49337         Merge from coreutils.
49338
49339         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
49340         value, $ac_cv_search_nanosleep, if it's "none required".
49341
49342 2004-01-14  Paul Eggert  <eggert@twinsun.com>
49343
49344         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
49345         with like-named macro in fnmatch.c.
49346         (EXT): Use an internal constant instead.
49347
49348         Merge fnmatch patches from glibc.
49349         * lib/fnmatch.c (mbsinit): Remove define.
49350         Add libc_hidden_ver (__fnmatch, fnmatch).
49351         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
49352         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
49353
49354 2004-01-14  Karl Berry  <karl@gnu.org>
49355
49356         * config/install-sh: update from automake.
49357
49358 2004-01-13  Karl Berry  <karl@gnu.org>
49359
49360         * config/install-sh: update from automake.
49361
49362 2004-01-09  Karl Berry  <karl@gnu.org>
49363
49364         * config/install-sh: update from automake.
49365
49366 2004-01-05  Karl Berry  <karl@gnu.org>
49367
49368         * config/config.{sub,guess}: update from config.
49369
49370 2003-12-31  Karl Berry  <karl@gnu.org>
49371
49372         * config/depcomp: update from automake.
49373
49374 2003-12-14  Karl Berry  <karl@gnu.org>
49375
49376         * lib/config.charset: update from gettext-runtime.
49377
49378 2003-12-03  Paul Eggert  <eggert@twinsun.com>
49379
49380         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
49381         Bug reported by Alfred M. Szmidt.
49382
49383 2003-12-03  Bruno Haible  <bruno@clisp.org>
49384
49385         * m4/gettext.m4: Upgrade from gettext-0.13.
49386         * m4/po.m4: Upgrade from gettext-0.13.
49387         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
49388         * m4/intmax.m4: New file, from gettext-0.13.
49389         * m4/printf-posix.m4: New file, from gettext-0.13.
49390
49391 2003-11-29  Karl Berry  <karl@gnu.org>
49392
49393         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
49394
49395 2003-11-25  Paul Eggert  <eggert@twinsun.com>
49396             Bruno Haible  <bruno@clisp.org>
49397
49398         * lib/printf-parse.h: Don't include sys/types.h.
49399         (ARG_NONE): New macro.
49400         (char_directive): Change type of *arg_index fields to size_t.
49401         * lib/printf-parse.c: Don't include sys/types.h.
49402         (SSIZE_MAX): Remove macro.
49403         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
49404         Remove unnecessary overflow check.
49405         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
49406         fields.
49407
49408 2003-11-25  Bruno Haible  <bruno@clisp.org>
49409
49410         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
49411
49412 2003-11-25  Bruno Haible  <bruno@clisp.org>
49413
49414         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
49415         gt_TYPE_SSIZE_T.
49416
49417 2003-11-24  Paul Eggert  <eggert@twinsun.com>
49418
49419         * modules/alloca: Remove dependency on xalloc.
49420
49421 2003-11-24  Paul Eggert  <eggert@twinsun.com>
49422
49423         * lib/alloca.c: Remove dependency on xalloc module.
49424         (xalloc_die): Remove.
49425         (memory_full) [!defined emacs]: New macro.
49426         [!defined emacs]: Don't include xalloc.h.
49427         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
49428         address arithmetic overflows.  Change datatypes a bit to avoid
49429         unnecessary casts.
49430
49431 2003-11-22  Jim Meyering  <jim@meyering.net>
49432
49433         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
49434         s/size/size_t/.
49435
49436 2003-11-21  Karl Berry  <karl@gnu.org>
49437
49438         * config/config.{sub,guess}: update from config.
49439
49440 2003-11-18  Karl Berry  <karl@gnu.org>
49441
49442         * config/config.{sub,guess}: update from config.
49443
49444         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
49445
49446 2003-11-17  Paul Eggert  <eggert@twinsun.com>
49447
49448         * README: Mention that S+T cannot overflow if S is the size of
49449         an existing object and T is sufficiently small.
49450
49451 2003-11-17  Jim Meyering  <jim@meyering.net>
49452
49453         On systems without utime and without a utimes function capable of
49454         dealing with a NULL struct utimbuf* argument, this utime replacement
49455         could -- in unusual circumstances -- leak a file descriptor.
49456         * lib/utime.c: Include <unistd.h> and <errno.h>.
49457         (utime_null): Be sure to close `fd' and to preserve errno.
49458         Reported by Geoff Collyer via Arnold Robbins.
49459
49460 2003-11-17  Bruno Haible  <bruno@clisp.org>
49461
49462         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
49463         (Depends-on): Add xsize.
49464
49465 2003-11-17  Bruno Haible  <bruno@clisp.org>
49466
49467         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
49468
49469 2003-11-17  Bruno Haible  <bruno@clisp.org>
49470
49471         * lib/vasnprintf.c (alloca): Remove fallback definition.
49472         (freea): Remove definition.
49473         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
49474         Reported by Paul Eggert.
49475
49476 2003-11-16  Paul Eggert  <eggert@twinsun.com>
49477             Bruno Haible  <bruno@clisp.org>
49478
49479         Protect against address arithmetic overflow.
49480         * lib/printf-args.h: Include stddef.h.
49481         (arguments): Change type of field 'count' to size_t.
49482         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
49483         'unsigned int' where appropriate.
49484         * lib/printf-parse.h: Include sys/types.h.
49485         (char_directive): Change type of *arg_index fields to ssize_t.
49486         (char_directives): Change type of fields 'count', max_*_length to
49487         size_t.
49488         * lib/printf-parse.c: Include sys/types.h and xsize.h.
49489         (SSIZE_MAX): Define fallback value.
49490         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
49491         instead of 'int' where appropriate. Check a_allocated, d_allocated
49492         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
49493         * lib/vasnprintf.c: Include xsize.h.
49494         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
49495         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
49496         overflow. Avoid wraparound when converting a width or precision from
49497         decimal to binary.
49498
49499 2003-11-16  Bruno Haible  <bruno@clisp.org>
49500
49501         Update from GNU gettext.
49502         * lib/printf-parse.c: Generalize to it can be compiled for wide
49503         strings.
49504         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
49505         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
49506         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
49507         SNPRINTF): New macros.
49508         Don't include <alloca.h> if the file is used inside libintl.
49509         (local_wcslen): New function, for Solaris 2.5.1.
49510         (VASNPRINTF): Use it instead of wcslen.
49511
49512 2003-11-16  Bruno Haible  <bruno@clisp.org>
49513
49514         * lib/xsize.h (xmax): New function.
49515         (xsum, xsum3, xsum4): Declare as "pure" functions.
49516
49517 2003-11-12  Paul Eggert  <eggert@twinsun.com>
49518
49519         * modules/xalloc (Files): Undo latest change, since xalloc.h
49520         no longer needs SIZE_MAX or PTRDIFF_MAX.
49521
49522 2003-11-12  Paul Eggert  <eggert@twinsun.com>
49523
49524         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
49525         gl_PTRDIFF_MAX.
49526
49527 2003-11-12  Paul Eggert  <eggert@twinsun.com>
49528
49529         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
49530         "return", to pacify some unknown compiler.  Problem reported
49531         by Joerg Schilling.
49532
49533 2003-11-12  Paul Eggert  <eggert@twinsun.com>
49534
49535         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
49536         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
49537         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
49538         heuristic is just as accurate as far as we know, and it removes a
49539         dependency on size_max.m4 and ptrdiff_max.m4.
49540
49541 2003-11-11  Bruno Haible  <bruno@clisp.org>
49542
49543         * modules/xsize (Files): Add m4/size_max.m4.
49544         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
49545
49546 2003-11-11  Bruno Haible  <bruno@clisp.org>
49547
49548         * m4/size_max.m4: New file.
49549         * m4/ptrdiff_max.m4: New file.
49550         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
49551         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
49552         (gl_XALLOC): Invoke it.
49553
49554 2003-11-11  Bruno Haible  <bruno@clisp.org>
49555
49556         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
49557         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
49558         defined.
49559
49560 2003-11-10  Paul Eggert  <eggert@twinsun.com>
49561
49562         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
49563         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
49564         rejected some allocations of exactly SIZE_MAX - 2 bytes.
49565         From Bruno Haible.
49566         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
49567         not (size_t) -1, since it's defined here.
49568
49569 2003-11-09  Karl Berry  <karl@gnu.org>
49570
49571         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
49572
49573 2003-11-06  Paul Eggert  <eggert@twinsun.com>
49574
49575         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
49576         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
49577         Reject sizes of exactly SIZE_MAX bytes.
49578         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
49579         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
49580
49581 2003-11-05  Bruno Haible  <bruno@clisp.org>
49582
49583         * lib/xsize.h: Include limits.h, to avoid a possible collision with
49584         SIZE_MAX defined in <limits.h> on Solaris.
49585
49586 2003-11-04  Jim Meyering  <jim@meyering.net>
49587
49588         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
49589         variable names, rather than @VAR@.
49590         * modules/poll: Likewise.
49591
49592 2003-11-04  Bruno Haible  <bruno@clisp.org>
49593
49594         * modules/xsize: New file.
49595         * modules/linebreak: Depend on xsize.
49596         * MODULES.html.sh (func_all_modules): Add xsize.
49597
49598 2003-11-04  Bruno Haible  <bruno@clisp.org>
49599
49600         * m4/xsize.m4: New file.
49601
49602 2003-11-04  Bruno Haible  <bruno@clisp.org>
49603
49604         * lib/xsize.h: New file.
49605         * lib/linebreak.c: Include xsize.h.
49606         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
49607         argument for overflow.
49608         Suggested by Paul Eggert.
49609
49610 2003-11-03  Karl Berry  <karl@gnu.org>
49611
49612         * config/config.{guess,sub}: update from config.
49613
49614 2003-11-03  Jim Meyering  <jim@meyering.net>
49615
49616         * modules/userspec (lib_SOURCES): Add userspec.h.
49617         (Include): Add "userspec.h".
49618         Improve description.
49619
49620 2003-11-03  Jim Meyering  <jim@meyering.net>
49621
49622         * lib/userspec.c: Include "userspec.h".
49623         * lib/userspec.h: New file.
49624
49625 2003-11-03  Bruno Haible  <bruno@clisp.org>
49626
49627         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
49628
49629 2003-11-03  Bruno Haible  <bruno@clisp.org>
49630
49631         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
49632         available, to avoid (extremely rare) race condition.
49633         Suggested by Paul Eggert.
49634
49635 2003-11-02  Karl Berry  <karl@gnu.org>
49636
49637         * config/srclist.txt (vasprintf.c): sync broken, sigh.
49638
49639 2003-10-31  Paul Eggert  <eggert@twinsun.com>
49640
49641         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
49642         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
49643         (read_filesystem_list): Set and use me_type_malloced.
49644         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
49645         whatever the type happens to be), for brevity and consistency.
49646         Check for size calculation overflow on Alphas running OSF/1.
49647
49648 2003-10-31  Jim Meyering  <jim@meyering.net>
49649
49650         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
49651
49652         * lib/linebuffer.c: Include <string.h> for declaration of memset.
49653
49654 2003-10-30  Paul Eggert  <eggert@twinsun.com>
49655             Bruno Haible  <bruno@clisp.org>
49656
49657         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
49658         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
49659
49660 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49661
49662         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
49663         netbsd*-gnu*.  Suggested by Robert Millan.
49664
49665 2003-10-29  Paul Eggert  <eggert@twinsun.com>
49666
49667         * modules/group-member: Depend on stdbool.
49668
49669 2003-10-29  Paul Eggert  <eggert@twinsun.com>
49670
49671         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
49672
49673 2003-10-29  Paul Eggert  <eggert@twinsun.com>
49674
49675         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
49676         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
49677         after the 'gnu' in these cases.  This fixes some bugs in the
49678         previous change, and is based on suggestions by Robert Millan.
49679
49680 2003-10-29  Paul Eggert  <eggert@twinsun.com>
49681
49682         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
49683         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
49684         no longer needed.
49685         * lib/quotearg.c (quotearg_n_options): Use it.
49686         * lib/group-member.c: Include <stdbool.h>.
49687         (free_group_info): Arg is now const *; don't free arg.
49688         (get_group_info): Now returns bool and accepts struct group_info *,
49689         rather than returning a malloc'ed struct group_info *.
49690         All uses changed.  Check for overflow in internal size calculation.
49691
49692         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
49693         rather than xmalloc/xrealloc.
49694         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
49695         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
49696         conformance bug: the old code used a pointer after freeing the
49697         storage that it addressed.
49698         * lib/hash.c (hash_initialize): Simplify the code by using
49699         xalloc_oversized rather than doing it by hand.
49700         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
49701         the buffer preserved.  Use free and xmalloc instead.
49702         * lib/quotearg.c (quotearg_n_options): Likewise.
49703         Use a simpler test for size overflow.  Don't use xalloc_oversized
49704         because unsigned int might be wider than size_t (!); this suggests
49705         that we should switch from unsigned int to size_t for slot numbers.
49706
49707 2003-10-28  Paul Eggert  <eggert@twinsun.com>
49708
49709         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
49710         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
49711         NetBSD kernels.  Requested by Richard Stallman.
49712
49713 2003-10-27  Paul Eggert  <eggert@twinsun.com>
49714
49715         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
49716         to allocate the returned structure.  Do not allocate a subarray,
49717         as x2nrealloc will do that.
49718         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
49719         instead of xnrealloc.
49720         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
49721
49722 2003-10-27  Bruno Haible  <bruno@clisp.org>
49723
49724         * lib/stdbool_.h: Better support for BeOS.
49725
49726 2003-10-26  Paul Eggert  <eggert@twinsun.com>
49727
49728         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
49729         now uses inline.
49730
49731 2003-10-26  Paul Eggert  <eggert@twinsun.com>
49732
49733         * lib/xalloc.h (xalloc_oversized): New static inline function, for
49734         callers that want to do their own size-overflow checking.  Include
49735         <stdbool.h>, since xalloc_oversized returns bool.
49736         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
49737         to use xalloc_oversized.
49738
49739         Add two functions x2realloc, x2nrealloc, for programs that grow
49740         arrays dynamically by doubling their sizes.
49741         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
49742         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
49743         New functions.
49744
49745         Port to C99 semantics for 'inline' of external functions.
49746         Bug reported by Bruno Haible.
49747         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
49748         with the old contents of xnmalloc.
49749         (xnmalloc, xmalloc): Use it.
49750         (xnrealloc_inline): New static inline function,
49751         with the old contents of xnrealloc.
49752         (xnrealloc, xrealloc): Use it.
49753
49754         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
49755         that.
49756
49757 2003-10-26  Karl Berry  <karl@gnu.org>
49758
49759         * config/srclist.txt (COPYING.DOC): no longer available from
49760         /gd/gnuorg; don't know where the ultimate source is.
49761
49762 2003-10-25  Paul Eggert  <eggert@twinsun.com>
49763
49764         Fix several address-calculation bugs in the hash modules,
49765         plus some minor code cleanup.
49766
49767         * lib/hash.h: Include <stdbool.h>, for bool.
49768         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
49769         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
49770         hash_get_n_entries, hash_get_max_bucket_length,
49771         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
49772         hash_rehash): Use size_t rather than unsigned.
49773         * lib/hash.c (struct hash_table, hash_get_n_buckets,
49774         hash_get_n_buckets_used, hash_get_n_entries,
49775         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
49776         hash_get_entries, hash_do_for_each, hash_string, is_prime,
49777         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
49778         Likewise.
49779         (SIZE_MAX): Define if not defined.
49780         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
49781         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
49782         hash_print):
49783         Use const * when possible.
49784         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
49785         (check_tuning): Fix bug: if tuning parameters were very close to
49786         0 or 1, rounding errors could have caused subscript violations.
49787         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
49788         (hash_initialize): Add 'fail:' label
49789         to free table and return NULL, and use it to simplify code.
49790         Use calloc rather than clearing the storage ourself.
49791         (hash_initialize, hash_rehash): Check for arithmetic overflow in
49792         buffer size calculations.
49793         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
49794         Include <stddef.h>, for size_t.
49795         * lib/hash-pjw.c (hash_pjw): Likewise.
49796         Switch to method described by Bruno Haible.
49797         Include <limits.h>, for CHAR_BIT.
49798         (SIZE_BITS): New macro.
49799
49800 2003-10-23  Paul Eggert  <eggert@twinsun.com>
49801
49802         * m4/getline.m4 (AM_FUNC_GETLINE):
49803         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
49804         hosts.  Problem reported by Derek Robert Price in
49805         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
49806         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
49807         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
49808
49809 2003-10-21  Paul Eggert  <eggert@twinsun.com>
49810
49811         * lib/getndelim2.c (getndelim2): When size calculation overflows,
49812         ceiling the allocation at NMAX bytes rather than silently
49813         discarding input bytes before NMAX is reached.  This makes
49814         a difference only if NMAX exceeds SIZE_MAX / 2.
49815
49816         * lib/obstack.c: Merge from glibc.
49817         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
49818         Add libc_hidden_def (_obstack_newchunk).
49819         (_obstack_free) [! defined _LIBC]: Remove.
49820         [defined _LIBC]: Make a strong alias from obstack_free, rather than
49821         a clone of the function body.
49822         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
49823         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
49824
49825         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
49826         glibc.
49827         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
49828         arg to memcpy.
49829
49830         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
49831         (obstack_ptr_grow_fast, obstack_int_grow_fast):
49832         Don't use lvalue casts, as GCC plans to remove support for them
49833         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
49834         was also present in the non-GCC version, indicating that this
49835         code had always been buggy and had never been widely used.
49836         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
49837         Use the fast variant of each macro, rather than copying the
49838         definiens of the fast variant; that way, we'll be more likely to
49839         catch future bugs in the fast variants.
49840
49841 2003-10-20  Bruno Haible  <bruno@clisp.org>
49842
49843         * modules/wait-process: New file.
49844         * MODULES.html.sh (func_all_modules): Add wait-process.
49845
49846 2003-10-20  Bruno Haible  <bruno@clisp.org>
49847
49848         * m4/wait-process.m4: New file.
49849
49850 2003-10-20  Bruno Haible  <bruno@clisp.org>
49851
49852         * lib/wait-process.h: New file, from GNU gettext.
49853         * lib/wait-process.c: New file, from GNU gettext.
49854
49855 2003-10-19  Jim Meyering  <jim@meyering.net>
49856
49857         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
49858         HPUX 10.20.
49859
49860 2003-10-18  Karl Berry  <karl@gnu.org>
49861
49862         * config/config.guess: update from config.
49863
49864 2003-10-16  Paul Eggert  <eggert@twinsun.com>
49865
49866         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
49867         (getgroups): First arg is int, not size_t.
49868         Don't let 'free' mangle errno.
49869
49870 2003-10-16  Paul Eggert  <eggert@twinsun.com>
49871
49872         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
49873
49874 2003-10-16  Karl Berry  <karl@gnu.org>
49875
49876         * config/config.{guess,sub}: update from config.
49877
49878 2003-10-16  Jim Meyering  <jim@meyering.net>
49879
49880         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
49881         memcpy.
49882
49883 2003-10-15  Paul Eggert  <eggert@twinsun.com>
49884
49885         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
49886         (SIZE_MAX): Remove.
49887         (new_exclude, add_exclude_file): Initial size no longer needs to
49888         be a power of 2.
49889         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
49890         our own address arithmetic overflow checking.
49891
49892         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
49893         (fnmatch): Do not alloca more than 2000 wide characters;
49894         instead, use malloc for large buffers.
49895         Check for address arithmetic overflow, and return -1
49896         with errno set to ENOMEM in that case.
49897         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
49898         (NEW_PATTERN): Do not alloca more than 8000 bytes;
49899         instead, return -1.  Check for address arithmetic overflow.
49900
49901 2003-10-14  Paul Eggert  <eggert@twinsun.com>
49902
49903         Handle invalid suffixes and overflow independently, so that
49904         callers can treat them independently as needed.  Fix some bugs in
49905         suffix handling, e.g., "100k@" was not diagnosed as an invalid
49906         suffix for a human-readable blocksize.  The major caller-visible
49907         change is the addition of a new
49908         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
49909         that both overflow and suffix chars were found.
49910
49911         * lib/human.c (humblock): Don't check separately for invalid suffix
49912         char; that is xstrtoumax's job (now that its bug is fixed).
49913         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
49914         INTMAX_MAX]: New macros.
49915         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
49916         TYPE_MAXIMUM): New macros.
49917         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
49918         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
49919         if overflow occurs, as it's what __strtol does and it's more useful
49920         in practice.
49921         (__xstrtol): If __strtol reports some error other than ERANGE,
49922         reflect it to the caller as LONGINT_INVALID.  If it reports
49923         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
49924         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
49925         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
49926         value.
49927         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
49928         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
49929         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
49930         [defined UINTMAX_MAX]: New macros.
49931
49932 2003-10-14  Bruno Haible  <bruno@clisp.org>
49933
49934         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
49935
49936 2003-10-14  Bruno Haible  <bruno@clisp.org>
49937
49938         * m4/sig_atomic_t: New file, from GNU gettext.
49939         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
49940
49941 2003-10-14  Bruno Haible  <bruno@clisp.org>
49942
49943         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
49944         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
49945         Also use volatile where needed.
49946
49947 2003-10-12  Paul Eggert  <eggert@twinsun.com>
49948
49949         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
49950         Change maintainer from Bruno Haible to 'all'.
49951
49952 2003-10-12  Paul Eggert  <eggert@twinsun.com>
49953
49954         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
49955
49956 2003-10-12  Paul Eggert  <eggert@twinsun.com>
49957
49958         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
49959         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
49960         and define in terms of the other primitives.
49961         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
49962         (SIZE_MAX): Define if not already defined.
49963         (array_size_overflow): New function.
49964         (xalloc_die): Abort instead of exiting if 'error' returns.
49965         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
49966         (xmalloc, xrealloc): Use them.
49967         (xcalloc): Check for address arithmetic overflow.
49968         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
49969         a bit faster than strcpy.
49970
49971 2003-10-10  Simon Josefsson  <jas@extundo.com>
49972
49973         * modules/argp (Depends-on): Add restrict and strcase.
49974
49975 2003-10-10  Simon Josefsson  <jas@extundo.com>
49976
49977         * m4/argp.m4: Add AC_C_INLINE.
49978
49979 2003-10-08  Paul Eggert  <eggert@twinsun.com>
49980
49981         Merge getpass from libc, plus a few fixes.
49982
49983         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
49984         Include <stdbool.h>.
49985         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
49986         __fsetlocking to empty.
49987         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
49988         do include <bits/libc-lock.h>.
49989         Do not include <fcntl.h>; not needed.
49990         [_LIBC]: Include <wchar.h>.
49991         (NOTCANCEL_MODE): New macro.
49992         (flockfile, funlockfile) [_LIBC]: New macros.
49993         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
49994         [!_LIBC]: New macros.
49995         (call_fclose): New function.
49996         (getpass): Use it.  Save tty stream separately; this simplifies the
49997         code and makes it more reliable if stdin happens to equal stdout.
49998         Invoke __fsetlocking on tty.
49999         Handle thread cancellation if needed.
50000         Namespace cleanup (use __tcgetattr, __getline).
50001         Use bool for Booleans.
50002         [USE_IN_LIBIO]: Handle wide streams.
50003         [!_LIBC]: Unconditionally do the fseek, since we don't know what
50004         stream might go where.
50005
50006         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
50007         doesn't have to include <stdio.h> before us.
50008         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
50009         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
50010         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
50011         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
50012         if not declared, so that we can use getpass.c code from libc without
50013         rewriting it.
50014         (flockfile, ftrylockfile, funlockfile): New macros.
50015
50016 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50017
50018         * modules/getpass: Depend on stdbool.
50019
50020 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50021
50022         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
50023
50024 2003-10-07  Karl Berry  <karl@gnu.org>
50025
50026         * config/config.{guess,sub}: update from config.
50027
50028 2003-10-06  Jim Meyering  <jim@meyering.net>
50029             Bruno Haible  <bruno@clisp.org>
50030
50031         This lets translators provide better translations for the
50032         "Written by ..." part of --version output.
50033         * lib/version-etc.h: Include stdarg.h.
50034         (version_etc_copyright): Declare as readonly.
50035         (version_etc): Make this function variadic with a NULL-terminated list
50036         of author name strings.
50037         (version_etc_va): New declaration.
50038         * lib/version-etc.c: Include stdarg.h, stdlib.h.
50039         (version_etc_copyright): Declare as readonly.
50040         (version_etc_va): New function. Provide a different translatable string
50041         for each possible number of authors < 10. Abbreviate when there are 10
50042         authors or more.
50043         (version_etc): Make this function variadic. Call version_etc_va.
50044         Suggestion from Gary V. Vaughan.
50045
50046         * lib/long-options.h (parse_long_options): Change prototype: the
50047         authors string is moved to the end and becomes variadic.
50048         * lib/long-options.c: Include stdarg.h.
50049         (parse_long_options): Make this function variadic, too.
50050         Call version_etc_va, not version_etc.
50051
50052 2003-10-06  Bruno Haible  <bruno@clisp.org>
50053
50054         * modules/version-etc-2: Remove file.
50055         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
50056
50057 2003-10-06  Bruno Haible  <bruno@clisp.org>
50058
50059         * modules/fatal-signal: New file.
50060         * MODULES.html.sh (func_all_modules): Add fatal-signal.
50061
50062 2003-10-06  Bruno Haible  <bruno@clisp.org>
50063
50064         * m4/fatal-signal.m4: New file.
50065         * m4/signalblocking.m4: New file, from GNU gettext.
50066
50067 2003-10-06  Bruno Haible  <bruno@clisp.org>
50068
50069         * lib/version-etc-2.h: Remove file.
50070         * lib/version-etc-2.c: Remove file.
50071
50072 2003-10-06  Bruno Haible  <bruno@clisp.org>
50073
50074         * lib/fatal-signal.h: New file, from GNU gettext.
50075         * lib/fatal-signal.c: New file, from GNU gettext.
50076
50077 2003-10-05  Paul Eggert  <eggert@twinsun.com>
50078
50079         * README: Rework advice for preventing empty .o files.
50080         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
50081         not <sys/types.h>.
50082
50083 2003-10-04  Karl Berry  <karl@gnu.org>
50084
50085         * lib/argp*: update from libc.
50086
50087 2003-10-04  Karl Berry  <karl@gnu.org>
50088
50089         * config/config.{guess,sub}: update from config.
50090
50091 2003-10-02  Bruno Haible  <bruno@clisp.org>
50092
50093         * modules/lchown (Include): Add lchown.h.
50094         * modules/time_r (Include): Use "..." syntax.
50095         * modules/xgetdomainname (Include): Add xgetdomainname.h.
50096
50097 2003-10-01  Simon Josefsson  <jas@extundo.com>
50098
50099         * MODULES.html.sh (func_all_modules): Move gethostname from section
50100         'based on' to section 'lacking' POSIX:2001.
50101
50102 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
50103
50104         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
50105         to output mode on the same stream.
50106
50107 2003-09-29  Paul Eggert  <eggert@twinsun.com>
50108
50109         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
50110         Fix arg typo in previous patch.
50111
50112 2003-09-28  Jim Meyering  <jim@meyering.net>
50113
50114         * lib/error.c: Correct cpp indentation.
50115
50116 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50117
50118         * modules/free: New file.
50119
50120 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50121
50122         * m4/free.m4: New file.
50123
50124 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50125
50126         * lib/minmax.h (MIN, MAX)
50127         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
50128         Omit the special code that used __typeof__, since we worry that
50129         it could be more trouble than it's worth.  See:
50130         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
50131         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
50132
50133         * lib/free.c: New file.
50134
50135 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
50136
50137         Trivial fixes to Makefile.am parts of module listings.
50138         * modules/strstr: Append strstr.h to lib_SOURCES.
50139         * modules/strcase: Likewise, for strcase.h.
50140
50141 2003-09-27  Karl Berry  <karl@gnu.org>
50142
50143         * config/mkinstalldirs: update from automake.
50144
50145 2003-09-26  Paul Eggert  <eggert@twinsun.com>
50146
50147         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
50148         (error_tail): Do not loop, reallocating temporary buffer, since
50149         the output cannot contain more wide characters than the input
50150         contains bytes, the size must be big enough already.  This avoids
50151         one potential size overflow calculation.  Check for size overflow
50152         when calculating temporary buffer size.  Free temporary buffer
50153         when done, if it was allocated with malloc; this plugs a memory
50154         leak.  Remove casts from void * to pointers, that are no longer
50155         needed now that we're assuming C89 or better.
50156
50157         Merge error changes from glibc.
50158
50159         * lib/error.c, error.h: Update copyright notice header to match glibc.
50160         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
50161         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
50162         Disable cancellation while printing error.
50163         * lib/error.h: Prepend __ to parameter names.
50164
50165 2003-09-26  Jim Meyering  <jim@meyering.net>
50166
50167         * lib/error.c (error_tail): Move some declarations
50168         into inner scope where the local variables are used.
50169
50170 2003-09-26  Bruno Haible  <bruno@clisp.org>
50171
50172         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
50173         stpncpy().
50174         Don't define stpncpy through config.h; it's now done through stpncpy.h.
50175
50176 2003-09-26  Bruno Haible  <bruno@clisp.org>
50177
50178         * lib/stpncpy.h (gnu_stpncpy): New declaration.
50179         (stpncpy): Define as alias for gnu_stpncpy.
50180         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
50181
50182 2003-09-25  Simon Josefsson  <jas@extundo.com>
50183
50184         * lib/xgetdomainname.h: New file.
50185         * lib/xgetdomainname.c: New file.
50186
50187 2003-09-25  Simon Josefsson  <jas@extundo.com>
50188             Bruno Haible  <bruno@clisp.org>
50189
50190         * modules/getdomainname: New file.
50191         * modules/xgetdomainname: New file.
50192         * MODULES.html.sh (func_all_modules): Add getdomainname,
50193         xgetdomainname.
50194
50195 2003-09-25  Simon Josefsson  <jas@extundo.com>
50196             Bruno Haible  <bruno@clisp.org>
50197
50198         * m4/getdomainname.m4: New file.
50199
50200 2003-09-25  Simon Josefsson  <jas@extundo.com>
50201             Bruno Haible  <bruno@clisp.org>
50202
50203         * lib/getdomainname.h: New file.
50204         * lib/getdomainname.c: New file.
50205
50206 2003-09-25  Karl Berry  <karl@gnu.org>
50207
50208         * lib/argp-fmtstream.c, argp-help.c: update from libc.
50209
50210 2003-09-25  Karl Berry  <karl@gnu.org>
50211
50212         * config/install-sh: update from automake.
50213
50214 2003-09-25  Bruno Haible  <bruno@clisp.org>
50215
50216         * modules/version-etc-2: New file, from modules/version-etc with
50217         modifications.
50218         * MODULES.html.sh (func_all_modules): Add version-etc-2.
50219
50220 2003-09-25  Bruno Haible  <bruno@clisp.org>
50221
50222         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
50223         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
50224
50225 2003-09-24  Simon Josefsson  <jas@extundo.com>
50226
50227         * modules/xgethostname: Add xgethostname.h.
50228
50229 2003-09-24  Paul Eggert  <eggert@twinsun.com>
50230
50231         * lib/linebuffer.c (freebuffer): Don't free the argument, just
50232         the buffer associated with the argument.  Bug reported by
50233         Simon Josefsson.
50234
50235 2003-09-24  Paul Eggert  <eggert@twinsun.com>
50236
50237         * README: Document assumptions that 'int' is at least 32 bits
50238         wide, that integer arithmetic is 2's complement without overflow,
50239         that there are no holes in integer values, that adding sizes of
50240         two nonoverlapping objects can't overflow, and that all-bits-zero
50241         yields scalar zero.  Fix spelling and capitalization typos.
50242
50243 2003-09-19  Karl Berry  <karl@gnu.org>
50244
50245         * lib/argp.h: update from libc.
50246
50247 2003-09-17  Paul Eggert  <eggert@twinsun.com>
50248
50249         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
50250         to avoid spurious warnings like "AC_RUN_IFELSE was called before
50251         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
50252
50253 2003-09-17  Paul Eggert  <eggert@twinsun.com>
50254
50255         * gnulib-tool: Use "test -h", not "test -L", for portability
50256         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
50257         (tags_regexp): Remove, since \| doesn't conform to POSIX.
50258         (sed_extract_prog): Issue s commands one-by-one, rather than
50259         using \| in one s command.
50260
50261 2003-09-16  Paul Eggert  <eggert@twinsun.com>
50262
50263         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
50264         input error, instead of returning NULL the next time we are called
50265         (and therefore losing track of errno).
50266
50267 2003-09-16  Bruno Haible  <bruno@clisp.org>
50268
50269         * gnulib-tool (func_create_testdir): Warn about duplicated
50270         dependencies.
50271
50272 2003-09-15  Paul Eggert  <eggert@twinsun.com>
50273
50274         * modules/argmatch, modules/fatal, modules/obstack,
50275         modules/xalloc, modules/xgethostname: Sort dependencies by
50276         importance, not alphabetically.
50277
50278 2003-09-15  Paul Eggert  <eggert@twinsun.com>
50279
50280         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
50281         fails, so that the caller gets the proper errno.
50282
50283         * lib/readutmp.c (read_utmp): Likewise.
50284         Check for fstat error.  Close stream and free storage
50285         when failing.
50286
50287 2003-09-14  Karl Berry  <karl@gnu.org>
50288
50289         * config/srclist.txt (strdup.c): disable for c89 changes.
50290
50291 2003-09-14  Jim Meyering  <jim@meyering.net>
50292
50293         * lib/getloadavg.c: Correct cpp indentation.
50294         * lib/strdup.c: Likewise.
50295         * lib/vasnprintf.c: Likewise.
50296
50297 2003-09-14  Bruno Haible  <bruno@clisp.org>
50298
50299         * modules/fwriteerror: New file.
50300         * MODULES.html.sh (func_all_modules): Add fwriteerror.
50301
50302 2003-09-14  Bruno Haible  <bruno@clisp.org>
50303
50304         * lib/fwriteerror.h: New file.
50305         * lib/fwriteerror.c: New file.
50306
50307 2003-09-12  Paul Eggert  <eggert@twinsun.com>
50308
50309         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
50310         modules/xgethostname, modules/xalloc: Depend on exit.
50311
50312 2003-09-12  Paul Eggert  <eggert@twinsun.com>
50313
50314         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
50315
50316         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
50317         and AC_MINIX, too, so that their extensions are available.
50318
50319         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
50320         This macro has been superseded by gl_BACKUPFILE.
50321
50322         More patches to assume C89 or better.
50323
50324         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
50325
50326         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
50327         unconditionally.
50328         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
50329         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
50330         Include <string.h>, <stdlib.h> unconditionally.
50331         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
50332         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
50333         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
50334         headers or for string.h.
50335         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
50336         or strtoul.
50337
50338         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
50339         headers.
50340         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
50341         * m4/userspec.m4 (gl_USERSPEC): Likewise.
50342         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
50343         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
50344         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
50345         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
50346         memcpy, memset.
50347         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
50348         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
50349         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
50350         strtol.
50351         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
50352         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
50353         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
50354         strtoul.
50355
50356 2003-09-12  Paul Eggert  <eggert@twinsun.com>
50357
50358         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
50359         * lib/obstack.c [!defined _LIBC]: Likewise.
50360         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
50361         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
50362         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
50363
50364         More changes to assume C89 or better.
50365
50366         * lib/error.c (error_tail): Assume vprintf.
50367
50368         * lib/argmatch.c (getenv): Remove decl.
50369         * lib/progreloc.c (get_full_program_name): Define via prototype.
50370         * lib/setenv.c (clearenv): Likewise.
50371         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
50372         needed.
50373         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
50374         (malloc, memcpy): Remove decls.
50375         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
50376         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
50377         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
50378         (memcpy): Remove macro.
50379         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
50380         (__P): Remove.  All uses removed.
50381         (PTR): Remove.  All uses changed to void *.
50382         (CHAR_BIT, NULL): Remove.
50383         (spaces, zeros, memset_space, memset_zero)
50384         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
50385         Remove.
50386         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
50387         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
50388         Define with prototype.
50389         Remove now-unnecessary prototype decl.
50390         (extra_args_spec): Assume ANSI C.  All uses changed.
50391         (extra_args_spec_iso): Remove.
50392         (my_strftime, emacs_strftimeu): Define via prototype.
50393         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
50394         unconditionally.
50395         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
50396         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
50397         (strtoul, strtol): Remove decls.
50398         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
50399         LONG_MAX): Remove.
50400         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
50401         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
50402         (LOCALE_PARAM_PROTO): New macro.
50403         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
50404         (INTERNAL (strtol), strtol): Define with a prototype.
50405         (PARAMS): Remove.  All uses removed.
50406         * lib/tempname.c: Include <string.h> unconditionally.
50407         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
50408         * lib/xgethostname.c (main): Define with a prototype.
50409         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
50410         Include <stdlib.h> unconditionally.
50411         (calloc, malloc, realloc, free): Remove decls.
50412         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
50413         Include <stdlib.h> unconditionally.  Sort include file names.
50414         (strtod): Remove.
50415         (xstrtod): Define with a prototype.
50416         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
50417         (strtol, strtoul): Remove decls.
50418
50419 2003-09-11  Paul Eggert  <eggert@twinsun.com>
50420
50421         More patches to assume C89 or better.
50422         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
50423         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
50424         string.h, memchr, STDC_HEADERS.
50425
50426 2003-09-11  Paul Eggert  <eggert@twinsun.com>
50427
50428         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
50429         Include <stdlib.h>, <string.h> unconditionally.
50430         Remove now-unnecessary cast to char *.
50431         * lib/strnlen.c: Include <string.h> unconditionally.
50432         * lib/yesno.c (yesno): Define with a prototype.
50433
50434 2003-09-11  Bruno Haible  <bruno@clisp.org>
50435
50436         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
50437
50438 2003-09-10  Jim Meyering  <jim@meyering.net>
50439
50440         * lib/error.c: Correct indentation of cpp directives.
50441
50442 2003-09-10  Bruno Haible  <bruno@clisp.org>
50443
50444         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
50445         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
50446         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
50447         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
50448         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
50449         <stdlib.h> and <string.h> checks.
50450         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
50451         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
50452
50453 2003-09-10  Bruno Haible  <bruno@clisp.org>
50454
50455         * lib/strcspn.c: Include <string.h> unconditionally.
50456         * lib/strpbrk.c: Include <string.h> unconditionally.
50457         * lib/strstr.c: Include <string.h> unconditionally.
50458         * lib/unicodeio.c: Include <string.h> unconditionally.
50459         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
50460         * lib/unsetenv.c: Likewise.
50461         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
50462         * lib/yesno.c: Include <stdlib.h> unconditionally.
50463         (rpmatch): Add prototype.
50464
50465 2003-09-09  Paul Eggert  <eggert@twinsun.com>
50466
50467         More patches to assume C89 or better.
50468         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
50469         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
50470         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
50471         or for string.h.
50472         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
50473         stdlib.h.
50474         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
50475         C headers.
50476         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
50477         string.h.
50478         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
50479         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
50480         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
50481         or for string.h.
50482         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
50483         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
50484         C headers.
50485         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
50486         memcpy.
50487         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
50488         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
50489         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
50490         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
50491         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
50492         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
50493         string.h, free.
50494         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
50495         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
50496         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
50497         C headers, or for string.h.
50498         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
50499         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
50500         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
50501         headers, memory.h, stdlib.h, string.h, strings.h.
50502         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
50503         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
50504         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
50505         strchr.
50506         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
50507         headers, memory.h, string.h.
50508         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
50509         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
50510         free.
50511         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
50512         headers.
50513         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
50514         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
50515         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
50516         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
50517         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
50518
50519 2003-09-09  Paul Eggert  <eggert@twinsun.com>
50520
50521         More K&R removal.
50522
50523         * lib/acosl.c (main): Use a prototype.
50524         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
50525         tanl.c: Likewise.
50526
50527         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
50528
50529         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
50530         (getopt, etopt_long, getopt_long_only, _getopt_internal)
50531         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
50532         with a prototype.
50533         * lib/getopt.c (const): Remove macro.
50534         Include <string.h> unconditionally.
50535         (my_index): Remove; all uses changed to strchr.
50536         (strlen): Remove decl.
50537         (exchange): Remove forward decl; no longer needed.
50538         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
50539         Define with prototype.
50540         * lib/getopt1.c (const): Remove macro.
50541         (getopt_long, getopt_long_only, main): Define with prototype.
50542
50543         * lib/getugroups.c: Include <string.h> unconditionally.
50544
50545         * lib/getusershell.c: Include <stdlib.h> unconditionally.
50546         (getusershell, setusershell, endusershell, readname, main):
50547         Define with prototypes.
50548
50549         * lib/group-member.c: Include group-member.h first.
50550         Include <stdlib.h> unconditionally.
50551
50552         * lib/hard-locale.c: Include hard-locale.h first.
50553         Include <stdlib.h>, <string.h> unconditionally.
50554
50555         * lib/hash.c (free, malloc): Remove decls.
50556         Include <stdlib.h> unconditionally.
50557
50558         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
50559         (getenv): Do not declare.
50560
50561         * lib/idcache.c: Include <string.h> unconditionally.
50562
50563         * lib/long-options.c: Include long-options.h first, to test interface.
50564         Include <stdlib.h> unconditionally.
50565
50566         * lib/makepath.c: Include makepath.h first, to test interface.
50567         Include <stdlib.h> and <string.h> unconditionally.
50568
50569         * lib/linebuffer.c: Include <stdlib.h>.
50570         (free): Remove decl.
50571
50572         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
50573         stddef.h. rpl_malloc returns void *, not char *.
50574         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
50575         prototype.
50576
50577         * lib/md5.h: Include <limits.h> unconditionally.
50578         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
50579         (__P): Remove; all uses removed.
50580         * lib/md5.c: Include "md5.h" first.
50581         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
50582         md5_buffer, md5_process_bytes, md5_process_block):
50583         Define with prototypes.
50584         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
50585         * lib/sha.c: Include "sha.h" first.
50586         Include <stdlib.h>, <string.h> unconditionally.
50587
50588         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
50589         * lib/memcmp.c (__ptr_t): Likewise.
50590         * lib/memrchr.c (__ptr_t): Likewise.
50591         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
50592         Include <string.h> unconditionally.
50593         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
50594         * lib/memchr.c: Include <stdlib.h> unconditionally.
50595         * lib/memchr.c (LONG_MAX): Remove.
50596         * lib/memrchr.c (LONG_MAX): Likewise.
50597         * lib/memchr.c (__memchr): Define via a prototype.
50598         * lib/memrchr.c (__memrchr): Likewise.
50599         * lib/memcmp.c (__P): Remove, and remove all uses.
50600         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
50601         Remove forward decls; no longer needed.
50602         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
50603         Use types required by C89 in prototype.
50604
50605         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
50606         * lib/savedir.c: Likewise.
50607         * lib/mkdir.c (free): Remove decl.
50608         * lib/rmdir.c (rmdir): Define with a prototype.
50609         * lib/savedir.c: Include savedir.h first, to test interface.
50610
50611         * lib/mktime.c (STDC_HEADERS): Remove.
50612         Include <stdlib.h>, <string.h> unconditionally.
50613
50614         * lib/modechange.c: Include <stdlib.h> unconditionally.
50615         (malloc): Remove decl.
50616
50617         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
50618         (free): Remove decl.
50619
50620         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
50621         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
50622         (This type really should be intptr_t, but that's a C99ism.)
50623         (_obstack_memcpy): Remove: all uses changed to memcpy.
50624         Include <string.h> unconditionally.
50625         (struct obstack): Assume __STDC__ for types of members
50626         chunkfun, freefun, extra_arg.
50627         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
50628         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
50629         obstack_begin, obstack_specify_allocation,
50630         obstack_specify_allocation_with_arg, obstack_chunkfun,
50631         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
50632         Remove unprototyped decls and the macros that use them.
50633         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
50634         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
50635         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
50636         (defined __STDC__ && __STDC__)]:
50637         Remove nonprototyped code.
50638         Include <stdlib.h> unconditionally.
50639         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
50640         _obstack_allocated_p, _obstack_free, obstack_free,
50641         _obstack_memory_used, print_and_abort):
50642         Define using prototypes.
50643         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
50644         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
50645         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
50646         obstack_next_free, obstack_object_size, obstack_room) [0]:
50647         Remove unused, unprototyped code.
50648
50649         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
50650
50651         * lib/physmem.c (physmem_total, physmem_available, main): Define
50652         with prototypes.
50653
50654         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
50655         (main): Define with a prototype.
50656
50657         * lib/posixver.c (getenv): Remove decl.
50658
50659         * lib/putenv.c (malloc): Returns void *, not char *.
50660         Include <string.h> unconditionally.
50661         (strchr, memcpy, NULL): Do not define.
50662
50663         * lib/readtokens.c: Include readtokens.h first, to test interface.
50664         Include <stdlib.h>, <string.h> unconditionally.
50665         (init_tokenbuffer): Define with a prototype.
50666
50667         * lib/regex.c (PARAMS): Remove.  All uses removed.
50668         All uses of _RE_ARGS removed, too.
50669         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
50670         unconditionally.
50671         (bzero): Assume memset exists.
50672         (memcmp, memcpy, NULL): Remove.
50673         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
50674         char, or assignments to local vars of type signed char.
50675         (init_syntax_once, PREFIX(extract_number_and_incr),
50676         PREFIX(print_partial_compiled_pattern),
50677         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
50678         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
50679         PREFIX(regex_grow_registers), PREFIX(regex_compile),
50680         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
50681         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
50682         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
50683         wcs_compile_range, byte_compile_range, truncate_wchar,
50684         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
50685         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
50686         count_mbs_length, wcs_re_match_2_internal,
50687         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
50688         PREFIX(alt_match_null_string_p),
50689         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
50690         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
50691         regfree, PREFIX(extract_number)): Define with prototype.  Remove
50692         now-unnecessary declaration, if any.
50693         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
50694         regcomp, regexec):
50695         Remove now-unnecessary casts among pointer types.
50696         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
50697
50698         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
50699         (free): Remove decl.
50700
50701         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
50702
50703         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
50704         (free): Remove decl.
50705
50706         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
50707         * lib/xgetcwd.c: Likewise.
50708
50709         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
50710         (free): Remove decl.
50711
50712         * lib/strchrnul.c (strchrnul): Define with a prototype.
50713         Fix bug: c_in was not converted to char before searching.
50714
50715         The following changes are not K&R related:
50716
50717         * lib/group-member.h: Include <sys/types.h>, so that this file is
50718         self-contained.
50719         * lib/makepath.h: Likewise.
50720
50721         * lib/getusershell.c (readname, default_index, line_size, readname):
50722         Use size_t, not int, for sizes.
50723         (readname): If the size overflows, report an error instead of
50724         looping forever.
50725
50726 2003-09-09  Paul Eggert  <eggert@twinsun.com>
50727
50728         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
50729         libc.
50730
50731 2003-09-09  Paul Eggert  <eggert@twinsun.com>
50732
50733         * README: New section: portability guidelines.
50734
50735 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
50736
50737         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
50738         C89 spec.
50739
50740 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
50741
50742         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
50743
50744 2003-09-08  Paul Eggert  <eggert@twinsun.com>
50745
50746         Assume C89 or better; remove K&R cruft.
50747         A few of these changes were first proposed by Derek Robert Price
50748         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
50749
50750         * lib/addext.c: Include <string.h> unconditionally.
50751         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
50752         Don't declare getenv or malloc.
50753
50754         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
50755         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
50756         (NULL): Remove.
50757         (find_stack_direction, alloca): Use prototypes.
50758
50759         * lib/atexit.c (atexit): Define using a prototype.
50760
50761         * lib/basename.c, dirname.c, stripslash.c:
50762         Include <string.h> unconditionally.
50763
50764         * lib/bcopy.c: Include <stddef.h>.
50765         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
50766
50767         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
50768
50769         * lib/error.h (error, error_at_line, error_print_progname)
50770         [! (defined (__STDC__) && __STDC__)]: Remove decls.
50771         * lib/error.c: Include error.h first, to check interface.
50772         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
50773         (VA_START): Remove; all uses changeed to va_start.
50774         (exit, strerror): Remove decls.
50775         (error_print_progname): Prototype uncondionally.
50776         Don't include <errno.h>; no longer needed.
50777         (private_strerror): Remove.
50778         (error_tail): Always define.
50779         (error, error_at_line): Assume C89 or better; always use prototypes.
50780         * lib/fatal.c: Include "fatal.h" first, to test interface.
50781         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
50782         (VA_START): Remove; all uses changed to va_start.
50783         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
50784         this case.
50785         (exit): Remove decl.
50786         (fatal): Prototype unconditionally.  Assume va_start works.
50787         Abort at end, to pacify gcc.
50788
50789         * lib/euidaccess.c (main): Define with a prototype.
50790
50791         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
50792
50793         * lib/exitfail.c: Include <stdlib.h> unconditionally.
50794
50795         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
50796         prototypes.
50797         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
50798         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
50799         (getenv): Remove decl.
50800         (fnmatch): Define using a prototype.
50801         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
50802         (FCT): Define using a prototype.
50803
50804         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
50805
50806         * lib/gethostname.c: Include <stddef.h>.
50807         (gethostname): Define with prototype.  Length is size_t, not int.
50808
50809 2003-09-08  Paul Eggert  <eggert@twinsun.com>
50810
50811         Assume C89 or better; remove K&R cruft.
50812         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
50813         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
50814         string.h, getenv, malloc.
50815         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
50816         headers.
50817         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
50818         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
50819         do not check for strerror.
50820         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
50821         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
50822         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
50823         do not check for doprnt or vprintf.
50824         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
50825         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
50826
50827 2003-09-08  Paul Eggert  <eggert@twinsun.com>
50828
50829         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
50830         getversion.c should have been removed then, but was accidentally
50831         preserved.
50832
50833         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
50834         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
50835
50836 2003-09-08  Karl Berry  <karl@gnu.org>
50837
50838         * config/config.sub, config.guess, srclistvars.sh: update from savannah
50839                 config, forget about prep.
50840
50841         * config/depcomp, missing: update from automake.
50842
50843 2003-09-07  Paul Eggert  <eggert@twinsun.com>
50844
50845         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
50846         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
50847
50848 2003-09-07  Paul Eggert  <eggert@twinsun.com>
50849
50850         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
50851         copy_tm_result.  Bug reported by Simon Josefsson in
50852         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
50853
50854 2003-09-06  Paul Eggert  <eggert@twinsun.com>
50855
50856         * m4/time_r.m4: New file.
50857         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
50858         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
50859         is. Check for timegm declaration.
50860         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
50861         Do not check for gmtime_r.
50862         Replace mktime if __mktime_internal does not exist and if mktime
50863         hasn't been replaced already.
50864
50865 2003-09-06  Paul Eggert  <eggert@twinsun.com>
50866
50867         * lib/time_r.c, lib/time_r.h: New files.
50868
50869         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
50870         __localtime_r.
50871         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
50872         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
50873
50874         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
50875         __gmtime_r.
50876         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
50877         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
50878         Include <time_r.h>.
50879
50880         * lib/timegm.c: Switch to glibc implementation, with the following
50881         changes:
50882         [defined HAVE_CONFIG_H]: Include <config.h>.
50883         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
50884         (__mktime_internal) [!defined _LIBC]: New decl.
50885         (__gmtime_r) [!defined _LIBC]: New macro and function.
50886         (timegm): Use a prototype, since gnulib assumes C89.
50887         Do not bother declaring tmp to be const, as it's not really usefu.
50888         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
50889         (timegm): Declare only if HAVE_DECL_TIMEGM.
50890
50891 2003-09-06  Paul Eggert  <eggert@twinsun.com>
50892
50893         * MODULES.html.sh (func_all_modules): Add time_r.
50894         * modules/time_r: New file.
50895         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
50896         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
50897
50898 2003-09-03  Paul Eggert  <eggert@twinsun.com>
50899
50900         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
50901         Bug reported by Lute Kamstra in
50902         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
50903
50904         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
50905         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
50906         course with correspondingly smaller numbers for tomorrow and
50907         yesterday.  From Tadayoshi Funaba.  Originally installed into
50908         sh-utils on 1999-08-07, but the patch got lost (I guess during the
50909         coreutils merge?).
50910
50911 2003-08-31  Simon Josefsson  <jas@extundo.com>
50912
50913         * modules/timegm: New file.
50914         * MODULES.html.sh (func_all_modules): Add timegm.
50915
50916 2003-08-31  Simon Josefsson  <jas@extundo.com>
50917
50918         * m4/timegm.m4: New file.
50919
50920 2003-08-31  Simon Josefsson  <jas@extundo.com>
50921
50922         * lib/timegm.h: New file.
50923         * lib/timegm.c: New file.  Based on
50924         wget-1.8.2/src/http.c:mktime_from_utc.
50925
50926 2003-08-31  Karl Berry  <karl@gnu.org>
50927
50928         * lib/argp.h: update from libc.
50929
50930 2003-08-28  Bruno Haible  <bruno@clisp.org>
50931
50932         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
50933         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
50934         followed by '#define fnmatch fnmatch_posix' gives an error.
50935
50936 2003-08-28  Bruno Haible  <bruno@clisp.org>
50937
50938         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
50939         warning on QNX, which defines O_BINARY to 000000.
50940
50941 2003-08-27  Jim Meyering  <jim@meyering.net>
50942
50943         * m4/mkstemp.m4: Require that the system mkstemp be able to create
50944         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
50945         would fail after 32.  Reported by Danny Levinson.  Details here:
50946         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
50947
50948 2003-08-24  Bruno Haible  <bruno@clisp.org>
50949
50950         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
50951         MSVC7 <stdio.h> is included later.
50952
50953 2003-08-22  Simon Josefsson  <jas@extundo.com>
50954
50955         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
50956
50957 2003-08-20  Karl Berry  <karl@gnu.org>
50958
50959         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
50960
50961 2003-08-20  Bruno Haible  <bruno@clisp.org>
50962
50963         * modules/progname: New file.
50964         * MODULES.html.sh (func_all_modules): Add progname.
50965
50966 2003-08-20  Bruno Haible  <bruno@clisp.org>
50967
50968         * lib/progname.h: New file, from GNU gettext.
50969         * lib/progname.c: New file, from GNU gettext.
50970         * lib/progreloc.c: New file, from GNU gettext.
50971
50972 2003-08-19  Jim Meyering  <jim@meyering.net>
50973
50974         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
50975         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
50976
50977 2003-08-19  Bruno Haible  <bruno@clisp.org>
50978
50979         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
50980         more.
50981
50982 2003-08-19  Bruno Haible  <bruno@clisp.org>
50983
50984         * lib/xstrdup.c: Assume <string.h> exists.
50985
50986 2003-08-18  Paul Eggert  <eggert@twinsun.com>
50987
50988         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
50989         in makefile rules.
50990
50991 2003-08-18  Jim Meyering  <jim@meyering.net>
50992
50993         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
50994         * m4/lib-ld.m4: Likewise.
50995
50996 2003-08-18  Jim Meyering  <jim@meyering.net>
50997
50998         * lib/setenv.h: Indent nested cpp directive.
50999         * lib/vasnprintf.c: Remove trailing blanks.
51000
51001 2003-08-17  Simon Josefsson  <jas@extundo.com>
51002
51003         * modules/xstrndup: New file.
51004         * MODULES.html.sh (func_all_modules): Add xstrndup.
51005
51006 2003-08-17  Simon Josefsson  <jas@extundo.com>
51007
51008         * modules/argp: Fix autoconf macro name. Add more dependencies.
51009
51010 2003-08-17  Simon Josefsson  <jas@extundo.com>
51011
51012         * m4/xstrndup.m4: New file.
51013
51014 2003-08-17  Simon Josefsson  <jas@extundo.com>
51015
51016         * m4/argp.m4: New file.
51017
51018 2003-08-17  Simon Josefsson  <jas@extundo.com>
51019             Bruno Haible  <bruno@clisp.org>
51020
51021         * lib/xstrndup.h: New file.
51022         * lib/xstrndup.c: New file.
51023
51024 2003-08-17  Bruno Haible  <bruno@clisp.org>
51025
51026         * modules/strndup (Files, Include): Add lib/strndup.h.
51027
51028 2003-08-17  Bruno Haible  <bruno@clisp.org>
51029
51030         * modules/euidaccess (Files): Add lib/euidaccess.h.
51031
51032 2003-08-17  Bruno Haible  <bruno@clisp.org>
51033
51034         * lib/strndup.h: New file.
51035
51036 2003-08-17  Bruno Haible  <bruno@clisp.org>
51037
51038         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
51039         like AC_GNU_SOURCE.
51040         * modules/extensions (configure.ac): Comment out the invocation of
51041         gl_USE_SYSTEM_EXTENSIONS.
51042
51043 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51044
51045         Merges from coreutils, etc.
51046         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
51047         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
51048         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
51049         fixing a typo.
51050         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
51051         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
51052
51053 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51054
51055         Document merge from coreutils.
51056         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
51057         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
51058         * modules/utime: Add m4/utimes-null.m4.
51059
51060 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51061
51062         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
51063         space, undoing this 2003-08-12 change:
51064         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
51065
51066 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51067
51068         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
51069         strtoul.c from libc, undoing this 2003-08-12 change:
51070         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
51071
51072 2003-08-16  Jim Meyering  <jim@meyering.net>
51073
51074         Merges from coreutils.
51075         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
51076         prefix.  Adjust cache variables similarly.  Create 500 rather than
51077         just 300 files, to exercise bug on Darwin6.5, too.
51078         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
51079         $missing_dir.
51080         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
51081         AM_SYS_POSIX_TERMIOS.
51082         Reported by mkc@mathdogs.com.
51083         Also change use of $am_cv_sys_posix_termios
51084         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
51085         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
51086         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
51087         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
51088         in /proc/mounts until it finds one with matching device number.  This
51089         is unnecessary when the FILE argument *is* a mount point.  No stat call
51090         is necessary in that case.  So, disable the statvfs-testing code on
51091         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
51092         as RedHat bug# 84846.
51093         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
51094         to 1MB, so as not to render systems with no stack size limit (e.g.,
51095         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
51096         Include <unistd.h>.  On some systems,
51097         it is required for the definition of _SC_PAGESIZE.
51098
51099 2003-08-16  Jim Meyering  <jim@meyering.net>
51100
51101         Merge from coreutils.
51102         * lib/xstrtoimax.c: #else #if -> #elif.
51103         * lib/xstrtoumax.c: Likewise.
51104
51105 2003-08-16  Jim Meyering  <jim@meyering.net>
51106
51107         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
51108         * m4/utimes.m4: Removed.
51109         * m4/utimes-null.m4: Renamed from utimes.m4.
51110
51111         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
51112         to 1MB, so as not to render systems with no stack size limit (e.g.,
51113         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
51114         Include <unistd.h>.  On some systems,
51115         it is required for the definition of _SC_PAGESIZE.
51116
51117 2003-08-16  Jim Meyering  <jim@meyering.net>
51118         and Paul Eggert  <eggert@cs.ucla.edu>
51119
51120         Merges from coreutils, etc.
51121
51122         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
51123         using the latest version from cvs.  This avoids problems with #line
51124         directives using a vendor (Sun) compiler.
51125         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
51126         Don't set GETGROUPS_LIB here; now it's
51127         done via getgroups.m4's wrapper function.
51128         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
51129         rather than just in sh-util/configure.in, so that the
51130         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
51131         same.
51132         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
51133         AC_FUNC_GETLOADAVG where to find getloadavg.c.
51134         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
51135         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
51136         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
51137         Remove code that is now done by the newly-required macros.
51138         Append $(EXEEXT) to DF_PROG.
51139         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
51140         Do not invoke or require the following here,
51141         since prereq.m4 or some gnulib .m4 now does this for us:
51142         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
51143         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
51144         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
51145         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
51146         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
51147         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
51148         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
51149         AC_FUNC_OBSTACK.
51150         Do not replace the following functions, as this is now the job
51151         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
51152         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
51153         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
51154         atexit getpass, strdup, getpagesize.
51155         Replace 'raise'.
51156         Do not check for the following functions, as this is now the job
51157         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
51158         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
51159         setregid.
51160         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
51161         Check for sys/sysctl.h.
51162         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
51163         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
51164         of checking for ssize_t ourselves.
51165
51166         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
51167         Require every macro that gnulib/modules/* suggests for us.
51168         (jm_PREREQ_ADDEXT): New macro.
51169         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
51170         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
51171
51172         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
51173         (gl_PHYSMEM): Use it.
51174         Also check for `table' function.
51175         Check for new headers and functions.
51176         Add check for sys/sysmp.h.
51177         With suggestions from Kaveh Ghazi.
51178         Ignore headers that are present but cannot be compiled.  This
51179         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
51180         C 5.4.
51181
51182 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51183
51184         Document merge from coreutils.
51185         * modules/userspec: Depend on posixver.
51186         * modules/strftime: Depend on tzset.
51187
51188 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51189
51190         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
51191         rather than tab, after '#' in shell-script copyright notices.
51192         Suggested by Bruno Haible.
51193
51194 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51195
51196         * config/srclist-update: Use three spaces, rather than tab, after '#'
51197         in shell-script copyright notices.  Suggested by Bruno Haible.
51198         Remove unnecessary parenthesization in regular expression.
51199
51200 2003-08-15  Jim Meyering  <jim@meyering.net>
51201
51202         Merge from coreutils.
51203         * lib/xgethostname.c: Include <stdlib.h>.
51204         (xghostname): Don't exit for anything other than memory-related
51205         failure; just return NULL.
51206         * lib/userspec.c: Include "posixver.h".
51207         (parse_user_spec): Accept `.' as a separator only
51208         in pre-POSIX-200112 mode.
51209         * lib/strtoimax.c: Use #elif rather than #else #if.
51210         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
51211         Remove function, now that we can rely on a working tzset function.
51212         [!_LIBC]: Ensure that the required autoconf test has been run.
51213         [!defined _NL_CURRENT && HAVE_STRFTIME]:
51214         Use underlying_strftime for %r.
51215         * lib/sha.c: Merge in some clean-up and optimization changes from
51216         glibc.
51217         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
51218         Ensure that it is a multiple of 64.
51219         Rearrange loop exit tests so as to avoid performing an
51220         additional fread after encountering an error or EOF.
51221         * lib/realloc.c: Update copyright date.
51222
51223 2003-08-15  Jim Meyering  <jim@meyering.net>
51224         and Paul Eggert  <eggert@twinsun.com>
51225
51226         Merge from coreutils.
51227         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
51228         member but strut utmpx does not.  Needed for AIX 4.3.3.
51229         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
51230
51231 2003-08-15  Jim Meyering  <jim@meyering.net>
51232         and Paul Eggert  <eggert@cs.ucla.edu>
51233
51234         Merges from coreutils, etc.
51235         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
51236         Require gl_FUNC_TZSET_CLOBBER.
51237         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
51238         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
51239         members.
51240
51241 2003-08-14  Paul Eggert  <eggert@twinsun.com>
51242
51243         Help the merge from coreutils.
51244         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
51245         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
51246         * m4/tzset.m4: Use it too.
51247
51248 2003-08-14  Paul Eggert  <eggert@twinsun.com>
51249
51250         * modules/tzset: New file.
51251
51252 2003-08-14  Jim Meyering  <jim@meyering.net>
51253
51254         Merges from coreutils.
51255         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
51256         variable names, rather than @FNMATCH_H@.
51257         * modules/alloca: Likewise for $(ALLOCA_H).
51258
51259         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
51260         the three copies of the literal target, `fnmatch.h'.
51261         * modules/alloca (alloca.h): Likewise.
51262
51263 2003-08-14  Jim Meyering  <jim@meyering.net>
51264
51265         Merge from coreutils.
51266         * m4/tzset.m4: New file.
51267         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
51268         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
51269         otherwise, AIX 5.1 systems would end up using the latter.
51270         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
51271         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
51272         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
51273         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
51274
51275 2003-08-14  Jim Meyering  <jim@meyering.net>
51276
51277         Merge from coreutils.
51278         * lib/obstack.h: Whitespace changes.
51279         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
51280         and xcalloc return values.
51281         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
51282         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
51283         hang on OSF/1 5.1 for DIR on both local and remote file systems.
51284         Reported by (and fix confirmed by) Nelson H. F. Beebe.
51285         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
51286         error from mntctl.
51287         Use mntctl's return value to drive the entry-processing loop, since
51288         we can't rely on the value of the vmt_length member in the last
51289         entry.  On some systems doing so could result in exhausting
51290         virtual memory.  Based in part on a patch from Mike Jetzer.
51291
51292 2003-08-14  Jim Meyering  <jim@meyering.net>
51293         and Paul Eggert  <eggert@twinsun.com>
51294
51295         Merges from coreutils, plus other fixes.
51296         * lib/physmem.c: Merge in portability changes from gcc/libiberty
51297         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
51298         for credits and details.  Thanks to Kaveh Ghazi for helping
51299         to keep these files in sync.
51300         (ARRAY_SIZE): Define it.
51301         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
51302         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
51303         (memcasecmp): Don't assume size_t fits in unsigned int.
51304         Remove casts and duplicate code.
51305         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
51306         (memcpy): Remove definition.
51307         Merge in some clean-up and optimization changes from glibc.
51308         [BLOCKSIZE]: Move definition to top of file.
51309         Ensure that it is a multiple of 64.
51310         Rearrange loop exit tests so as to avoid performing an
51311         additional fread after encountering an error or EOF.
51312         * lib/md5.h (md5_uintptr): Define.
51313         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
51314         return to the initial working directory.  Preserve errno
51315         for caller.
51316         * lib/idcache.c: Include "xalloc.h".
51317         (xmalloc, xrealloc): Remove decls.
51318         (getuser): Remove casts no longer required in C89.
51319         * lib/human.c: Include stdio.h, for sprintf.
51320         * lib/group-member.c: Include "xalloc.h".
51321         (xmalloc, xrealloc): Remove decls.
51322         (get_group_info): Remove casts no longer required in C89.
51323         * lib/getusershell.c (readname): Remove casts no longer required in
51324         C89.
51325         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
51326         * lib/getline.c: Whitespace fix, from coreutils.
51327
51328 2003-08-13  Paul Eggert  <eggert@twinsun.com>
51329
51330         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
51331         Check for isascii.
51332
51333         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
51334         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
51335         Undo previous (whitespace-only) change.
51336
51337 2003-08-13  Paul Eggert  <eggert@twinsun.com>
51338
51339         * lib/exclude.c: Include <ctype.h>
51340         (IN_CTYPE_DOMAIN): New macro.
51341         (is_space): New fn.
51342         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
51343         and empty lines.
51344
51345         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
51346         Undo previous (whitespace-only) change.
51347
51348 2003-08-13  Paul Eggert  <eggert@twinsun.com>
51349
51350         * config/srclist-update: Change update back to the old behavior,
51351         leaving whitespace alone.  Use one 'sed' command rather than a
51352         pipeline.
51353         (fixlicense): Now a variable, not a function.
51354         (remove_trailing_blanks): Remove.
51355         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
51356         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
51357         Undo previous (whitespace-only) change.
51358
51359 2003-08-12  Paul Eggert  <eggert@twinsun.com>
51360
51361         Merge from coreutils.
51362         * modules/euidaccess: Add lib_SOURCES, include for new
51363         file euidaccess.h
51364
51365 2003-08-12  Paul Eggert  <eggert@twinsun.com>
51366
51367         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
51368         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
51369         Normalize leading white space and remove trailing white space.
51370
51371         Merge from coreutils
51372         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
51373
51374         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
51375         0.12.1.  These files are now being upgraded automatically by
51376         ../config/srclist-update.
51377
51378 2003-08-12  Paul Eggert  <eggert@twinsun.com>
51379
51380         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
51381         Normalize leading white space and remove trailing white space.
51382         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
51383         notice, as per ../config/srclist-update.
51384
51385         Merge from coreutils.
51386         * lib/euidaccess.h: New file.
51387         * lib/euidaccess.c: Include it.
51388         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
51389         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
51390         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
51391
51392 2003-08-12  Paul Eggert  <eggert@twinsun.com>
51393
51394         * config/srclist-update: Add copyright notice.
51395         (remove_id_lines, remove_trailing_blanks): New constants.
51396         (fixfile): Use them to normalize spacing a bit in copied files.
51397         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
51398         Normalize leading white space and remove trailing white space.
51399
51400         * config/texinfo.tex: Sync with texinfo.
51401
51402         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
51403         strtoul.c from libc, to merge coreutils whitespace changes.
51404
51405         * config/srclist.txt: Get the following m4 files from gettext:
51406         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
51407         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
51408         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
51409         wint_t.m4.
51410
51411 2003-08-12  Karl Berry  <karl@gnu.org>
51412
51413         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
51414         been made.
51415
51416 2003-08-11  Paul Eggert  <eggert@twinsun.com>
51417
51418         * modules/gnu-source, m4/gnu-source.m4:
51419         Remove; we're assuming Autoconf 2.54 or later now.
51420         Suggested by Bruno Haible.
51421         * MODULES.html.sh (func_all_modules): Remove gnu-source.
51422
51423 2003-08-11  Bruno Haible  <bruno@clisp.org>
51424
51425         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
51426
51427 2003-08-11  Bruno Haible  <bruno@clisp.org>
51428
51429         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
51430         (vasnprintf): Use it instead of wcslen.
51431
51432 2003-08-11  Bruno Haible  <bruno@clisp.org>
51433
51434         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
51435         value to ensure that _Bool promotes to int. Use #define for _Bool when
51436         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
51437
51438 2003-08-10  Karl Berry  <karl@gnu.org>
51439
51440         * lib/regex.h: update from libc (whitespace fix).
51441
51442 2003-08-09  Paul Eggert  <eggert@twinsun.com>
51443
51444         Merge some files from coreutils.  These changes were
51445         originally made by Jim Meyering.
51446         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
51447         many older Unixes require this.
51448         * lib/alloca.c (alloca): Remove cast to argument of free;
51449         no longer needed in C89.
51450         * lib/alloca_.h, regex.h: Fix white space to match
51451         what GNU indent does.
51452
51453 2003-08-09  Paul Eggert  <eggert@twinsun.com>
51454
51455         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
51456         apparently Emacs's Unicode mode got confused before my 2003-08-05
51457         checkin.
51458
51459 2003-08-08  Paul Eggert  <eggert@twinsun.com>
51460
51461         * m4/extensions.m4: New file.
51462         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
51463         Require gl_USE_SYSTEM_EXTENSIONS.
51464         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
51465         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
51466
51467 2003-08-08  Paul Eggert  <eggert@twinsun.com>
51468
51469         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
51470         * modules/extensions, modules/gnu-source: New files.
51471         * modules/timespec, modules/unlocked-io: Depend on extensions.
51472
51473 2003-08-07  Paul Eggert  <eggert@twinsun.com>
51474
51475         * modules/restrict: New file.
51476         * MODULES.html.sh (func_all_modules): Add restrict.
51477         * modules/regex: Depend on restrict.
51478
51479 2003-08-07  Paul Eggert  <eggert@twinsun.com>
51480
51481         * m4/restrict.m4: New file.
51482         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
51483
51484 2003-08-07  Bruno Haible  <bruno@clisp.org>
51485
51486         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
51487         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
51488
51489 2003-08-07  Bruno Haible  <bruno@clisp.org>
51490
51491         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
51492         makes the module 'getndelim2' compatible with the module 'getline'.
51493
51494 2003-08-05  Paul Eggert  <eggert@twinsun.com>
51495
51496         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
51497         byte with "\201" to avoid glitches when editing that source file
51498         with multi-gnome-terminal.
51499
51500 2003-08-05  Paul Eggert  <eggert@twinsun.com>
51501
51502         * lib/bumpalloc.h: Remove.
51503
51504 2003-08-05  Paul Eggert  <eggert@twinsun.com>
51505
51506         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
51507         * modules/bumpalloc: Remove.
51508
51509 2003-08-04  Paul Eggert  <eggert@twinsun.com>
51510
51511         * lib/getloadavg.c: Change copyright notice and spacing to conform to
51512         GNU coding style.
51513
51514         Merge from coreutils.
51515         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
51516         1. From glibc.
51517         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
51518         from Karl Berry, implemented by Jim Meyering.
51519         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
51520         from Dmitry V. Levin.
51521         Remove anachronistic cast of xrealloc.
51522         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
51523         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
51524         type. Otherwise, it wouldn't compile with at least /bin/cc on
51525         ymp-cray-unicos9.0.2.X.
51526         Combine two mostly-identical uses of alloca into one.
51527         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
51528
51529 2003-08-04  Dave Love  <d.love@dl.ac.uk>
51530
51531         [From Emacs.]
51532
51533         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
51534         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
51535         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
51536         obsolete NLIST_NAME_UNION.
51537         [__GNU__]: Undef BSD and FSCALE.
51538         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
51539
51540 2003-08-03  Paul Eggert  <eggert@twinsun.com>
51541
51542         * lib/stdbool_.h (_Bool): Make it signed char, instead of
51543         an enum type, so that it's guaranteed to promote to int.  See:
51544         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
51545
51546 2003-08-03  Karl Berry  <karl@gnu.org>
51547
51548         * config/depcomp: update from automake.
51549
51550 2003-07-31  Paul Eggert  <eggert@twinsun.com>
51551
51552         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
51553         (strerror): Don't assume that a printable int fits in 14 bytes.
51554
51555 2003-07-31  Bruno Haible  <bruno@clisp.org>
51556
51557         * modules/getpass-gnu: New file.
51558         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
51559
51560 2003-07-31  Bruno Haible  <bruno@clisp.org>
51561
51562         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
51563
51564 2003-07-24  Karl Berry  <karl@gnu.org>
51565
51566         * config/missing: update from automake.
51567
51568 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
51569             Bruno Haible  <bruno@clisp.org>
51570
51571         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
51572         * lib/getline.c (getline, getdelim): Likewise.
51573         Remove _GNU_SOURCE define; now it's defined in config.h through
51574         m4/getline.m4.
51575
51576 2003-07-23  Karl Berry  <karl@gnu.org>
51577
51578         * config/config.sub: update from prep.
51579
51580 2003-07-22  Paul Eggert  <eggert@twinsun.com>
51581
51582         * modules/xalloc (Depends-on): Add exitfail.
51583         * modules/xmemcoll: Likewise.
51584
51585 2003-07-22  Paul Eggert  <eggert@twinsun.com>
51586
51587         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
51588         over-parenthesization in macros.
51589
51590         Sync with coreutils.
51591
51592         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
51593         required by C99.
51594
51595         Use `exit_failure' for xalloc and xmemcoll instead of their own
51596         private exit-failure variables.
51597         * lib/xalloc.h (xalloc_exit_failure): Remove.
51598         * lib/xmalloc.c: Likewise.  Include exitfail.h.
51599         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
51600         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
51601         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
51602         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
51603
51604 2003-07-20  Jim Meyering  <jim@meyering.net>
51605
51606         * modules/closeout (Depends-on): Add exitfail.
51607         Suggestion from Bruno Haible.
51608
51609 2003-07-19  Karl Berry  <karl@gnu.org>
51610
51611         * config/config.sub: update from prep.
51612
51613 2003-07-18  Paul Eggert  <eggert@twinsun.com>
51614
51615         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
51616         Remove.
51617         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
51618         to test that it can stand by itself.  Include "exitfail.h".
51619         Clients should set exit_failure instead.
51620         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
51621
51622 2003-07-18  Bruno Haible  <bruno@clisp.org>
51623
51624         * modules/getndelim2: New file.
51625         * modules/getline: Share files with module getndelim2.
51626         * modules/getnline: Depend on getndelim2 instead of sharing files with
51627         it. Add getnline.c to lib_SOURCES.
51628         * MODULES.html.sh (func_all_modules): Add getndelim2.
51629
51630 2003-07-18  Bruno Haible  <bruno@clisp.org>
51631
51632         * m4/getndelim2.m4: New file.
51633         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
51634         invoke gl_PREREQ_GETNDELIM2.
51635         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
51636         gl_PREREQ_GETNDELIM2.
51637         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
51638         gl_GETNDELIM2.
51639
51640 2003-07-18  Bruno Haible  <bruno@clisp.org>
51641
51642         * lib/getndelim2.h: New file.
51643         * lib/getndelim2.c: Make into a module of its own. Include config.h,
51644         getndelim2.h.
51645         (getndelim2): Make non-static. Change return type to ssize_t.
51646         * lib/getline.h: Change argument names.
51647         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
51648         * lib/getnline.c: Include getndelim2.h.
51649
51650 2003-07-18  Andreas Schwab  <schwab@suse.de>
51651
51652         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
51653
51654 2003-07-17  Karl Berry  <karl@gnu.org>
51655
51656         * config/config.sub: update from prep.
51657
51658 2003-07-17  Bruno Haible  <bruno@clisp.org>
51659
51660         * modules/getnline: New file.
51661         * modules/getline: Add lib/getndelim2.c to source file list.
51662         * MODULES.html.sh (func_all_modules): Add getnline.
51663
51664 2003-07-17  Bruno Haible  <bruno@clisp.org>
51665
51666         * m4/getnline.m4: New file.
51667
51668 2003-07-17  Bruno Haible  <bruno@clisp.org>
51669
51670         * m4/Makefile.am.in: Remove file.
51671         * m4/Makefile.am: Remove file.
51672         * m4/Makefile.in: Remove file.
51673
51674 2003-07-17  Bruno Haible  <bruno@clisp.org>
51675
51676         * lib/getnline.h: New file.
51677         * lib/getnline.c: New file.
51678         * lib/getndelim2.c: New file, extracted from getline.c.
51679         (getndelim2): Renamed from getdelim2, with added nmax argument.
51680         * lib/getline.c: Include getndelim2.c.
51681         (getdelim2): Moved out to getndelim2.c.
51682         (getline, getdelim): Update.
51683
51684 2003-07-17  Bruno Haible  <bruno@clisp.org>
51685
51686         * lib/Makefile.am: Remove file.
51687         * lib/Makefile.in: Remove file.
51688
51689 2003-07-17  Bruno Haible  <bruno@clisp.org>
51690
51691         * configure.in: Remove file.
51692         * Makefile.in: Remove file.
51693
51694 2003-07-17  Bruno Haible  <bruno@clisp.org>
51695
51696         * MODULES.html.sh: Put the </BODY> right before </HTML>.
51697
51698 2003-07-16  Karl Berry  <karl@gnu.org>
51699
51700         * config/srclist-update: was running fixlicense twice, which caused
51701                 texinfo.tex to be nullified for some reason.  Simplify,
51702                 $gplsrc is no longer needed as far as I can see?
51703
51704 2003-07-16  Jim Meyering  <jim@meyering.net>
51705
51706         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
51707
51708 2003-07-15  Paul Eggert  <eggert@twinsun.com>
51709
51710         * config/srclist.txt: Get the following files from gettext-runtime/intl
51711         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
51712         ref-del.sin.  From Bruno Haible.
51713         * config/srclist-update (fixfile): Change grep pattern again, since the
51714         previous fix didn't work (there was another trailing $).  Use
51715         '[$]' to escape the $s.
51716
51717 2003-07-15  Karl Berry  <karl@gnu.org>
51718
51719         * lib/vasnprintf.c: update from gettext.
51720
51721 2003-07-15  Karl Berry  <karl@gnu.org>
51722
51723         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
51724         gets expanded when surrounded by '$'.
51725
51726 2003-07-15  Jim Meyering  <jim@meyering.net>
51727
51728         * modules/save-cwd: Don't depend on error.  From Derek Price.
51729
51730 2003-07-15  Jim Meyering  <jim@meyering.net>
51731
51732         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
51733
51734 2003-07-14  Simon Josefsson  <jas@extundo.com>
51735
51736         * modules/mempcpy: New file.
51737         * MODULES.html.sh (func_all_modules): Add mempcpy.
51738
51739 2003-07-14  Simon Josefsson  <jas@extundo.com>
51740
51741         * m4/mempcpy.m4: New file.
51742
51743 2003-07-14  Simon Josefsson  <jas@extundo.com>
51744
51745         * lib/mempcpy.h: New file.
51746         * lib/mempcpy.c: New file.
51747
51748 2003-07-14  Paul Eggert  <eggert@twinsun.com>
51749
51750         * modules/getdate, modules/posixtm: Depend on mktime.
51751
51752 2003-07-14  Paul Eggert  <eggert@twinsun.com>
51753
51754         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
51755         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
51756         unicodeio.c, unicodeio.h, unlocked-io.h:
51757         Switch from LGPL to GPL.
51758
51759 2003-07-14  Paul Eggert  <eggert@twinsun.com>
51760
51761         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
51762         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
51763         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
51764         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
51765         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
51766         updated automatically by ../config/srclist-update.  This changes
51767         their license from LPGL to GPL.
51768
51769 2003-07-14  Paul Eggert  <eggert@twinsun.com>
51770
51771         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
51772         assumed to refer to the root of the most recent stable gettext version.
51773         * config/srclistvars.sh: Add defaults for eggert.
51774         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
51775         Match "This program" as well as "The program".  This is needed
51776         for gettext.
51777
51778 2003-07-14  Jim Meyering  <jim@meyering.net>
51779
51780         Don't emit diagnostics.  Let callers do that.
51781         * lib/save-cwd.c: Don't include "error.h".
51782         (save_cwd): Don't call error.  Ensure that errno is valid
51783         when returning nonzero.
51784
51785         * lib/save-cwd.h (restore_cwd): Update prototype.
51786         * lib/save-cwd.c (restore_cwd): Remove two parameters.
51787         Simplify.  Don't call error upon failure.  Let callers do that.
51788         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
51789         when auditing is enabled.  But don't bother updating the #if.
51790
51791 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
51792
51793         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
51794         it breaks C++ compilation.
51795         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
51796
51797 2003-07-10  Simon Josefsson  <jas@extundo.com>
51798
51799         * modules/strchrnul (Makefile.am): Add strchrnul.h.
51800
51801 2003-07-10  Jim Meyering  <jim@meyering.net>
51802
51803         * m4/clock_time.m4: Remove trailing blank.
51804         * m4/intmax_t.m4: Likewise.
51805
51806 2003-07-10  Jim Meyering  <jim@meyering.net>
51807
51808         * lib/vasnprintf.c: Remove trailing blanks.
51809         Make cpp indentation consistent.
51810
51811 2003-07-09  Paul Eggert  <eggert@twinsun.com>
51812
51813         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
51814         posixver.c, strftime.c, strnlen.c, strverscmp.c:
51815         Switch from LGPL to GPL.
51816
51817 2003-07-09  Paul Eggert  <eggert@twinsun.com>
51818
51819         * config/srclist.txt: Sort sublists.  Add
51820         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
51821         that differ from gnulib for one reason or another; we'd like this list
51822         to be smaller but for now let's document what we have.
51823
51824 2003-07-08  Paul Eggert  <eggert@twinsun.com>
51825
51826         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
51827         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
51828         and sweeter "eval x=$x".
51829         * config/srclist.txt: Get lib/argp* from glibc.
51830
51831 2003-07-07  Paul Eggert  <eggert@twinsun.com>
51832
51833         * lib/mktime.c: Fix some boundary cases and remove need for floating
51834         point.
51835
51836         Issue a compile-time diagnostic if time_t is floating point, or if
51837         two's complement arithmetic is not in effect, or if arithmetic
51838         right shift does not propagate the sign.  These assumptions were
51839         all in the original code but they weren't checked.
51840
51841         (TIME_T_MIDPOINT, verify): New macros.
51842         (__isleap): Remove; it has integer overflow problems.
51843         (leapyear): New function, without those problems.
51844         (ydhms_tm_diff): Remove; splitting into two parts.
51845         (ydhms_diff): New function, containing the arithmetic part of
51846         the old ydhms_tm_diff function.  Issue a compile-time
51847         diagnostic if we are not using C99 integer division.
51848         Avoid casts when possible.
51849         (guess_time_tm): New function, containing the checking part of
51850         the old ydhms_tm_diff function.  Return the new value, rather than
51851         the difference between it and the old.  Accept a new argument T
51852         so that *T specifies the old value.  Check for overflow in the result.
51853
51854         (__mktime_internal): Use a time_t offset, not a long int offset.
51855         This undoes the 2003-06-04 change, which is no longer needed now
51856         that we have better overflow checking.
51857         (localtime_offset): Likewise.
51858
51859         (__mktime_internal): Avoid harmful overflow on hosts where time_t
51860         and long are 64-bit but int is only 32-bit.
51861         (ydhms_diff): Use long int to store year1 and yday1.
51862         Issue a compile-time diagnostic if long int is not wide enough.
51863
51864         (__mktime_internal): Use long int to store adjusted year and yday.
51865         Use plain C rather than preprocessor commands, if that doesn't
51866         affect efficiency.
51867         Check for overflow (and try to repair) after each probe
51868         rather than checking only at the very end.  This avoids some bugs
51869         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
51870         does not equal GMT offset at maximum time).
51871         Use integer to check for overflow rather than floating point; this
51872         is more portable to non-IEEE hosts, and is a tad faster.
51873         When we detect that we are oscillating between two values,
51874         don't check whether tm_isdst has the requested value, since
51875         we already know the answer.  When tm_isdst has the wrong value,
51876         use a different heuristic to find the right one, based on the
51877         extreme values actually observed in practice in tz2003a,
51878         rather than the (overly optimistic) "previous 3 calendar quarters".
51879
51880         (not_equal_tm, print_tm, check_result): Use "const T" rather than
51881         "T const" to accommodate glibc style.
51882         (check_result): Use less-confusing report format.  "long" -> "long int.
51883         (main): Likewise.
51884         Don't loop if the iteration overflows time_t.
51885         Allow a negative step in the iteration.
51886
51887 2003-07-06  Karl Berry  <karl@gnu.org>
51888
51889         * config/depcomp: update from automake.
51890         * config/config.sub: update from prep.
51891
51892 2003-07-03  Karl Berry  <karl@gnu.org>
51893
51894         * config/config.guess: update from prep.
51895
51896 2003-07-01  Paul Eggert  <eggert@twinsun.com>
51897
51898         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
51899         xreadlink.c now includes it unconditionally.
51900
51901 2003-07-01  Paul Eggert  <eggert@twinsun.com>
51902
51903         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
51904         having it depend on HAVE_SYS_TYPES_H.
51905
51906 2003-07-01  Bruno Haible  <bruno@clisp.org>
51907
51908         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
51909         <sys/types.h> should be sufficient.
51910         Reported by Paul Eggert.
51911
51912 2003-06-26  Karl Berry  <karl@gnu.org>
51913
51914         * config/depcomp: update from automake.
51915
51916 2003-06-26  Bruno Haible  <bruno@clisp.org>
51917
51918         * modules/human: Depend on module stdbool.
51919
51920 2003-06-25  Bruno Haible  <bruno@clisp.org>
51921
51922         * modules/readlink: New file.
51923         * modules/xreadlink: Depend on it.
51924         * MODULES.html.sh (func_all_modules): Add readlink.
51925
51926 2003-06-25  Bruno Haible  <bruno@clisp.org>
51927
51928         * m4/readlink.m4: New file.
51929
51930 2003-06-25  Bruno Haible  <bruno@clisp.org>
51931
51932         * lib/readlink.c: New file.
51933
51934 2003-06-22  Karl Berry  <karl@gnu.org>
51935
51936         * config/srclist.txt: update mkinstalldirs from automake.
51937         * config/mkinstalldirs: update.
51938
51939 2003-06-22  Bruno Haible  <bruno@clisp.org>
51940
51941         Portability to mingw32.
51942         * m4/ssize_t.m4: New file, from GNU gettext.
51943         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
51944         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
51945
51946 2003-06-22  Bruno Haible  <bruno@clisp.org>
51947
51948         * modules/safe-read: Add m4/ssize_t.m4.
51949         * modules/xreadlink: Add m4/ssize_t.m4.
51950
51951 2003-06-20  Bruno Haible  <bruno@clisp.org>
51952
51953         Assume C89, so PARAMS isn't needed.
51954         * lib/unicodeio.h (PARAMS): Remove.
51955         * lib/unicodeio.c: Don't use PARAMS.
51956
51957 2003-06-18  Karl Berry  <karl@gnu.org>
51958
51959         * config/config.{guess,sub}: update from prep.
51960
51961 2003-06-18  Jim Meyering  <jim@meyering.net>
51962
51963         Merge changes from coreutils.
51964         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
51965         Remove explicit declarations of xmalloc and realloc.
51966         Include xalloc.h.
51967         (read_utmp): Remove anachronistic cast of xmalloc.
51968
51969 2003-06-17  Paul Eggert  <eggert@twinsun.com>
51970
51971         Assume C89, so PARAMS isn't needed.
51972         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
51973         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
51974         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
51975         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
51976         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
51977         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
51978         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
51979         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
51980         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
51981         lib/xstrtod.h, lib/xstrtol.h: Likewise.
51982         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
51983         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
51984         no longer needed. Anyway, config.h should always be included before any
51985         other file.
51986
51987 2003-06-11  Simon Josefsson  <jas@extundo.com>
51988
51989         * modules/sysexits: New file.
51990         * MODULES.html.sh (func_all_modules): Add sysexits.
51991
51992 2003-06-11  Simon Josefsson  <jas@extundo.com>
51993
51994         * lib/sysexit_.h: New file.
51995
51996 2003-06-11  Derek Price  <derek@ximbiot.com>
51997
51998         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
51999         necessary.
52000
52001 2003-06-11  Bruno Haible  <bruno@clisp.org>
52002
52003         * m4/sysexits.m4: New file.
52004
52005 2003-06-10  Simon Josefsson  <jas@extundo.com>
52006
52007         * lib/argp.h: New file, from glibc.
52008         * lib/argp-ba.c: New file, from glibc.
52009         * lib/argp-eexst.c: New file, from glibc.
52010         * lib/argp-fmtstream.c: New file, from glibc.
52011         * lib/argp-fmtstream.h: New file, from glibc.
52012         * lib/argp-fs-xinl.c: New file, from glibc.
52013         * lib/argp-help.c: New file, from glibc.
52014         * lib/argp-namefrob.h: New file, from glibc.
52015         * lib/argp-parse.c: New file, from glibc.
52016         * lib/argp-pv.c: New file, from glibc.
52017         * lib/argp-pvh.c: New file, from glibc.
52018         * lib/argp-xinl.c: New file, from glibc.
52019
52020 2003-06-10  Simon Josefsson  <jas@extundo.com>
52021
52022         * modules/strchrnul: New file.
52023
52024 2003-06-10  Simon Josefsson  <jas@extundo.com>
52025
52026         * modules/argp: New file.
52027
52028 2003-06-10  Simon Josefsson  <jas@extundo.com>
52029
52030         * m4/strchrnul.m4: New file.
52031
52032 2003-06-10  Simon Josefsson  <jas@extundo.com>
52033
52034         * lib/strchrnul.h: New file.
52035         * lib/strchrnul.c: New file.
52036
52037 2003-06-10  Bruno Haible  <bruno@clisp.org>
52038
52039         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
52040
52041 2003-06-07  Karl Berry  <karl@gnu.org>
52042
52043         * config/config.{guess,sub}: update from prep.
52044
52045 2003-06-07  Jim Meyering  <jim@meyering.net>
52046
52047         * modules/strtod: Use $(...) notation, not @...@ for
52048         AC_REPLACE'd variables.
52049         * modules/localcharset: Likewise.
52050
52051 2003-06-07  Jim Meyering  <jim@meyering.net>
52052
52053         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
52054         in place of my name in the copyright comment.
52055         Remove definition and uses of __P.
52056
52057         From coreutils.
52058         * lib/stat.c: Don't declare xmalloc explicitly.
52059         Instead, include "xalloc.h".
52060         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
52061         xrealloc, and xcalloc return values.
52062         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
52063         Improve comment.
52064         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
52065
52066 2003-06-07  Bruno Haible  <bruno@clisp.org>
52067
52068         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
52069         avoid AC_CONFIG_LINKS.
52070         * modules/fnmatch (Makefile.am): Use explicit creation rule for
52071         fnmatch.h, to avoid AC_CONFIG_LINKS.
52072         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
52073
52074 2003-06-07  Bruno Haible  <bruno@clisp.org>
52075
52076         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
52077         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
52078         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
52079         directory.
52080         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
52081         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
52082         directory.
52083
52084 2003-06-06  Jim Meyering  <jim@meyering.net>
52085
52086         Merge from coreutils.
52087         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
52088         Consolidate declarations and initializations of *_base* locals.
52089
52090         Merge from coreutils.
52091         This avoids a core dump on systems without GNU putenv,
52092         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
52093         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
52094         (unsetenv): New static function, from GNU libc.
52095         (rpl_putenv): Use it.
52096
52097         * lib/modechange.c: Remove trailing blanks.
52098
52099         Merge from coreutils.
52100         * lib/fsusage.c: Remove declaration of statfs.
52101         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
52102
52103         * lib/posixtm.c: Include <stdbool.h> unconditionally.
52104
52105 2003-06-06  Jim Meyering  <jim@meyering.net>
52106
52107         * lib/stdbool_.h: Renamed from stdbool.h.in.
52108
52109 2003-06-06  Jim Meyering  <jim@meyering.net>
52110             Bruno Haible  <bruno@clisp.org>
52111
52112         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
52113         Adjust Makefile.am snippet not to redirect directly to target.
52114         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
52115
52116 2003-06-05  Paul Eggert  <eggert@twinsun.com>
52117
52118         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
52119         mismatch, look in future quarters as well as past.  This fixes a
52120         bug when processing fall-backwards gaps immediately after a long
52121         period of daylight-saving time.
52122
52123         * lib/mktime.c: Assume freestanding C89 or better.
52124         (HAVE_LIMITS_H): Remove.  Assume it's 1.
52125         (__P): Remove; not used.
52126         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
52127         (mktime, not_equal_tm, print_tm, check_result,
52128         main): Use prototypes.  Use const * where appropriate.
52129         (main): Fix typo in testing code that uncovered by above changes.
52130         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
52131
52132 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52133
52134         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
52135         locale.h, localeconv.  This merges changes from coreutils.
52136
52137         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
52138         It can be removed after the next Autoconf is released.
52139         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
52140         needed.
52141
52142 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52143
52144         * lib/mktime.c: Fix Debian bug 177940
52145         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
52146         (localtime_offset): Now long int, not time_t, because we want it
52147         to be guaranteed to be signed.  All uses changed.
52148         (__mktime_internal): If overflow would occur when adding offset,
52149         don't add it.
52150
52151         Merge 'human' changes from coreutils.  Rewrite to support
52152         locale-specific notations like thousands separators.
52153         * lib/human.c: Simplify authorship notice.
52154         Include human.h immediately after config.h.
52155         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
52156         <limits.h>: Do not include, since human.h does.
52157         (SIZE_MAX, UINTMAX_MAX): New macros.
52158         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
52159         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
52160         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
52161         (power_letter): Renamed from suffixes.
52162         (generate_suffix_backwards): Remove.
52163         (adjust_value): Now takes int style (because of human.h changes)
52164         and long double value (for greater precision on some platforms).
52165         (group_number): New function.
52166         (human_readable): Use it.  Use integer options, not enum.
52167         Put the options before the sizes in the arg list.
52168         Support all the new options.
52169         The old human_readable function has been removed;
52170         use inttostr.h instead.
52171         (human_readable, default_block_size, humblock):
52172         Use uintmax_t, not int, for block sizes.
52173         (human_readable_inexact, block_size_types): Remove.
52174         (block_size_opts): New constant.
52175         (human_options): Renamed from human_block_size, with new signature
52176         that allows block sizes up to UINTMAX_MAX.  All callers changed.
52177         * lib/human.h: Add copyright and authorship notice.
52178         Include <limits.h> and <stdbool.h> unconditionally.
52179         (PARAMS): Remove.  All uses removed.
52180         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
52181         (enum human_inexact_style): Remove tag; now a nameless enum.
52182         (human_floor, human_ceiling, human_round_to_even): Now have
52183         values 2, 0, 1 rather than -1, 1, 0.
52184         (human_group_digits, human_suppress_point_zero, human_autoscale,
52185         human_base_1024, human_SI, human_B): New constants.
52186         (human_readable_inexact, human_block_size): Remove.
52187         (human_readable): Size args are now uintmax_t, not int.
52188         (human_options): New decl.
52189
52190         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
52191         unnecessary now that we assume C89 or better.  This change
52192         imported from coreutils.
52193
52194         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
52195         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
52196         in the 2003-05-30 sync from glibc.
52197
52198         .h files should stand alone, but we shouldn't include <sys/types.h>
52199         if we can get away with just <stddef.h>.
52200
52201         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
52202         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
52203         rather than <sys/types.h>, as we merely need size_t.
52204         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
52205         to get size_t.
52206         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
52207         Include <stdio.h>, to get FILE.
52208         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
52209         memcasecmp.h has included <stddef.h> and all we need is size_t.
52210         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
52211         our interface, instead of including <sys/types.h>
52212
52213 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52214
52215         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
52216         now, as glibc mktime is buggy on non-glibc systems.
52217
52218 2003-06-03  Karl Berry  <karl@gnu.org>
52219
52220         * config/config.sub: update from prep.
52221
52222 2003-06-02  Paul Eggert  <eggert@twinsun.com>
52223
52224         [from coreutils]
52225         Fix some minor time-related bugs with POSIX time arguments.
52226         Some valid time stamps were being rejected (notably -1, and
52227         time stamps before 1900 on 64-bit hosts).  And some invalid
52228         time stamps were being accepted, e.g. September 31.
52229
52230         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
52231         that we can return (time_t) -1 successfully.
52232         * lib/posixtm.c: Likewise.
52233         [HAVE_STDBOOL_H]: Include <stdbool.h>.
52234         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
52235         (t): Remove static var.
52236         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
52237         of static var.  All uses changed.
52238         (year): Do not reject years before 1900; they can occur with
52239         64-bit time_t.
52240         (posix_time_parse): Do not check for out-of-range components;
52241         that is now the caller's responsibility, since our checks were
52242         only approximations.
52243         (posixtime): Use mktime to check for out-of-range components,
52244         since it knows them exactly.
52245         If mktime returns (time_t) -1, check whether an error actually occurred
52246         by invoking localtime on -1.
52247         (main) [TEST_POSIXTIME]: Check for input data errors, and report
52248         posixtime failures better.
52249         Improve the test data (in comments only).
52250
52251 2003-06-02  Karl Berry  <karl@gnu.org>
52252
52253         * config/mkinstalldirs (version): new variable.
52254         (--version): new option.
52255         (usage): improve message.
52256
52257 2003-05-30  Karl Berry  <karl@gnu.org>
52258
52259         * lib/mktime.c: update from libc.
52260
52261 2003-05-30  Bruno Haible  <bruno@clisp.org>
52262
52263         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
52264         * config/config.rpath: Upgrade to gettext-0.12.1.
52265
52266 2003-05-30  Bruno Haible  <bruno@clisp.org>
52267
52268         * m4/gettext.m4: Upgrade to gettext-0.12.1.
52269         * m4/nls.m4: New file, from gettext-0.12.1.
52270         * m4/po.m4: New file, from gettext-0.12.1.
52271         * m4/progtest.m4: Upgrade to gettext-0.12.1.
52272
52273 2003-05-30  Bruno Haible  <bruno@clisp.org>
52274
52275         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
52276         * lib/localcharset.h: Likewise.
52277         * lib/localcharset.c: Likewise.
52278
52279 2003-05-29  Karl Berry  <karl@gnu.org>
52280
52281         * config/config.rpath: update from gettext.
52282
52283 2003-05-28  Paul Eggert  <eggert@twinsun.com>
52284
52285         Assume the headers required for C89 freestanding compilers.
52286         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
52287         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
52288         * m4/human.m4 (gl_HUMAN): Likewise.
52289         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
52290         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
52291         * m4/userspec.m4 (gl_USERSPEC): Likewise.
52292         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
52293         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
52294         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
52295
52296 2003-05-28  Paul Eggert  <eggert@twinsun.com>
52297
52298         Assume the headers required for C89 freestanding compilers.
52299         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
52300         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
52301         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
52302         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
52303         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
52304         define, since <limits.h> is guaranteed to do that.
52305         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
52306         * lib/exclude.c: Include <stdbool.h> unconditionally.
52307         * lib/tempname.c: Include <stddef.h> unconditionally.
52308         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
52309         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
52310         <stddef.h> does that.
52311         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
52312         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
52313         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
52314         needed.
52315         * lib/xstrtol.c: Likewise.
52316         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
52317         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
52318
52319         * lib/addext.c (addext): Use assignment rather than cast, to avoid
52320         warnings on some platforms.
52321
52322         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
52323         arbitrarily.
52324
52325 2003-05-26  Jim Meyering  <jim@meyering.net>
52326
52327         Merge in a change from coreutils:
52328         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
52329         that is guaranteed to be `no'.  Use `no_such_member' to indicate
52330         that condition, rather than `-1' which is slightly misleading.
52331         Change the name of the cache variable to have the gl_ prefix.
52332         Prompted by a patch from Richard Dawe for DJGPP.
52333
52334 2003-05-24  Karl Berry  <karl@gnu.org>
52335
52336         * config/config.guess: update from prep.
52337
52338 2003-05-22  Karl Berry  <karl@gnu.org>
52339
52340         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
52341
52342 2003-05-20  Karl Berry  <karl@gnu.org>
52343
52344         * config/config.guess: update from prep.
52345
52346 2003-05-18  Karl Berry  <karl@gnu.org>
52347
52348         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
52349         might actually be set by the user.
52350
52351         * config/depcomp, install-sh, mdate-sh: update from automake.
52352
52353 2003-05-17  Bruno Haible  <bruno@clisp.org>
52354
52355         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
52356         invalid expansion for AC_EGREP_CPP.
52357         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
52358         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
52359         Suggested by Akim Demaille <akim@epita.fr> in
52360         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
52361
52362 2003-05-12  Jim Meyering  <jim@meyering.net>
52363
52364         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
52365         the space-padded-by-default conversion specifiers, %e, %k, %l.
52366
52367 2003-05-12  Bruno Haible  <bruno@clisp.org>
52368
52369         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
52370         the string is longer than 4 KB.
52371
52372 2003-05-11  Karl Berry  <karl@gnu.org>
52373
52374         * config/config.{guess,sub}: update from prep.
52375
52376 2003-05-09  Bruno Haible  <bruno@clisp.org>
52377
52378         * modules/error: Add m4/strerror_r.m4 to file list.
52379
52380 2003-05-03  Bruno Haible  <bruno@clisp.org>
52381
52382         Upgrade to Unicode-4.0.
52383         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
52384         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
52385         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
52386         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
52387         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
52388         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
52389         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
52390         Change width of U+E0100..U+E01EF from 1 to 0.
52391
52392 2003-04-25  Jim Meyering  <jim@meyering.net>
52393
52394         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
52395         of type size_t, not int.
52396
52397 2003-04-25  Bruno Haible  <bruno@clisp.org>
52398
52399         * lib/copy-file.c: Include <stddef.h>, for size_t.
52400
52401 2003-04-21  Paul Eggert  <eggert@twinsun.com>
52402
52403         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
52404         code which expansion is under static control.  Patch imported from
52405         Akim Demaille's patch to Bison; see
52406         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
52407
52408 2003-04-14  Bruno Haible  <bruno@clisp.org>
52409
52410         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
52411
52412 2003-04-11  Jim Meyering  <jim@meyering.net>
52413
52414         Merge changes from Coreutils.
52415
52416         2003-03-22  Jim Meyering  <jim@meyering.net>
52417
52418         * lib/strftime.c (widen): Cast alloca return value to proper type.
52419
52420         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
52421
52422         From GNU libc.
52423         * lib/strftime.c (my_strftime): Handle very large width
52424         specifications for numeric values correctly.  Improve checks for
52425         overflow.
52426
52427         2003-01-19  Jim Meyering  <jim@meyering.net>
52428
52429         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
52430         definitions.
52431         (nl_get_alt_digit) [! defined my_strftime]: Define.
52432         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
52433         _nl_get_alt_digit and _nl_get_walt_digit.
52434
52435         * lib/strftime.c (my_strftime): Merge in locale-related changes from
52436         libc. These changes have no effect outside of _LIBC.
52437
52438 2003-04-10  Bruno Haible  <bruno@clisp.org>
52439
52440         * modules/findprog: New file.
52441         * MODULES.html.sh (func_all_modules): Add it.
52442
52443 2003-04-10  Bruno Haible  <bruno@clisp.org>
52444
52445         * m4/findprog.m4: New file.
52446         * m4/eaccess.m4: New file.
52447
52448 2003-04-10  Bruno Haible  <bruno@clisp.org>
52449
52450         * lib/findprog.h: New file, from GNU gettext.
52451         * lib/findprog.c: New file, from GNU gettext.
52452
52453 2003-04-05  Jim Meyering  <jim@meyering.net>
52454
52455         Merge changes from Coreutils.
52456
52457         * lib/exclude.h (PARAMS): Remove definition and uses.
52458         * lib/exclude.c: Remove uses of `PARAMS'.
52459
52460         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
52461         Add test-cases for DOS filenames. Declare program_name.
52462         (main): Set up program_name.  Patch by Rich Dawe.
52463
52464         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
52465         error from mntctl.
52466         Use mntctl's return value to drive the entry-processing loop, since
52467         we can't rely on the value of the vmt_length member in the last
52468         entry.  On some systems doing so could result in exhausting
52469         virtual memory.  Based in part on a patch from Mike Jetzer.
52470
52471 2003-04-04  Bruno Haible  <bruno@clisp.org>
52472
52473         * modules/linebreak: New file.
52474         * MODULES.html.sh (func_all_modules): Add it.
52475
52476 2003-04-04  Bruno Haible  <bruno@clisp.org>
52477
52478         * m4/linebreak.m4: New file.
52479
52480 2003-04-04  Bruno Haible  <bruno@clisp.org>
52481
52482         * lib/linebreak.h: New file, from GNU gettext.
52483         * lib/linebreak.c: New file, from GNU gettext with slight
52484         modifications.
52485         * lib/lbrkprop.h: New file, from GNU gettext.
52486
52487 2003-04-03  Bruno Haible  <bruno@clisp.org>
52488
52489         * modules/utf8-ucs4: New file.
52490         * modules/utf16-ucs4: New file.
52491         * modules/ucs4-utf8: New file.
52492         * modules/ucs4-utf16: New file.
52493         * MODULES.html.sh (func_all_modules): Add them.
52494
52495 2003-04-03  Bruno Haible  <bruno@clisp.org>
52496
52497         * m4/utf-ucs4.m4: New file.
52498         * m4/ucs4-utf.m4: New file.
52499
52500 2003-04-03  Bruno Haible  <bruno@clisp.org>
52501
52502         * lib/utf8-ucs4.h: New file, from GNU gettext.
52503         * lib/utf16-ucs4.h: New file, from GNU gettext.
52504         * lib/ucs4-utf8.h: New file, from GNU gettext.
52505         * lib/ucs4-utf16.h: New file, from GNU gettext.
52506
52507 2003-04-02  Bruno Haible  <bruno@clisp.org>
52508
52509         * modules/binary-io: New file.
52510         * MODULES.html.sh (func_all_modules): Add it.
52511
52512 2003-04-02  Bruno Haible  <bruno@clisp.org>
52513
52514         * lib/binary-io.h: New file, from GNU gettext.
52515
52516 2003-04-01  Bruno Haible  <bruno@clisp.org>
52517
52518         * modules/pathname: New file.
52519         * MODULES.html.sh (func_all_modules): Add it.
52520
52521 2003-04-01  Bruno Haible  <bruno@clisp.org>
52522
52523         * lib/pathname.h: New file, from GNU gettext.
52524         * lib/concatpath.c: New file, from GNU gettext.
52525
52526 2003-03-30  Bruno Haible  <bruno@clisp.org>
52527
52528         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
52529
52530 2003-03-30  Bruno Haible  <bruno@clisp.org>
52531
52532         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
52533         function chown() doesn't exist.
52534
52535 2003-03-28  Bruno Haible  <bruno@clisp.org>
52536
52537         * modules/copy-file: New file.
52538         * MODULES.html.sh (func_all_modules): Add it.
52539
52540 2003-03-28  Bruno Haible  <bruno@clisp.org>
52541
52542         * m4/copy-file.m4: New file.
52543
52544 2003-03-28  Bruno Haible  <bruno@clisp.org>
52545
52546         * lib/copy-file.h: New file, from GNU gettext.
52547         * lib/copy-file.c: New file, from GNU gettext.
52548
52549 2003-03-18  Jim Meyering  <jim@meyering.net>
52550
52551         * lib/quote.c (quote_n): Fix typo in comment.
52552
52553 2003-03-18  Bruno Haible  <bruno@clisp.org>
52554
52555         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
52556         checking.
52557         * m4/onceonly_2_57.m4: Likewise.
52558
52559 2003-03-17  Bruno Haible  <bruno@clisp.org>
52560
52561         * m4/onceonly.m4: Require autoconf 2.54 or newer.
52562         (m4_quote): Remove macro.
52563         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
52564
52565 2003-03-14  Jim Meyering  <jim@meyering.net>
52566
52567         Merge changes from Coreutils.
52568         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
52569         to be const, in order to avoid warnings.
52570         (obstack_room): Likewise.
52571         (obstack_empty_p): Likewise.
52572
52573 2003-03-14  Bruno Haible  <bruno@clisp.org>
52574
52575         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
52576         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
52577
52578 2003-03-13  Paul Eggert  <eggert@twinsun.com>
52579
52580         Merge changes from Bison.
52581         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
52582         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
52583         when compiling Bison 1.875's `bitset bset = obstack_alloc
52584         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
52585         * lib/hash.c: Include <stdbool.h> unconditionally.
52586
52587 2003-03-13  Paul Eggert  <eggert@twinsun.com>
52588
52589         * m4/onceonly.m4 (m4_quote): New macro.
52590         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
52591         Quote AC_FOREACH variable-expansions properly.
52592
52593 2003-03-13  Paul Eggert  <eggert@twinsun.com>
52594
52595         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
52596
52597 2003-03-09  Paul Eggert  <eggert@twinsun.com>
52598
52599         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
52600         Reported by Bruce Becker; see:
52601         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
52602
52603 2003-03-03  Paul Eggert  <eggert@twinsun.com>
52604             Bruno Haible  <bruno@clisp.org>
52605
52606         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
52607         Reported by John Hughes, see
52608         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
52609
52610 2003-02-20  Bruno Haible  <bruno@clisp.org>
52611
52612         * MODULES.html.sh (func_all_modules): Add poll.
52613
52614 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
52615
52616         * modules/poll: New file.
52617
52618 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
52619
52620         * lib/poll_.h: New file.
52621         * lib/poll.c: New file.
52622
52623 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
52624
52625         * m4/poll.m4: New file.
52626
52627 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
52628
52629         * modules/mathl: New file.
52630
52631 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
52632
52633         * lib/mathl.h: New file.
52634         * lib/acosl.c: New file.
52635         * lib/asinl.c: New file.
52636         * lib/atanl.c: New file.
52637         * lib/ceill.c: New file.
52638         * lib/cosl.c: New file.
52639         * lib/expl.c: New file.
52640         * lib/floorl.c: New file.
52641         * lib/frexpl.c: New file.
52642         * lib/ldexpl.c: New file.
52643         * lib/logl.c: New file.
52644         * lib/sincosl.c: New file.
52645         * lib/sinl.c: New file.
52646         * lib/sqrtl.c: New file.
52647         * lib/tanl.c: New file.
52648         * lib/trigl.c: New file.
52649         * lib/trigl.h: New file.
52650
52651 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
52652
52653         * m4/mathl.m4: New file.
52654
52655 2003-02-18  Bruno Haible  <bruno@clisp.org>
52656
52657         * MODULES.html.sh (func_all_modules): Add mathl.
52658
52659 2003-02-17  Bruno Haible  <bruno@clisp.org>
52660
52661         * modules/mkdtemp: New module.
52662         * MODULES.html.sh (func_all_modules): Add it.
52663
52664 2003-02-17  Bruno Haible  <bruno@clisp.org>
52665
52666         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
52667
52668 2003-02-17  Bruno Haible  <bruno@clisp.org>
52669
52670         * lib/mkdtemp.h: New file, from GNU gettext.
52671         * lib/mkdtemp.c: New file, from GNU gettext.
52672
52673 2003-02-02  Jim Meyering  <jim@meyering.net>
52674
52675         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
52676         e.g. glibc-2.2.93.
52677
52678 2003-01-31  Bruno Haible  <bruno@clisp.org>
52679
52680         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
52681         'rpl_rename'.
52682         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
52683         'rpl_strnlen'.
52684         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
52685         'rpl_strtod'.
52686         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
52687         'rpl_utime'.
52688
52689 2003-01-31  Bruno Haible  <bruno@clisp.org>
52690
52691         * lib/rename.c: #undef rename before defining rpl_rename.
52692         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
52693
52694 2003-01-30  Bruno Haible  <bruno@clisp.org>
52695
52696         * modules/vasnprintf, modules/vasprintf: New modules.
52697         * MODULES.html.sh (func_all_modules): Add them.
52698
52699 2003-01-30  Bruno Haible  <bruno@clisp.org>
52700
52701         * m4/signed.m4: New file, from GNU gettext.
52702         * m4/longdouble.m4: New file, from GNU gettext.
52703         * m4/wchar_t.m4: New file, from GNU gettext.
52704         * m4/wint_t.m4: New file, from GNU gettext.
52705         * m4/vasnprintf.m4: New file.
52706         * m4/vasprintf.m4: New file.
52707
52708 2003-01-30  Bruno Haible  <bruno@clisp.org>
52709
52710         * lib/printf-args.h: New file, from GNU gettext.
52711         * lib/printf-args.c: New file, from GNU gettext.
52712         * lib/printf-parse.h: New file, from GNU gettext.
52713         * lib/printf-parse.c: New file, from GNU gettext.
52714         * lib/vasnprintf.h: New file, from GNU gettext.
52715         * lib/vasnprintf.c: New file, from GNU gettext.
52716         * lib/asnprintf.c: New file, from GNU gettext.
52717         * lib/vasprintf.h: New file, from GNU gettext with modifications.
52718         * lib/vasprintf.c: New file, from GNU gettext.
52719         * lib/asprintf.c: New file, from GNU gettext.
52720
52721 2003-01-29  Bruno Haible  <bruno@clisp.org>
52722
52723         * modules/stpncpy: New module.
52724         * MODULES.html.sh (func_all_modules): Add it.
52725
52726 2003-01-29  Bruno Haible  <bruno@clisp.org>
52727
52728         * m4/stpncpy.m4: New file.
52729
52730 2003-01-29  Bruno Haible  <bruno@clisp.org>
52731
52732         * lib/stpncpy.h: New file, from GNU gettext with modifications.
52733         * lib/stpncpy.c: New file, from GNU gettext with modifications.
52734
52735 2003-01-28  Bruno Haible  <bruno@clisp.org>
52736
52737         * modules/c-ctype: New module.
52738         * MODULES.html.sh (func_all_modules): Add it.
52739
52740 2003-01-28  Bruno Haible  <bruno@clisp.org>
52741
52742         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
52743         Paul Eggert.
52744         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
52745         Paul Eggert.
52746
52747 2003-01-27  Bruno Haible  <bruno@clisp.org>
52748
52749         * modules/xsetenv: New module.
52750         * MODULES.html.sh (func_all_modules): Add it.
52751
52752 2003-01-27  Bruno Haible  <bruno@clisp.org>
52753
52754         * lib/xsetenv.h: New file, from GNU gettext.
52755         * lib/xsetenv.c: New file, from GNU gettext.
52756
52757 2003-01-23  Jim Meyering  <jim@meyering.net>
52758
52759         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
52760         from working on systems without dirfd (at least Irix and OSF1/Tru64).
52761
52762 2003-01-23  Bruno Haible  <bruno@clisp.org>
52763
52764         * modules/minmax: New module.
52765         * MODULES.html.sh (func_all_modules): Add it.
52766
52767 2003-01-23  Bruno Haible  <bruno@clisp.org>
52768
52769         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
52770         Eggert.
52771
52772 2003-01-22  Bruno Haible  <bruno@clisp.org>
52773
52774         * modules/exit: New module.
52775         * MODULES.html.sh (func_all_modules): Add it.
52776
52777 2003-01-22  Bruno Haible  <bruno@clisp.org>
52778
52779         * lib/exit.h: New file, from GNU gettext.
52780
52781 2003-01-19  Bruno Haible  <bruno@clisp.org>
52782
52783         * gnulib-tool: Recognize option --extract-maintainer.
52784         (func_get_maintainer): New function.
52785         * modules/*: Add Maintainer entry.
52786
52787 2003-01-16  Jim Meyering  <jim@meyering.net>
52788
52789         * m4/regex.m4: The `regex' struct is both input and output.
52790         Initialize it before each use.  Patch by Tim Waugh.
52791
52792 2003-01-16  Bruno Haible  <bruno@clisp.org>
52793
52794         * MODULES.html.sh: Add a table of contents. Add the module name as
52795         leftmost column. Add hyperlinks.
52796
52797 2003-01-15  Bruno Haible  <bruno@clisp.org>
52798
52799         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
52800
52801 2003-01-15  Bruno Haible  <bruno@clisp.org>
52802
52803         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
52804         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
52805         suffix.
52806
52807 2003-01-15  Bruno Haible  <bruno@clisp.org>
52808
52809         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
52810
52811 2003-01-15  Bruno Haible  <bruno@clisp.org>
52812
52813         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
52814         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
52815
52816 2003-01-14  Jim Meyering  <jim@meyering.net>
52817
52818         * lib/same.c (same_name): Tweak a comment.
52819
52820 2003-01-14  Bruno Haible  <bruno@clisp.org>
52821
52822         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
52823         when a string comparison is sufficient.
52824
52825 2003-01-14  Bruno Haible  <bruno@clisp.org>
52826
52827         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
52828         'unsigned int'.
52829
52830 2003-01-14  Bruno Haible  <bruno@clisp.org>
52831
52832         * lib/hash-pjw.c: Add comment about low quality of this function.
52833
52834 2003-01-13  Bruno Haible  <bruno@clisp.org>
52835
52836         * modules/stpcpy: Distribute lib/stpcpy.h.
52837         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
52838
52839 2003-01-13  Bruno Haible  <bruno@clisp.org>
52840
52841         * modules/*: Add a description.
52842         * modules/strpbrk: Fix Makefile.am snippet.
52843         * modules/strtoimax: Fix dependencies.
52844         * modules/strtoumax: Likewise.
52845
52846 2003-01-13  Bruno Haible  <bruno@clisp.org>
52847
52848         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
52849         * modules/alloca (Makefile.am): All object files depend on alloca.h.
52850         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
52851
52852 2003-01-13  Bruno Haible  <bruno@clisp.org>
52853
52854         * gnulib-tool (func_create_testdir): Store config/* files in the main
52855         directory.
52856         * config.rpath: Move to ...
52857         * config/config.rpath: ... here.
52858         * modules/gettext: Contains config/config.rpath, not config.rpath.
52859         * modules/iconv: Likewise.
52860
52861 2003-01-12  Paul Eggert  <eggert@twinsun.com>
52862
52863         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
52864         to avoid collisions with libcurses and libreadline.
52865
52866         * m4/getstr.m4: Remove.
52867         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
52868
52869 2003-01-12  Paul Eggert  <eggert@twinsun.com>
52870
52871         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
52872         to avoid collisions with libcurses and libreadline.
52873
52874         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
52875         * lib/getstr.h, getstr.c: Remove.
52876         * lib/getline.c: Include "getline.h", to check interface.
52877         Move body of old getstr.c here: this defines MIN_CHUNK and
52878         declares getdelim2, which is renamed from getstr.
52879         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
52880
52881         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
52882         All uses changed.
52883         * lib/linebuffer.h: Likewise.
52884         (readline): Remove backward-compatibility macro.
52885
52886 2003-01-12  Paul Eggert  <eggert@twinsun.com>
52887
52888         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
52889         to avoid collisions with libcurses and libreadline.
52890         * getstr: Remove.
52891         * MODULES.html.sh: Remove getstr.
52892         * modules/getline: Depend on unlocked-io, not getstr.
52893
52894 2003-01-12  Jim Meyering  <jim@meyering.net>
52895
52896         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
52897
52898 2003-01-10  Bruno Haible  <bruno@clisp.org>
52899
52900         * modules/alloca: Change Makefile.am requirements. Simplify Include
52901         requirements. Add lib/alloca_.h to file list.
52902
52903 2003-01-10  Bruno Haible  <bruno@clisp.org>
52904
52905         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
52906
52907 2003-01-10  Bruno Haible  <bruno@clisp.org>
52908
52909         * lib/alloca_.h: New file.
52910         * lib/getdate.y: Unconditionally include alloca.h.
52911         * lib/makepath.c: Likewise.
52912         * lib/setenv.c: Likewise.
52913         * lib/userspec.c: Likewise.
52914
52915 2003-01-09  Karl Berry  <karl@gnu.org>
52916
52917         * MODULES.html.sh: include `dirname $0` in PATH, to find
52918         gnulib-tool.
52919
52920 2003-01-09  Bruno Haible  <bruno@clisp.org>
52921
52922         * modules/stdbool: Change configure.ac, Makefile.am requirements.
52923         Simplify Include requirements. Add lib/stdbool.h.in to file list.
52924
52925 2003-01-09  Bruno Haible  <bruno@clisp.org>
52926
52927         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
52928
52929 2003-01-09  Bruno Haible  <bruno@clisp.org>
52930
52931         * lib/stdbool.h.in: New file.
52932
52933 2003-01-09  Bruno Haible  <bruno@clisp.org>
52934
52935         * gnulib-tool (func_all_modules): Ignore files ending in ~.
52936         * MODULES.html.sh: Likewise.
52937
52938 2003-01-08  Jim Meyering  <jim@meyering.net>
52939
52940         * lib/full-write.c: Undefine and define-away `const' after inclusion
52941         of errno.h, not before.  Suggestion from Bruno Haible.
52942
52943 2003-01-08  Bruno Haible  <bruno@clisp.org>
52944
52945         * modules/full-read: Depend on full-write.
52946
52947 2003-01-08  Bruno Haible  <bruno@clisp.org>
52948
52949         * lib/safe-read.c: Include specification header first, to ensure its
52950         selfcontainedness.
52951         * lib/full-write.c: Likewise.
52952
52953 2003-01-07  Jim Meyering  <jim@meyering.net>
52954
52955         * lib/full-write.c: Rework so that it may serve to define full_read,
52956         too.
52957         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
52958
52959 2003-01-07  Bruno Haible  <bruno@clisp.org>
52960
52961         * lib/strtoimax.c: Include <stdint.h> as an alternative to
52962         <inttypes.h>.
52963         * lib/xstrtol.h: Likewise.
52964         * lib/xstrtoimax.c: Likewise.
52965         * lib/xstrtoumax.c: Likewise.
52966         * lib/human.h: Likewise.
52967
52968         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
52969         on systems that have <inttypes.h> but not <stdint.h>.
52970
52971 2003-01-07  Bruno Haible  <bruno@clisp.org>
52972
52973         * MODULES.html.sh: Add copyright notice.
52974         (missed_files): Omit CVS directory entries.
52975         (func_module): Make it work with sed-3.02.
52976         * MODULES.txt: Remove file.
52977
52978 2003-01-06  Jim Meyering  <jim@meyering.net>
52979
52980         * lib/version-etc.c: Update year in translatable copyright string.
52981
52982 2003-01-03  Karl Berry  <karl@gnu.org>
52983
52984         * config/config.{guess,sub}: update from prep.
52985
52986 2003-01-02  Karl Berry  <karl@gnu.org>
52987
52988         * doc/COPYING.DOC: belatedly updated to 1.2.
52989
52990 2003-01-01  Karl Berry  <karl@gnu.org>
52991
52992         * gnulib-tool (func_verify_module): report module name $module in
52993         error message, not $1.
52994         * gnulib-tool (create-testdir): don't complain if destdir couldn't
52995         be created, only if it doesn't exist.
52996         * gnulib-tool (last_checkin_date): don't expand the $Date here.
52997
52998 2002-12-31  Paul Eggert  <eggert@twinsun.com>
52999
53000         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
53001
53002 2002-12-31  Paul Eggert  <eggert@twinsun.com>
53003
53004         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
53005         memcmp if strcoll doesn't work.
53006
53007 2002-12-31  Bruno Haible  <bruno@clisp.org>
53008
53009         * lib/utime.c (utime_null): No need to call ftruncate if the file was
53010         nonempty.
53011
53012 2002-12-31  Bruno Haible  <bruno@clisp.org>
53013
53014         * lib/memcoll.c (STRCOLL): New macro.
53015         (memcoll): Use it.
53016
53017 2002-12-31  Bruno Haible  <bruno@clisp.org>
53018
53019         * lib/localcharset.h: New file.
53020         * lib/localcharset.c: Include it.
53021         * lib/unicodeio.c: Likewise.
53022
53023 2002-12-31  Bruno Haible  <bruno@clisp.org>
53024
53025         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
53026         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
53027
53028 2002-12-31  Bruno Haible  <bruno@clisp.org>
53029
53030         * lib/getline.h: Include <stddef.h>, for size_t.
53031
53032         * lib/unicodeio.h: Include <stddef.h>, for size_t.
53033         * lib/unicodeio.c: Don't include <stddef.h>.
53034
53035 2002-12-31  Bruno Haible  <bruno@clisp.org>
53036
53037         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
53038         HAVE_TM_ZONE.
53039
53040 2002-12-24  Karl Berry  <karl@gnu.org>
53041
53042         * config/config.guess: update from prep.
53043
53044 2002-12-24  Bruno Haible  <bruno@clisp.org>
53045
53046         General infrasructure.
53047         * m4/README: Rewritten.
53048         * m4/onceonly.m4: New file.
53049         * m4/onceonly_2_57.m4: New file.
53050
53051         Module atexit.
53052         * m4/atexit.m4: New file.
53053
53054         Module strtod.
53055         * m4/strtod.m4: New file.
53056
53057         Module strtol.
53058         * m4/strtol.m4: New file.
53059
53060         Module strtoul.
53061         * m4/strtoul.m4: New file.
53062
53063         Module memchr.
53064         * m4/memchr.m4: New file.
53065
53066         Module memcmp.
53067         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
53068         (jm_FUNC_MEMCMP): Invoke it.
53069
53070         Module memcpy.
53071         * m4/memcpy.m4: New file.
53072
53073         Module memmove.
53074         * m4/memmove.m4: New file.
53075
53076         Module memset.
53077         * m4/memset.m4: New file.
53078
53079         Module strcspn.
53080         * m4/strcspn.m4: New file.
53081
53082         Module strpbrk.
53083         * m4/strpbrk.m4: New file.
53084
53085         Module strstr.
53086         * m4/strstr.m4: New file.
53087
53088         Module strerror.
53089         * m4/strerror.m4: New file.
53090
53091         Module mktime.
53092         * m4/mktime.m4: Renamed from jm-mktime.m4.
53093         (gl_PREREQ_MKTIME): New macro.
53094         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
53095
53096         Module malloc.
53097         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
53098         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
53099         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
53100
53101         Module realloc.
53102         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
53103         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
53104         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
53105
53106         Module strftime.
53107         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
53108         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
53109         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
53110         gl_TM_GMTOFF.
53111         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
53112
53113         Module xalloc.
53114         * m4/xalloc.m4: New file.
53115
53116         Module alloca.
53117         * m4/alloca.m4: New file.
53118
53119         Module putenv.
53120         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
53121         (jm_FUNC_PUTENV): Invoke it.
53122
53123         Module setenv.
53124         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
53125         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
53126         when invoked twice.
53127         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
53128         gt_FUNC_SETENV.
53129
53130         Module memrchr.
53131         * m4/memrchr.m4: New file.
53132
53133         Module stpcpy.
53134         * m4/stpcpy.m4: New file.
53135
53136         Module strcase.
53137         * m4/strcase.m4: New file.
53138
53139         Module strdup.
53140         * m4/strdup.m4: New file.
53141
53142         Module strnlen.
53143         * m4/strnlen.m4: New file.
53144
53145         Module strndup.
53146         * m4/strndup.m4: New file.
53147
53148         Module xstrtod.
53149         * m4/xstrtod.m4: New file.
53150
53151         Module xstrtol.
53152         * m4/xstrtol.m4: New file.
53153
53154         Module getdate.
53155         * m4/getdate.m4: New file.
53156
53157         Module unlocked-io.
53158         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
53159         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
53160         * m4/jm-glibc-io.m4n: Remove file.
53161
53162         Module long-options.
53163         * m4/long-options.m4: New file.
53164
53165         Module md5.
53166         * m4/md5.m4: New file.
53167
53168         Module sha.
53169         * m4/sha.m4: New file.
53170
53171         Module getstr.
53172         * m4/getstr.m4: New file.
53173
53174         Module getline.
53175         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
53176         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
53177         <sys/types.h>, for size_t. Use the function name gnu_getline, not
53178         simply getline. Infoke gl_PREREQ_GETLINE.
53179
53180         Module obstack.
53181         * m4/obstack.m4: New file.
53182
53183         Module hash.
53184         * m4/hash.m4: New file.
53185
53186         Module readtokens.
53187         * m4/readtokens.m4: New file.
53188
53189         Module strverscmp.
53190         * m4/strverscmp.m4: New file.
53191
53192         Module stdbool.
53193         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
53194         OSF/1.
53195
53196         Module strtoll.
53197         * m4/strtoll.m4: New file.
53198
53199         Module strtoull.
53200         * m4/strtoull.m4: New file.
53201
53202         Module strtoimax.
53203         * m4/strtoimax.m4: New file.
53204
53205         Module strtoumax.
53206         * m4/strtoumax.m4: New file.
53207
53208         Module xstrtoimax.
53209         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
53210         jm_AC_PREREQ_XSTRTOIMAX.
53211         Moved the strtol prerequisites to strtol.m4.
53212         Moved the strtoll prerequisites to strtoll.m4.
53213         Moved the strtoimax prerequisites to strtoimax.m4.
53214
53215         Module xstrtoumax.
53216         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
53217         jm_AC_PREREQ_XSTRTOUMAX.
53218         Moved the strtoul prerequisites to strtoul.m4.
53219         Moved the strtoull prerequisites to strtoull.m4.
53220         Moved the strtoumax prerequisites to strtoumax.m4.
53221
53222         Module chown.
53223         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
53224         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
53225
53226         Module dup2.
53227         * m4/dup2.m4: New file.
53228
53229         Module ftruncate.
53230         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
53231         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
53232
53233         Module getgroups.
53234         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
53235         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
53236
53237         Module gettimeofday.
53238         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
53239         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
53240         gl_PREREQ_GETTIMEOFDAY.
53241
53242         Module mkdir.
53243         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
53244         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
53245
53246         Module mkstemp.
53247         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
53248         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
53249         jm_AC_TYPE_UINTMAX_T.
53250         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
53251
53252         Module stat.
53253         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
53254         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
53255
53256         Module lstat.
53257         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
53258         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
53259
53260         Module timespec.
53261         * m4/timespec.m4 (gl_TIMESPEC): New macro.
53262         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
53263         * m4/st_mtim.m4: Indentation.
53264
53265         Module nanosleep.
53266         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
53267         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
53268         gl_PREREQ_NANOSLEEP.
53269
53270         Module regex.
53271         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
53272         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
53273         (gl_REGEX): New macro.
53274
53275         Module rename.
53276         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
53277         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
53278
53279         Module rmdir.
53280         * m4/rmdir.m4: New file.
53281
53282         Module utime.
53283         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
53284         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
53285         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
53286
53287         Module dirname.
53288         * m4/dirname.m4: New file.
53289
53290         Module getopt.
53291         * m4/getopt.m4: New file.
53292
53293         Module unistd-safer.
53294         * m4/unistd-safer.m4: New file.
53295
53296         Module fnmatch.
53297         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
53298         declaration.
53299         (gl_PREREQ_FNMATCH_EXTRA): New macro.
53300         (gl_FUNC_FNMATCH_POSIX): New macro.
53301         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
53302         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
53303         simply fnmatch.
53304
53305         Module exclude.
53306         * m4/exclude.m4: New file.
53307
53308         Module human.
53309         * m4/human.m4: New file.
53310
53311         Module acl.
53312         * m4/acl.m4: Nop.
53313
53314         Module backupfile.
53315         * m4/backupfile.m4: New file.
53316         * m4/d-ino.m4: Indentation.
53317
53318         Module fsusage.
53319         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
53320         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
53321         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
53322
53323         Module dirfd.
53324         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
53325         requirements.
53326
53327         Module euidaccess.
53328         * m4/euidaccess.m4: New file.
53329
53330         Module file-type.
53331         * m4/file-type.m4: New file.
53332
53333         Module fileblocks.
53334         * m4/fileblocks.m4: New file.
53335
53336         Module filemode.
53337         * m4/filemode.m4: New file.
53338
53339         Module isdir.
53340         * m4/isdir.m4: New file.
53341
53342         Module lchown.
53343         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
53344         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
53345
53346         Module makepath.
53347         * m4/makepath.m4: New file.
53348
53349         Module modechange.
53350         * m4/modechange.m4: New file.
53351
53352         Module mountlist.
53353         * m4/mountlist.m4: New file.
53354         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
53355         Indentation.
53356
53357         Module path-concat.
53358         * m4/path-concat.m4: New file.
53359
53360         Module pathmax.
53361         * m4/pathmax.m4: New file.
53362
53363         Module same.
53364         * m4/same.m4: New file.
53365
53366         Module save-cwd.
53367         * m4/save-cwd.m4: New file.
53368
53369         Module savedir.
53370         * m4/savedir.m4: New file.
53371
53372         Module xgetcwd.
53373         * m4/xgetcwd.m4: New file.
53374         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
53375
53376         Module xreadlink.
53377         * m4/xreadlink.m4: New file.
53378
53379         Module safe-read.
53380         * m4/safe-read.m4: New file.
53381
53382         Module safe-write.
53383         * m4/safe-write.m4: New file.
53384
53385         Module closeout.
53386         * m4/closeout.m4: New file.
53387
53388         Module stdio-safer.
53389         * m4/stdio-safer.m4: New file.
53390
53391         Module getpass.
53392         * m4/getpass.m4: New file.
53393
53394         Module getugroups.
53395         * m4/getugroups.m4: New file.
53396
53397         Module group-member.
53398         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
53399         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
53400
53401         Module idcache.
53402         * m4/idcache.m4: New file.
53403
53404         Module userspec.
53405         * m4/userspec.m4: New file.
53406
53407         Module gettime.
53408         * m4/clock_time.m4: New file.
53409         * m4/gettime.m4: New file.
53410
53411         Module settime.
53412         * m4/settime.m4: New file.
53413
53414         Module posixtm.
53415         * m4/posixtm.m4: New file.
53416
53417         Module gethostname.
53418         * m4/gethostname.m4: New file.
53419
53420         Module canon-host.
53421         * m4/canon-host.m4: New file.
53422
53423         Module gettext.
53424         * m4/codeset.m4: New file, from gettext-0.11.5.
53425         * m4/gettext.m4: New file, from gettext-0.11.5.
53426         * m4/glibc21.m4: New file, from gettext-0.11.5.
53427         * m4/iconv.m4: New file, from gettext-0.11.5.
53428         * m4/intdiv0.m4: New file, from gettext-0.11.5.
53429         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
53430         * m4/inttypes.m4: New file, from gettext-0.11.5.
53431         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
53432         * m4/isc-posix.m4: New file, from gettext-0.11.5.
53433         * m4/lcmessage.m4: New file, from gettext-0.11.5.
53434         * m4/lib-ld.m4: New file, from gettext-0.11.5.
53435         * m4/lib-link.m4: New file, from gettext-0.11.5.
53436         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
53437         * m4/progtest.m4: New file, from gettext-0.11.5.
53438         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
53439         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
53440         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
53441
53442         Module localcharset.
53443         * m4/localcharset.m4: New file.
53444
53445         Module hard-locale.
53446         * m4/hard-locale.m4: New file.
53447
53448         Module mbswidth.
53449         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
53450         onceonly macros.
53451         * m4/mbrtowc.m4: Add comment.
53452
53453         Module memcasecmp.
53454         * m4/memcasecmp.m4: New file.
53455
53456         Module memcoll.
53457         * m4/memcoll.m4: New file.
53458
53459         Module unicodeio.
53460         * m4/unicodeio.m4: New file.
53461
53462         Module rpmatch.
53463         * m4/rpmatch.m4: New file.
53464
53465         Module yesno.
53466         * m4/yesno.m4: New file.
53467
53468         Module exitfail.
53469         * m4/exitfail.m4: New file.
53470
53471         Module c-stack.
53472         * m4/c-stack.m4 (gl_C_STACK): New macro.
53473         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
53474
53475         Module error.
53476         * m4/error.m4 (gl_ERROR): New macro.
53477         (jm_PREREQ_ERROR): Use onceonly macros.
53478
53479         Module fatal.
53480         * m4/fatal.m4: New file.
53481
53482         Module getloadavg.
53483         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
53484         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
53485
53486         Module getpagesize.
53487         * m4/getpagesize.m4: New file.
53488
53489         Module getusershell.
53490         * m4/getusershell.m4: New file.
53491
53492         Module physmem.
53493         * m4/physmem.m4: New file.
53494
53495         Module posixver.
53496         * m4/posixver.m4: New file.
53497
53498         Module quotearg.
53499         * m4/quotearg.m4: New file.
53500
53501         Module quote.
53502         * m4/quote.m4: New file.
53503
53504         Module readutmp.
53505         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
53506
53507         Module sig2str.
53508         * m4/sig2str.m4: New file.
53509
53510         Other.
53511         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
53512         ulonglong.m4.
53513         * m4/intmax_t.m4: New file.
53514         * m4/d-type.m4: Indentation.
53515         * m4/jm-macros.m4: Update.
53516         * m4/prereq.m4 (jm_PREREQ): Update.
53517         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
53518         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
53519         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
53520         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
53521         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
53522         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
53523         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
53524         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
53525         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
53526         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
53527         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
53528         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
53529         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
53530         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
53531         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
53532         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
53533         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
53534         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
53535         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
53536
53537 2002-12-24  Bruno Haible  <bruno@clisp.org>
53538
53539         * MODULES.txt: Update according to m4/ changes.
53540
53541         Module gettext.
53542         * config.rpath: New file, from gettext-0.11.5.
53543
53544         * modules/*: New module descriptions.
53545         * gnulib-tool: New file.
53546         * MODULES.html.sh: New file.
53547
53548 2002-12-21  Karl Berry  <karl@gnu.org>
53549
53550         * doc/fdl.texi: update to version 1.2.
53551
53552 2002-12-19  Karl Berry  <karl@gnu.org>
53553
53554         * config/config.guess: update from prep.
53555
53556 2002-12-18  Bruno Haible  <bruno@clisp.org>
53557
53558         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
53559         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
53560
53561 2002-12-17  Bruno Haible  <bruno@clisp.org>
53562
53563         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
53564         stdlib.h, string.h.
53565
53566 2002-12-17  Bruno Haible  <bruno@clisp.org>
53567
53568         * lib/canon-host.c (strdup): Remove unused declaration.
53569
53570         * lib/fsusage.c: Include full_read.h.
53571         (get_fs_usage): Use full_read instead of safe_read.
53572
53573         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
53574
53575 2002-12-12  Karl Berry  <karl@gnu.org>
53576
53577         * config/config.guess: update from prep.
53578
53579 2002-12-11  Bruno Haible  <bruno@clisp.org>
53580
53581         * m4/setenv.m4: New file, from gettext-0.11.5.
53582
53583 2002-12-11  Bruno Haible  <bruno@clisp.org>
53584
53585         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
53586         not unsetenv().
53587         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
53588         modifications:
53589
53590         2002-12-11  Bruno Haible  <bruno@clisp.org>
53591
53592                 * setenv.c (alloca): Fall back to malloc.
53593                 (freea): New macro.
53594                 (setenv): Use freea() to free memory allocated with alloca().
53595
53596         2002-11-13  Bruno Haible  <bruno@clisp.org>
53597
53598                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
53599                 function declarations.
53600                 * unsetenv.c (unsetenv): Likewise.
53601
53602         2002-03-04  Bruno Haible  <bruno@clisp.org>
53603
53604                 Portability to AIX 4.3.3.
53605                 * unsetenv.c: New file, extracted from setenv.c.
53606                 * setenv.c: Move the unsetenv() function to unsetenv.c.
53607
53608         2001-12-20  Bruno Haible  <bruno@clisp.org>
53609
53610                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
53611                 use malloc instead. For SunOS 4.
53612
53613         2001-12-11  Bruno Haible  <bruno@clisp.org>
53614
53615                 * setenv.c: Declare alloca.
53616                 (compar_fn_t): New typedef.
53617                 (KNOWN_VALUE, STORE_VALUE): Use it.
53618
53619         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
53620         setenv.h.
53621
53622 2002-12-10  Paul Eggert  <eggert@twinsun.com>
53623
53624         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
53625         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
53626         Choose values that are less likely to collide with system fnmatch
53627         options.
53628         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
53629         defined (e.g., a pure POSIX system).
53630         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
53631         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
53632
53633 2002-12-06  Paul Eggert  <eggert@twinsun.com>
53634
53635         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
53636         a pain in practice to deal with generated m4 files.  This change
53637         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
53638
53639         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
53640         and jm-glibc-io.m4, as they are no longer a special case.
53641         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
53642         kludge and the auto-generation stuff.  Check only whether the
53643         functions are declared, not whether they exist, since older hosts
53644         that don't declare the functions can't use the optimization anyway.
53645
53646 2002-12-06  Jim Meyering  <jim@meyering.net>
53647
53648         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
53649
53650         Merge in changes from libc's misc/error.c, in preparation
53651         for the merge of gnulib's changes back into libc.
53652
53653         * lib/error.c (_): Define only if not already defined.
53654         Move definition to follow all #include directives.
53655         Include unlocked-io.h only if !_LIBC.
53656         [_LIBC]: Include <libio/libioP.h>.
53657         [USE_IN_LIBIO]: Include <libio/iolibio.h>
53658         (fflush): Tweak definition to use INTUSE.
53659         (putc): Define.
53660
53661 2002-12-05  Paul Eggert  <eggert@twinsun.com>
53662
53663         * lib/alloca.c [defined emacs]: Include "lisp.h".
53664         (xalloc_die) [defined emacs]: New macro.
53665         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
53666         [! defined emacs]: Include <xalloc.h>.
53667         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
53668         (pointer): Typedef to POINTER_TYPE *.
53669         (malloc): Remove decl; we now always use xmalloc.
53670         (alloca): Use old-style definition, since Emacs needs this.
53671         Check for arithmetic overflow when computing combined size.
53672
53673 2002-12-04  Paul Eggert  <eggert@twinsun.com>
53674
53675         Do not generate unlocked-io.h automatically, since it's easier to
53676         maintain it by hand.
53677
53678         * lib/unlocked-io.h: New file, from GNU diffutils,
53679         but with proper copyright notice and attribution.
53680         * lib/gen-uio: Remove.
53681         * lib/Makefile.am: Add copyright notice.
53682         (libfetish_a_SOURCES): Add unlocked-io.h.
53683         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
53684         (DISTCLEANFILES, io_functions): Remove macros.
53685         (EXTRA_DIST): Remove gen_uio.
53686         (unlocked-io.h): Remove rule.
53687
53688 2002-12-04  Jim Meyering  <jim@meyering.net>
53689
53690         Reflect the fact that stat.c and lstat.c are no longer generated.
53691         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
53692         (DISTCLEANFILES): Likewise.
53693         (EXTRA_DIST): Likewise.
53694         (all_local): Don't depend on stat.c or lstat.c.
53695         (stat.c, lstat.c): Remove rules.
53696         (EXTRA_DIST): Remove xstat.in.
53697
53698         * lib/xstat.in: Remove file.  Contents moved into stat.c.
53699         * lib/stat.c: New file.  Contents mostly from xstat.in.
53700         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
53701         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
53702
53703         * lib/safe-read.c: Rework so that it may serve to define safe_write,
53704         too.
53705         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
53706
53707 2002-12-03  Jim Meyering  <jim@meyering.net>
53708
53709         * lib/safe-read.c, safe-write.c: Change variable names and comments,
53710         but not semantics, to minimize the differences between these two files.
53711         (safe_read): Change comment to mention SAFE_READ_ERROR.
53712
53713         * lib/safe-read.c (IS_EINTR): Define.
53714         (safe_read): Use IS_EINTR in place of in-function cpp directives.
53715
53716 2002-12-02  Jim Meyering  <jim@meyering.net>
53717
53718         * lib/safe-read.c (EINTR): Define.
53719         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
53720         (INT_MAX): Provide fallback.
53721         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
53722
53723         * lib/safe-read.h (SAFE_READ_ERROR): Define.
53724
53725 2002-12-02  Bruno Haible  <bruno@clisp.org>
53726
53727         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
53728         Define, taken from safe-read.c.
53729         (INT_MAX): Provide fallback.
53730         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
53731         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
53732
53733         * lib/safe-read.c (EINTR): Remove definition.
53734         (safe_read): Don't use EINTR if it is absent.
53735
53736 2002-12-01  Jim Meyering  <jim@meyering.net>
53737
53738         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
53739         zero.
53740         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
53741
53742 2002-11-27  Paul Eggert  <eggert@twinsun.com>
53743
53744         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
53745         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
53746         with `if (! (value < limit)) abort ();', for readability.
53747
53748 2002-11-26  Karl Berry  <karl@gnu.org>
53749
53750         * lib/strdup.c: copy from libc again, with jim's ok.
53751         * lib/.cppi-disable: re-add strdup.c
53752
53753 2002-11-25  Karl Berry  <karl@gnu.org>
53754
53755         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
53756         instead of "strtol.c".
53757
53758 2002-11-25  Karl Berry  <karl@gnu.org>
53759
53760         * config/install-sh: update from automake for variable quoting, $0 in
53761         error msgs, etc.
53762
53763         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
53764         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
53765         entry.
53766
53767 2002-11-25  Jim Meyering  <jim@meyering.net>
53768
53769         * lib/mktime.c: Sync from libc, now that it has the latest fix.
53770
53771 2002-11-24  Karl Berry  <karl@gnu.org>
53772
53773         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
53774         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
53775
53776 2002-11-24  Jim Meyering  <jim@meyering.net>
53777
53778         Update from coreutils:
53779
53780         * lib/mktime.c: Merge in changes from libc.
53781
53782         Avoid a link-time failure on some Linux systems.
53783         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
53784         (otherwise).
53785         (__mon_yday): Declare with the STATIC attribute.
53786         (__mktime_internal): Likewise.
53787         Based on a report from Greg Schafer.
53788
53789 2002-11-23  Jim Meyering  <jim@meyering.net>
53790
53791         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
53792         Use `unsigned', not `int', as type of index.
53793
53794         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
53795
53796         * lib/fsusage.c: Remove unneeded parentheses around operands of
53797         `defined'.
53798
53799 2002-11-22  Paul Eggert  <eggert@twinsun.com>
53800
53801         * lib/quotearg.h: Allow multiple inclusion by surrounding with
53802         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
53803         so that we can be included first.
53804         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
53805         * lib/quotearg.c: Include quotearg.h immediately after config.h.
53806         No need to include stddef.h or sys/types.h any more.
53807         Surround local include files with "", not "<>".
53808         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
53809         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
53810         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
53811         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
53812         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
53813         (ISPRINT): Remove; no longer needed now that we assume C89.
53814
53815         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
53816         Preserve errno.
53817
53818         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
53819         quotearg_char): Use SIZE_MAX rather than
53820         (size_t) -1 when we are talking about "infinity".
53821
53822         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
53823
53824 2002-11-22  Paul Eggert  <eggert@twinsun.com>
53825
53826         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
53827         hint that one should use `if (! x) abort ();' rather than `assert
53828         (x);', and anyway it's one less thing to worry about configuring.
53829         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
53830         hash_rehash, hash_insert): Use abort rather than assert.
53831
53832 2002-11-22  Bruno Haible  <bruno@clisp.org>
53833
53834         * lib/safe-read.h: Assume C89. Add comments.
53835         (safe_read): Change return type to size_t.
53836         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
53837         byte counts > SSIZE_MAX correctly.
53838         * lib/safe-write.h: New file.
53839         * lib/safe-write.c: New file.
53840         * lib/full-read.h: New file.
53841         * lib/full-read.c: New file.
53842         * lib/full-write.h: Assume C89. Add comments.
53843         * lib/full-write.c: Include safe-write.h.
53844         (full_write): Rewritten to use safe_write.
53845         Suggested by Jim Meyering and Paul Eggert.
53846
53847 2002-11-21  Jim Meyering  <jim@meyering.net>
53848
53849         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
53850
53851         Merge in changes from the coreutils.
53852
53853         2002-09-25  Paul Eggert  <eggert@twinsun.com>
53854         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
53855         <stdint.h>.
53856         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
53857         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
53858         int.  Work more efficiently if X is the same width as uintmax_t.
53859         Do not compare X to -1, to avoid bogus compiler warning.
53860         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
53861         Don't assume that f_frsize and f_bsize are the same type.
53862
53863         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
53864         warning on FreeBSD.
53865
53866         * lib/makepath.c (make_path): Restore umask *before* creating the final
53867         component.
53868         (make_path): Minor reformatting.
53869
53870         * lib/xmalloc.c: Adjust to work with new autoconf macros,
53871         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
53872         HAVE_MALLOC/HAVE_REALLOC.
53873
53874         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
53875         dummy ones.  At least on GNU/Linux systems, `auto' means something
53876         else.
53877         From Michael Stone.
53878
53879 2002-11-21  Bruno Haible  <bruno@clisp.org>
53880
53881         Remove case insensitive option matching.
53882         * lib/argmatch.h (argcasematch): Remove declaration.
53883         (ARGCASEMATCH): Remove macro.
53884         (__xargmatch_internal): Remove case_sensitive argument.
53885         (XARGMATCH): Update.
53886         (XARGCASEMATCH): Remove macro.
53887         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
53888         case_sensitive argument.
53889         (argcasematch): Remove function.
53890         (__xargmatch_internal): Remove case_sensitive argument.
53891         (main): Use XARGMATCH instead of XARGCASEMATCH.
53892
53893         * lib/xmalloc.c: Change compile-time error message. Add comment about
53894         required autoconf version.
53895
53896 2002-11-20  Paul Eggert  <eggert@twinsun.com>
53897
53898         Merge argmatch cleanups from Bison.  Assume C89.
53899
53900         * lib/argmatch.c: Include config.h here, not in argmatch.h.
53901         Include stdlib.h, for EXIT_FAILURE.
53902         Always include <string.h>, since we assume C89.
53903         (EXIT_FAILURE): Remove pre-C89 bug workaround.
53904         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
53905         Include <stddef.h> instead, since it's all we need for size_t.
53906         (PARAMS): Remove.  All uses removed.
53907         (ARRAY_CARDINALITY): Do not bother to #undef.
53908         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
53909         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
53910         Remove unnecessary parentheses.
53911         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
53912         Insert necessary parentheses.
53913         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
53914         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
53915
53916 2002-11-19  Bruno Haible  <bruno@clisp.org>
53917
53918         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
53919         * lib/mbswidth.h: Include <stddef.h>, for size_t.
53920
53921         * lib/mbswidth.h (PARAMS): Remove macro.
53922         (mbswidth, mbsnwidth): Use ANSI C function declarations.
53923         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
53924
53925         * lib/gcd.h (PARAMS): Remove macro.
53926         (gcd): Use ANSI C function declarations.
53927         * lib/gcd.c (gcd): Likewise.
53928
53929 2002-11-15  Bruno Haible  <bruno@clisp.org>
53930
53931         * lib/strcspn.c: Include <stddef.h>.
53932         (strcspn): Use ANSI C function declaration. Change return type to
53933         size_t. Use NULL.
53934         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
53935         (strpbrk): Use NULL.
53936         * lib/strpbrk.h (PARAMS): Remove macro.
53937         (strpbrk): Use ANSI C function declaration.
53938         * lib/strstr.c: Don't include <sys/types.h>.
53939         * lib/strstr.h (PARAMS): Remove macro.
53940         (strstr): Use ANSI C function declarations.
53941
53942 2002-11-14  Karl Berry  <karl@gnu.org>
53943
53944         * config/mkinstalldirs: `do' on separate line, instead of
53945         `for var; do'.
53946
53947 2002-11-06  Bruno Haible  <bruno@clisp.org>
53948
53949         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
53950         * lib/gcd.c (gcd): Likewise.
53951
53952 2002-11-05  Bruno Haible  <bruno@clisp.org>
53953
53954         * lib/gcd.h: New file, from gettext-0.11.5.
53955         * lib/gcd.c: New file, from gettext-0.11.5.
53956
53957 2002-11-05  Bruno Haible  <bruno@clisp.org>
53958
53959         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
53960         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
53961         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
53962         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
53963
53964         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
53965         <libintl.h>.
53966         * lib/makepath.c: Include gettext.h instead of <locale.h> and
53967         <libintl.h>.
53968
53969         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
53970         * lib/human.c: Include gettext.h instead of <libintl.h>.
53971         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
53972         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
53973         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
53974         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
53975         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
53976         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
53977         (textdomain): Remove definition.
53978         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
53979
53980         * lib/long-options.c: Remove include of <libintl.h> and definition of
53981         _.
53982         * lib/same.c: Remove include of <libintl.h> and definition of _.
53983
53984 2002-11-04  Owen Taylor  <otaylor@redhat.com>
53985
53986         * lib/config.charset: A few additions for Solaris.
53987
53988 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
53989
53990         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
53991         * lib/localcharset.c (locale_charset): Declare as extern "C".
53992
53993 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
53994
53995         * lib/config.charset: msdos in uk_UA uses CP1125.
53996
53997 2002-11-04  Bruno Haible  <bruno@clisp.org>
53998
53999         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
54000         * lib/strcase.h: New file, from GNU gettext-0.11.5.
54001         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
54002         * lib/strstr.h: New file, from GNU gettext-0.11.5.
54003         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
54004
54005 2002-11-04  Bruno Haible  <bruno@clisp.org>
54006
54007         * lib/localcharset.c (locale_charset): Don't return an empty string.
54008
54009 2002-11-04  Bruno Haible  <bruno@clisp.org>
54010
54011         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
54012         aliases.
54013
54014 2002-11-04  Bruno Haible  <bruno@clisp.org>
54015
54016         * lib/config.charset: Update for newest glibc. Add canonical names
54017         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
54018
54019 2002-11-04  Bruno Haible  <bruno@clisp.org>
54020
54021         * lib/config.charset: Add support for NetBSD.
54022
54023 2002-11-04  Bruno Haible  <bruno@clisp.org>
54024
54025         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
54026
54027 2002-11-01  Bruno Haible  <bruno@clisp.org>
54028
54029         * configure.in: Add AC_CONFIG_AUX_DIR call.
54030         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
54031         test/Makefile.
54032         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
54033
54034 2002-09-28  Karl Berry  <karl@gnu.org>
54035
54036         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
54037         installed automake until the next release, since changes have been
54038         made.
54039
54040 2002-09-25  Karl Berry  <karl@gnu.org>
54041
54042         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
54043         * lib/getopt*: copy from libc/posix.
54044         * lib/gettext.h: copy from gettext.
54045         * lib/.cppi-disable: add strdup.c, gettext.h.
54046
54047 2002-09-25  Karl Berry  <karl@gnu.org>
54048
54049         * config/srclist.txt: enable gettext.h check.
54050         * config/config.{guess,sub}: update from prep.
54051         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
54052                 from automake 1.6.3.
54053         See srclist*.
54054
54055 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
54056
54057         * regex.c (PATFETCH): Remove the translating fetch.
54058         (PATFETCH_RAW): Rename to PATFETCH.
54059         (set_image_of_range): New fun.
54060         (SET_RANGE_TABLE_WORK_AREA): Use it.
54061         (regex_compile): Don't translate the pattern chars so eagerly.
54062         Only do it when inserting an `exactn' bytecode or when handling
54063         a char-range.
54064         (mutually_exclusive_p): Avoid empty statement.
54065
54066 2002-07-06  Jim Meyering  <meyering@lucent.com>
54067
54068         * m4/README: Don't mention Makefile.am.in.
54069         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
54070
54071 2002-07-01  Jim Meyering  <meyering@lucent.com>
54072
54073         * lib/c-stack.c: Include sys/time.h.
54074         From Volker Borchert.
54075
54076 2002-06-26  Paul Eggert  <eggert@twinsun.com>
54077
54078         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
54079
54080 2002-06-26  Paul Eggert  <eggert@twinsun.com>
54081
54082         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
54083         New macro.  Use it uniformly instead of
54084         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
54085         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
54086         reported by Vin Shelton.
54087
54088 2002-06-22  Paul Eggert  <eggert@twinsun.com>
54089
54090         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
54091         Do not assume SA_SIGINFO behavior.
54092         Bug reported by Jim Meyering on NetBSD 1.5.2.
54093
54094 2002-06-22  Jim Meyering  <meyering@lucent.com>
54095
54096         * m4/c-stack.m4: New file, from diffutils-2.8.2.
54097         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
54098
54099         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
54100         now that configure.ac uses AC_GNU_SOURCE.
54101         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
54102         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
54103
54104         Update to latest tools.  Suggestions from Paul Eggert.
54105         * m4/stdbool.m4: New file, from diffutils-2.8.2.
54106         * m4/gnu-source.m4: Update from diffutils-2.8.2.
54107         * m4/fnmatch.m4: Likewise.
54108         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
54109         to AC_HEADER_STDBOOL
54110
54111 2002-06-22  Jim Meyering  <meyering@lucent.com>
54112
54113         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
54114         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
54115
54116 2002-06-22  Jim Meyering  <meyering@lucent.com>
54117
54118         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
54119
54120         * lib/exitfail.c, exitfail.h: Likewise.
54121         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
54122
54123         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
54124         of fnmatch.h.
54125         (EXTRA_DIST): Add fnmatch_loop.c.
54126         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
54127
54128         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
54129         * lib/fnmatch.c: Update from diffutils-2.8.2.
54130         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
54131         * lib/fnmatch.h: Remove file.
54132
54133 2002-06-21  Jim Meyering  <meyering@lucent.com>
54134
54135         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
54136         * m4/mbrtowc.m4: Likewise.
54137
54138         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
54139         * m4/mbswidth.m4: Reflect name change:
54140         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
54141         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
54142
54143         * m4/lib-link.m4: Update from gettext-0.11.2.
54144         * m4/gettext.m4: Likewise.
54145
54146         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
54147         From Alfred M. Szmidt.
54148
54149 2002-06-18  Paul Eggert  <eggert@twinsun.com>
54150
54151         * lib/file-type.h: Report an error if neither S_ISREG nor
54152         S_IFREG is defined, instead of using a test specific to glibc
54153         2.2.  This should be safe, since POSIX requires S_ISREG and
54154         Unix Version 7 had S_IFREG.  We don't need to check for
54155         <sys/types.h> since we don't use any symbols that it defines.
54156
54157 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
54158
54159         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
54160         $@-t, so that each temporary file name is unique and valid in the first
54161         8 characters, for operation under DOS.
54162
54163 2002-06-15  Paul Eggert  <eggert@twinsun.com>
54164
54165         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
54166
54167 2002-06-15  Jim Meyering  <meyering@lucent.com>
54168
54169         Work even with DJGPP 2.03, which lacks support for symlinks.
54170         From Richard Dawe.
54171         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
54172         is defined.
54173         * lib/lchown.c (S_ISLNK): Likewise.
54174
54175 2002-06-15  Jim Meyering  <meyering@lucent.com>
54176
54177         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
54178         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
54179         have been included before this file.
54180
54181 2002-06-14  Jim Meyering  <meyering@lucent.com>
54182
54183         * lib/file-type.h: Use the version from diffutils-2.8.2.
54184         * lib/file-type.c: Likewise.
54185
54186 2002-06-07  Jim Meyering  <meyering@lucent.com>
54187
54188         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
54189         They're needed at least for NetBSD 1.5.2.
54190         ($statxfs_includes): Include those same headers.
54191         ($statxfs_includes): Include sys/vfs.h if available.
54192         ($statxfs_includes): Likewise for sys/statvfs.h.
54193         Check for the following members in both structs statfs and statvfs:
54194         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
54195
54196 2002-06-01  Jim Meyering  <meyering@lucent.com>
54197
54198         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
54199         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
54200
54201 2002-05-28  Jim Meyering  <meyering@lucent.com>
54202
54203         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
54204         Reported by Volker Borchert.
54205
54206 2002-05-27  Jim Meyering  <meyering@lucent.com>
54207
54208         Fix a problem seen only on nonconforming systems whereby ls.c's
54209         use of localtime, and then of gettimeofday would cause trouble:
54210         the localtime call used to initialize rpl_gettimeofday's save
54211         mechanism would clobber ls's current local time information so
54212         that in any long listing the first file would always be listed
54213         with date 1970-01-01.  Analysis by Volker Borchert.
54214
54215         * lib/gettimeofday.c (localtime): Undefine.
54216         (rpl_localtime): New function.
54217
54218 2002-05-27  Jim Meyering  <meyering@lucent.com>
54219
54220         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
54221         localtime.
54222
54223         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
54224         use the replacement function; it wouldn't resolve at link time.
54225         Reported by Volker Borchert.
54226
54227 2002-05-22  Jim Meyering  <meyering@lucent.com>
54228
54229         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
54230         file-type.h.
54231         * lib/file-type.h: New file.
54232         * lib/file-type.c (file_type): New file/function.  Extracted from
54233         diffutils.
54234
54235 2002-04-30  Jim Meyering  <meyering@lucent.com>
54236
54237         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
54238
54239 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54240
54241         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
54242
54243 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54244
54245         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
54246         Do not check for alloca.h (no longer used) or stdbool.h (was never
54247         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
54248
54249 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54250
54251         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
54252
54253 2002-04-29  Jim Meyering  <meyering@lucent.com>
54254
54255         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
54256         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
54257         Use AC_FUNC_STRNLEN here instead.
54258
54259         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
54260         With autoconf-2.53a, it's part of AC_PROG_CC.
54261
54262 2002-04-28  Paul Eggert  <eggert@twinsun.com>
54263
54264         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
54265         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
54266
54267 2002-04-28  Paul Eggert  <eggert@twinsun.com>
54268
54269         * lib/sig2str.h, lib/sig2str.c: New files.
54270         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
54271
54272 2002-04-28  Paul Eggert  <eggert@twinsun.com>
54273
54274         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
54275         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
54276         of 127, since 64 is the largest conceivable number for ancient
54277         nonstandard hosts.
54278         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
54279
54280 2002-04-28  Jim Meyering  <meyering@lucent.com>
54281
54282         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
54283
54284 2002-04-24  Jim Meyering  <meyering@lucent.com>
54285
54286         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
54287         (jm_PREREQ): Use it.
54288
54289         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
54290         mach/mach.h fcntl.h.
54291         Check for this function: setlocale.
54292
54293 2002-04-24  Jim Meyering  <meyering@lucent.com>
54294
54295         * lib/gettext.h: New file, from Gettext.
54296         * lib/Makefile.am (INCLUDES): Remove -I../intl.
54297         (libfetish_a_SOURCES): Add gettext.h.
54298
54299 2002-04-16  Jim Meyering  <meyering@lucent.com>
54300
54301         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
54302         ut_pid, ut_id, ut_exit.
54303
54304 2002-04-16  Jim Meyering  <meyering@lucent.com>
54305
54306         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
54307         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
54308         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
54309
54310 2002-04-12  Jim Meyering  <meyering@lucent.com>
54311
54312         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
54313         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
54314         existence of the getmntinfo function.  Needed for Darwin 5.3.
54315
54316         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
54317         This is necessary at least on Darwin 5.3.
54318
54319         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
54320         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
54321         strnlen.o in the library, and that makes some versions of ranlib
54322         object.
54323
54324 2002-04-12  Jim Meyering  <meyering@lucent.com>
54325
54326         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
54327
54328 2002-04-09  Jim Meyering  <meyering@lucent.com>
54329
54330         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
54331         to be more precise.  Rather than saying we're checking whether the
54332         function `works', say what we're testing.
54333         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
54334         Reported by Bruno Haible.
54335
54336 2002-03-10  Jim Meyering  <meyering@lucent.com>
54337
54338         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
54339         Suggestion from Santiago Vila.
54340
54341 2002-03-08  Jim Meyering  <meyering@lucent.com>
54342
54343         * lib/rename.c: Mention that this wrapper is needed also on
54344         mips-dec-ultrix4.4 systems.
54345
54346 2002-03-02  Jim Meyering  <meyering@lucent.com>
54347
54348         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
54349         not HAVE_CLOCK_SETTIME.
54350
54351 2002-02-27  Paul Eggert  <eggert@twinsun.com>
54352
54353         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
54354         Check for clock_settime.
54355
54356 2002-02-27  Paul Eggert  <eggert@twinsun.com>
54357
54358         * lib/nanosleep.h: Rename to....
54359         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
54360
54361         * lib/gettime.c: New file.
54362         * lib/settime.c: New file.
54363         * lib/stime.c: Remove.
54364
54365         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
54366         timespec.h.  Remove nanosleep.h.
54367
54368 2002-02-25  Paul Eggert  <eggert@twinsun.com>
54369
54370         * m4/acl.m4: New file.
54371         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
54372         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
54373
54374 2002-02-25  Paul Eggert  <eggert@twinsun.com>
54375
54376         * lib/acl.c, lib/acl.h: New files.
54377         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
54378
54379 2002-02-24  Jim Meyering  <meyering@lucent.com>
54380
54381         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
54382         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
54383         cause trouble.  Reported by Nelson Beebe.
54384
54385 2002-02-23  Paul Eggert  <eggert@twinsun.com>
54386
54387         * lib/path-concat.c (xpath_concat): Reorder code to pacify
54388         compilers that don't know that xalloc_die never returns.
54389
54390 2002-02-20  Jim Meyering  <meyering@lucent.com>
54391
54392         * lib/getdate.c: Regenerate using bison-1.33.
54393
54394 2002-02-17  Jim Meyering  <meyering@lucent.com>
54395
54396         * config/config.guess (main): Don't use `head -1'; it's no longer
54397         portable. Use `sed 1q' instead.
54398
54399 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
54400
54401         * m4/codeset.m4: Upgrade to gettext-0.11.
54402         * m4/gettext.m4: Upgrade to gettext-0.11.
54403         * m4/glibc21.m4: Upgrade to gettext-0.11.
54404         * m4/iconv.m4: Upgrade to gettext-0.11.
54405         * m4/isc-posix.m4: Upgrade to gettext-0.11.
54406         * m4/lcmessage.m4: Upgrade to gettext-0.11.
54407         * m4/lib-ld.m4: New file, from gettext-0.11.
54408         * m4/lib-link.m4: New file, from gettext-0.11.
54409         * m4/lib-prefix.m4: New file, from gettext-0.11.
54410         * m4/progtest.m4: Upgrade to gettext-0.11.
54411
54412 2002-02-15  Paul Eggert  <eggert@twinsun.com>
54413
54414         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
54415         (jm_PREREQ): Use it.
54416
54417 2002-02-15  Paul Eggert  <eggert@twinsun.com>
54418
54419         * lib/posixver.c, lib/posixver.h: New files.
54420         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
54421
54422 2002-02-02  Paul Eggert  <eggert@twinsun.com>
54423             Bruno Haible  <bruno@clisp.org>
54424
54425         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
54426         (fwrite_success_callback): New declaration.
54427         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
54428         print_unicode_char. Call failure callback instead of error.
54429         (fwrite_success_callback): New function.
54430         (exit_failure_callback): New function.
54431         (fallback_failure_callback): New function.
54432         (print_unicode_char): Call unicode_to_mb.
54433
54434 2002-01-26  Jim Meyering  <meyering@lucent.com>
54435
54436         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
54437         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
54438
54439 2002-01-26  Jim Meyering  <meyering@lucent.com>
54440
54441         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
54442
54443 2002-01-22  Paul Eggert  <eggert@twinsun.com>
54444
54445         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
54446
54447 2002-01-22  Jim Meyering  <meyering@lucent.com>
54448
54449         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
54450         Otherwise, some versions of automake would omit the rule that makes
54451         Makefile from Makefile.in.
54452
54453 2002-01-21  Paul Eggert  <eggert@twinsun.com>
54454
54455         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
54456         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
54457         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
54458         (memcoll): Set errno to zero if there is no error.
54459
54460         * lib/quotearg.c (quotearg_buffer_restyled):
54461         Fix bug with quoting buffers containing NUL when backslashing escapes.
54462         This bug was exposed by the other changes in this patch.
54463         (quotearg_n_options): New arg ARGSIZE.
54464         All callers changed.
54465         (quoting_options_from_style): New function.
54466         (quotearg_n_style): Use it.
54467         (quotearg_n_style_mem): New function.
54468
54469         * lib/quotearg.h (quotearg_n_style_mem): New function.
54470
54471 2002-01-19  Jim Meyering  <meyering@lucent.com>
54472
54473         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
54474         Remove useless quotes: DF_PROG="df".
54475         * m4/strnlen.m4: New file.
54476
54477 2002-01-16  Paul Eggert  <eggert@twinsun.com>
54478
54479         * lib/backupfile.c (ISDIGIT): Comment fix.
54480         * lib/getdate.y (ISDIGIT): Likewise.
54481         * lib/posixtm.c (ISDIGIT, year): Likewise.
54482         * lib/strverscmp.c (ISDIGIT): Likewise.
54483         * lib/userspec.c (ISDIGIT): Likewise.
54484
54485 2002-01-16  Jim Meyering  <meyering@lucent.com>
54486
54487         * lib/getdate.y: Add three semicolons, each just before a closing
54488         brace. Bison (as of version 1.31) no longer papers over that mistake.
54489
54490 2002-01-05  Jim Meyering  <meyering@lucent.com>
54491
54492         * lib/version-etc.c (version_etc_copyright): Update copyright year.
54493
54494 2001-12-19  Paul Eggert  <eggert@twinsun.com>
54495
54496         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
54497         not silently exit merely because the output buffer happens to
54498         have nothing pending.
54499
54500 2001-12-18  Paul Eggert  <eggert@twinsun.com>
54501
54502         See the big note in ../ChangeLog.
54503         * lib/human.c (suffixes): Prefer K to k for 1024.
54504         (generate_suffix_backwards): New function.
54505         (human_readable_inexact): Use it.
54506         * lib/xstrtol.c (__xstrtol): If there is no number but there
54507         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
54508         Accept 'K' as well as 'k'.
54509
54510 2001-12-15  Jim Meyering  <meyering@lucent.com>
54511
54512         * lib/regex.h (__restrict_arr): Update from libc.
54513
54514         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
54515         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
54516         (STREQ): Define.
54517
54518 2001-12-14  Jim Meyering  <meyering@lucent.com>
54519
54520         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
54521         Suggestion from Bruno Haible.
54522
54523 2001-12-10  Jim Meyering  <meyering@lucent.com>
54524
54525         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
54526         xrealloc, Instead, include "xalloc.h".
54527         (initbuffer): Don't cast xmalloc return value to char*.
54528         (readline): Reword comment.
54529         Don't cast xrealloc return value to char*
54530         Return NULL, not 0.
54531
54532 2001-12-09  Jim Meyering  <meyering@lucent.com>
54533
54534         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
54535         about `signed and unsigned type in conditional expression'.
54536         * lib/posixtm.c (posix_time_parse): Likewise.
54537
54538         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
54539
54540         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
54541         to avoid a pedantic warning.
54542
54543         * lib/getstr.c: Don't include assert.h.
54544         (getstr): Remove warning-evoking assertions.
54545         Return -1 if offset parameter is out of bounds.
54546         Change the type of a local from int to size_t.
54547
54548         * lib/strftime.c (my_strftime_localtime_r): Include this function
54549         definition in the `#if ! HAVE_TM_GMTOFF' block.
54550
54551         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
54552         Include xalloc.h instead.
54553
54554 2001-12-02  Jim Meyering  <meyering@lucent.com>
54555
54556         * lib/tempname.c: Don't declare getenv, thus reverting the change of
54557         2001-11-18.  It's no longer necessary, now that stdlib.h is always
54558         included.
54559
54560         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
54561         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
54562
54563 2001-11-30  Akim Demaille  <akim@epita.fr>
54564
54565         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
54566         before being defined.
54567
54568 2001-11-27  Paul Eggert  <eggert@twinsun.com>
54569
54570         * lib/quotearg.h (quotearg_n, quotearg_n_style):
54571         First arg is int, not unsigned.
54572         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
54573         (SIZE_MAX, UINT_MAX): New macros.
54574         (quotearg_n_options): Abort if N is negative.
54575         Avoid overflow check on hosts where size_t is 64 bits and int
54576         is 32 bits, as overflow is impossible there.
54577         Fix off-by-one typo that caused unnecessary reallocation.
54578
54579 2001-11-27  Jim Meyering  <meyering@lucent.com>
54580
54581         * lib/tempname.c: Merge with version from libc.
54582         * lib/regex.c: Likewise.
54583
54584         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
54585         systems for which STDC_HEADERS is 0, it was not included, resulting in
54586         a warning about an integer-to-pointer conversion problem with getenv.
54587         Reported by Volker Borchert.
54588
54589 2001-11-26  Jim Meyering  <meyering@lucent.com>
54590
54591         * lib/gtod.h: Remove file.
54592         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
54593         * lib/gettimeofday.c: Don't include gtod.h.
54594         (GTOD_init): Remove function.
54595         (rpl_gettimeofday): Do its job here instead, rather than aborting.
54596         Suggestion from Volker Borchert.
54597
54598 2001-11-23  Jim Meyering  <meyering@lucent.com>
54599
54600         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
54601         it.
54602         * lib/hash.c (struct hash_table): Define it here instead.
54603
54604 2001-11-22  Jim Meyering  <meyering@lucent.com>
54605
54606         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
54607
54608 2001-11-20  Jim Meyering  <meyering@lucent.com>
54609
54610         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
54611         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
54612
54613 2001-11-19  Jim Meyering  <meyering@lucent.com>
54614
54615         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
54616         directory.  Use "conftestXXXXXX" as the template.
54617         Suggestion from Paul Eggert.
54618
54619         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
54620         immediately, so the test doesn't mistakenly hit the max-open-files
54621         limit.
54622
54623 2001-11-18  Paul Eggert  <eggert@twinsun.com>
54624
54625         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
54626         (TEMPORARIES): New macro.
54627         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
54628         removes an artificial limitation (e.g. HP-UX 10.20, where
54629         TMP_MAX is 17576).
54630
54631 2001-11-18  Jim Meyering  <meyering@lucent.com>
54632
54633         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
54634
54635 2001-11-18  Jim Meyering  <meyering@lucent.com>
54636
54637         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
54638         on SunOS 4.
54639
54640         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
54641         files will be created before anything else.
54642
54643 2001-11-17  Paul Eggert  <eggert@twinsun.com>
54644
54645         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
54646         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
54647
54648 2001-11-17  Jim Meyering  <meyering@lucent.com>
54649
54650         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
54651         Prompted by a report from Bob Proulx.
54652
54653         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
54654         Instead, require UTILS_FUNC_MKSTEMP.
54655
54656 2001-11-17  Jim Meyering  <meyering@lucent.com>
54657
54658         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
54659         Now, that's done as part of AC_FUNC_STRTOD.
54660
54661 2001-11-17  Jim Meyering  <meyering@lucent.com>
54662
54663         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
54664         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
54665         rather than group writable.  Patch by Juan F. Codagnone.
54666
54667         * lib/readtokens.c: Remove explicit declarations of xmalloc and
54668         xrealloc, Instead, include "xalloc.h".
54669
54670         * lib/mountlist.c: Include unlocked-io.h after all system headers.
54671         Remove explicit declarations of xmalloc, xrealloc,
54672         and xstrdup.  Instead, include "xalloc.h".
54673
54674         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
54675         unlocked-io.h.
54676         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
54677         Likewise.
54678         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
54679
54680         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
54681         Reported by Padraig Brady.
54682
54683         * lib/mkstemp.c: #undef mkstemp.
54684         Include config.h.
54685         (rpl_mkstemp): Rename from mkstemp.
54686         Protoize.
54687
54688 2001-11-16  Jim Meyering  <meyering@lucent.com>
54689
54690         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
54691         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
54692         determine the amount of total physical memory, use pstat_getstatic.
54693         HPUX-11 doesn't define _SC_PHYS_PAGES.
54694         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
54695         If sysconf couldn't be used to determine the amount of available
54696         physical memory, use both pstat_getstatic and pstat_getdynamic.
54697         Based on a patch from Bob Proulx.
54698
54699 2001-11-10  Jim Meyering  <meyering@lucent.com>
54700
54701         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
54702         (jm_PREREQ): Use it.
54703
54704 2001-11-09  Jim Meyering  <meyering@lucent.com>
54705
54706         * m4/jm-macros.m4: Require autoconf-2.52f.
54707         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
54708         Use these AC_-prefixed names, not the AM_-prefixed ones.
54709
54710         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
54711
54712 2001-11-05  Jim Meyering  <meyering@lucent.com>
54713
54714         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
54715
54716 2001-11-04  Jim Meyering  <meyering@lucent.com>
54717
54718         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
54719         $DEFS.
54720
54721 2001-11-03  Jim Meyering  <meyering@lucent.com>
54722
54723         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
54724         of AC_DEFUN.
54725
54726         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
54727         know the name of the variable in the macro definition.
54728
54729 2001-11-03  Jim Meyering  <meyering@lucent.com>
54730
54731         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
54732         in argmatch_to_argument call.
54733
54734         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
54735         argument.
54736
54737         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
54738         e.g., a fault due to an attempt to free a NULL pointer.
54739
54740 2001-11-01  Jim Meyering  <meyering@lucent.com>
54741
54742         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
54743         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
54744
54745 2001-11-01  Jim Meyering  <meyering@lucent.com>
54746
54747         * lib/dirfd.c, lib/dirfd.h: New files.
54748         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
54749
54750         * lib/hash.c (hash_print) [TESTING]: Clean up.
54751
54752 2001-10-22  Paul Eggert  <eggert@twinsun.com>
54753
54754         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
54755         to avoid a warning if -Wall.
54756
54757 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
54758
54759         * README: New file
54760         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
54761         (per RMS's instructions, this is now the canonical source)
54762         * lgpl/, gpl/: New directories.
54763
54764 2001-10-21  Paul Eggert  <eggert@twinsun.com>
54765
54766         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
54767
54768 2001-10-21  Jim Meyering  <meyering@lucent.com>
54769
54770         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
54771         this code would end up calling gettext even in packages built
54772         with --disable-nls.
54773         * lib/getopt.c (_): Likewise.
54774         * lib/regex.c (_): Likewise.
54775
54776 2001-10-20  Paul Eggert  <eggert@twinsun.com>
54777
54778         * m4/error.m4 (jm_PREREQ_ERROR):
54779         Do not invoke AC_CHECK_FUNCS with strerror_r, as
54780         AC_FUNC_STRERROR_R does that.
54781         Check for strerror declaration.
54782
54783         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
54784         are supposed to have them these days.
54785         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
54786         Merge changes from latest Autoconf CVS.
54787         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
54788         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
54789         POSIX decided to standardize on the int flavor of strerror_r.
54790
54791 2001-10-20  Paul Eggert  <eggert@twinsun.com>
54792
54793         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
54794         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
54795         Use strerror_r that is only a macro, even if it is not a function.
54796         (strerror): Check for HAVE_DECL_STRERROR before declaring.
54797         (private_strerror): Use prototypes, not old-style function definition.
54798         (print_errno_message): New function.
54799         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
54800         char*-flavored one.
54801         (error_tail, error, error_at_line): Use it.
54802
54803 2001-10-11  Jim Meyering  <meyering@lucent.com>
54804
54805         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
54806         and quote_n (1, ... to avoid clobbering a buffer.
54807
54808 2001-10-05  Jim Meyering  <meyering@lucent.com>
54809
54810         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
54811         hash-pjw.h.
54812         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
54813         * lib/hash-pjw.h: New file.
54814
54815 2001-09-30  Jim Meyering  <meyering@lucent.com>
54816
54817         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
54818         `struct fsstat' has the `f_fstypename' member.
54819         Use that to define FS_TYPE, which is now used to make
54820         the getfsstat link test tighter.
54821
54822 2001-09-30  Jim Meyering  <meyering@lucent.com>
54823
54824         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
54825         Include <sys/ucred.h>, for Apple Darwin.
54826         Include sys/mount.h and sys/fs_types.h only if available.
54827         (FS_TYPE): Define.
54828         (read_filesystem_list): Use FS_TYPE.
54829
54830 2001-09-29  Paul Eggert  <eggert@twinsun.com>
54831
54832         * lib/exclude.c (excluded_filename): 0 -> false, since it's
54833         a boolean context.
54834
54835 2001-09-29  Jim Meyering  <meyering@lucent.com>
54836
54837         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
54838         [one-argument getmntent function]): Include stdio.h before mntent.h.
54839         SunOS 4.1.x needs it for the declaration of `FILE'.
54840         Patch by Volker Borchert.
54841
54842         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
54843         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
54844         sys/fs_types.h, and make the link-test for getfsstat guard #include
54845         directives with appropriate #if HAVE_*_H tests so that we can
54846         detect getfsstat on Apple Darwin1.3.7 systems.
54847         Reported by Nelson Beebe.
54848         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
54849
54850 2001-09-28  Paul Eggert  <eggert@twinsun.com>
54851
54852         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
54853         #defines strtoimax.  Also treat the other strto* functions
54854         like strtoimax.
54855
54856         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
54857         Check for strtoul and strtoumax,
54858         as those declarations are made even in the signed case.
54859         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
54860         Likewise, for strtol and strtoimax.
54861
54862 2001-09-28  Paul Eggert  <eggert@twinsun.com>
54863
54864         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
54865         #defines strtoimax.  Also treat the other strto* functions
54866         like strtoimax.
54867
54868         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
54869         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
54870         (strtoimax, strtoumax): Do not declare if already defined as a macro.
54871
54872 2001-09-26  Jim Meyering  <meyering@lucent.com>
54873
54874         Most macros in unlocked-io.h had the wrong number of arguments.
54875         * lib/gen-uio: New script.
54876         (USE_UNLOCKED_IO): Define to 1 if not already defined.
54877         * lib/unlocked-io.hin: Remove file.
54878         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
54879         rather than trying to embed it here.
54880         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
54881         Reported by Padraig Brady.
54882
54883 2001-09-25  Volker Borchert  <bt@teknon.de>
54884
54885         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
54886         `result'.
54887
54888 2001-09-24  Jim Meyering  <meyering@lucent.com>
54889
54890         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
54891
54892 2001-09-23  Jim Meyering  <meyering@lucent.com>
54893
54894         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
54895         instead of the mere test for existence of mntent.h.  The latter
54896         would get a false-positive on AIX 3.4 systems.
54897         In the outer getmntent if-block, don't die if neither of the getmntent
54898         tests succeeds.  Instead, just fall through and continue with the
54899         remaining tests.
54900
54901 2001-09-23  Jim Meyering  <meyering@lucent.com>
54902
54903         * lib/mountlist.c: Remove useless parentheses in #if directives.
54904         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
54905         the deprecated MOUNTED symbol is no longer defined in mntent.h.
54906
54907 2001-09-22  Jim Meyering  <meyering@lucent.com>
54908
54909         * m4/gettext.m4: New file.  From gettext.
54910         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
54911         * m4/progtest.m4: Likewise
54912         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
54913         * m4/glibc21.m4: Likewise.
54914
54915         * m4/libintl.m4: Remove.  No longer used.
54916
54917 2001-09-22  Jim Meyering  <meyering@lucent.com>
54918
54919         * lib/localcharset.c: Update from latest gettext.
54920         * lib/config.charset: Likewise.
54921
54922 2001-09-20  Jim Meyering  <meyering@lucent.com>
54923
54924         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
54925         strtoimax.
54926         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
54927         strtoumax.
54928
54929 2001-09-20  Jim Meyering  <meyering@lucent.com>
54930
54931         * lib/xstrtol.c (strtoimax): Guard declaration with
54932         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
54933         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
54934         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
54935         (strtoumax): Likewise, for completeness (it wasn't necessary).
54936
54937 2001-09-17  Paul Eggert  <eggert@twinsun.com>
54938
54939         * lib/strtoimax.c (HAVE_LONG_LONG):
54940         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
54941         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
54942         to work around bug in IBM C compiler.
54943
54944 2001-09-17  Jim Meyering  <meyering@lucent.com>
54945
54946         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
54947         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
54948         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
54949         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
54950         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
54951         whenever the right hand side need not be expanded by the shell.
54952
54953 2001-09-16  Paul Eggert  <eggert@twinsun.com>
54954
54955         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
54956         library.  It's not correct, as some older glibcs are buggy.
54957         fnmatch wasn't fixed until glibc 2.2.
54958
54959         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
54960         special shell magic here.
54961
54962 2001-09-16  Jim Meyering  <meyering@lucent.com>
54963
54964         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
54965         * m4/jm-macros.m4: Require it.
54966
54967 2001-09-16  Jim Meyering  <meyering@lucent.com>
54968
54969         * lib/mkdir.c: New file.
54970
54971 2001-09-15  Jim Meyering  <meyering@lucent.com>
54972
54973         * m4/jm-macros.m4: Check for help2man.
54974
54975 2001-09-11  Jim Meyering  <meyering@lucent.com>
54976
54977         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
54978         The body, by Paul Eggert, was moved here from configure.in.
54979         * m4/jm-macros.m4: Require UTILS_HOST_OS.
54980
54981 2001-09-04  Paul Eggert  <eggert@twinsun.com>
54982
54983         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
54984         (jm_PREREQ): Use it.
54985
54986 2001-09-04  Paul Eggert  <eggert@twinsun.com>
54987
54988         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
54989         Use ssize_t, not int, to store result of readlink.
54990         Check for ssize_t overflow as well as size_t overflow,
54991         as POSIX says the result of readlink is implementation-defined
54992         when ssize_t overflows.
54993         Remove unnecessary cast to char*.
54994         Use free+malloc instead of realloc, as the storage doesn't need
54995         to be preserved and it's clearer and can be more efficient that way.
54996         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
54997         * lib/xreadlink.h (xreadlink): Update prototype.
54998
54999 2001-09-04  Paul Eggert  <eggert@twinsun.com>
55000
55001         * lib/xgetcwd.c: Revert some of the previous change; intead,
55002         fix the HAVE_GETCWD_NULL code to behave more like the
55003         !HAVE_GETCWD_NULL code used to.
55004
55005         Include "xalloc.h".
55006         (xgetcwd): Do not return NULL when memory is exhausted; instead,
55007         invoke xalloc_die.
55008
55009 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55010
55011         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
55012         sys/param.h, as pathmax.h includes them.
55013
55014 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55015
55016         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
55017         (jm_PREREQ_XGETCWD): New macro.
55018
55019         * m4/getcwd.m4: New file.
55020
55021 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55022
55023         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
55024         like the HAVE_GETCWD_NULL code.
55025         Include pathmax.h if not HAVE_GETCWD.
55026         Do not include xalloc.h.
55027         (INITIAL_BUFFER_SIZE): New symbol.
55028         Do not use xmalloc / xrealloc, since the caller is responsible for
55029         handling errors.  Preserve errno around `free' during failure.
55030         Do not overrun buffer when using getwd.
55031
55032 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55033
55034         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
55035         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
55036         getcwd (NULL, 0).
55037
55038 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55039
55040         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
55041         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
55042         spotted by Jim Meyering.
55043
55044 2001-09-03  Jim Meyering  <meyering@lucent.com>
55045
55046         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
55047         failure.
55048
55049 2001-09-02  Jim Meyering  <meyering@lucent.com>
55050
55051         * lib/error.c: Update from GNU libc.
55052
55053 2001-09-01  Jim Meyering  <meyering@lucent.com>
55054
55055         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
55056         Used by df.
55057
55058 2001-09-01  Jim Meyering  <meyering@lucent.com>
55059
55060         * lib/xreadlink.c: New file.
55061         * lib/xreadlink.h: New file.
55062         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
55063         xreadlink.h.
55064
55065         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
55066         doesn't conflict with sparc Solaris 7's definition in
55067         /usr/include/sys/int_types.h.
55068
55069         * lib/exclude.c: Use `""', not `<>' to #include non-system header
55070         files.
55071         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
55072         and strncasecmp as r-values.  Unixware didn't have declarations.
55073
55074 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55075
55076         * lib/xstrtol.h: Add copyright notice.
55077         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
55078         LONGINT_INVALID_SUFFIX_CHAR.
55079
55080 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55081
55082         * lib/xstrtol.c (strtoimax): New decl.
55083
55084 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55085
55086         * lib/xgetcwd.c: Don't include pathmax.h.
55087         Include stdlib.h and unistd.h if available.
55088         Include xalloc.h.
55089         (xmalloc, xstrdup, free): Remove decls.
55090         (xgetcwd): Don't assume sizes fit in unsigned.
55091         Check for overflow when computing sizes.
55092         Simplify reallocation code.
55093
55094 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55095
55096         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
55097         a directory's st_size can have an arbitrary value, so the old
55098         usage could waste an arbitrary amount of memory.  All uses
55099         changed.
55100         * lib/savedir.h: Update prototype.
55101
55102 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55103
55104         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
55105
55106         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
55107         old strtoimax.c.
55108
55109         Also, make the following further changes to make this file's
55110         configuration more similar to that of strtol.c:
55111         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
55112         (strtoumax, uintmax_t, strtoull, strtol): Remove.
55113         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
55114         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
55115         changed to signed values.
55116
55117         And make the following changes as well:
55118         Fix copyright notice, as 1999 was missing.
55119         (verify): New macro.
55120         (strtoimax): Check sizes at compile-time, not run-time.
55121         Prefer strtol to strtoll if both work.
55122         (main): Remove; it was not that useful and was a pain to maintain.
55123
55124         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
55125
55126 2001-08-31  Jim Meyering  <meyering@lucent.com>
55127
55128         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
55129         Use an initial, malloc'd, buffer of length 128 rather than
55130         a statically allocated one of length 1024.
55131
55132 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55133
55134         Simplify code, partly by assuming autoconf 2.52 semantics.
55135
55136         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
55137
55138         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
55139         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
55140         All uses removed.
55141         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
55142         Move AC_REQUIRE to next-to-top level, to avoid confusion.
55143         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
55144         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
55145         jm_AC_HEADER_INTTYPES_H.
55146         * m4/jm-macros.m4 (jm_MACROS): Likewise.
55147
55148         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
55149
55150         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
55151         Quote first arg of AC_DEFUN.
55152         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
55153         since they are needed to parse the include file even if we need
55154         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
55155         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
55156         but with opposite signedness.
55157
55158 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55159
55160         Merge 'exclude' changes from tar 1.13.22.
55161         This fixes one or two unlikely storage allocation overflow bugs,
55162         but doesn't change user-visible behavior otherwise.
55163
55164 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55165
55166         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
55167         (jm_PREREQ_EXCLUDE): New macro.
55168
55169 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55170
55171         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
55172         tm to be declared.
55173
55174 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55175
55176         * lib/hash.c: Remove '2001' from copyright notice.
55177
55178 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55179
55180         * lib/full-write.h: New file.
55181         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
55182         * lib/full-write.c: Correct credits, as cccp.c no longer
55183         exists and anyway it was so heavily changed from the old cccp
55184         code as to be unrecognizable.  Include full-write.h.
55185         (full_write) Return size_t, with short writes meaning failure.
55186         All callers changed.  This fixes a bug with large buffers
55187         on 64-bit hosts.
55188         * lib/utime.c: Include full-write.h.
55189
55190 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55191
55192         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
55193         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
55194         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
55195         Include if available.
55196         (<xalloc.h>): Include
55197         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
55198         (verify): New macro.  Use it to verify that EXCLUDE macros do not
55199         collide with FNM macros.
55200         (struct patopts): New struct.
55201         (struct exclude): Use it, as exclude patterns now come with options.
55202         (new_exclude): Support above changes.
55203         (new_exclude, add_exclude_file):
55204         Initial size must now be a power of two to simplify overflow checking.
55205         (free_exclude, fnmatch_no_wildcards): New function.
55206         (excluded_filename): No longer requires options arg, as the options
55207         are determined by add_exclude.  Now returns bool, not int.
55208         (excluded_filename, add_exclude):
55209         Add support for the fancy new exclusion options.
55210         (add_exclude, add_exclude_file): Now takes int options arg.
55211         Check for arithmetic overflow when computing sizes.
55212         (add_exclude_file): xrealloc might modify errno, so don't
55213         realloc until after errno might be used.
55214
55215         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
55216         New macros.
55217         (free_exclude): New decl.
55218         (add_exclude, add_exclude_file): Now takes int options arg.
55219         (excluded_filename): No longer requires options arg, as the options
55220         are determined by add_exclude.  Now returns bool, not int.
55221
55222 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55223
55224         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
55225
55226 2001-08-27  Jim Meyering  <meyering@lucent.com>
55227
55228         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
55229
55230         * lib/version-etc.c (N_): Remove definition.
55231         Revert most of last change.
55232         Instead, simply don't mark the `Copyright...' string for translation.
55233         Based on advice from Paul Eggert.
55234
55235         * lib/strtoxmax.c: Tweak comment.
55236
55237 2001-08-26  Jim Meyering  <meyering@lucent.com>
55238
55239         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
55240
55241         * m4/xstrtoimax.m4: New file.
55242         * m4/xstrtoumax.m4: Add comments explaining why we
55243         AC_REPLACE_FUNCS(strtol).
55244
55245 2001-08-26  Jim Meyering  <meyering@lucent.com>
55246
55247         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
55248         of copyright with `%s' so translators don't get an untranslated
55249         message in 2002.
55250         (COPYRIGHT_YEAR): Define.
55251         (version_etc): Use fprintf rather than fputs.
55252         Suggestion from Ulrich Drepper.
55253
55254         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
55255
55256         * lib/strtoll.c: New file, from GNU libc.
55257         * lib/xstrtoimax.c: New file.
55258
55259         * lib/xstrtol.h: Add xstrtoimax.
55260         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
55261         * lib/strtoimax.c: New file.  Likewise, but first define
55262         STRTOUXMAX_SIGNED.
55263
55264         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
55265         ...
55266         * lib/strtoxmax.c: ... then renamed to this.
55267
55268 2001-08-18  Paul Eggert  <eggert@twinsun.com>
55269
55270         * m4/inttypes.m4: Add AC_PREREQ(2.13).
55271         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
55272         (jm_AC_TYPE_INTMAX_T): New macro.
55273         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
55274
55275         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
55276
55277         * m4/longlong.m4: Renamed from ulonglong.m4.
55278         * m4/inttypes.m4: Renamed from inttypes_h.m4.
55279         * m4/uintmax_t.m4: Removed.
55280
55281 2001-08-13  Paul Eggert  <eggert@twinsun.com>
55282
55283         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
55284         Port to Solaris 8, where 'sed' requires a space after the 'r'
55285         command, and where sh dislikes "$/".  Clean up the spacing a bit.
55286         Redirect output to $tmp just once.
55287
55288 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
55289
55290         * lib/addext.c (<errno.h>): Include.
55291         (errno): Declare if not defined.
55292         (addext): Work correctly when pathconf returns -1 and leaves
55293         errno alone because there is no limit.  Also, work even if
55294         pathconf returns a value greater than SIZE_MAX.
55295
55296 2001-08-12  Jim Meyering  <meyering@lucent.com>
55297
55298         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
55299         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
55300         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
55301         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
55302         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
55303         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
55304         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
55305         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
55306         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
55307         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
55308         utime.m4, utimes.m4, xstrtoumax.m4:
55309         Quote the first argument in each use of AC_DEFUN.
55310
55311 2001-08-12  Jim Meyering  <meyering@lucent.com>
55312
55313         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
55314         Simply `return getcwd (NULL, 0);'.
55315         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
55316         Use 1300 as initial value for length, not PATH_MAX.
55317
55318         * lib/pathmax.h: Clean up cpp syntax.
55319
55320 2001-08-12  Jim Meyering  <meyering@lucent.com>
55321
55322         * lib/gettimeofday.c: New file.
55323         * lib/gtod.h: New file.
55324         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
55325
55326 2001-08-05  Jim Meyering  <meyering@lucent.com>
55327
55328         * m4/jm-macros.m4: Require autoconf-2.52.
55329
55330 2001-08-04  Jim Meyering  <meyering@lucent.com>
55331
55332         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
55333         stmt, to get in sync with glibc.
55334
55335 2001-08-03  Paul Eggert  <eggert@twinsun.com>
55336
55337         The following changes are from gettext 0.10.39 as maintained by
55338         Bruno Haible.
55339
55340         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
55341         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
55342         with inverted sense.  All uses changed.
55343
55344         * lib/mbswidth.c: Don't include <limits.h>.
55345         Include <stdlib.h> and <string.h> unconditionally.
55346         (iswcntrl, mbsinit, ISCNTRL): New macros.
55347         (mbsnwidth): Use K&R style function declarations.
55348         Don't bother checking for MB_LEN_MAX == 1, since the compiler
55349         can optimize it when MB_CUR_MAX == 1.
55350         The width of control characters is zero, not 1.
55351
55352 2001-08-03  Paul Eggert  <eggert@twinsun.com>
55353
55354         The following changes are from gettext 0.10.39 as maintained by
55355         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
55356
55357         * m4/codeset.m4: Upgrade to serial AM1.
55358         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
55359         all uses changed.  Quote first arg of AC_DEFUN.
55360         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
55361
55362         * m4/iconv.m4: Upgrade to serial AM2.
55363         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
55364         Add --with-libconv-prefix.
55365         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
55366         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
55367         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
55368         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
55369         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
55370
55371         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
55372         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
55373         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
55374         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
55375         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
55376         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
55377         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
55378         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
55379         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
55380
55381         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
55382         string.h any more.
55383
55384         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
55385         not the default value.
55386
55387         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
55388         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
55389         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
55390         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
55391         Also check for iswcntrl, used for wcwidth fallback.
55392         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
55393         to Autoconf 2.13.
55394
55395 2001-08-03  Jim Meyering  <meyering@lucent.com>
55396
55397         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
55398         as it was in the original.  Reported by Paul Eggert.
55399
55400 2001-07-16  Jim Meyering  <meyering@lucent.com>
55401
55402         * m4/gettimeofday.m4: New file.
55403         Prompted by a report from Bernhard Baehr.
55404
55405 2001-07-15  Jim Meyering  <meyering@lucent.com>
55406
55407         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
55408         stuff. Now it's in ../Makefile.cfg.
55409
55410 2001-07-15  Jim Meyering  <meyering@lucent.com>
55411
55412         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
55413         (BUILT_SOURCES): Add unlocked-io.h.
55414         (io_functions): Define.
55415         (unlocked-io.h): New rule.
55416         (DISTCLEANFILES): Add unlocked-io.h.
55417         (all-local): Depend on unlocked-io.h, to ensure it is created.
55418
55419         * lib/unlocked-io.hin: New file
55420
55421         * lib/regex.c: Update from glibc.
55422
55423 2001-07-05  Jim Meyering  <meyering@lucent.com>
55424
55425         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
55426         recommendation.
55427         (libfetish_a_SOURCES): Put all .h files here instead.
55428         Remove a thus-exposed (better checks in automake) duplicate and
55429         two unnecessary .h files.
55430
55431 2001-07-04  Jim Meyering  <meyering@lucent.com>
55432
55433         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
55434         that generates jm-glibc-io.m4 so that it doesn't trigger any make
55435         distcheck failure.
55436
55437 2001-07-02  Jim Meyering  <meyering@lucent.com>
55438
55439         The following changes were prompted by suggestions from Bruno Haible.
55440
55441         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
55442         is now generated.
55443         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
55444         definition of EXTRA_DIST.
55445         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
55446         ensure that the generated file is created/updated whenever the list
55447         of $(unlocked_functions) is changed.
55448         (jm-glibc-io.m4): New rule.
55449         (unlocked-io.h): New rule -- currently unused.
55450
55451 2001-06-24  Jim Meyering  <meyering@lucent.com>
55452
55453         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
55454         unmatched right bracket, rather than kludging it with an extra,
55455         falsely-matching quote in a comment.  Patch by Akim Demaille.
55456
55457 2001-06-11  Jim Meyering  <meyering@lucent.com>
55458
55459         * lib/regex.c: Update from GNU libc.
55460
55461 2001-05-27  Jim Meyering  <meyering@lucent.com>
55462
55463         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
55464         Check for ut_type in struct utmp.
55465
55466 2001-05-27  Jim Meyering  <meyering@lucent.com>
55467
55468         * lib/readutmp.h (UT_TYPE): Define.
55469
55470 2001-05-24  Jim Meyering  <meyering@lucent.com>
55471
55472         * lib/argmatch.c: Include "quote.h".
55473         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
55474         quote function.  Reported by Göran Uddeborg.
55475
55476 2001-05-22  Jim Meyering  <meyering@lucent.com>
55477
55478         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
55479         now that we use the package-supplied version unconditionally.
55480         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
55481
55482 2001-05-21  Jim Meyering  <meyering@lucent.com>
55483
55484         * m4/regex.m4: Change a couple backticks to single quotes to avoid
55485         shell syntax errors.
55486
55487 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
55488
55489         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
55490
55491 2001-05-20  Paul Eggert  <eggert@twinsun.com>
55492
55493         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
55494         Don't bother to check library strftime, since
55495         we'll be using our own my_strftime function anyway.
55496         Define my_strftime instead of strftime.
55497
55498 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
55499
55500         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
55501         which is not yet declared.
55502
55503 2001-05-15  Jim Meyering  <meyering@lucent.com>
55504
55505         * m4/regex.m4: Use proper quoting so brackets appear in the test
55506         program.
55507         Reported by, and with help from, Bruno Haible.
55508
55509 2001-05-13  Jim Meyering  <meyering@lucent.com>
55510
55511         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
55512         undefined.
55513
55514 2001-05-11  Paul Eggert  <eggert@twinsun.com>
55515
55516         dirname code cleanup.  base_name now behaves more compatibly
55517         with POSIX basename when given file names that have trailing
55518         slashes, and similarly for dir_name.  Add new primitives
55519         base_len and dir_len.  Put the directory-name-related decls
55520         into dirname.h.
55521
55522         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
55523         * lib/backupfile.c (base_name): Likewise.
55524         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
55525         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
55526         * lib/makepath.c (strip_trailing_slashes): Likewise.
55527         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
55528         ISSLASH): Likewise.
55529         * lib/rename.c (strip_trailing_slashes): Likewise.
55530         * lib/same.c (base_name): Likewise.
55531         * lib/stripslash.c (ISSLASH): Likewise.
55532
55533         * lib/addext.c: Include <dirname.h> after size_t is defined.
55534         * lib/backupfile.c: Likewise.
55535
55536         * lib/addext.c (addext): Use base_len to trim redundant
55537         trailing slashes instead of doing it ourselves.
55538         But do not trim the last slash if it is not redundant.
55539
55540         * lib/backupfile.c (find_backup_file_name,
55541         max_backup_version): Use base_len instead of rolling it ourselves.
55542         Handle the case of "" and (on DOS) "C:" correctly.
55543
55544         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
55545         needed. Include <string.h>, <dirname.h>.
55546         (base_name): Allow file names ending in slashes, other than names
55547         that are all slashes.  In this case, return the basename followed
55548         by the slashes.  This is more general, and can be used in places
55549         where the original base_name purposely had an assertion failure.
55550         (base_len): New function.
55551
55552         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
55553         Do not include <assert.h>; no longer needed.
55554         Include xalloc.h.
55555         (memrchr): Remove decl.
55556         (dir_name_r): Remove.
55557         (dir_len): Renamed from dirlen.  All callers changed.
55558         Rewrite in terms of base_name, for simplicity and consistency.
55559         (dir_name): Never return NULL.  All callers changed.
55560         Do not include <stdlib.h> in test program; no longer needed.
55561         return 0; is fine for test program.
55562
55563         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
55564         New macros.
55565         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
55566
55567         * lib/path-concat.c (path_concat): Use base_len to compute
55568         base length, not strlen; this means we cannot rely on memcpy
55569         to null-terminate.
55570
55571         * lib/same.c (STREQ): Remove.
55572         (same_name): Handle the case where the basename ends in trailing '/'.
55573
55574         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
55575         a slash was stripped.  Do not strip the last slash after a
55576         file system prefix.
55577
55578 2001-05-11  Paul Eggert  <eggert@twinsun.com>
55579
55580         * lib/Makefile.am (libfetish_a_SOURCES):
55581         Add strftime.c, since we now compile it on all hosts.
55582
55583         * lib/strftime.c (my_strftime):
55584         Define to nstrftime if emacs, but only if my_strftime is not defined.
55585         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
55586         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
55587         Add one more extra argument: a nanoseconds value.
55588         All uses changed.
55589         (ns): New macro.
55590         (my_strftime function): Add %N format.
55591         (emacs_strftimeu): Renamed from emacs_strftime,
55592         with extra ut argument.
55593
55594 2001-05-09  Paul Eggert  <eggert@twinsun.com>
55595
55596         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
55597
55598 2001-04-21  Jim Meyering  <meyering@lucent.com>
55599
55600         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
55601         doesn't interfere.
55602
55603 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
55604
55605         * m4/ftruncate.m4: Check for chsize.
55606         Link with ftruncate.o unconditionally if ftruncate is missing.
55607         This was required when cross-compiling to i586-mingw32msvc.
55608
55609 2001-04-08  Jim Meyering  <meyering@lucent.com>
55610
55611         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
55612         recomputed; that's necessary when the offset spans a DST transition.
55613         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
55614
55615 2001-04-02  Jim Meyering  <meyering@lucent.com>
55616
55617         * lib/regex.h, regex.c: Update from GNU libc.
55618
55619 2001-03-24  Jim Meyering  <meyering@lucent.com>
55620
55621         * m4/jm-macros.m4: Require autoconf-2.49d.
55622
55623 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
55624
55625         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
55626
55627 2001-03-19  Paul Eggert  <eggert@twinsun.com>
55628
55629         * lib/version-etc.c (version_etc_copyright): Update to 2001.
55630
55631 2001-03-17  Jim Meyering  <meyering@lucent.com>
55632
55633         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
55634         now that the version in autoconf is equivalent.
55635         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
55636
55637         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
55638         Suggestion from Akim Demaille.
55639
55640         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
55641         (jm_PREREQ_TEMPNAME): New function.
55642
55643 2001-03-16  Paul Eggert  <eggert@twinsun.com>
55644
55645         * lib/tempname.c (uint64_t): Define to uintmax_t if
55646         not defined, and if UINT64_MAX is not defined.
55647         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
55648         Reported by John David Anglin.
55649
55650 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
55651
55652         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
55653         resolve alias if codeset is empty.
55654         * lib/config.charset (BeOS): Use wildcard syntax.
55655
55656 2001-03-13  Jim Meyering  <meyering@lucent.com>
55657
55658         * lib/path-concat.c (path_concat)
55659         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
55660         concatenating e.g., `C:' and `foo'.
55661         From Bruno Haible.
55662
55663 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
55664
55665         * lib/localcharset.c (locale_charset): Don't use
55666         setlocale(LC_CTYPE,NULL). Don't return NULL.
55667         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
55668
55669 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
55670
55671         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
55672         support for DOS/DJGPP.
55673
55674 2001-03-01  Paul Eggert  <eggert@twinsun.com>
55675
55676         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
55677         lacks mkstemp.  Compile our own tempname.c if we compile our own
55678         mkstemp.c, as mkstemp relies on tempname.
55679
55680 2001-03-01  Jim Meyering  <meyering@lucent.com>
55681
55682         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
55683         AH_VERBATIM really does output its argument verbatim.
55684
55685 2001-02-28  Paul Eggert  <eggert@twinsun.com>
55686
55687         * lib/Makefile.am (libfetish_a_SOURCES):
55688         Add dup-safer.c, fopen-safer.c.
55689         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
55690
55691         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
55692         * lib/unistd-safer.h: New files.
55693
55694 2001-02-25  Paul Eggert  <eggert@twinsun.com>
55695
55696         The mkstemp replacement is taken from glibc 2.2.2, with some
55697         portability fixes for use outside glibc, as follows:
55698
55699         * lib/tempname.c (struct_stat64): New macro.
55700         (direxists, __gen_tempname): Use it.
55701         This avoids a portability problem with Solaris 8.
55702
55703         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
55704         (<stddef.h>, <stdint.h>, <string.h>):
55705         Include only if STDC_HEADERS || _LIBC.
55706         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
55707         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
55708         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
55709         (__set_errno): Define this macro if <errno.h> doesn't.
55710         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
55711         Define these macros if <stdio.h> doesn't.
55712         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
55713         Define these macros if <sys/stat.h>
55714         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
55715         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
55716         __xstat64): Define if not _LIBC.
55717         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
55718         (__gen_tempname): Invoke gettimeofday only if
55719         HAVE_GETTIMEOFDAY || _LIBC;
55720         otherwise, fall back on plain "time".
55721         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
55722
55723         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
55724
55725         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
55726
55727 2001-02-18  Paul Eggert  <eggert@twinsun.com>
55728
55729         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
55730
55731 2001-02-17  Paul Eggert  <eggert@twinsun.com>
55732
55733         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
55734         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
55735         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
55736         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
55737
55738 2001-02-17  Paul Eggert  <eggert@twinsun.com>
55739
55740         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
55741         Remove workaround macros for hosts that have mbrtowc but not
55742         mbstate_t, as we now insist on proper declarations for both
55743         before using mbrtowc.
55744
55745 2001-02-17  Jim Meyering  <meyering@lucent.com>
55746
55747         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
55748         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
55749         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
55750         UnixWare 7.1.1.
55751
55752         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
55753         rather than AC_CACHE_VAL.
55754
55755 2001-02-17  Jim Meyering  <meyering@lucent.com>
55756
55757         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
55758         around included file name.
55759
55760         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
55761
55762         * lib/strftime.c: Update from GNU libc (the only changes were to
55763         comments).
55764
55765 2001-02-17  Jim Meyering  <meyering@lucent.com>
55766
55767         * lib/regex.c: Update from libc.
55768
55769 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
55770
55771         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
55772         clash.
55773
55774 2001-02-16  Paul Eggert  <eggert@twinsun.com>
55775
55776         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
55777         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
55778         Reported by Mark Hounschell via Paul Eggert.
55779
55780 2001-02-07  Jim Meyering  <meyering@lucent.com>
55781
55782         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
55783
55784 2001-02-05  Jim Meyering  <meyering@lucent.com>
55785
55786         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
55787         it includes the patch required for `large file' support with at least
55788         HP-UX's 10.20 /bin/cc.
55789
55790 2001-02-03  Jim Meyering  <meyering@lucent.com>
55791
55792         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
55793         AS_IF, now that it works once again (mysteriously).
55794         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
55795
55796 2001-01-30  Jim Meyering  <meyering@lucent.com>
55797
55798         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
55799         * m4/chown.m4: Rename conftestchown to conftest.chown.
55800         * m4/rename.m4: s/conftestdir/conftest.d1/ and
55801         s/conftestdir2/conftest.d2/.
55802         * m4/utimes.m4: s/conftestdata/conftest.data/
55803         Inspired by Pavel Roskin's change in autoconf.
55804
55805 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
55806
55807         * lib/config.charset: Update for FreeBSD 4.2.
55808
55809 2001-01-27  Jim Meyering  <meyering@lucent.com>
55810
55811         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
55812         a use of AS_IF.
55813         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
55814
55815 2001-01-26  Jim Meyering  <meyering@lucent.com>
55816
55817         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
55818         quotearg.c includes it.
55819
55820 2001-01-26  Jim Meyering  <meyering@lucent.com>
55821
55822         * lib/quotearg.c: Include stddef.h.
55823         * lib/quote.c: Include stddef.h.
55824         Reported by Axel Kittenberger.
55825
55826         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
55827         line in double quotes so that it evokes a better diagnostic.
55828         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
55829         Reported by Axel Kittenberger.
55830
55831 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
55832
55833         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
55834         as if it was a `charset'.
55835
55836 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
55837
55838         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
55839         has const.
55840
55841 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
55842
55843         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
55844         to avoid a warning.  Add back 'const' to inptr.
55845
55846 2001-01-20  Jim Meyering  <meyering@lucent.com>
55847
55848         Be sure that headers are checked before used in code compiled
55849         for the type checks.
55850         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
55851         In place of that, invoke jm_CHECK_ALL_TYPES.
55852         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
55853         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
55854         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
55855         The check for ssize_t was mistakenly run before the test for unistd.h.
55856
55857         The configure-time check for stdbool.h was missing.
55858         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
55859         (jm_PREREQ_HASH): New function.
55860
55861 2001-01-17  Jim Meyering  <meyering@lucent.com>
55862
55863         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
55864         for autoconf-2.49c.
55865         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
55866
55867 2001-01-16  Jim Meyering  <meyering@lucent.com>
55868
55869         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
55870         From Bruno Haible.
55871
55872 2001-01-14  Jim Meyering  <meyering@lucent.com>
55873
55874         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
55875         foo and bar.  Create conftestdir/ in the script, not in the C code.
55876         Remove directories in the script, not in the C code.
55877         Remove conftestdir{,2} before trying to create the directory.
55878         Make the entire configure script fail if the mkdir fails.
55879
55880 2001-01-14  Jim Meyering  <meyering@lucent.com>
55881
55882         * lib/rename.c: New file.  From Volker Borchert.
55883         Include stdlib.h, string.h or strings.h, and xalloc.h.
55884         Use strip_trailing_slashes rather than open-coding it.
55885
55886 2001-01-03  Paul Eggert  <eggert@twinsun.com>
55887
55888         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
55889
55890 2001-01-03  Jim Meyering  <meyering@lucent.com>
55891
55892         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
55893         of local `inptr' to avoid warning with some system declarations of
55894         iconv.
55895
55896 2001-01-02  Volker Borchert  <bt@teknon.de>
55897
55898         * m4/rename.m4: New file.
55899         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
55900
55901 2001-01-01  Jim Meyering  <meyering@lucent.com>
55902
55903         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
55904         even on systems with utmpx.h.  It's necessary for the declaration of
55905         utmp's ut_user member.  Reported by Andreas Jaeger.
55906
55907         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
55908         available. They are required for the declarations of getgrgid and
55909         getpwuid resp.
55910         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
55911         Reported by Andreas Jaeger.
55912
55913 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
55914
55915         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
55916         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
55917         so `make install' also works in VPATH builds.
55918
55919 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
55920
55921         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
55922         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
55923         can be used in subdirectories.
55924
55925 2000-12-29  Paul Eggert  <eggert@twinsun.com>
55926
55927         * lib/modechange.c: Do not assume that mode_t uses the
55928         traditional octal encoding.  E.g. "chmod 1 FOO" should set
55929         the other-execute bit of FOO even if S_IXOTH != 1.
55930
55931         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
55932         WOTH, XOTH, ALLM): New macros.
55933         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
55934          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
55935         Use them.
55936         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
55937         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
55938         (mode_compile):
55939         No need to use uintmax_t; unsigned long is long enough.
55940         Don't bother to get suffix since we don't use it.
55941
55942 2000-12-26  Jim Meyering  <meyering@lucent.com>
55943
55944         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
55945         better with autoheader.
55946
55947 2000-12-24  Jim Meyering  <meyering@lucent.com>
55948
55949         * lib/hash.c (is_prime): Return explicit boolean values.
55950         (hash_get_first): Return NULL to appease Irix5.6's 89.
55951         Reported by Nelson Beebe.
55952
55953 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
55954
55955         * lib/localcharset.c (locale_charset): Add support for Win32.
55956
55957 2000-12-18  Paul Eggert  <eggert@twinsun.com>
55958
55959         * lib/physmem.h, lib/physmem.c: New files.
55960
55961         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
55962         (noinst_HEADERS): Add physmem.h.
55963
55964         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
55965         't' for compatibility with Solaris 8 sort.
55966
55967 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
55968
55969         * lib/config.charset: Add support for BeOS.
55970
55971 2000-12-17  Jim Meyering  <meyering@lucent.com>
55972
55973         * m4/dos.m4 (jm_AC_DOS): New file and macro.
55974         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
55975
55976 2000-12-16  Jim Meyering  <meyering@lucent.com>
55977
55978         This bug had a serious impact on chown: `chown N:M FILE' (for integer
55979         N and M) would have treated it like `chown N:N FILE'.
55980
55981         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
55982
55983 2000-12-16  Jim Meyering  <meyering@lucent.com>
55984
55985         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
55986         SHELLS_FILE to a file name that's useful on djgpp systems.
55987         Include stdlib.h.
55988         (ADDITIONAL_DEFAULT_SHELLS): Define.
55989         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
55990         Based mostly on a patch from Prashant TR.
55991
55992 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
55993
55994         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
55995         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
55996         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
55997
55998 2000-12-08  Andreas Schwab  <schwab@suse.de>
55999
56000         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
56001         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
56002
56003 2000-12-07  Jim Meyering  <meyering@lucent.com>
56004
56005         * lib/stripslash.c (ISSLASH): Define.
56006         (strip_trailing_slashes): Use ISSLASH rather than comparing against
56007         `/'.
56008         From Prashant TR.
56009
56010         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
56011         (dir_name_r): Declare this function as static.
56012         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
56013         manifest itself on a name containing a mix of slashes and
56014         backslashes.
56015         Make this function work with names starting with a DOS-style
56016         drive letter and colon prefix.
56017         (dir_name): Append `.' if necessary.
56018         Based mostly on patches from Prashant TR and Eli Zaretskii.
56019
56020         * lib/dirname.h (dir_name_r): Remove prototype.
56021
56022 2000-12-06  Paul Eggert  <eggert@twinsun.com>
56023
56024         * m4/off_t-format.m4: Remove this file.
56025         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
56026
56027 2000-12-06  Jim Meyering  <meyering@lucent.com>
56028
56029         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
56030         replacement strtoull, we may well need the replacement strtoul, too.
56031         Check for declarations of strtoul and strtoull.
56032         Check for strtol.  Mainly as a cue to cause automake to include
56033         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
56034         Check for limits.h -- strtol.c needs it.
56035
56036 2000-12-05  Jim Meyering  <meyering@lucent.com>
56037
56038         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
56039
56040 2000-12-04  Jim Meyering  <meyering@lucent.com>
56041
56042         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
56043         Also include memory.h, stdlib.h, unistd.h if appropriate.
56044         Reported by Andreas Jaeger (conflicting declaration of malloc).
56045
56046 2000-12-02  Jim Meyering  <meyering@lucent.com>
56047
56048         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
56049         * m4/jm-macros.m4 (jm_MACROS): require it.
56050
56051 2000-12-02  Jim Meyering  <meyering@lucent.com>
56052
56053         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
56054
56055 2000-12-01  Paul Eggert  <eggert@twinsun.com>
56056
56057         * lib/memrchr.c: Include <config.h> before any system include file.
56058
56059 2000-11-30  Jim Meyering  <meyering@lucent.com>
56060
56061         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
56062
56063 2000-11-30  Jim Meyering  <meyering@lucent.com>
56064
56065         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
56066
56067 2000-11-29  Paul Eggert  <eggert@twinsun.com>
56068
56069         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
56070
56071 2000-11-26  Jim Meyering  <meyering@lucent.com>
56072
56073         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
56074
56075 2000-11-22  Paul Eggert  <eggert@twinsun.com>
56076
56077         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
56078         size of (size_t) -1; it's not portable.
56079
56080 2000-11-17  Jim Meyering  <meyering@lucent.com>
56081
56082         * lib/strstr.c: Update from GNU libc.
56083
56084 2000-11-17  Akim Demaille  <akim@epita.fr>
56085
56086         * lib/obstack.h: Formatting changes.
56087         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
56088         prevent type checking.
56089         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
56090         cast the value to (void *): assigning a `foo *' to a `void *'
56091         variable is valid.
56092         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
56093
56094 2000-11-16  Jim Meyering  <meyering@lucent.com>
56095
56096         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
56097
56098 2000-11-11  Jim Meyering  <meyering@lucent.com>
56099
56100         * lib/error.c: Add a couple #includes, merging from GNU libc version.
56101
56102 2000-11-10  Jim Meyering  <meyering@lucent.com>
56103
56104         * lib/obstack.h: Update from GNU libc.
56105         * lib/obstack.c: Likewise.
56106
56107 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
56108
56109         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
56110
56111 2000-11-06  Paul Eggert  <eggert@twinsun.com>
56112
56113         * lib/getusershell.c (setusershell): Use rewind rather than
56114         fseek/fseeko, to avoid configuration hassles with fseeko.
56115         Don't bother opening SHELLS_FILE if shellstream is NULL;
56116         it's not necessary.
56117
56118 2000-11-05  Jim Meyering  <meyering@lucent.com>
56119
56120         * lib/makepath.h (make_dir): Declare.
56121         * lib/makepath.c (make_dir): Remove `static' attribute.
56122         Tweak a comment.
56123
56124 2000-11-04  Jim Meyering  <meyering@lucent.com>
56125
56126         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
56127
56128 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
56129
56130         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
56131         last one in a bucket, advance to the next bucket.
56132
56133 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
56134
56135         * lib/fnmatch.c: Do not comment out all the code if we are using
56136         the GNU C library, because in some cases we are replacing buggy
56137         code in the GNU C library itself.
56138
56139 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
56140
56141         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
56142         (regex_compile): Catch bogus \(\1\).
56143
56144 2000-10-30  Paul Eggert  <eggert@twinsun.com>
56145
56146         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
56147         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
56148         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
56149
56150 2000-10-30  Paul Eggert  <eggert@twinsun.com>
56151
56152         * lib/error.h, getline.h, modechange.h:
56153         Remove "2000" from Copyright line, as the file hasn't been
56154         changed this year other than in the copyright notice.
56155
56156         * lib/xalloc.h: Add "2000" to Copyright line, as this file
56157         was changed this year.
56158
56159 2000-10-29  Jim Meyering  <meyering@lucent.com>
56160
56161         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
56162         renaming.
56163         * m4/ls-mntd-fs.m4: Likewise
56164
56165 2000-10-29  Jim Meyering  <meyering@lucent.com>
56166
56167         * lib/xstat.in: Fix grammar in comment.
56168
56169 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
56170
56171         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
56172         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
56173         doesn't define __restrict_arr.
56174
56175 2000-10-28  Jim Meyering  <meyering@lucent.com>
56176
56177         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
56178         (jm_PREREQ_MEMCHR): New function.
56179
56180 2000-10-28  Jim Meyering  <meyering@lucent.com>
56181
56182         * lib/memchr.c: Update from libc.
56183         Adjust for portability:
56184         [HAVE_STDLIB_H]: Include stdlib.h.
56185         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
56186         Undef __memchr, too.
56187         [!weak_alias]: Define __memchr to memchr.
56188
56189         * lib/regex.c: Update from libc.
56190         * lib/regex.h: Likewise.
56191         * lib/getopt1.c: Likewise.
56192         * lib/memcmp.c: Likewise.
56193
56194         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
56195         Avoid using fseek, when possible -- it's broken by design.
56196         Patch by Ulrich Drepper.
56197
56198 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
56199
56200         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
56201         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
56202         Giving in to popular pressure to shut up the compiler with casts.
56203
56204 2000-10-26  Jim Meyering  <meyering@lucent.com>
56205
56206         * lib/strftime.c: Update from libc.
56207
56208 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
56209
56210         * regex.c: More `unsigned char' -> `re_char' changes.
56211         Also change several `int' into `re_wchar_t'.
56212         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
56213         (PUSH_FAILURE_POINTER): Don't cast any more.
56214         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
56215         We want GCC to complain, since this piece of code makes
56216         re_match non-reentrant, which *should* be fixed.
56217         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
56218         (EXTEND_BUFFER): Use RETALLOC.
56219         (SET_LIST_BIT): Don't cast.
56220         (re_wchar_t): New type.
56221         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
56222         that those two functions will always properly return.
56223         (IMMEDIATE_QUIT_CHECK): Cast to void.
56224         (analyse_first): Use recursion rather than an explicit stack.
56225         (re_compile_fastmap): Can't fail anymore.
56226         (re_search_2): Don't check re_compile_fastmap for failure.
56227         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
56228         Now also sets the new value (passed in a new argument).
56229         (re_match_2_internal): Use it.
56230         Also, use a new var `reg' of type size_t when looping through regs
56231         rather than reuse the inappropriate `mcnt'.
56232
56233 2000-10-25  Jim Meyering  <meyering@lucent.com>
56234
56235         * lib/obstack.c: Update from libc.
56236
56237 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
56238
56239         * regex.c (regex_compile): Change the way of handling a range from
56240         a char less than 256 to a char not less than 256.
56241
56242 2000-10-24  Andrew Innes  <andrewi@gnu.org>
56243
56244         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
56245         NT-Emacs only.
56246         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
56247         so that re_search functions only quit when callers expect them to.
56248
56249 2000-10-23  Jim Meyering  <meyering@lucent.com>
56250
56251         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
56252         wrong.  That set_locale call must not have any side effects.
56253         From Paul Eggert.
56254
56255 2000-10-22  Jim Meyering  <meyering@lucent.com>
56256
56257         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
56258         [CYCLIC]: Remove now-unused definition.
56259
56260         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
56261         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
56262         Suggestion from Ulrich Drepper.
56263
56264 2000-10-21  Jim Meyering  <meyering@lucent.com>
56265
56266         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
56267         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
56268         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
56269
56270 2000-10-21  Jim Meyering  <meyering@lucent.com>
56271
56272         * lib/dirname.c (memrchr): Declare if necessary.
56273         (dir_name): Remove the restriction that there be no
56274         trailing slashes.  Now, this code skips past them, effectively
56275         ignoring them.
56276         [TEST_DIRNAME] (main): New unit tests.
56277
56278         * lib/memrchr.c: New file from GNU libc.
56279         Undef __memrchr, too.
56280         [!weak_alias]: Define __memrchr to memrchr.
56281         Guard weak_alias use with `#ifdef weak_alias'.
56282
56283 2000-10-21  Jim Meyering  <meyering@lucent.com>
56284
56285         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
56286         (dir_name): Use dir_name_r.
56287         * lib/dirname.h (dir_name_r): Declare it.
56288
56289 2000-10-17  Jim Meyering  <meyering@lucent.com>
56290
56291         * lib/quote.h (PARAMS): Define and use.
56292         Reported by Akim Demaille.
56293
56294         * lib/getopt.c: Update from libc.
56295
56296 2000-10-16  Jim Meyering  <meyering@lucent.com>
56297
56298         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
56299         setlocale.
56300         From Jan Fedak.
56301
56302 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
56303
56304         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
56305
56306 2000-09-25  Jim Meyering  <meyering@lucent.com>
56307
56308         * lib/md5.h (rol): Define (from GnuPG).
56309
56310         * lib/sha.c: Give credit (GnuPG) where due.
56311         (M): Use rol rather than open-coding it.
56312         Add a FIXME comment.
56313
56314 2000-09-21  Jim Meyering  <meyering@lucent.com>
56315
56316         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
56317         Reported by Michael Stone.
56318
56319 2000-09-20  Jim Meyering  <meyering@lucent.com>
56320
56321         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
56322         (noinst_HEADERS): Add sha.h.
56323         Based on code from Scott G. Miller and from GnuPG.
56324
56325 2000-09-18  Jim Meyering  <meyering@lucent.com>
56326
56327         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
56328         LIBS. Otherwise, everyone ends up linking with -lelf for some
56329         configurations.
56330         Reported by Mike Stone.
56331
56332 2000-09-15  Jim Meyering  <meyering@lucent.com>
56333
56334         * lib/regex.c: Update from libc.
56335
56336 2000-09-10  Jim Meyering  <meyering@lucent.com>
56337
56338         * lib/getopt.c (_getopt_internal): Update from glibc.
56339
56340 2000-09-09  Jim Meyering  <meyering@lucent.com>
56341
56342         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
56343         think it should be used as a general replacement for isascii.
56344         * lib/fnmatch.c: Likewise.
56345         * lib/mbswidth.c: Likewise
56346         * lib/regex.c: Likewise.
56347
56348         Don't use atoi.
56349         * lib/userspec.c: Include sys/param.h and limits.h.
56350         Include xstrtol.h.
56351         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
56352         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
56353         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
56354         UID, GID.  Check range.
56355
56356 2000-09-06  Jim Meyering  <meyering@lucent.com>
56357
56358         * lib/getopt.c (_getopt_internal): Update from glibc.
56359
56360 2000-08-30  Jim Meyering  <meyering@lucent.com>
56361
56362         * lib/strftime.c: Merge in changes from GNU libc.
56363
56364 2000-08-26  Jim Meyering  <meyering@lucent.com>
56365
56366         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
56367         * m4/fpending.m4: New file.
56368
56369 2000-08-26  Jim Meyering  <meyering@lucent.com>
56370
56371         * lib/closeout.c: Include "__fpending.h".
56372         (close_stdout_status): Return right away if there's nothing to flush.
56373
56374         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
56375         * lib/__fpending.c: New file.
56376         * lib/__fpending.h: New file.
56377
56378 2000-08-20  Jim Meyering  <meyering@lucent.com>
56379
56380         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
56381         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
56382         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
56383
56384 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
56385
56386         Improve fileutils installation on systems where running
56387         programs (like install) can't be unlinked.
56388         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
56389         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
56390
56391 2000-08-07  Paul Eggert  <eggert@twinsun.com>
56392
56393         Standardize on "memory exhausted" instead of "Memory exhausted"
56394         or "virtual memory exhausted".
56395         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
56396         "virtual memory exhausted".
56397         * lib/same.c (same_name): Invoke xalloc_die instead of printing
56398         our own message.
56399         * lib/userspec.c (parse_user_spec): Likewise.
56400         * lib/bumpalloc.h: comment fix
56401         * lib/same.c, userspec.c: Include xalloc.h.
56402
56403         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
56404         not char *const and pointing to a constant array.
56405         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
56406         (xrealloc): Comment fix.
56407
56408         * lib/userspec.c (parse_user_spec):
56409         Don't translate a message until just before returning,
56410         to avoid unnecessary translation.
56411
56412 2000-08-07  Jim Meyering  <meyering@lucent.com>
56413
56414         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
56415         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
56416         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
56417         getgroups.c, gethostname.c, getopt.h, group-member.c,
56418         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
56419         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
56420         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
56421         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
56422         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
56423         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
56424         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
56425         yesno.c: Back out Copyright date changes for each file with no change
56426         this year.  This eases coordination with other programs using the same
56427         source code modules.  From Paul Eggert.
56428
56429 2000-08-06  Paul Eggert  <eggert@twinsun.com>
56430
56431         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
56432         not char, for compatibility with glibc 2.1.3 strftime.c.
56433
56434 2000-08-03  Greg McGary  <greg@mcgary.org>
56435
56436         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
56437         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
56438         (EXTEND_BUFFER): Use them.
56439
56440 2000-08-01  Jim Meyering  <meyering@lucent.com>
56441
56442         * lib/dirname.c (ISSLASH): Define.
56443         (BACKSLASH_IS_PATH_SEPARATOR): Define.
56444         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
56445         both `\' and `/' may be use as path separators.
56446         Based on a patch from Prashant TR.
56447
56448 2000-07-31  Paul Eggert  <eggert@twinsun.com>
56449
56450         * lib/quotearg.c (quotearg_n_options): Don't make the initial
56451         slot vector a constant, since it might get modified.
56452
56453 2000-07-31  Jim Meyering  <meyering@lucent.com>
56454
56455         * lib/xmalloc.c: Use `virtual memory exhausted', not
56456         `Memory exhausted'.
56457         * lib/obstack.c (print_and_abort): Likewise.
56458
56459 2000-07-30  Paul Eggert  <eggert@twinsun.com>
56460
56461         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
56462         buffer, so that the caller can always quote one small
56463         component of a "memory exhausted" message in slot 0.
56464         From a suggestion by Jim Meyering.
56465
56466 2000-07-30  Jim Meyering  <meyering@lucent.com>
56467
56468         * lib/makepath.c (make_path): Quote the other instance, too.
56469
56470         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
56471         (STATIC_BUF_SIZE): Define.
56472         (quotearg_n_options): Use only statically allocated storage when
56473         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
56474         than STATIC_BUF_SIZE.
56475
56476 2000-07-29  Jim Meyering  <meyering@lucent.com>
56477
56478         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
56479         * lib/dirname.c (dir_name): Likewise.
56480
56481         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
56482         `/'.
56483
56484         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
56485         (dir_name): Assert that there are no trailing slashes.
56486
56487 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
56488
56489         * lib/mbswidth.h (mbswidth): Add a flags argument.
56490         (mbswidth): New declaration.
56491         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
56492         * lib/mbswidth.c (mbswidth): Add a flags argument.
56493         (mbsnwidth): New function.
56494
56495 2000-07-24  Jim Meyering  <meyering@lucent.com>
56496
56497         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
56498
56499 2000-07-23  Paul Eggert  <eggert@twinsun.com>
56500
56501         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
56502
56503 2000-07-23  Paul Eggert  <eggert@twinsun.com>
56504
56505         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
56506         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
56507         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
56508         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
56509         invoke multibyte primitives.
56510
56511 2000-07-23  Paul Eggert  <eggert@twinsun.com>
56512
56513         * lib/quotearg.c:
56514         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
56515         so that mbstate_t is always defined.
56516
56517         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
56518         be 1 in at least one GCC installation, and this configuration
56519         error is likely to be common.  Ignoring MB_LEN_MAX hurts
56520         performance on hosts that have mbrtowc but have only unibyte
56521         locales, but I assume these hosts are rare.
56522
56523 2000-07-23  Paul Eggert  <eggert@twinsun.com>
56524
56525         * lib/mbswidth.c (_XOPEN_SOURCE):
56526         Don't define; this causes problems on Solaris 7.
56527         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
56528
56529 2000-07-23  Jim Meyering  <meyering@lucent.com>
56530
56531         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
56532         too: getgrgid, getpwuid, getuid.
56533
56534 2000-07-23  Jim Meyering  <meyering@lucent.com>
56535
56536         * lib/basename.c (base_name): Add an assertion.
56537
56538 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
56539
56540         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
56541         shadow its mbsinit function.
56542
56543 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
56544
56545         * lib/mbswidth.h: New file.
56546         * lib/mbswidth.c: New file.
56547         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
56548         (noinst_HEADERS): Add mbswidth.h.
56549
56550 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
56551
56552         * lib/config.charset: Add support for FreeBSD. Improve support for
56553         HP-UX and IRIX 6.
56554
56555 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
56556
56557         * m4/mbswidth.m4: New file.
56558         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
56559
56560 2000-07-15  Jim Meyering  <meyering@lucent.com>
56561
56562         * lib/makepath.c: Include quote.h.
56563         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
56564         corresponding argument in a `quote (...)' call.
56565         Give better diagnostics.
56566
56567         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
56568         (noinst_HEADERS): Add quote.h.
56569
56570         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
56571         from tar's src/misc.c.
56572         * lib/quote.h: New file.  Prototypes for same.
56573
56574 2000-07-14  Paul Eggert  <eggert@twinsun.com>
56575
56576         From a suggestion by Bruno Haible.
56577         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
56578         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
56579         to decide whether to define the BeOS workaround macro;
56580         this adjusts to the change to AC_MBSTATE_T.
56581
56582 2000-07-14  Jim Meyering  <meyering@lucent.com>
56583
56584         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
56585         jm_AC_TYPE_UINTMAX_T.
56586
56587 2000-07-13  Paul Eggert  <eggert@twinsun.com>
56588
56589         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
56590
56591         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
56592         quotearg_buffer_restyled): Add support for
56593         clocale_quoting_style.  Undo previous change to
56594         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
56595         and "{RIGHT QUOTATION MARK}" msgids.
56596
56597 2000-07-10  Paul Eggert  <eggert@twinsun.com>
56598
56599         From a suggestion by Bruno Haible.
56600         * m4/mbstate_t.m4 (AC_MBSTATE_T):
56601         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
56602         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
56603         and mbstate_t, to a single-part test that simply defines mbstate_t.
56604         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
56605         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
56606
56607 2000-07-10  Jim Meyering  <meyering@lucent.com>
56608
56609         * m4/strerror_r.m4: Mirror the correction made in autoconf.
56610
56611         * m4/gnu-source.m4: Output to confdefs.h directly.
56612         Suggestion from Akim Demaille.
56613
56614 2000-07-09  Paul Eggert  <eggert@twinsun.com>
56615
56616         The old behavior of quoting `like this' doesn't look good with
56617         newer, ISO-style fonts.  See:
56618         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
56619
56620         Instead, quote "like this" by default.  Let the translator
56621         tailor the locale-specific quoting behavior by providing
56622         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
56623
56624         * lib/quotearg.c (N_): New macro.
56625         (gettext_default): New function.
56626         (quotearg_buffer_restyled): Use
56627         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
56628         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
56629
56630 2000-07-09  Jim Meyering  <meyering@lucent.com>
56631
56632         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
56633         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
56634
56635         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
56636         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
56637
56638 2000-07-09  Jim Meyering  <meyering@lucent.com>
56639
56640         * lib/Most files: Update copyright dates to include 2000.
56641
56642 2000-07-08  Jim Meyering  <meyering@lucent.com>
56643
56644         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
56645         if not defined.
56646         (xgethostname): Remove now-unnecessary #ifdef.
56647         Move declaration of `err' into loop where it's used.
56648
56649 2000-07-05  Paul Eggert  <eggert@twinsun.com>
56650         and Bruno Haible  <haible@clisp.cons.org>
56651
56652         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
56653         only if the test for an object-type mbstate_t fails.  This
56654         prevents us from mistakenly reporting that mbstate_t is a
56655         system object type after we "#define mbstate_t int" to work
56656         around its lack.
56657
56658 2000-07-05  Paul Eggert  <eggert@twinsun.com>
56659         and Bruno Haible  <haible@clisp.cons.org>
56660
56661         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
56662
56663 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
56664
56665         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
56666         to strerror_r.
56667         Include <ctype.h> for use of isalpha.
56668
56669 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
56670
56671         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
56672         by allocating a larger buffer. Test the gethostname return value for
56673         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
56674         returns an error and ENAMETOOLONG isn't defined.
56675
56676 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
56677
56678         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
56679         dimension.
56680
56681 2000-07-04  Jim Meyering  <meyering@lucent.com>
56682
56683         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
56684         of the deprecated AC_CHECKING.
56685
56686 2000-07-04  Jim Meyering  <meyering@lucent.com>
56687
56688         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
56689         Reported by Bruno Haible.
56690
56691 2000-07-04  Jim Meyering  <meyering@lucent.com>
56692
56693         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
56694         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
56695         lacks mbrtowc.
56696
56697 2000-07-03  Paul Eggert  <eggert@twinsun.com>
56698
56699         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
56700         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
56701
56702 2000-07-03  Paul Eggert  <eggert@twinsun.com>
56703         and Bruno Haible  <haible@clisp.cons.org>
56704
56705         * lib/quotearg.c (mbrtowc):
56706         Assign to *pwc, and return 1 only if result is nonzero.
56707         (iswprint): Use ISPRINT when substituting our own mbrtowc.
56708
56709 2000-07-03  Jim Meyering  <meyering@lucent.com>
56710
56711         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
56712
56713 2000-07-03  Jim Meyering  <meyering@lucent.com>
56714
56715         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
56716         This is necessary to get a definition of e.g., UTMP_FILE on
56717         HP-UX 10.20.
56718         From Bob Proulx.
56719
56720 2000-07-02  Jim Meyering  <meyering@lucent.com>
56721
56722         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
56723
56724         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
56725         AC_LIBOBJ(function_name).
56726         * m4/chown.m4: Likewise.
56727         * m4/fnmatch.m4: Likewise.
56728         * m4/ftruncate.m4: Likewise.
56729         * m4/getgroups.m4: Likewise.
56730         * m4/getline.m4: Likewise.
56731         * m4/group-member.m4: Likewise.
56732         * m4/jm-macros.m4: Likewise.
56733         * m4/lstat.m4: Likewise.
56734         * m4/malloc.m4: Likewise.
56735         * m4/memcmp.m4: Likewise.
56736         * m4/nanosleep.m4: Likewise.
56737         * m4/putenv.m4: Likewise.
56738         * m4/realloc.m4: Likewise.
56739         * m4/regex.m4: Likewise.
56740         * m4/stat.m4: Likewise.
56741         * m4/strftime.m4: Likewise.
56742
56743 2000-07-02  Jim Meyering  <meyering@lucent.com>
56744
56745         * lib/quotearg.c (mbstate_t): Don't define here.
56746
56747 2000-07-02  Jim Meyering  <meyering@lucent.com>
56748
56749         * lib/nanosleep.c (SIGCONT): Define if not already defined.
56750
56751 2000-07-01  Jim Meyering  <meyering@lucent.com>
56752
56753         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
56754
56755 2000-07-01  Jim Meyering  <meyering@lucent.com>
56756
56757         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
56758         problem.
56759
56760 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
56761
56762         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
56763         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
56764
56765 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
56766
56767         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
56768         per change in ../m4/ls-mntd-fs.m4.
56769         (read_filesystem_list): Ignore symbolic links.
56770
56771 2000-06-29  Jim Meyering  <meyering@lucent.com>
56772
56773         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
56774         for declaration of strcmp.
56775
56776         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
56777
56778         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
56779         Avoid warning by casting result to `char *' to remove `const'.
56780
56781 2000-06-28  Jim Meyering  <meyering@lucent.com>
56782
56783         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
56784         included by quotearg.c, for which we perform this test.  From
56785         Bruno Haible.
56786
56787 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
56788
56789         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
56790         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
56791         <utmpx.h> exists, put readutmp.o into LIBOBJS.
56792
56793 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
56794
56795         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
56796
56797 2000-06-26  Paul Eggert  <eggert@twinsun.com>
56798
56799         savedir now sets errno on failure and invokes xmalloc to get memory.
56800         Fix a couple of other minor bugs while we're at it.
56801
56802         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
56803         (NAMLEN): Remove macro.
56804         (malloc, realloc): Remove decls.
56805         (stpcpy): Likewise.
56806         ("xalloc.h"): Include.
56807         (NAME_SIZE_DEFAULT): New macro.
56808         (savedir): Use xmalloc / xrealloc to allocate memory.
56809         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
56810         Skip "" directory entries.
56811         Use strlen to calculate directory entry length, since the old method
56812         is rarely used these days and isn't worth supporting.
56813         Don't use a pointer after freeing it.
56814         Check for integer overflow when calculating allocation size.
56815         Use memcpy to copy entries, instead of stpcpy.
56816         Set errno properly when returning NULL.
56817         Check for readdir error.
56818
56819 2000-06-26  Jim Meyering  <meyering@lucent.com>
56820
56821         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
56822
56823 2000-06-25  Jim Meyering  <meyering@lucent.com>
56824
56825         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
56826         Linux header bug when _XOPEN_SOURCE is defined to 500.
56827
56828 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
56829
56830         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
56831         deficiency.
56832
56833 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
56834
56835         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
56836         Include xalloc.h.
56837         Don't include <stdlib.h>.  Don't declare malloc, realloc.
56838
56839 2000-06-24  Jim Meyering  <meyering@lucent.com>
56840
56841         * m4/strerror_r.m4: Revive this file -- to try out an experimental
56842         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
56843         for which strerror does return char*, but which lacks a conveniently
56844         accessible declaration of the function.  If the compile-test says
56845         strerror_r doesn't work, then resort to a `run'-test that works on
56846         BeOS and segfaults on DEC Unix.
56847
56848 2000-06-24  Jim Meyering  <meyering@lucent.com>
56849
56850         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
56851
56852 2000-06-23  Paul Eggert  <eggert@twinsun.com>
56853
56854         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
56855         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
56856
56857 2000-06-23  Paul Eggert  <eggert@twinsun.com>
56858
56859         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
56860         (mbrtowc, mbstate_t): Define substitutes if
56861         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
56862         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
56863         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
56864
56865 2000-06-23  Jim Meyering  <meyering@lucent.com>
56866
56867         * m4/afs.m4: Add missing AC_MSG_RESULT.
56868         Reported by Bruno Haible.
56869
56870         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
56871         Suggestion from Bruno Haible.
56872
56873 2000-06-23  Jim Meyering  <meyering@lucent.com>
56874
56875         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
56876
56877 2000-06-21  Jim Meyering  <meyering@lucent.com>
56878
56879         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
56880
56881 2000-06-21  Jim Meyering  <meyering@lucent.com>
56882
56883         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
56884         (noinst_HEADERS): Add getstr.h.
56885
56886         * lib/getline.c (getstr): Move into a separate file.
56887         * lib/getstr.c (getstr): New file, extracted from getline.c, with
56888         the following changes: new parameter, delim2; both delim[12]
56889         parameters have type `int', not `char'.  The latter would lose
56890         with 8-bit delimiters.
56891         * lib/getstr.h: New file.
56892
56893 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
56894
56895         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
56896         than 1024, return a memory chunk of least possible size, instead
56897         of size PATH_MAX + 2. In the loop, increment the size proportionally.
56898         Use free/xmalloc instead of xrealloc to avoid copying for very long
56899         paths.
56900
56901 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
56902
56903         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
56904         the empty string.
56905
56906 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
56907
56908         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
56909         address, not strdup.  Include <stdlib.h> and don't declare free().
56910
56911 2000-06-19  Jim Meyering  <meyering@lucent.com>
56912
56913         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
56914
56915 2000-06-18  Jim Meyering  <meyering@lucent.com>
56916
56917         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
56918
56919         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
56920         `checking whether...' message to be consistent with that of the
56921         lstat test.
56922
56923 2000-06-18  Jim Meyering  <meyering@lucent.com>
56924
56925         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
56926         Besides, these days every porting target provides a mkdir function.
56927
56928         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
56929         needed. (this snippet comes from src/system.h).
56930
56931 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
56932
56933         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
56934
56935 2000-06-15  Paul Eggert  <eggert@twinsun.com>
56936
56937         * lib/human.c (adjust_value): New function.
56938         (human_readable_inexact): Apply rounding style even when
56939         printing approximate values.
56940
56941 2000-06-14  Paul Eggert  <eggert@twinsun.com>
56942
56943         * lib/human.c (human_readable_inexact): Allow an input block
56944         size that is not a multiple of the output block size, and vice versa.
56945         Reported by Piergiorgio Sartor.
56946
56947 2000-06-14  Paul Eggert  <eggert@twinsun.com>
56948
56949         * lib/getdate.y (get_date): Apply relative times after time
56950         zone indicator, not before.  Reported by Todd A. Jacobs.
56951
56952 2000-06-13  Jim Meyering  <meyering@lucent.com>
56953
56954         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
56955
56956         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
56957
56958 2000-06-12  Paul Eggert  <eggert@twinsun.com>
56959
56960         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
56961
56962 2000-06-12  Jim Meyering  <meyering@lucent.com>
56963
56964         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
56965         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
56966         optional argument.
56967         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
56968         the optional argument, `lib'.
56969
56970 2000-06-08  Jim Meyering  <meyering@lucent.com>
56971
56972         * m4/largefile.m4: Remove file (now that it's part of autoconf).
56973
56974 2000-06-04  Paul Eggert  <eggert@twinsun.com>
56975
56976         Rewrite largefile configuration so that we don't need to run
56977         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
56978         AC_CANONICAL_HOST in configure.in -- jmm]
56979
56980         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
56981         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
56982         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
56983         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
56984         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
56985         All uses changed.
56986         Instead of inspecting the output of getconf, try to compile the
56987         test program without and with the macro definition.
56988         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
56989         for getconf.  Instead, check for the needed flags by compiling
56990         test programs.
56991
56992 2000-06-04  Paul Eggert  <eggert@twinsun.com>
56993
56994         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
56995
56996 2000-06-04  Jim Meyering  <meyering@lucent.com>
56997
56998         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
56999         SunOS 4.1.4 for which gid_t is an unsigned type.
57000
57001 2000-06-03  Jim Meyering  <meyering@lucent.com>
57002
57003         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
57004         now that autoconf requires that.
57005
57006         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
57007         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
57008         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
57009
57010 2000-06-03  Jim Meyering  <meyering@lucent.com>
57011
57012         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
57013
57014 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
57015
57016         * m4/glibc21.m4: New file.
57017         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
57018
57019 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
57020
57021         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
57022         newer, don't install charset.alias.
57023         * lib/config.charset: Change the Linux/glibc rules so they become empty
57024         on glibc-2.1 or newer.
57025
57026 2000-06-02  Jim Meyering  <meyering@lucent.com>
57027
57028         * lib/mountlist.c: Back out last change.  Instead, do this...
57029         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
57030         me_dummy member using the same `ignore'-testing code.
57031         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
57032         fs_type strings.
57033         From Mark D. Roth.
57034
57035 2000-05-29  Jim Meyering  <meyering@lucent.com>
57036
57037         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
57038         mounts with the `ignore' attribute.  Based on a patch from
57039         Mark D. Roth.
57040
57041 2000-05-28  Jim Meyering  <meyering@lucent.com>
57042
57043         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
57044         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
57045         * m4/stat.m4: Likewise.
57046         * m4/lstat.m4: Likewise.
57047         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
57048
57049         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
57050         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
57051
57052 2000-05-26  Jim Meyering  <meyering@lucent.com>
57053
57054         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
57055
57056 2000-05-24  Jim Meyering  <meyering@lucent.com>
57057
57058         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
57059         autoconf requires that.
57060         * m4/lib-check.m4: Likewise.
57061         * m4/jm-macros.m4: Likewise.
57062         * m4/strftime.m4: Likewise.
57063
57064         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
57065         AC_CHECK_DECLS, now that autoconf requires that.
57066
57067 2000-05-22  Jim Meyering  <meyering@lucent.com>
57068
57069         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
57070         * m4/lstat.m4: Likewise.
57071
57072 2000-05-22  Jim Meyering  <meyering@lucent.com>
57073
57074         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
57075
57076 2000-05-20  Jim Meyering  <meyering@lucent.com>
57077
57078         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
57079         (jm_PREREQ): Use it.
57080
57081 2000-05-18  Jim Meyering  <meyering@lucent.com>
57082
57083         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
57084         back, too, since it may have been modified by allocate_entry.
57085         (hash_delete): Rewrite to use neither the assignment operator
57086         nor the comma operator in an if-expression.
57087
57088 2000-05-15  Paul Eggert  <eggert@twinsun.com>
57089
57090         * lib/closeout.c:
57091         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
57092         Remove; no longer needed.
57093         "quotearg.h": Add include.
57094         (file_name): Do not bother to explicitly initialize to NULL; it's less
57095         efficient on some hosts.
57096         (close_stdout_status): Remove test as to whether stdout was already
57097         closed; it breaks for the case "echo x | sort >&-".
57098         Quote file name colons.
57099         Do not assume that _("write error") lacks format strings.
57100
57101 2000-05-15  Jim Meyering  <meyering@lucent.com>
57102
57103         * lib/version-etc.c (version_etc_copyright): Update the copyright
57104         string used in all --version output.
57105
57106 2000-05-14  Jim Meyering  <meyering@lucent.com>
57107
57108         * lib/closeout.c (close_stdout_set_file_name): New function.
57109         (close_stdout_status): Use new file-scoped global.
57110         Return right away if fstat says the stdout file descriptor is invalid.
57111         * lib/closeout.h (close_stdout_set_file_name): Declare.
57112
57113 2000-05-10  Jim Meyering  <meyering@lucent.com>
57114
57115         * lib/closeout.c [default_exit_status]: New file-scoped variable.
57116         (close_stdout_set_status): New function.
57117         * lib/closeout.h (close_stdout_set_status): Declare.
57118
57119 2000-05-09  Jim Meyering  <meyering@lucent.com>
57120
57121         * m4/gettext.m4: Rename this...
57122         * m4/libintl.m4: ...to this.
57123
57124 2000-05-08  Jim Meyering  <meyering@lucent.com>
57125
57126         * lib/long-options.c: Don't include closeout.h.
57127         (parse_long_options): Don't call close_stdout for --version.
57128
57129 2000-05-06  Paul Eggert  <eggert@twinsun.com>
57130
57131         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
57132         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
57133         2.1.3 bug.  This avoids a clash when files like regex.c define
57134         _GNU_SOURCE.
57135
57136 2000-05-06  Jim Meyering  <meyering@lucent.com>
57137
57138         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
57139         (AC_REPLACE_FUNCS): Add strnlen.
57140
57141         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
57142         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
57143
57144         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
57145         AC_SEARCH_LIBS call for nanosleep.
57146         (LIB_NANOSLEEP): Set and AC_SUBST.
57147
57148 2000-05-06  Jim Meyering  <meyering@lucent.com>
57149
57150         * lib/strnlen.c: Undefine __strnlen and strnlen.
57151         [!weak_alias]: Define __strnlen to strnlen.
57152
57153         * lib/atexit.c: New file, from libiberty.
57154
57155 2000-05-06  Jim Meyering  <meyering@lucent.com>
57156
57157         * lib/closeout.c (close_stdout_status): Also check for errors on the
57158         stderr stream.
57159
57160 2000-05-05  Jim Meyering  <meyering@lucent.com>
57161
57162         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
57163         AC_SEARCH_LIBS call for clock_gettime.
57164         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
57165
57166         * m4/search-libs.m4: Update from autoconf.
57167
57168         su doesn't work on Solaris 2.6.
57169         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
57170         <shadow.h>.  Reported by Dragos Harabor.
57171
57172 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
57173
57174         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
57175         memcpy instead of xmalloc, xrealloc, path_concat.
57176         (locale_charset): Treat empty environment variables as absent.
57177         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
57178
57179 2000-05-04  Jim Meyering  <meyering@lucent.com>
57180
57181         * lib/getopt.c: Update from glibc.
57182         * lib/obstack.c: Likewise.
57183         * lib/obstack.h: Likewise.
57184         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
57185         file
57186
57187         * lib/regex.h: Likewise.
57188         * lib/strndup.c: Likewise.
57189         * lib/strnlen.c: New file, from glibc.
57190
57191 2000-05-03  Jim Meyering  <meyering@lucent.com>
57192
57193         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
57194
57195 2000-05-02  Paul Eggert  <eggert@twinsun.com>
57196
57197         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
57198         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
57199         compile-time test, rather than inspecting host and OS, to
57200         decide whether to define _LARGEFILE_SOURCE.
57201
57202 2000-05-01  Jim Meyering  <meyering@lucent.com>
57203
57204         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
57205
57206         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
57207         Based on a patch from Bruno Haible.
57208
57209 2000-05-01  Jim Meyering  <meyering@lucent.com>
57210
57211         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
57212
57213 2000-04-29  Jim Meyering  <meyering@lucent.com>
57214
57215         * lib/path-concat.c: Declare strdup only if it's not defined.
57216         * lib/canon-host.c: Likewise.
57217
57218 2000-04-28  Jim Meyering  <meyering@lucent.com>
57219
57220         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
57221         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
57222         is included first, then limits.h is included by locale.h by libintl.h.
57223         From John David Anglin.
57224
57225 2000-04-25  Jim Meyering  <meyering@lucent.com>
57226
57227         * lib/makepath.c (S_IRWXUGO): Define.
57228         (make_path): Always perform explicit chmod if MODE specifies any
57229         of the `special' permission bits.  Prompted by a bug report against
57230         install from Mate Wierdl and Joost van Baal.
57231
57232 2000-04-18  Jim Meyering  <meyering@lucent.com>
57233
57234         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
57235         (jm_PREREQ): Use it.
57236
57237 2000-04-18  Jim Meyering  <meyering@lucent.com>
57238
57239         * lib/README: New file.
57240
57241         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
57242         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
57243
57244 2000-04-17  Jim Meyering  <meyering@lucent.com>
57245
57246         Get it right :-)
57247         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
57248         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
57249         Suggestion from Akim Demaille.
57250
57251 2000-04-17  Jim Meyering  <meyering@lucent.com>
57252
57253         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
57254         the definition of it to rpl_strftime also defined-away the system's
57255         declaration.
57256
57257 2000-04-15  Jim Meyering  <meyering@lucent.com>
57258
57259         Use `C' to denote so-called `contiguous' files, the same way
57260         that tar does.
57261         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
57262         (ftypelet): Use S_ISCTG.
57263         From Michael Deutschmann.
57264
57265 2000-04-14  Jim Meyering  <meyering@lucent.com>
57266
57267         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
57268         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
57269         clobbered.
57270
57271 2000-04-14  Jim Meyering  <meyering@lucent.com>
57272
57273         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
57274
57275 2000-04-13  Jim Meyering  <meyering@lucent.com>
57276
57277         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
57278         AH_VERBATIM to insert required #ifndef into config.h.in.
57279         Suggestion from Akim Demaille.
57280
57281 2000-04-12  Jim Meyering  <meyering@lucent.com>
57282
57283         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
57284         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
57285         Christian Krackowizer.
57286
57287         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
57288         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
57289         (AC_SYS_LARGEFILE): Require.
57290         (AM_C_PROTOTYPES): Require.
57291
57292 2000-04-08  Jim Meyering  <meyering@lucent.com>
57293
57294         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
57295         names don't conflict.  Reported by Eli Zaretskii.
57296
57297 2000-04-07  Jim Meyering  <meyering@lucent.com>
57298
57299         * lib/putenv.c: Move inclusion of errno.h so it follows that of
57300         sys/types.h, to work around system header problems on AIX 3.2.5.
57301         From Bruno Haible.
57302
57303 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
57304
57305         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
57306         bug.  Deal with the different error behavior of Irix iconv.
57307
57308 2000-04-05  Paul Eggert  <eggert@twinsun.com>
57309
57310         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
57311         IRIX if the installer said otherwise.
57312
57313 2000-04-05  Jim Meyering  <meyering@lucent.com>
57314
57315         Portability tweaks required for ultrix4.3.
57316         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
57317         (jm_CHECK_DECLS): Add getutent to the list of functions.
57318         (_jm_DECL_HEADERS): Add utmpx.h.
57319         From John David Anglin.
57320
57321         * m4/strftime.m4: Back out the 2000-04-02 change.
57322         Instead of that change, simply undefine putenv in the test program.
57323
57324 2000-04-05  Jim Meyering  <meyering@lucent.com>
57325
57326         Portability tweaks required for ultrix4.3.
57327         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
57328         getutent.
57329         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
57330         * lib/canon-host.c: Declare strdup.
57331         * lib/path-concat.c: Likewise.
57332         From John David Anglin.
57333
57334 2000-04-04  Jim Meyering  <meyering@lucent.com>
57335
57336         Be more DOS 8.3-friendly.
57337         * lib/ref-add.sin: Renamed from ref-add.sed.in.
57338         * lib/ref-del.sin: Renamed from ref-del.sed.in.
57339         * lib/Makefile.am: Reflect renaming.
57340         Reported by Eli Zaretskii.
57341
57342         Use a temporary file name that won't clash with `charset.alias'
57343         in the DOS 8.3 name space.
57344         * lib/Makefile.am (charset_tmp): Define.
57345         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
57346         (uninstall-local): Likewise.
57347         Reported by Eli Zaretskii.
57348
57349 2000-04-03  Jim Meyering  <meyering@lucent.com>
57350
57351         * m4/gettext.m4: Fix typo in comment.
57352
57353         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
57354         textutils/configure.in).  Suggestion from Paul Eggert.
57355         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
57356
57357 2000-04-02  Paul Eggert  <eggert@twinsun.com>
57358
57359         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
57360         variable in the shell rather than using putenv, which isn't
57361         portable.  This avoids the configure-time inter-test dependency
57362         on the potentially-renamed putenv function.
57363
57364 2000-03-30  Paul Eggert  <eggert@twinsun.com>
57365
57366         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
57367         before checking struct stat.st_blksize, so that
57368         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
57369
57370 2000-03-29  Paul Eggert  <eggert@twinsun.com>
57371
57372         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
57373         since strftime.c uses HAVE_STRFTIME to decide whether to use
57374         the underlying strftime.
57375
57376 2000-03-29  Paul Eggert  <eggert@twinsun.com>
57377
57378         * lib/time/strftime.c (my_strftime): Make sure we call the system
57379         strftime, not ourselves, when invoking the underlying strftime.
57380
57381 2000-03-24  Jim Meyering  <meyering@lucent.com>
57382
57383         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
57384         (charset_alias): Define.
57385         (install-exec-local): Factor out common code.
57386         (uninstall-local): Split lines longer than 80.
57387         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
57388         (SUFFIXES): Define.
57389         (.sed.in.sed): New rule.  Don't redirect directly to $@.
57390         (CLEANFILES): Add ref-add.sed and ref-del.sed.
57391
57392 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
57393
57394         * lib/config.charset: Output a line containing "Packages using this
57395         file".
57396         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
57397         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
57398         ref-del.sed): New rules.
57399
57400 2000-03-17  Jim Meyering  <meyering@lucent.com>
57401
57402         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
57403         Otherwise, include <strings.h>
57404
57405 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
57406
57407         * lib/unicodeio.c (utf8_wctomb): New function.
57408         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
57409         format instead of in UCS-4 with platform dependent endianness.
57410
57411 2000-03-10  Jim Meyering  <meyering@lucent.com>
57412
57413         * m4/lib-check.m4: Look for getspnam in -lgen, too.
57414         From Marco Franzen.
57415
57416 2000-03-07  Paul Eggert  <eggert@twinsun.com>
57417
57418         * lib/savedir.c (savedir): Work even if directory size is
57419         negative; this can happen with some screwy NFS configurations.
57420
57421 2000-03-06  Jim Meyering  <meyering@lucent.com>
57422
57423         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
57424         if it's NULL (because we ran out of memory).  From Bruno Haible.
57425
57426 2000-03-05  Jim Meyering  <meyering@lucent.com>
57427
57428         * lib/localcharset.c ("path-concat.h"): Include.
57429         (get_charset_aliases): Use path_concat instead of ANSI string
57430         concatenation.
57431
57432         * lib/unicodeio.h (PARAMS): Define.
57433         Use it to guard prototype.
57434
57435 2000-03-04  Jim Meyering  <meyering@lucent.com>
57436
57437         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
57438         for lib/localcharset.c.
57439
57440 2000-03-04  Jim Meyering  <meyering@lucent.com>
57441
57442         * lib/Makefile.am (install-exec-local): Create $(libdir) before
57443         installing into it.
57444         (uninstall-local): Uncomment this rule so `make distcheck' works
57445         once again.
57446
57447         * lib/unicodeio.c (<errno.h>): Include it.
57448         (errno): Declare if not defined.
57449
57450         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
57451
57452         * lib/config.charset: New version, incorporating remarks from a linux
57453         i18n mailing list.  From Bruno Haible.
57454
57455 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
57456
57457         * m4/codeset.m4: New file.
57458         * m4/iconv.m4: New file.
57459         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
57460
57461 2000-03-03  Jim Meyering  <meyering@lucent.com>
57462
57463         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
57464
57465 2000-03-02  Jim Meyering  <meyering@lucent.com>
57466
57467         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
57468         the messages come out on separate lines.
57469
57470         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
57471         rather than jm_CHECK_DECLARATIONS.
57472         * m4/decl.m4: Remove now-unused file.
57473
57474         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
57475         geteuid.
57476
57477 2000-03-02  Jim Meyering  <meyering@lucent.com>
57478
57479         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
57480
57481 2000-03-01  Jim Meyering  <meyering@lucent.com>
57482
57483         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
57484         * lib/unicodeio.c: Likewise.
57485
57486 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
57487
57488         * lib/config.charset: New file.
57489         * lib/localcharset.c: New file.
57490         * lib/unicodeio.h, lib/unicodeio.c: New files.
57491         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
57492         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
57493         (noinst_HEADERS): Add unicodeio.h.
57494         (all-local, install-exec-local, charset.alias): New targets.
57495
57496 2000-02-28  Paul Eggert  <eggert@twinsun.com>
57497
57498         * lib/quotearg.c (ALERT_CHAR): New macro.
57499         (quotearg_buffer_restyled): Use it.
57500
57501 2000-02-27  Jim Meyering  <meyering@lucent.com>
57502
57503         * m4/check-decl.m4: Add getenv to the list.
57504
57505 2000-02-27  Jim Meyering  <meyering@lucent.com>
57506
57507         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
57508         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
57509
57510         * lib/backupfile.c: Guard inclusion of stdlib.h with
57511         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
57512         Declare malloc if needed.
57513
57514         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
57515         `#ifndef HAVE_DECL..'
57516         now that autoconf always defines the HAVE_DECL_ symbols.
57517         * lib/human.c: Likewise.
57518         * lib/same.c: Likewise.
57519         * lib/strtoumax.c: Likewise.
57520
57521         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
57522         declaration check was not run.
57523         * lib/hash.c: Likewise.
57524         * lib/human.c: Likewise.
57525         * lib/same.c: Likewise.
57526         * lib/strtoumax.c: Likewise.
57527
57528         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
57529         `.', then first look up the entire `.'-containing string as a login
57530         name.
57531
57532 2000-02-23  Jim Meyering  <meyering@lucent.com>
57533
57534         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
57535         in place of my hack.
57536
57537 2000-02-18  Paul Eggert  <eggert@twinsun.com>
57538
57539         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
57540         (textint): New typedef.
57541         (parser_control): Member year changed from int to textint.
57542         All uses changed.
57543         (YYSTYPE): Removed; replaced by %union with int and textint members.
57544         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
57545         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
57546         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
57547         (tSNUMBER, tUNUMBER): Now of type <textintval>.
57548         (date, number, to_year): Use width of number in digits, not its value,
57549         to determine whether it's a 2-digit year, or a 2-digit time.
57550         (yylex): Store number of digits of numeric tokens.
57551         Reported by John Kendall.
57552
57553         (parser_control): Changed from struct parser_control to typedef (for
57554         consistency).  All uses changed.
57555
57556         (tID): Removed; not used.
57557         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
57558
57559 2000-02-14  Paul Eggert  <eggert@twinsun.com>
57560
57561         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
57562         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
57563
57564 2000-02-12  Jim Meyering  <meyering@lucent.com>
57565
57566         * lib/userspec.c (ISDIGIT): Define it.
57567         (isdigit): Remove definition.
57568         (is_number): Use ISDIGIT, not isdigit.
57569         <libintl.h>: Include.
57570         (_ and N_): Define.
57571         (parse_user_spec): Mark translatable strings.
57572
57573 2000-02-10  Jim Meyering  <meyering@lucent.com>
57574
57575         With these changes, nanosleep.[ch] are finally enough like the other
57576         lib/* replacement files to compile on a few more losing systems.
57577
57578         * lib/nanosleep.h: Don't include config.h.
57579         Remove prototype from declaration of nanosleep.
57580         (PARAMS): Remove now-unneeded definition.
57581         * lib/nanosleep.c: #undef nanosleep.
57582         (rpl_nanosleep): Rename from nanosleep.
57583
57584 2000-02-10  Jim Meyering  <meyering@lucent.com>
57585
57586         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
57587         gnu_nanosleep to rpl_nanosleep.
57588
57589 2000-02-09  Jim Meyering  <meyering@lucent.com>
57590
57591         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
57592         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
57593
57594 2000-02-08  Akim Demaille  <akim@epita.fr>
57595
57596         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
57597         `[' and `]' and remove uses of `changequote'.
57598         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
57599         (AC_SYS_LARGEFILE): Likewise.
57600         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
57601         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
57602         of changequote.
57603         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
57604         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
57605         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
57606         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
57607
57608 2000-02-05  Jim Meyering  <meyering@lucent.com>
57609
57610         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
57611         Remove explicit use of AC_HEADER_TIME.  It is required by
57612         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
57613         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
57614         in autoconf whereby the expansion of the latter ended up preceding
57615         the expansion of its prerequisite, AC_HEADER_TIME.
57616         Reported by Volker Borchert.
57617
57618 2000-02-03  Jim Meyering  <meyering@lucent.com>
57619
57620         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
57621
57622 2000-02-03  Jim Meyering  <meyering@lucent.com>
57623
57624         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
57625         rather than with `#if HAVE_UTMPNAME'.
57626
57627 2000-02-02  Jim Meyering  <meyering@lucent.com>
57628
57629         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
57630         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
57631         Reported by Eli Zaretskii.
57632
57633 2000-02-01  Jim Meyering  <meyering@lucent.com>
57634
57635         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
57636
57637 2000-01-31  Jim Meyering  <meyering@lucent.com>
57638
57639         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
57640         functions.  Add the time.h and sys/time.h headers along with the
57641         AC_REQUIRE'ment of AC_HEADER_TIME.
57642
57643 2000-01-31  Jim Meyering  <meyering@lucent.com>
57644
57645         * lib/nanosleep.h (nanosleep): Guard declaration with
57646         `#if ! HAVE_DECL_NANOSLEEP'.
57647         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
57648         the declaration in that vendor's sys/timers.h.
57649         Reported by Christian Krackowizer.
57650
57651         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
57652         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
57653         (ISPRINT): Likewise.
57654         Reported by Tom Tromey.
57655
57656 2000-01-30  Jim Meyering  <meyering@lucent.com>
57657
57658         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
57659
57660         * m4/prereq.m4 (utmp_includes): Define.
57661         Check for ut_user and ut_name members in both struct utmpx
57662         and struct utmp.
57663
57664 2000-01-30  Jim Meyering  <meyering@lucent.com>
57665
57666         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
57667         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
57668         header files where only utmpx.ut_user is declared.
57669
57670         * lib/readutmp.h (UT_USER): Define.
57671
57672 2000-01-29  Jim Meyering  <meyering@lucent.com>
57673
57674         * m4/lib-check.m4: New file containing library-related checks from
57675         fileutils and sh-utils (textutils had none).
57676
57677 2000-01-28  Jim Meyering  <meyering@lucent.com>
57678
57679         * m4/perl.m4: Change format of warning message to look more like that
57680         from the missing script.  Suggestion from François Pinard.
57681
57682 2000-01-25  Jim Meyering  <meyering@lucent.com>
57683
57684         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
57685         well as time.h in the compile check.
57686         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
57687         Fix typo in cross-compiling case: s/yes/no/.
57688
57689 2000-01-23  Jim Meyering  <meyering@lucent.com>
57690
57691         * m4/jm-macros.m4: Move df-related tests here from
57692         fileutils/configure.in
57693
57694         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
57695         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
57696
57697         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
57698         s/space/ac_fsusage_space/.
57699         (jm_FILE_SYSTEM_USAGE): Take two parameters.
57700
57701         * m4/ftruncate.m4: New file (derived from part of
57702         fileutils/configure.in).
57703         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
57704         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
57705
57706         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
57707         AC_SUBST these here, rather than just in sh-util/configure.in, so
57708         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
57709         all the same.
57710         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
57711         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
57712         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
57713         (AC_SUBST(POW_LIBM)): Likewise.
57714         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
57715
57716 2000-01-23  Jim Meyering  <meyering@lucent.com>
57717
57718         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
57719         obstack.c.
57720
57721 2000-01-22  Jim Meyering  <meyering@lucent.com>
57722
57723         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
57724
57725         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
57726
57727         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
57728         configure.in
57729         (AC_CHECK_HEADERS): Likewise for sh-utils.
57730         (AC_CHECK_HEADERS): Likewise for textutils.
57731         Merge the three lists of headers.
57732
57733         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
57734         from fileutils' configure.in.
57735
57736         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
57737         code. Moved tests into their own function (_jm_DECL_HEADERS) in
57738         check-decl.m4.
57739
57740         * m4/check-decl.m4: Use #if rather than #ifdef.
57741         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
57742         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
57743         (_jm_DECL_HEADERS): Define new function.
57744         (jm_CHECK_DECLARATIONS): Require it.
57745
57746 2000-01-22  Jim Meyering  <meyering@lucent.com>
57747
57748         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
57749         [! HAVE_DECL_STRTOULL]: Declare strtoull.
57750         Required for some AIX systems.  Reported by Christian Krackowizer.
57751         [TESTING] (main): New function.
57752
57753         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
57754         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
57755         letters.
57756
57757         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
57758         iswprint.
57759
57760         * lib/strverscmp.c (ISDIGIT): Define.
57761         (strverscmp): Use ISDIGIT, not isdigit.
57762
57763 2000-01-19  Jim Meyering  <meyering@lucent.com>
57764
57765         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
57766         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
57767         defines `struct timespec' in <sys/time.h>
57768
57769         * m4/c-bs-a.m4: Remove uses of changequote altogether.
57770         Thanks to Akim for explaining.
57771
57772 2000-01-17  Paul Eggert  <eggert@twinsun.com>
57773
57774         * lib/nanosleep.c (nanosleep):
57775         Don't use SA_INTERRUPT to decide whether to call sigaction, as
57776         POSIX.1 doesn't require SA_INTERRUPT and some systems
57777         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
57778         it's been part of POSIX.1 since day 1 (in 1988).
57779
57780 2000-01-17  Jim Meyering  <meyering@lucent.com>
57781
57782         * lib/interlock: Remove unused file.  Reported by François Pinard.
57783
57784 2000-01-16  Paul Eggert  <eggert@twinsun.com>
57785
57786         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
57787         alert, backslash, formfeed, and vertical tab unnecessarily in
57788         shell quoting style.
57789
57790 2000-01-16  Jim Meyering  <meyering@lucent.com>
57791
57792         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
57793         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
57794         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
57795         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
57796
57797 2000-01-16  Jim Meyering  <meyering@lucent.com>
57798
57799         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
57800         because the latter didn't work.
57801
57802 2000-01-15  Jim Meyering  <meyering@lucent.com>
57803
57804         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
57805         (AC_REPLACE_FUNCS): Add memcpy and memset.
57806         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
57807         Add strpbrk.
57808         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
57809
57810 2000-01-12  Jim Meyering  <meyering@lucent.com>
57811
57812         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
57813         (jm_PREREQ): Use it.
57814         (jm_PREREQ_READUTMP): New macro.
57815         (jm_PREREQ): Use it.
57816
57817 2000-01-11  Paul Eggert  <eggert@twinsun.com>
57818
57819         Quote multibyte characters correctly.
57820         * m4/c-bs-a.m4: New file.
57821         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
57822         (jm_PREREQ): Use it.
57823
57824 2000-01-11  Paul Eggert  <eggert@twinsun.com>
57825
57826         * m4/uintmax_t.m4: Port to autoconf 2.13.
57827
57828 2000-01-08  Jim Meyering  <meyering@ascend.com>
57829
57830         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
57831         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
57832
57833 2000-01-04  Jim Meyering  <meyering@ascend.com>
57834
57835         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
57836         jm_STRUCT_DIRENT_D_TYPE.
57837         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
57838         jm_STRUCT_DIRENT_D_INO.
57839         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
57840         jm_STRUCT_UTIMBUF.
57841         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
57842         renamings.
57843         * m4/utime.m4: Likewise.
57844
57845         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
57846         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
57847
57848 2000-01-03  Paul Eggert  <eggert@twinsun.com>
57849
57850         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
57851         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
57852
57853 2000-01-02  Jim Meyering  <meyering@ascend.com>
57854
57855         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
57856         remember if this is necessary.
57857
57858 1999-12-26  Jim Meyering  <meyering@ascend.com>
57859
57860         * m4/jm-macros.m4: Use it here.
57861         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
57862
57863 1999-12-23  Jim Meyering  <meyering@ascend.com>
57864
57865         * m4/jm-macros.m4: Check for clock_gettime (moved from
57866         fileutils/configure.in)
57867         Check for gettimeofday.
57868
57869 1999-12-20  Jim Meyering  <meyering@ascend.com>
57870
57871         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
57872         autoconf-2.14a-1999-12-20.
57873
57874 1999-12-19  Jim Meyering  <meyering@ascend.com>
57875
57876         * m4/lstat-slash.m4: New file.
57877         * m4/jm-macros.m4: Use the new macro:
57878         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
57879
57880 1999-12-07  Jim Meyering  <meyering@ascend.com>
57881
57882         * m4/perl.m4: Require that File::Compare be available, too.
57883         Too many systems seem to lack it.
57884
57885         * m4/strftime.m4: Add checks for most of the cpp macros tested in
57886         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
57887
57888 1999-11-18  Paul Eggert  <eggert@twinsun.com>
57889
57890         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
57891         problem with the QNX 4.25 shell, which doesn't propagate exit
57892         status of failed commands inside shell assignments.
57893
57894 1999-11-17  Jim Meyering  <meyering@ascend.com>
57895
57896         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
57897
57898 1999-11-07  Jim Meyering  <meyering@ascend.com>
57899
57900         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
57901
57902 1999-11-06  Jim Meyering  <meyering@ascend.com>
57903
57904         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
57905         * m4/jm-macros.m4 (jm_MACROS): Use it here.
57906
57907 1999-11-05  Jim Meyering  <meyering@ascend.com>
57908
57909         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
57910         configure.in of textutils, fileutils, and sh-utils into this one
57911         (shared between those packages) file.
57912         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
57913         AC_STRUCT_ST_BLKSIZE.
57914
57915 1999-11-03  Jim Meyering  <meyering@ascend.com>
57916
57917         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
57918         of AC_CHECK_TYPE checks includes unistd.h.
57919         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
57920         Suggestion from Akim Demaille.
57921
57922 1999-10-30  Jim Meyering  <meyering@ascend.com>
57923
57924         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
57925         m4-quoted string.
57926         * m4/ls-mntd-fs.m4: Likewise.
57927         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
57928         * m4/jm-winsz1.m4: Likewise.
57929
57930         * m4/const.m4: Remove file, since the fix made it into the experimental
57931         version of autoconf.
57932         * m4/mktime.m4: Likewise.
57933
57934         * m4/check-type.m4: Remove file, now that the latest version of
57935         AC_CHECK_TYPE takes a third arg to specify additional #includes.
57936
57937         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
57938         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
57939         AC_CHECK_TYPE.
57940
57941 1999-10-04  Jim Meyering  <meyering@ascend.com>
57942
57943         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
57944
57945 1999-09-22  Paul Eggert  <eggert@twinsun.com>
57946
57947         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
57948         2.95.1 bug with HP-UX 10.20.
57949
57950 1999-09-17  Jim Meyering  <meyering@ascend.com>
57951
57952         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
57953         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
57954         due to missing strdup (against sh-utils-2.0).
57955
57956 1999-08-29  Jim Meyering  <meyering@ascend.com>
57957
57958         * m4/jm-macros.m4: Require jm_BISON.
57959         * m4/bison.m4: New file.
57960
57961 1999-08-17  Paul Eggert  <eggert@twinsun.com>
57962
57963         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
57964         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
57965
57966 1999-08-05  Jim Meyering  <meyering@ascend.com>
57967
57968         * m4/getline.m4: Rename test file from conftestdata to conftest.data
57969         to avoid conflicts with `conftest' on 8+3 filesystems.
57970         Suggestion from Eli Zaretskii.
57971
57972 1999-08-04  Jim Meyering  <meyering@ascend.com>
57973
57974         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
57975         fileutils and sh-utils (textutils's getline test was inadequate).
57976         (AM_FUNC_GETLINE): Run this test.
57977         (AC_CHECK_FUNCS): Check for getdelim.
57978         Reported by Bob Proulx.
57979
57980 1999-08-02  Jim Meyering  <meyering@ascend.com>
57981
57982         * m4/jm-macros.m4: Add a comment.
57983
57984 1999-08-01  Paul Eggert  <eggert@twinsun.com>
57985
57986         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
57987         <inttypes.h> defines strtoumax as a macro (and not as a
57988         function).
57989
57990 1999-08-01  Paul Eggert  <eggert@twinsun.com>
57991
57992         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
57993         that we can shift, multiply and divide unsigned long long
57994         values; Ultrix cc can't do it.
57995
57996 1999-08-01  Paul Eggert  <eggert@twinsun.com>
57997
57998         * m4/mktime.m4: New file, which is a preview of what should appear
57999         in the next public autoconf release.
58000
58001 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58002
58003         * m4/lfs.m4: Remove this file.
58004         * m4/largefile.m4: New file.  It contains the old contents of
58005         lfs.m4, except that all names with prefix AC_LFS have been
58006         changed to use the prefix AC_SYS_LARGEFILE instead, to be
58007         compatible with future autoconf versions.  Also, some minor m4
58008         quoting problems have been fixed.
58009
58010 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58011
58012         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
58013         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
58014         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
58015         and simplify the shell code.
58016
58017 1999-08-01  Jim Meyering  <meyering@ascend.com>
58018
58019         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
58020         m4.
58021
58022 1999-07-20  Jim Meyering  <meyering@ascend.com>
58023
58024         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
58025
58026 1999-07-15  Jim Meyering  <meyering@ascend.com>
58027
58028         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
58029
58030 1999-05-22  Jim Meyering  <meyering@ascend.com>
58031
58032         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
58033
58034 1999-05-20  Jim Meyering  <meyering@ascend.com>
58035
58036         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
58037         Add a colon after each `then' in case $4 is empty.
58038
58039 1999-05-16  Jim Meyering  <meyering@ascend.com>
58040
58041         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
58042
58043 1999-05-10  Jim Meyering  <meyering@ascend.com>
58044
58045         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
58046
58047         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
58048         AC_FUNC_MKTIME.
58049
58050 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
58051
58052         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
58053
58054 1999-05-04  Paul Eggert  <eggert@twinsun.com>
58055
58056         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
58057         not CPPFLAGS, so that linking works correctly in IRIX.
58058
58059 1999-04-30  Paul Eggert  <eggert@twinsun.com>
58060
58061         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
58062
58063 1999-04-20  Paul Eggert  <eggert@twinsun.com>
58064
58065         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
58066         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
58067         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
58068         jm_AC_TYPE_UNSIGNED_LONG_LONG.
58069         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
58070
58071         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
58072
58073 1999-04-20  Jim Meyering  <meyering@ascend.com>
58074
58075         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
58076         AC_REPLACE xstroull if necessary.  From Paul Eggert.
58077         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
58078
58079 1999-04-18  Jim Meyering  <meyering@ascend.com>
58080
58081         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
58082         * m4/jm-macros.m4: Use it.
58083
58084 1999-04-06  Jim Meyering  <meyering@ascend.com>
58085
58086         * m4/strftime.m4: Remove test for %f.
58087
58088 1999-03-29  Jim Meyering  <meyering@ascend.com>
58089
58090         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
58091         superset of the AC_TYPE_* checks in the textutils, fileutils,
58092         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
58093         AC_TYPE_PID_T.
58094
58095 1999-03-28  Jim Meyering  <meyering@ascend.com>
58096
58097         * m4/jm-macros.m4: Define GNU_PACKAGE here.
58098         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
58099         replaced e.g., in the *.sh files of the sh-utils.
58100
58101 1999-03-20  Jim Meyering  <meyering@ascend.com>
58102
58103         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
58104         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
58105         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
58106
58107 1999-03-19  Jim Meyering  <meyering@ascend.com>
58108
58109         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
58110
58111 1999-03-12  Jim Meyering  <meyering@ascend.com>
58112
58113         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
58114
58115 1999-03-07  Jim Meyering  <meyering@ascend.com>
58116
58117         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
58118         declared.
58119
58120 1999-02-17  Jim Meyering  <meyering@ascend.com>
58121
58122         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
58123         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
58124
58125 1999-02-07  Jim Meyering  <meyering@ascend.com>
58126
58127         * m4/group-member.m4: New file -- extracted from sh-utils'
58128         configure.in.
58129
58130         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
58131         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
58132
58133 1999-02-06  Jim Meyering  <meyering@ascend.com>
58134
58135         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
58136         * m4/fnmatch.m4: Likewise.
58137         * m4/getgroups.m4: Likewise.
58138         * m4/lstat.m4: Likewise.
58139         * m4/malloc.m4: Likewise.
58140         * m4/putenv.m4: Likewise.
58141         * m4/realloc.m4: Likewise.
58142         * m4/regex.m4: Likewise.
58143         * m4/stat.m4: Likewise.
58144         * m4/strftime.m4: Likewise.
58145         Suggestion from Alain Magloire.
58146
58147         * m4/chown.m4: Use `.$ac_objext', not `.o'.
58148         * m4/fnmatch.m4: Likewise.
58149         * m4/getgroups.m4: Likewise.
58150         * m4/getline.m4: Likewise.
58151         * m4/lstat.m4: Likewise.
58152         * m4/malloc.m4: Likewise.
58153         * m4/memcmp.m4: Likewise.
58154         * m4/putenv.m4: Likewise.
58155         * m4/realloc.m4: Likewise.
58156         * m4/regex.m4: Likewise.
58157         * m4/stat.m4: Likewise.
58158         * m4/strftime.m4: Likewise.
58159         Suggestion from Alain Magloire.
58160
58161         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
58162         an argument.
58163
58164         * m4/regex.m4: Add a run-time Test for proper operation of
58165         re_compile_pattern.
58166
58167 1999-01-31  Jim Meyering  <meyering@ascend.com>
58168
58169         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
58170
58171 1999-01-30  Jim Meyering  <meyering@ascend.com>
58172
58173         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
58174
58175         * m4/jm-mktime.m4: Make this a wrapper around the official
58176         AM_FUNC_MKTIME rather than my private copy, now that the official one
58177         is up to date.
58178         * m4/mktime.m4: Remove file.
58179
58180         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
58181         * m4/uptime.m4: Likewise.
58182         * m4/uintmax_t.m4: Likewise.
58183
58184 1999-01-28  Jim Meyering  <meyering@ascend.com>
58185
58186         * m4/jm-macros.m4: Use jm_AFS.
58187         * m4/afs.m4: New file (from fileutils' configure.in).
58188
58189         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
58190         * m4/chown.m4: Likewise.
58191         * m4/d-ino.m4: Likewise.
58192         * m4/d-type.m4: Likewise.
58193         * m4/fnmatch.m4: Likewise.
58194         * m4/getgroups.m4: Likewise.
58195         * m4/gettext.m4: Likewise.
58196         * m4/jm-mktime.m4: Likewise.
58197         * m4/jm-winsz2.m4: Likewise.
58198         * m4/lcmessage.m4: Likewise.
58199         * m4/ls-mntd-fs.m4: Likewise.
58200         * m4/malloc.m4: Likewise.
58201         * m4/memcmp.m4: Likewise.
58202         * m4/putenv.m4: Likewise.
58203         * m4/realloc.m4: Likewise.
58204         * m4/st_mtim.m4: Likewise.
58205         * m4/strftime.m4: Likewise.
58206
58207 1999-01-16  Jim Meyering  <meyering@ascend.com>
58208
58209         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
58210         (ARGMATCH_DIE_DECL): Define.
58211
58212 1999-01-12  Jim Meyering  <meyering@ascend.com>
58213
58214         * m4/Makefile.am.in: Rewrite to avoid using fmt.
58215         Reported by Lars Hecking.
58216
58217 1999-01-10  Jim Meyering  <meyering@ascend.com>
58218
58219         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
58220         gross kludge.
58221         * m4/inttypes_h.m4: Likewise.
58222         * m4/lstat.m4: Likewise.
58223         * m4/malloc.m4: Likewise.
58224         * m4/readdir.m4: Likewise.
58225         * m4/realloc.m4: Likewise.
58226         * m4/st_dm_mode.m4: Likewise.
58227         * m4/stat.m4: Likewise.
58228         * m4/utimbuf.m4: Likewise.
58229         * m4/utimes.m4: Likewise.
58230
58231         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
58232         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
58233         comments in config.h.in are meaningful.
58234
58235         * m4/jm-macros.m4: Require autoconf-2.13 here.
58236
58237         * m4/regex.m4: By default, don't use the included regex.c on systems
58238         with glibc 2.  Suggestion from Uli Drepper.
58239
58240 1999-01-02  Jim Meyering  <meyering@ascend.com>
58241
58242         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
58243
58244 1998-12-18  Jim Meyering  <meyering@ascend.com>
58245
58246         * m4/Makefile.am.in (Makefile.am): Simplify rule.
58247         Based on a suggestion from Lars Hecking.
58248
58249 1998-11-16  Paul Eggert  <eggert@twinsun.com>
58250
58251         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
58252
58253 1998-11-16  Jim Meyering  <meyering@ascend.com>
58254
58255         * m4/lfs.m4: Double-quote the `uname...` expression.
58256
58257 1998-11-14  Jim Meyering  <meyering@ascend.com>
58258
58259         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
58260         * m4/stat.m4: Likewise.
58261
58262 1998-11-03  Jim Meyering  <meyering@ascend.com>
58263
58264         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
58265         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
58266
58267 1998-10-18  Jim Meyering  <meyering@ascend.com>
58268
58269         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
58270
58271 1998-10-17  Jim Meyering  <meyering@ascend.com>
58272
58273         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
58274         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
58275         calls for those previously hard-coded headers.  Instead, take a new
58276         parameter.
58277         (jm_CHECK_DECLARATIONS): Reflect interface change.
58278         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
58279         (jm_CHECK_DECL_LOCALTIME_R): New macro.
58280
58281         * m4/mktime.m4: Test for spring-forward gap before long-running test.
58282
58283 1998-10-14  Jim Meyering  <meyering@ascend.com>
58284
58285         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
58286         instead of "TZ=America/Vancouver".  From Paul Eggert.
58287
58288 1998-10-11  Jim Meyering  <meyering@ascend.com>
58289
58290         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
58291         This adds a test for a recently added compatibility fix for mktime.c.
58292         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
58293
58294 1998-09-27  Jim Meyering  <meyering@ascend.com>
58295
58296         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
58297
58298         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
58299         ../configure.in, including a change from Gordon Matzigkeit to allow
58300         cross-compiling for the Hurd.
58301
58302         * m4/glibc.m4: New file/macro to test for the GNU C Library
58303         versions 1 and 2.  From Gordon Matzigkeit.
58304         Indent.
58305
58306 1998-09-21  Jim Meyering  <meyering@ascend.com>
58307
58308         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
58309
58310 1998-08-18  Paul Eggert  <eggert@twinsun.com>
58311
58312         Port nanosecond-resolution times to UnixWare 2.1.2 and
58313         pedantic Solaris 2.6.
58314
58315         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
58316         AC_STRUCT_ST_MTIM.
58317         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
58318         Generate name of ns member, instead of just 1 or undef.
58319         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
58320
58321 1998-08-15  Jim Meyering  <meyering@ascend.com>
58322
58323         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
58324         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
58325         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
58326         instead of jm_TYPE_SSIZE_T.
58327
58328 1998-08-12  Jim Meyering  <meyering@ascend.com>
58329
58330         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
58331
58332 1998-08-02  Jim Meyering  <meyering@ascend.com>
58333
58334         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
58335         in acconfig.h manually.
58336
58337 1998-07-31  Paul Eggert  <eggert@twinsun.com>
58338
58339         * m4/st_mtim.m4: New file.
58340
58341 1998-07-28  Jim Meyering  <meyering@ascend.com>
58342
58343         * m4/utimes.m4: Undef stat.
58344
58345 1998-07-25  Jim Meyering  <meyering@ascend.com>
58346
58347         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
58348         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
58349
58350 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
58351
58352         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
58353         uid and gid actually remain unchanged.
58354
58355 1998-07-07  Jim Meyering  <meyering@ascend.com>
58356
58357         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
58358
58359 1998-07-04  Jim Meyering  <meyering@ascend.com>
58360
58361         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
58362         to prove that this macro can be used in packages without regex.c.
58363
58364 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
58365
58366         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
58367         is to be used.
58368
58369 1998-07-03  Jim Meyering  <meyering@ascend.com>
58370
58371         * m4/gettext.m4: Add -lintl if it's found to be necessary.
58372
58373         * m4/gettext.m4: New file -- from gettext-0.10.35.
58374         * m4/lcmessage.m4: Likewise.
58375         * m4/progtest.m4: Likewise.
58376
58377         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
58378         * m4/jm-macros.m4: Require the new macro.
58379
58380 1998-06-29  Jim Meyering  <meyering@ascend.com>
58381
58382         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
58383         for the definition of NGROUPS (used in a system header included
58384         by sys/mount.h).
58385
58386 1998-06-28  Jim Meyering  <meyering@ascend.com>
58387
58388         * m4/ls-mntd-fs.m4: New file.
58389         * m4/fstypename.m4: New file.
58390
58391         * m4/jm-macros.m4: Require the new macro.
58392         * m4/jm-glibc-io.m4: New file.
58393
58394 1998-05-19  Jim Meyering  <meyering@ascend.com>
58395
58396         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
58397         * m4/lchown.m4: New file.
58398
58399         * m4/Makefile.am.in: New file.
58400         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
58401
58402 1998-05-14  Jim Meyering  <meyering@ascend.com>
58403
58404         * m4/Makefile.am (EXTRA_DIST): Add them.
58405         * m4/jm-macros.m4: New file.
58406         * m4/utimbuf.m4: New file.
58407
58408 1998-05-12  Jim Meyering  <meyering@ascend.com>
58409
58410         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
58411
58412 1998-05-11  Jim Meyering  <meyering@ascend.com>
58413
58414         * m4/isc-posix.m4: New file.
58415
58416 1998-05-10  Jim Meyering  <meyering@ascend.com>
58417
58418         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
58419
58420 1998-05-09  Jim Meyering  <meyering@ascend.com>
58421
58422         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
58423         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
58424         with automake.
58425
58426         * m4/ssize_t.m4: New file.
58427         * m4/mktime.m4: Remove file -- the new automake has this now.
58428
58429 1998-04-26  Jim Meyering  <meyering@ascend.com>
58430
58431         * m4/assert.m4: New file.
58432         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
58433
58434 1998-04-05  Jim Meyering  <meyering@ascend.com>
58435
58436         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
58437         (jm_PREREQ): Use it here.
58438
58439 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
58440
58441         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
58442         in acconfig.h.
58443
58444 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
58445
58446         * m4/prereq.m4: New file.
58447         * m4/error.m4: New file.
58448         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
58449
58450 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
58451
58452         * m4/getline.m4: Don't set am_cv_func_working_getline before the
58453         cache-check for the same variable -- that defeated the purpose of
58454         the test; the test program was never run.  This was a problem only
58455         on systems with losing getline functions -- HP-UX 10.20 is one.
58456         Reported by Bjorn Helgaas.
58457
58458 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
58459
58460         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
58461
58462 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
58463
58464         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
58465
58466         * m4/const.m4: New file.  Use an initializer in this declaration
58467         typedef int charset[2]; const charset x;
58468         Reported by Bob Glickstein.
58469
58470 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
58471
58472         * m4/chown.m4: Fix reversed types on -1 args to chown.
58473         From Kaveh Ghazi.
58474
58475 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
58476
58477         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
58478         Add lseek and memchr.
58479
58480         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
58481         T.E.Dickey <dickey@clark.net> said that some older preprocessors
58482         have a 20-character limit on names.
58483
58484 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
58485
58486         * m4/inttypes_h.m4: New file.
58487         * m4/uintmax_t.m4: New file.
58488         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
58489
58490
58491         -----
58492
58493         Local Variables:
58494         coding: utf-8
58495         End:
58496
58497         Copyright (C) 1997-2009 Free Software Foundation, Inc.
58498
58499         Copying and distribution of this file, with or without
58500         modification, are permitted provided the copyright notice
58501         and this notice are preserved.